@import url(typography.css);
.ui-datepicker {
  font-size: 90%;
  background: #333 !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important; }

.ui-datepicker table tr {
  border: none; }

.ui-datepicker .ui-widget {
  background: #2e3641;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.ui-datepicker {
  padding: 0; }

.ui-datepicker .ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 15px; }

.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.ui-datepicker .ui-datepicker-title {
  margin-top: .4em;
  margin-bottom: .3em;
  color: #e9f0f4; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: .9em;
  border: none; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px; }

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background-image: url(../images/ui-icons_ffffff_256x240.png);
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal; }

.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0; }

.ui-datepicker table {
  margin: 0 !important; }

.ui-datepicker th {
  padding: 0.55em !important;
  color: #ccc;
  font-size: 0.85em;
  font-weight: normal;
  border: none;
  border-top: 1px solid #3a414d; }

.ui-datepicker td {
  background: #008ec0;
  border: none;
  padding: 0; }

.ui-datepicker td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: .5em;
  margin: 0;
  font-weight: normal;
  color: #efefef;
  font-size: 0.85em; }

.ui-datepicker .ui-state-disabled {
  opacity: 1; }

.ui-datepicker .ui-state-disabled .ui-state-default {
  color: #fba49e; }

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
  background: #2e3641; }

[data-icon]:after {
  font-family: "example-icon-font";
  content: attr(data-icon);
  font-style: normal;
  font-weight: 400;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

[class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: "example-icon-font";
  font-style: normal;
  font-weight: 400;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

body {
  margin: 0;
  background: #fff; }

p, li {
  color: #706d6e;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 10px; }

h1, h2, h3, h5, h6 {
  margin: 0; }

br.clearfix {
  float: none; }

span.arrow-icon {
  float: right; }

p a {
  color: #5e5a5b; }

p a:hover {
  color: #767375; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box; }

a:hover {
  text-decoration: underline !important; }

img {
  vertical-align: middle; }

body, html {
  overflow-x: hidden; }

div.mobileMenu {
  display: none; }

#keyword label {
  font-size: 0px !important; }

#DVPL h5 {
  color: #5f5d5d !important; }

#DVPL .datavisRow a.current {
  color: #4f4e4e !important; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 768px) {
  .container {
    width: 750px; }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666666666666%; }

  .col-sm-10 {
    width: 83.33333333333334%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666666666666%; }

  .col-sm-7 {
    width: 58.333333333333336%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666666666667%; }

  .col-sm-4 {
    width: 33.33333333333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.666666666666664%; }

  .col-sm-1 {
    width: 8.333333333333332%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666666666666%; }

  .col-sm-pull-10 {
    right: 83.33333333333334%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666666666666%; }

  .col-sm-pull-7 {
    right: 58.333333333333336%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666666666667%; }

  .col-sm-pull-4 {
    right: 33.33333333333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.666666666666664%; }

  .col-sm-pull-1 {
    right: 8.333333333333332%; }

  .col-sm-pull-0 {
    right: 0; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666666666666%; }

  .col-sm-push-10 {
    left: 83.33333333333334%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666666666666%; }

  .col-sm-push-7 {
    left: 58.333333333333336%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666666666667%; }

  .col-sm-push-4 {
    left: 33.33333333333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.666666666666664%; }

  .col-sm-push-1 {
    left: 8.333333333333332%; }

  .col-sm-push-0 {
    left: 0; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-sm-offset-0 {
    margin-left: 0; }

  div.col-sm-6.right img {
    width: 180px; } }
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
  float: left; }

.col-md-12 {
  width: 100%; }

.col-md-11 {
  width: 91.66666666666666%; }

.col-md-10 {
  width: 83.33333333333334%; }

.col-md-9 {
  width: 75%; }

.col-md-8 {
  width: 66.66666666666666%; }

.col-md-7 {
  width: 58.333333333333336%; }

.col-md-6 {
  width: 50%; }

.col-md-5 {
  width: 41.66666666666667%; }

.col-md-4 {
  width: 33.33333333333333%; }

.col-md-3 {
  width: 25%; }

.col-md-2 {
  width: 16.666666666666664%; }

.col-md-1 {
  width: 8.333333333333332%; }

div.full-width-menu.col-md-12.last {
  float: right; }

.last .second-level.col-md-3.left-menu-section {
  margin-right: 180px;
  margin-left: 60px; }

@media (max-width: 1199px) {
  .last .second-level.col-md-3.left-menu-section {
    margin-right: 33px; } }
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container:before,
.container:after {
  display: table;
  content: " "; }

.container:after {
  clear: both; }

.container:before,
.container:after {
  display: table;
  content: " "; }

.container:after {
  clear: both; }

div.full-width-menu.col-md-12.last ul {
  float: right; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666666666666%; }

  .col-md-10 {
    width: 83.33333333333334%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666666666666%; }

  .col-md-7 {
    width: 58.333333333333336%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666666666667%; }

  .col-md-4 {
    width: 33.33333333333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.666666666666664%; }

  .col-md-1 {
    width: 8.333333333333332%; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.row {
  margin-right: -15px;
  margin-left: -15px; }

.row:before,
.row:after {
  display: table;
  content: " "; }

.row:after {
  clear: both; }

.row:before,
.row:after {
  display: table;
  content: " "; }

.row:after {
  clear: both; }

div.newsletters ul {
  margin: 0 0 1em;
  padding: 0; }

div.newsletters ul li {
  list-style: none; }

div.newsletters ul li a, div.alerts ul li a {
  color: #5e5a5b;
  text-decoration: underline; }

div.newsletters ul li a:hover {
  text-decoration: none; }

div.container.breadcrumbs a {
  color: #706d6e;
  text-decoration: underline; }

div.container.breadcrumbs {
  color: #706d6e;
  font-size: 14px;
  margin-top: 32px;
  font-family: 'Fira Sans'; }

.main-content-breadcrumbs {
  padding-bottom: 20px;
  background: white; }

div.container.breadcrumbs {
  margin-top: 30px;
  padding-left: 32px; }

nav.secondary-nav {
  padding-right: 0;
  padding-left: 0;
  background-color: #5e5a5b;
  position: relative; }

ul.second-level-menu {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0; }

ul.second-level-menu .container:first-child {
  padding-left: 0; }

ul.second-level-menu li {
  height: 35px;
  margin-right: -4px; }

ul.second-level-menu li.active, ul.second-level-menu li.current, ul.second-level-menu li.section {
  background-color: #706d6e; }

ul.second-level-menu .secondary-nav {
  max-width: 23.5%;
  padding: 10px 14px 0 15px;
  color: #fff;
  margin-bottom: 0; }

ul.second-level-menu .secondary-nav.not-last {
  border-right: 1px solid #706d6e; }

ul.second-level-menu .secondary-nav:hover {
  cursor: pointer; }

ul.second-level-menu span.menu-arrow-icon {
  display: inline-block;
  margin-left: 8px;
  float: none;
  font-size: 11px; }

/****************************************************/
/*    Footer!!                                      */
/****************************************************/
#footernav {
  background-color: #c5c2a4;
  padding: 30px 0; }

#footernav .footer-links-left, #footernav .footer-links-right {
  min-height: 215px;
  padding-bottom: 50px; }

#footernav .footer-links-left img, #footernav .footer-links-right img {
  position: absolute;
  bottom: 10px; }

#footernav p {
  font-size: 13px;
  margin-bottom: 5px; }

#footernav.row {
  width: 100%;
  padding: 2% 0 2% 0;
  margin: 0;
  margin-right: -30px; }

#footernav .dia-logo img {
  width: 182px;
  height: 49px; }

div.col-md-6.footer-links-left {
  padding: 0; }

div.col-md-6.footer-links-right {
  padding: 0; }

@media (max-width: 768px) {
  ul.second-level-menu {
    width: 100%;
    height: 35px;
    text-align: center; }

  footer#footernav.row {
    width: 100%; }

  div.col-md-6.footer-links-left {
    height: auto; }

  div.col-md-6.footer-links-left {
    height: auto;
    min-height: 0 !important; }

  div.col-md-6.left a img {
    margin-bottom: 25px; }

  ul.second-level-menu .secondary-nav {
    max-width: 33%;
    min-width: 33%; }

  ul.second-level-menu {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

  ul.second-level-menu li.secondary-nav.link {
    padding-left: 5%; }

  ul.second-level-menu li.secondary-nav.not-last.link {
    padding-left: 5%;
    padding-right: 5%; } }
div.full-width-menu.col-md-12.last ul {
  float: right; }

.last .second-level.col-md-3.left-menu-section {
  margin-right: 180px;
  margin-left: 60px; }

@media (max-width: 1199px) {
  .last .second-level.col-md-3.left-menu-section {
    margin-right: 32px;
    margin-left: 60px; } }
@media (max-device-width: 1024px) and (min-device-width: 768px) {
  #footernav.row {
    width: 100%;
    margin-left: 0; }

  div.col-md-6.footer-links-right {
    min-height: 241px !important; } }
div.col-md-6.left a img {
  vertical-align: bottom; }

div.col-md-6.left a img:hover {
  opacity: 0.75; }

img.nz-govt-logo {
  margin-right: 82px;
  margin-bottom: 5px; }

div.col-md-6.footer-links-right {
  padding-bottom: 25px !important; }

div.col-md-6.footer-links-left {
  padding-bottom: 25px !important; }

/****************************************************/
/*    Header!!                                      */
/****************************************************/
div.topnav-child .container ul {
  margin-top: 0 !important; }

div.headerNavigation {
  background-color: #706d6e;
  text-align: right;
  height: 25px; }

div.headerNavigation .header-wrapper {
  position: relative; }

div.headerNavigation .header-wrapper .yellow-box {
  box-sizing: border-box;
  position: absolute;
  height: 25px;
  background-color: #d39919;
  width: 227px;
  right: 15px;
  color: #fff;
  z-index: 9;
  text-align: left;
  padding-left: 30px;
  padding-top: 4px; }

div.headerNavigation .header-wrapper .yellow-box span.search-icon {
  font-size: 18px;
  position: absolute;
  left: 10px;
  top: 2px; }

div.headerNavigation .header-wrapper .yellow-box p {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top; }

header.row {
  background-color: #edece2; }

div.header {
  height: 213px;
  background-repeat: no-repeat;
  background-position: 195px;
  padding: 35px 15px;
  position: relative; }

div.header .header-inner {
  position: absolute;
  top: 0;
  right: 145px; }

div.header .row {
  background-color: #edece2; }

div.header-search {
  box-sizing: border-box;
  height: 35px;
  position: absolute;
  right: 15px;
  top: -19px; }

div.navigation {
  position: absolute;
  left: 0; }

div.navigation, div.header-search {
  box-sizing: border-box;
  display: inline-block; }

div.navigation fieldset, div.header-search fieldset {
  display: inline-block; }

div.navigation div.form-actions, div.header-search div.form-actions {
  display: inline-block; }

div.navigation {
  width: 80.6%;
  height: 25px;
  padding-right: 30px; }

div.navigation a {
  display: inline-block;
  padding: 0 2%;
  color: #fff;
  font-size: 14px;
  height: 23px; }

div.navigation a.activeLink {
  background-color: #5e5a5b;
  text-decoration: underline; }

li.secondary-nav {
  display: inline-block; }

.secondary-nav-child-1 li.left-menu-section {
  margin-left: 18px;
  display: block; }

.secondary-nav-child-2 li.left-menu-section {
  margin-left: 241px;
  display: block; }

.secondary-nav-child-3 li.left-menu-section {
  margin-left: 443px;
  display: block; }

div.full-width-menu {
  float: left;
  background-color: #706d6e;
  padding-top: 15px;
  max-height: 312px; }

div.full-width-menu ul {
  padding: 0;
  -moz-columns: 2;
  columns: 2; }

div.full-width-menu ul li {
  padding: 0 0 15px 0;
  list-style: none;
  margin-bottom: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }

div.full-width-menu a {
  color: #fff; }

@media (max-width: 768px) {
  div.bg.main-nav {
    margin-right: 0; }

  span.searchfield-search-icon {
    left: 2% !important; }

  div.mobileMenu {
    position: absolute;
    height: 100%;
    width: 13%;
    padding: 0px 5px 5px 5px;
    margin-top: -3.75px;
    z-index: 999;
    display: block; }

  div.header-inner img {
    display: none; }

  div.col-md-6.right img {
    display: none; }

  div.header.container img {
    width: 100%; }

  header.row {
    width: 100%; }

  div.statement.col-md-3 {
    width: 100%;
    max-width: 100%;
    padding-right: 0; }

  div.header-wrapper.container {
    width: 100%; }

  div.row.headerNavigation {
    width: 100%; }

  header.row {
    margin-right: 0 !important;
    margin-left: 0; }

  div.header.container {
    background-size: 130%;
    width: 100%;
    height: 100%;
    padding-left: 0; }

  li.secondary-nav.not-last.link {
    font-size: 70%;
    float: left;
    max-width: 33%;
    padding: 5px; }

  li.secondary-nav.link {
    font-size: 70%;
    width: 150px;
    float: left;
    max-width: 33%;
    padding: 5px; }

  li.secondary-nav.section {
    font-size: 70%;
    width: 150px;
    float: left;
    max-width: 33%; }

  li.secondary-nav.not-last.current {
    font-size: 75%; }

  div.secondary-nav-child-1.full-width-menu.col-md-12 {
    width: 100%;
    max-height: 80%; }

  div.secondary-nav-child-2.full-width-menu.col-md-12 {
    width: 100%;
    max-height: 80%; }

  li.left-menu-section.col-md-3 {
    margin-left: 5%; }

  div.secondary-nav-child-3.full-width-menu.col-md-12 {
    width: 100%;
    max-height: 80%; }

  ul.container.second-level li.col-md-12.third-nav {
    border-bottom: 1px solid grey;
    padding-bottom: 5px;
    width: 95%; }

  nav.col-md-12.secondary-nav.nav {
    width: 100%;
    max-width: 100%;
    min-width: 100%; }

  li.secondary-nav.current {
    font-size: 70%; }

  div.header-search {
    float: right;
    right: 0;
    width: 87%; }

  div.header-search fieldset {
    width: 78%; }

  div.headerNavigation .header-wrapper .yellow-box {
    width: 87%; }

  div.header.container {
    background-size: 155%; }

  div.header.container .right {
    width: 49%;
    display: inline-block; }

  div.header.container .left {
    width: 49%;
    display: inline-block; }

  input#BootstrapForm_SearchSiteForm_keyword.text.nolabel {
    width: 99%; }

  #BootstrapForm_SearchSiteForm_keyword {
    padding-left: 25px; }

  #BootstrapForm_SearchSiteForm_action_doSiteSearch {
    width: 100%; }

  #BootstrapForm_SearchSiteForm.form-vertical {
    width: 100%; }

  div.navigation {
    display: none; }

  div.yellow-box {
    right: 0 !important; }

  input#BootstrapForm_SearchSiteForm_keyword.text.nolabel {
    height: 25px; }

  div.navigation {
    z-index: 10;
    background-color: #706d6e;
    width: 100%;
    text-align: left;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 25px; }

  div.navigation a.not-last {
    display: block;
    border: 1px solid grey;
    border-right: none;
    border-left: none;
    border-top: none; }

  div.navigation a.last {
    display: block; }

  div.navigation a {
    padding-bottom: 25px;
    padding-top: 10px; }

  div.navigation a.last {
    padding-bottom: 30px; }

  span.plus.parent {
    display: inline-block;
    float: right;
    font-size: 150%;
    font-family: 'FiraSans-Bold';
    margin-top: -35px;
    padding-right: 2%;
    padding-left: 20%;
    color: white; }

  div.mobileDropdown {
    display: none; }

  li.topnav-child-link {
    margin: 10px 0px 10px 5%;
    border-bottom: 1px solid grey; }

  div.navigation a.related-child-link {
    padding-left: 0 !important;
    margin-left: -10px !important; }

  div.mobileMenu {
    height: 25px; }

  div.topnav-child {
    display: none !important; }

  div.navigation a.activeLink {
    background-color: #706d6e;
    text-decoration: none; }

  ul.second-level-menu li.secondary-nav.not-last.link {
    font-size: 11px;
    padding-top: 5px;
    text-align: left; }

  ul.second-level-menu li.secondary-nav.not-last.section {
    font-size: 11px;
    padding-top: 5px; }

  ul.second-level-menu li.secondary-nav.link {
    font-size: 11px;
    padding-top: 5px;
    text-align: left !important;
    position: relative; }

  ul.second-level-menu li.secondary-nav.not-last.section {
    text-align: left; }

  div.secondary-nav-child-2.full-width-menu.col-md-12 {
    padding-top: 10px; }

  div.secondary-nav-child-3.full-width-menu.col-md-12 {
    padding-top: 10px; }

  div.secondary-nav-child-1.full-width-menu.col-md-12 {
    padding-top: 10px; } }
@media (max-width: 1200px) and (min-width: 992px) {
  div.header .header-inner {
    right: 95px; }

  div.yellow-box {
    width: 177px !important; }

  #BootstrapForm_SearchSiteForm_keyword {
    width: 114px !important; }

  ul.second-level-menu .secondary-nav {
    max-width: 25.5%; }

  #Newsletters.tab-pane ul li {
    padding-top: 0; } }
@media (max-width: 992px) and (min-width: 769px) {
  .secondary-nav-child-3 .container .second-level {
    margin-left: 360px !important; }

  div.header .header-inner {
    display: none; }

  div.yellow-box {
    width: 131px !important; }

  .secondary-nav-child-3 li.left-menu-section, .secondary-nav-child-2 li.left-menu-section {
    margin: 0 !important; }

  #BootstrapForm_SearchSiteForm_keyword {
    width: 69px !important; }

  ul.second-level-menu .secondary-nav {
    max-width: 33.5%; } }
@media (max-device-width: 1024px) and (min-device-width: 768px) {
  div.row.headerNavigation {
    width: 100%; }

  header.row {
    width: 100%;
    margin: 0; }

  div.bg.main-nav {
    width: 100%; }

  div.yellow-box {
    right: -30px !important;
    float: right; }

  div.header-search {
    right: -30px;
    float: right; }

  div.header-inner {
    margin-right: -44px; }

  ul.second-level-menu .secondary-nav {
    max-width: none; } }
@media (max-width: 1200px) and (min-width: 768px) {
  div.navigation {
    padding-right: 0; } }
header.row {
  background-image: url("../images/header-bgFF2.png");
  background-position: right top;
  background-repeat: no-repeat; }

/**** SEARCH BAR ****/
div.yellow-box p {
  padding-left: 7px;
  font-size: 14px; }

#BootstrapForm_SearchSiteForm_keyword, #BootstrapForm_PageSearchSiteForm_Pagekeyword {
  padding-left: 35px;
  border: 0;
  height: 25px;
  width: 164px;
  margin-top: -2px; }

#BootstrapForm_SearchSiteForm_action_doSiteSearch {
  margin: 0 0 1px 0;
  height: 25px; }

#BootstrapForm_SearchSiteForm {
  box-sizing: border-box; }

#BootstrapForm_SearchSiteForm fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

#BootstrapForm_SearchSiteForm fieldset, #BootstrapForm_SearchSiteForm div.form-actions {
  display: inline-block; }

div.header.container {
  height: 194px;
  background-repeat: no-repeat;
  background-position: 195px;
  padding: 35px 15px;
  position: relative; }

@media (max-width: 767px) {
  div.header.container {
    height: 144px; } }
div.navigation a {
  margin-left: -3px; }

div.navigation a.not-last {
  border-right: 1px solid grey; }

div.navigation a {
  padding-top: 4px;
  font-family: 'Fira Sans'; }

div.navigation .fa {
  font-size: 0.7em;
  margin-left: 0.5em; }

span.plus {
  display: none; }

div.mobileDropdown {
  display: none; }

span.hiddenIcon {
  display: none !important;
  float: right;
  font-size: 150%;
  font-family: 'FiraSans-Bold';
  margin-top: -35px;
  padding-right: 2%;
  padding-left: 20%;
  color: white; }

span.take {
  float: right;
  font-size: 150%;
  font-family: 'FiraSans-Bold';
  margin-top: -35px;
  padding-right: 2%;
  padding-left: 20%;
  color: white; }

div.topnav-child-3.topnav-child.col-md-12 {
  width: 101.2%; }

div.topnav-child-4.topnav-child.col-md-12 {
  width: 101.2%; }

div.topnav-child-5.topnav-child.col-md-12 {
  width: 101.2%; }

div.topnav-child {
  margin-top: -2px; }

li.topnav-child-link a.related-child-link {
  padding-top: 6px; }

div.topnav-child-3.topnav-child.col-md-12 {
  margin-left: -5px;
  text-align: center; }

div.topnav-child-4.topnav-child.col-md-12 {
  margin-left: -5px;
  text-align: center; }

div.topnav-child-5.topnav-child.col-md-12 {
  margin-left: -5px;
  text-align: center; }

div.topnav-child {
  display: block;
  position: absolute;
  background-color: #5e5a5b;
  z-index: 9999999;
  top: 25px;
  height: 25px;
  left: 0px; }

div.topnav-child .topnav-child-link {
  display: inline-block;
  margin: 0 2%; }

div.topnav-child .topnav-child-link a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  width: 100%; }

div.topnav-child .topnav-child-link a:hover {
  color: #fff; }

#BootstrapForm_SearchSiteForm_action_doSiteSearch {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 0;
  margin-top: -2px;
  padding: 2px 7px;
  background-color: #ddd;
  height: 25px; }

#BootstrapForm_SearchSiteForm .form-actions {
  margin-left: -4px; }

#BootstrapForm_SearchSiteForm .form-actions .searchfield-search-icon {
  position: absolute;
  left: 10px;
  top: 22px;
  z-index: 8;
  font-size: 18px;
  color: #d39919; }

div.container .col-md-12 form span.searchfield-search-icon {
  padding-left: 10px;
  padding-top: 3px;
  top: 12px !important; }

div.container .col-md-12 form .form-actions button {
  margin: 10px 0 20px 5px;
  padding-left: 50px !important;
  padding-right: 50px !important;
  font-size: 15px;
  font-weight: 500;
  background-color: #008ec0 !important;
  color: #fff; }

div.container .col-md-12 form fieldset input {
  border: 1px solid #000 !important;
  margin: 2px 2px 15px !important;
  width: 300px !important; }

div.bg.main-nav {
  background-color: #333333;
  margin-top: -16px; }

ul.second-level-menu {
  width: 100%;
  clear: both; }

div.secondary-nav-child-1.full-width-menu.col-md-12 {
  padding-top: 18px; }

li.secondary-nav.not-last.link {
  padding-top: 10px; }

li.secondary-nav.link {
  padding-top: 10px; }

div.full-width-menu {
  margin-top: -3px; }

.secondary-nav-child-1 .container .second-level {
  margin-left: 40px; }

.secondary-nav-child-2 .container .second-level {
  margin-left: 263px; }

.secondary-nav-child-3 .container .second-level {
  margin-left: 463px; }

@media (max-width: 992px) {
  .secondary-nav-child-1 .container .second-level,
  .secondary-nav-child-1 .container .right-menu-section {
    margin: 0 40px !important; }

  .secondary-nav-child-2 .container .second-level,
  .secondary-nav-child-2 .container .right-menu-section {
    margin: 0 40px !important; }

  .secondary-nav-child-3 .container .second-level,
  .secondary-nav-child-3 .container .right-menu-section {
    margin: 0 40px !important; } }
@media (max-width: 768px) {
  ul.second-level-menu span.menu-arrow-icon {
    position: absolute;
    font-size: 11px;
    right: 10px;
    top: 6px; } }
#BootstrapForm_SearchSiteForm_keyword {
  border: 0;
  height: 25px;
  margin-top: 19px;
  width: 164px;
  padding-left: 30px; }

label[for=BootstrapForm_SearchSiteForm_keyword] {
  display: none; }

#BootstrapForm_SearchSiteForm_keyword:focus {
  outline: 0; }

/*#DVPL .toggleHolderRegistered{*/
/*display: none;*/
/*}*/
path {
  cursor: pointer; }

.textOnlyLink a {
  font-weight: bold; }

div.full-width-menu {
  display: none; }

div.topnav-child {
  display: none; }

#FilterByHolder .registeredState {
  display: none; }

#DVPL tr.hoursTableRow td {
  padding: 0 38px 8px 20px !important; }

#ShowOthersButton {
  display: none !important; }

#DVPL .selectedTotalDescription {
  font-size: 18px !important; }

#DVPL .activity {
  padding: 50px 5% 0px !important; }

#ActivitySelector {
  width: 55% !important; }

#Skip a, #Skip a:visited, #Skip a:hover {
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -500px;
  width: 1px; }

span.nonvisual-indicator {
  position: relative;
  display: inline-block;
  width: 16px; }

img.ExternalLinkImage {
  position: absolute;
  top: -12px;
  left: 2px;
  display: inline-block; }

h1,
h2,
h3,
h5,
h6 {
  margin: 1em 0 0.5em 0; }

/** 
 * This support file is used to style the WYSIWYG editor in the CMS
 */
p.page-blurb {
  color: #706d6e;
  font-weight: normal;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  margin: 15px 0 0 0; }

body.mceContentBody {
  min-height: 200px;
  font-size: 62.5%; }

body.mceContentBody a.broken {
  background-color: #FF7B71;
  border: 1px red solid; }

[data-icon]:after {
  font-family: "example-icon-font";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: "example-icon-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

body {
  margin: 0;
  background: #fff; }

p,
li {
  color: #706d6e;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 25px 0; }

h1,
h2,
h3,
h5,
h6 {
  margin: 0 0 1em 0; }

br.clearfix {
  float: none; }

span.arrow-icon {
  float: right; }

p a {
  color: #5e5a5b; }

p a:hover {
  color: #969394; }

div.main-content-breadcrumbs {
  background-color: #fff; }

div.container.breadcrumbs {
  padding-left: 30px; }

div.cta-area a.btn {
  font-weight: bold;
  display: block;
  text-align: left;
  padding: 15px 20px !important;
  margin-bottom: 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
  background: #edece2;
  padding: 15px;
  color: #706d6e;
  text-decoration: none;
  font-size: 18px; }

div.cta-area a.btn:hover {
  background-color: #f6f6f2; }

div.sidebar a.btn {
  display: block;
  text-align: left;
  padding-left: 20px !important;
  font-weight: bold;
  margin-bottom: 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
  background: #edece2;
  padding: 5px;
  color: #706d6e;
  text-decoration: none; }

div.sidebar a.btn:hover {
  background-color: #f6f6f2; }

div.sidebar a.btn .fa {
  font-size: 0.7em;
  margin-left: 0.5em; }

a.yellow-button {
  border-left: 10px solid #007d57; }

a.green-button {
  border-left: 10px solid #007d57; }

a.blue-button {
  border-left: 10px solid #008ec0; }

a.red-button {
  border-left: 10px solid #d73458; }

h2.generic {
  color: #007d57; }

h2.operations {
  color: #007d57; }

h2.education {
  color: #008ec0; }

h2.compliance {
  color: #d73458; }

h2.registration {
  color: #d73458; }

a.generic {
  border-left: 10px solid #007d57; }

a.operations {
  border-left: 10px solid #007d57; }

a.education {
  border-left: 10px solid #008ec0; }

a.eventsgroupholder {
  border-left: 10px solid #008ec0; }

a.compliance {
  border-left: 10px solid #d73458; }

a.registration {
  border-left: 10px solid #d73458; }

div.row.main-content {
  display: block;
  padding: 30px;
  background-color: #fff; }

div.row.datavis {
  background-color: #edece2; }

div.sidebar {
  background-color: #fff; }

div.sidebar div.pageResources {
  background-color: #f6f6f2;
  margin-top: -10px;
  padding: 10px 20px;
  margin-bottom: 10px; }

div.sidebar div.pageResources p {
  margin-bottom: 0;
  font-size: 13px; }

div.sidebar div.pageResources p.resource {
  margin-bottom: 10px; }

div.sidebar div.pageResources p a {
  font-size: 13px;
  font-weight: bold; }

div.row.generic-page,
div.row.wyntk-page,
div.resource-landing-page,
div.decisions-page,
div.search-results-page,
div.news-events-page,
div.hot-topics-page {
  background-color: #fff; }

ul.second-level {
  padding: 0; }

ul.second-level li.third-nav {
  padding: 0; }

#BootstrapForm_PageSearchSiteForm_Pagekeyword {
  border: 0;
  height: 25px;
  margin-top: -1px;
  width: 164px;
  padding-left: 30px; }

#BootstrapForm_SearchSiteForm_keyword:focus,
#BootstrapForm_PageSearchSiteForm_Pagekeyword:focus {
  outline: 0; }

#BootstrapForm_PageSearchSiteForm .form-actions {
  margin-left: -4px; }

#BootstrapForm_PageSearchSiteForm .form-actions .searchfield-search-icon {
  position: absolute;
  left: 10px;
  top: 21px;
  z-index: 8;
  font-size: 18px;
  color: #007d57; }

a.custom-tab {
  color: #706d6e;
  padding: 0 !important; }

a.custom-tab:hover {
  border: 0; }

div.media {
  margin-top: 0; }

div.media p {
  margin-bottom: 0; }

div.media .nav-tabs > li > a {
  border: 0; }

div.media ul.nav-tabs {
  background-color: #ddd; }

div.media ul.nav-tabs .media-top-level {
  padding: 0;
  font-size: 12px; }

div.media ul.nav-tabs .media-top-level a {
  font-weight: bold; }

div.media ul.nav-tabs .media-top-level.active a {
  font-weight: normal; }

div.media ul.nav-tabs .media-top-level {
  padding-top: 3px; }

div.media ul.nav-tabs .media-top-level a:hover {
  background-color: transparent;
  border: 0; }

div.media ul.nav-tabs li.active {
  background-color: #fff;
  border-top: 3px solid #008ec0;
  padding-top: 0; }

div.media ul.nav-tabs li.active a {
  border: 0; }

div.media ul.nav-tabs li.active.hot-topic {
  border-left: 1px dotted #008ec0; }

div.media div.tab-pane ul p {
  font-size: 12px; }

div.media div.tab-pane ul a {
  color: #008ec0;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none; }

div.media div.tab-pane.active ul {
  border-left: 1px dotted #008ec0;
  border-right: 1px dotted #008ec0;
  margin-bottom: 0; }

div.media div.tab-pane.active .media-footer {
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold; }

div.media div.tab-pane.active .media-footer a {
  color: #706d6e; }

div.media div.tab-pane.active .media-footer a:hover {
  color: #969394; }

div.media div.tab-pane.active span {
  float: right; }

div.media div.allTopics,
div.media div.allNews,
div.media div.allEvents {
  background-color: #ddd; }

#HotTopics ul.topics-list,
#Newsletters ul.topics-list,
#Events ul.topics-list,
#HotTopics ul.newsletters-list,
#Newsletters ul.newsletters-list,
#Events ul.newsletters-list,
#HotTopics ul.events-list,
#Newsletters ul.events-list,
#Events ul.events-list {
  padding: 20px 15px 5px 15px;
  height: 246px;
  overflow: hidden; }

#HotTopics ul.topics-list li.topics,
#Newsletters ul.topics-list li.topics,
#Events ul.topics-list li.topics,
#HotTopics ul.newsletters-list li.topics,
#Newsletters ul.newsletters-list li.topics,
#Events ul.newsletters-list li.topics,
#HotTopics ul.events-list li.topics,
#Newsletters ul.events-list li.topics,
#Events ul.events-list li.topics,
#HotTopics ul.topics-list li.newsletters,
#Newsletters ul.topics-list li.newsletters,
#Events ul.topics-list li.newsletters,
#HotTopics ul.newsletters-list li.newsletters,
#Newsletters ul.newsletters-list li.newsletters,
#Events ul.newsletters-list li.newsletters,
#HotTopics ul.events-list li.newsletters,
#Newsletters ul.events-list li.newsletters,
#Events ul.events-list li.newsletters,
#HotTopics ul.topics-list li.events,
#Newsletters ul.topics-list li.events,
#Events ul.topics-list li.events,
#HotTopics ul.newsletters-list li.events,
#Newsletters ul.newsletters-list li.events,
#Events ul.newsletters-list li.events,
#HotTopics ul.events-list li.events,
#Newsletters ul.events-list li.events,
#Events ul.events-list li.events {
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style: none;
  border-bottom: 1px solid #008ec0; }

p.FindOutMore {
  float: right; }

div.RelatedLinks {
  background-color: rgba(0, 142, 192, 0.02);
  margin-bottom: 10px; }

div.RelatedLinks h3 {
  border-bottom: 1px solid #008ec0;
  margin-bottom: 10px; }

div.RelatedLinks p {
  margin-bottom: 10px; }

div.RelatedLinks .currentpage {
  color: #969394; }

div.RelatedLinks .related-link-tag {
  position: relative; }

div.RelatedLinks .related-link-tag .related-link {
  display: inline-block;
  width: 94%; }

div.RelatedLinks .related-link-tag .arrow-icon {
  float: right;
  position: absolute;
  top: 0;
  right: 0; }

#Upload .ss-uploadfield-fromcomputer:hover,
#Upload #BootstrapForm_ComplaintForm_Upload:hover {
  cursor: pointer; }

#Upload .ss-uploadfield-dropzone {
  display: none; }

#Upload .ss-uploadfield-fromfiles {
  display: none; }

#Upload label.ss-uploadfield-item-name small {
  display: none; }

#Upload[data-icon]:after {
  content: none !important; }

#BootstrapForm_DecisionsSearch_action_doDecisionsSearch {
  margin: 0; }

h2.compliance {
  border-bottom: 1px solid #d73458; }

h2.operations {
  border-bottom: 1px solid #007d57; }

h2.education {
  border-bottom: 1px solid #008ec0; }

h2.generic {
  border-bottom: 1px solid #007d57; }

h2.registration {
  border-bottom: 1px solid #d73458; }

#BootstrapForm_DecisionsSearch_action_doDecisionsSearch {
  color: white;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #008ec0;
  border-radius: 0;
  font-family: 'Fira Sans'; }

#BootstrapForm_ComplaintForm_action_doComplaint {
  color: white;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #008ec0;
  margin: 20px 10px 20px 0;
  border-radius: 0;
  font-family: "Fira Sans"; }

#BootstrapForm_SearchResourceForm_action_doResourceSearch {
  margin: 10px 10px 20px 0;
  color: white;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #007d57;
  border-radius: 0;
  font-family: 'Fira Sans'; }

#BootstrapForm_ComplaintForm div.control-group label.control-label {
  margin-top: 25px; }

#BootstrapForm_ComplaintForm div.search-area label.control-label {
  margin-top: 10px; }

#BootstrapForm_ComplaintForm div.search-area p {
  margin: 20px 0 10px 0; }

h2.compliance {
  margin-top: 20px; }

h2.operations {
  margin-top: 20px; }

h2.generic {
  margin-top: 20px; }

h2.education {
  margin-top: 20px; }

h2.registration {
  margin-top: 20px; }

div.container.breadcrumbs {
  margin-top: 30px;
  padding-left: 32px; }

div.sidebar.pull-right span.arrow-icon {
  padding-right: 10px;
  color: #000; }

div.RelatedLinks .related-link-tag span.arrow-icon {
  color: #000; }

div.RelatedLinks .related-link-tag span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px; }

p.YourDetails {
  margin-top: 30px;
  margin-bottom: 0; }

#BootstrapForm_ComplaintForm_CCNumber {
  width: 400px !important; }

#BootstrapForm_ComplaintForm_Relationship {
  width: 400px !important; }

#BootstrapForm_ComplaintForm_Complaint {
  width: 600px;
  height: 350px; }

#dayFirst,
#monthFirst,
#yearFirst,
#daySecond,
#monthSecond,
#yearSecond {
  display: inline-block;
  padding: 0 5px 0 0; }

div.RelatedLinks.col-md-3 h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px; }

form#BootstrapForm_DecisionsSearch p {
  margin-top: 15px;
  margin-bottom: 15px; }

div.row.main-content-2 div.container div.col-md-9 h5 {
  margin: 10px 0 5px 0; }

div.PageDesc {
  margin-top: 20px;
  margin-bottom: 55px; }
  div.PageDesc a {
    display: block;
    margin-top: 7px; }

main.main-content.needtoknowsub-page h5.generic {
  font-size: 20px;
  font-weight: 500;
  color: #007d57; }

main.main-content.needtoknowsub-page h5.education {
  font-size: 20px;
  font-weight: 500;
  color: #008ec0; }

main.main-content.needtoknowsub-page h5.operations {
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #007d57; }

main.main-content.needtoknowsub-page h5.compliance {
  font-size: 20px;
  font-weight: 500;
  color: #d73458; }

main.main-content.needtoknowsub-page h5.registration {
  font-size: 20px;
  font-weight: 500;
  color: #d73458; }

div.row.main-content-2 {
  display: block;
  padding: 0;
  background-color: #fff; }

div.col-md-4 h3 {
  margin-bottom: 20px; }

@media (max-width: 768px) {
  div.statement.col-md-3 h2 {
    padding: 5% 8.5% 1% 8.5%;
    margin: 0;
    font-size: 175%; }

  div.statement.col-md-3 p {
    padding: 8.5%;
    width: 100%;
    padding-top: 1%;
    font-size: 100%; }

  div.datavisualisation {
    display: none; }

  div.container {
    width: 100%; }

  div.left-menu-section.col-md-3 li {
    font-size: 75%; }

  div.right-menu-section.col-md-3 li {
    font-size: 75%; }

  div.container.breadcrumbs {
    padding-left: 5%;
    width: 80%; }

  div.main-content.col-md-9 h2 {
    margin-left: 5%;
    margin-top: 4%;
    margin-bottom: 0;
    width: 90%; }

  div.main-content.col-md-9 p {
    margin-left: 5%;
    margin-top: 4%;
    margin-bottom: 0;
    width: 90%; }

  div.RelatedLinks.col-md-3 h3 {
    margin-left: 5%;
    padding-top: 10px; }

  div.RelatedLinks.col-md-3 p {
    margin-left: 5%; }

  div.col-md-3.sidebar.pull-right {
    margin-left: 5%; }

  div.RelatedLinks.col-md-3 {
    margin-left: 8.5%;
    margin-top: 5%;
    margin-right: 8.5%; }

  div.col-md-4 h3 {
    margin-top: 5%; }

  div.col-md-9 h2 {
    margin-left: 5%;
    margin-top: 4%;
    margin-bottom: 0;
    width: 90%; }

  form#BootstrapForm_ComplaintForm {
    margin: 5%;
    min-width: 90%;
    width: 80%; }

  form#BootstrapForm_ComplaintForm fieldset {
    min-width: 100%;
    width: 100%; }

  input#BootstrapForm_ComplaintForm_CCNumber.text {
    width: 90% !important; }

  #BootstrapForm_ComplaintForm_Relationship {
    width: 90% !important; }

  #BootstrapForm_ComplaintForm_Complaint {
    width: 100% !important; }

  input#BootstrapForm_ComplaintForm_Firstname.text {
    width: 100%; }

  input#BootstrapForm_ComplaintForm_Lastname.text {
    width: 100%; }

  input#BootstrapForm_ComplaintForm_Email.email.text {
    width: 100%; }

  input#BootstrapForm_ComplaintForm_Phone.text {
    width: 100%; }

  form#BootstrapForm_SearchResourceForm {
    margin: 5%;
    min-width: 90%;
    width: 80%; }

  input#BootstrapForm_SearchResourceForm_Keyword.text {
    width: 100%; }

  div.resource p {
    padding-left: 5%; }

  div.col-md-6.left {
    padding-left: 7%; }

  div.col-md-6.right {
    padding-left: 7%; }

  div.col-md-3.sidebar.pull-right {
    float: left !important;
    padding: 15px; } }
div.col-md-12 p {
  margin-bottom: 15px; }

p.label-danger {
  padding: 15px;
  font-size: .9em;
  margin-top: 15px;
  display: inline-block; }

div.resource {
  margin-bottom: 30px;
  margin-top: 10px; }

div.resources-section p {
  margin-bottom: 5px; }

div.resources-section p.pageStrong {
  font-weight: 800;
  color: #706d6e;
  font-size: 14px;
  line-height: 1.2; }

div.resources-section p a {
  font-weight: 400; }

div.resources-section p.fileStrong {
  font-weight: 800;
  color: #706d6e; }

p.label.label-danger {
  padding: 5px;
  font-size: 15px;
  margin-top: 20px;
  display: inline-block; }

@media (max-width: 768px) {
  div.PageDesc p {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 15px; }

  div.col-md-9 {
    padding-left: 10%;
    padding-right: 10%; }

  div.col-md-9 h2 {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

  div.col-md-9 label {
    padding-left: 0;
    padding-right: 0; }

  div.col-md-9 label.control-label {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

  form#BootstrapForm_SearchResourceForm {
    margin-left: 0;
    margin-right: 0; }

  div.controls label.checkbox {
    padding-left: 8.5%; }

  div.resource p {
    padding: 0; }

  div.main-content.col-md-9 h2.compliance {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

  div.main-content.col-md-9 h2.operations {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

  div.main-content.col-md-9 h2.education {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

  div.main-content.col-md-9 h2.generic {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

  div.main-content.col-md-9 h2.registration {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

  div.PageDesc p {
    padding-left: 0;
    padding-right: 0; }

  div.main-content.col-md-9 p {
    margin-left: 0;
    margin-right: 0; }

  form#BootstrapForm_ComplaintForm {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0; }

  #BootstrapForm_ComplaintForm label.radio {
    padding-left: 8.5%; }

  div.homepage-features.container div.col-md-3.sidebar.pull-right {
    padding-left: 0; }

  p.topic-date {
    margin-top: 10px; }

  label.control-label {
    margin-top: 10px; }

  div.right-menu-section.col-md-3 {
    margin-left: 5%; }

  div.row.datavis {
    width: 96%;
    max-width: 100%; }

  div.container.breadcrumbs {
    margin-left: 10%;
    margin-right: 10%;
    width: 90%;
    background-color: white; }

  div.row.main-content-breadcrumbs {
    margin-right: 0;
    margin-left: 0;
    width: 100%; }

  p.label.label-danger {
    width: 90px;
    white-space: normal;
    margin-left: 6%;
    margin-right: 6%;
    text-align: center;
    display: inline-block;
    margin-top: 6%;
    margin-bottom: 6%; }

  body {
    width: 100%; }

  div.container {
    width: 100%;
    padding: 0; }

  div.row.main-content {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 6%; }

  div.row {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0; }

  div.statement.col-md-3 {
    padding: 0; }

  div.statement.col-md-3 h2 {
    padding-left: 6%;
    padding-right: 6%; }

  div.statement.col-md-3 p {
    padding-left: 6%;
    padding-right: 6%; }

  div.col-md-6.left {
    padding-left: 6%; }

  div.col-md-6.cta-area {
    padding: 0; }

  div.col-md-3.media {
    padding: 0;
    margin-top: 10%; }

  div.row.main-content div.col-md-3.sidebar.pull-right {
    margin-left: 0;
    padding: 0;
    margin-top: 5%; }

  div.col-md-6 {
    padding: 0; }

  div.row.main-content-breadcrumbs {
    padding-left: 6%;
    padding-right: 6%; }

  div.container.breadcrumbs {
    padding: 0;
    margin: 6% 0 6% 0; }

  div.main-content.col-md-9 {
    padding: 0 6% 6% 6%; }

  div.RelatedLinks.col-md-3 {
    margin: 6%; }

  div.row.generic-page div.col-md-3.sidebar.pull-right {
    margin-left: 0;
    padding-left: 6%;
    padding-right: 6%;
    margin-top: 0; }

  div.row.resource-landing-page div.col-md-3.sidebar.pull-right {
    margin-left: 0;
    padding-left: 6%;
    padding-right: 6%;
    margin-top: 0; }

  div.row.decisions-page div.col-md-3.sidebar.pull-right {
    margin-left: 0;
    padding-left: 6%;
    padding-right: 6%;
    margin-top: 0; }

  div.row.hot-topics-page div.col-md-3.sidebar.pull-right {
    margin-left: 0;
    padding-left: 6%;
    padding-right: 6%;
    margin-top: 0; }

  div.row.main-content div.homepage-features.container div.col-md-3.sidebar.pull-right {
    margin-top: 10%; }

  div.col-md-9 {
    padding-left: 6%;
    padding-right: 6%; }

  main.main-content.needtoknowsub-page.col-md-12.row {
    width: 100%; }

  main.main-content.needtoknowsub-page.col-md-12.row div.col-md-3.sidebar.pull-right {
    margin-left: 0;
    padding-left: 6%;
    padding-right: 6%; } }
@font-face {
  font-family: 'polyregular';
  src: url("/resources/themes/charities/fonts/Poly/poly-regular-webfont.eot");
  src: url("/resources/themes/charities/fonts/Poly/poly-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/resources/themes/charities/fonts/Poly/poly-regular-webfont.woff") format("woff"), url("/resources/themes/charities/fonts/Poly/poly-regular-webfont.ttf") format("truetype"), url("/resources/themes/charities/fonts/Poly/poly-regular-webfont.svg#polyregular") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  overflow-x: hidden; }

h3 {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 600 !important; }

.btn {
  border-radius: 0; }

/*************** DATA VIS *******************/
/*#BeneficiaryAndActivities {
    border: 3px solid #B5BDA0!important;
}
#BeneficiaryAndActivities div.activity {
    border-left: 3px solid #B5BDA0;
}*/
/******************* Getting Started As A Charity Page ****************************************/
h5.compliance {
  font-family: "Fira Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important; }

h5.registration {
  font-family: "Fira Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important; }

h5.generic {
  font-family: "Fira Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important; }

h5.education {
  font-family: "Fira Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important; }

h5.operations {
  font-family: "Fira Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important; }

/******************* HomePage ****************************************/
div.introHighLight {
  max-width: 400px;
  display: inline-block;
  padding-left: 30px;
  vertical-align: top; }

div.introHighLight p {
  text-align: center; }

a.secondary-button, button.secondary-button {
  font-weight: 700;
  margin: 5px 0;
  display: inline-block;
  padding: 7.5px 20px;
  color: #fff;
  background-color: #008ec0;
  cursor: pointer;
  border: none; }

a.secondary-button.small {
  padding: 0.5em;
  font-weight: normal; }

a.secondary-button.small.less .more, a.secondary-button.small.more .less {
  display: none; }

a.secondary-button.small.less .less, a.secondary-button.small.more .more {
  display: block; }

div.imageMap {
  display: inline-block; }

#DashHolder {
  width: 380px; }

div.container div.datavisualisation {
  padding-right: 0; }

h1.regionTotal {
  max-width: 320px;
  text-align: center;
  vertical-align: middle;
  font-size: 89px;
  font-family: polyregular;
  color: #5e5a5b;
  margin: auto; }

span.regionTotalText {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
  font-family: loraitalic;
  font-style: italic;
  font-size: 30px;
  display: inline-block;
  font-weight: 400; }

p.regionTotalTextHolder {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-family: loraitalic;
  font-style: italic;
  font-size: 31px;
  margin: auto; }

p.regionTotalDescription {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  padding-top: 10px; }

p.textOnlyLink {
  text-align: center;
  font-size: 14px; }

span.rightLine {
  display: inline-block; }

span.leftLine {
  display: inline-block; }

/*************************************** STRETCHING BACKGROUND COLOURS OF DATAVIS *********************************/
#data-vis-page div.row.main-content-breadcrumbs {
  background: #edece2; }

div.held {
  width: 1170px;
  padding-left: 32px !important; }

div.beneficiary {
  padding-left: 45px !important; }

#DVPL .regionTotalTextHolder {
  max-width: 200px !important; }

#CharitiesBySector {
  min-height: 650px !important;
  /* required for IE */ }

#Hours {
  padding: 3% 8% 2% 4% !important;
  max-width: 1300px;
  margin: auto; }

#WhoIsWhoSection {
  background: #f8f8f4;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-top: 2px solid !important;
  border-color: #B8B88F !important;
  padding-bottom: 30px; }

#DVPL #AandBSection {
  background: #f8f8f4 !important; }

#holderWhoisWho {
  color: #f8f8f4; }

#holderHours {
  border-bottom: 2px solid;
  border-color: #B8B88F; }

#holderBene {
  max-width: 1300px;
  margin: auto; }

#WhoIsWho {
  margin: auto;
  max-width: 1300px;
  padding: 2% 6% 2% 6% !important; }

#DVPL #BeneficiaryAndActivities {
  margin: auto;
  max-width: 1300px !important;
  width: auto;
  padding: 0 !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
  border-top: none !important; }

#AandBSection {
  background-color: #f8f8f4;
  max-width: none !important; }

#DVPL #CharitiesBySector {
  padding-left: 4% !important;
  padding-right: 8% !important; }

#DVPL #RegionalView {
  border-top: none !important; }

#holderTop {
  background-color: #edece2; }

#holderRegionalView {
  border-top: 1px solid;
  border-color: #c2bfb9;
  background: #e0e0ce; }

#holderFilter {
  background: #f8f8f4;
  border-bottom: 1px solid;
  border-color: #e0e0ce; }

#holderYearsSelect {
  background: #f5f5f1;
  border-bottom: 1px solid;
  border-color: #e0e0ce; }

#holderMain {
  background: #f8f8f4; }

#Introduction {
  margin: auto; }

#RegionalView {
  margin: auto; }

#FilterByHolder {
  margin: auto;
  border-bottom: none !important; }

#FinancialYearsSelect {
  margin: auto;
  border-bottom: none !important; }

#CharitiesBySector {
  margin: auto; }

/***************************************************************************************************/
div.registeredState.toggleHolder.toggleHolderRegistered {
  min-width: 255px !important; }

.toggleHolderNumerical {
  min-width: 260px !important;
  padding-right: 4% !important; }

/*#data-vis-page a.related-child-link {
    font-weight: 700;
}*/
p.disclaimer {
  width: 40%;
  padding: 1% 4% 1% 0;
  text-align: center;
  background: #f8f8f4;
  margin: auto; }

#SelectionMethods {
  background-color: #f8f8f4;
  clear: left; }

/*#data-vis-page div.main-nav li {
    font-weight: 700;
}*/
/*#data-vis-page div.row.headerNavigation a.link {
    font-weight: 700;
}*/
#DVPL .introHighLight {
  padding-top: 0 !important; }

#DVPL .activitiesList label {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  color: #5e5a5b !important;
  font-size: 13px !important; }

#ORGHolder th {
  font-family: 'Fira Sans', sans-serif; }

#ORGHolder td {
  font-family: 'Fira Sans', sans-serif; }

#DVPL #FinancialYearsSelect li {
  font-size: 16px !important;
  max-height: 40px;
  padding-top: 2% !important;
  padding-bottom: 2% !important;
  max-height: 100%; }

#DVPL #FinancialYearsSelect li a {
  font-size: 16px !important; }

#DVPL .beneficiariesList label {
  color: #5e5a5b;
  padding: 5px 0 5px 0;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px !important; }

#DVPL .activitiesList label {
  font-weight: 500;
  color: #5e5a5b;
  padding-bottom: 5px; }

p.sectorsTotalTextHolder {
  color: #b6b6b6; }

#DVPL .activity {
  float: left;
  margin-bottom: 30px;
  width: 660px !important; }

#DVPL .beneficiary {
  width: 540px !important; }

#ActivitySelector {
  float: right;
  width: 55% !important; }

/*#DVPL #BeneficiaryAndActivities {
    padding-left: 7%!important;
    padding-right: 7%!important;
}*/
/*#BeneficiarySelector {
    width: 50%!important;
}*/
#DVPL a.toggleLink {
  font-size: 16px;
  padding-top: 3px; }

#DVPL .regionName {
  color: #5e5a5b; }

#DVPL h5.regionViewDescription {
  color: #5e5a5b;
  font-weight: 500; }

#DVPL #CharitiesBySector h4 {
  color: #5e5a5b; }

#DVPL .sectorsTotal {
  font-size: 60px !important; }

#DVPL .percentageTotal {
  font-size: 60px !important; }

#DVPL .sectorsTotalDescription {
  font-size: 19px !important; }

#DVPL .percentageTotalDescription {
  font-size: 19px !important; }

#DVPL .selectedTotalDescription {
  font-size: 17px !important;
  margin-top: 15px; }

#DVPL .selectedTotal {
  font-size: 60px !important; }

#DVPL span.selectedTotalText {
  font-size: 25px;
  font-weight: bold; }

#DVPL #LocalAreaCharitiesList h4 {
  padding-bottom: 20px !important; }

#ShowOthersButton.tertiary-button {
  border-radius: 5px;
  font-weight: bold; }

#ShowOthersButton.tertiary-button a {
  text-decoration: none; }

a:link {
  text-decoration: none; }

#ExportButton.secondary-button {
  border-radius: 5px;
  font-weight: bold; }

#ExportButton.secondary-button a {
  text-decoration: none; }

#ShowOthersButton.tertiary-button a:hover {
  text-decoration: none !important; }

#ExportButton.secondary-button a:hover {
  text-decoration: none !important; }

#DVPL ul.charitiesList li a {
  text-decoration: none; }

#DVPL a.toggleLink {
  color: #5e5a5b; }

#DVPL h5.regionViewDescription {
  color: #5e5a5b; }

#DVPL .regionName {
  font-size: 40px !important;
  font-weight: 500 !important; }

/******* EVENTS MODULE ***********/
#BootstrapForm_RegistrationForm #Other {
  display: none; }

#BootstrapForm_RegistrationForm {
  margin-bottom: 50px; }

#BootstrapForm_RegistrationForm_action_doRegistration {
  margin-top: 20px; }

span.otherText {
  display: none; }

li.year a {
  text-decoration: none; }

/****** END EVENTS MODULE *************/
div.media ul.nav-tabs .media-top-level.active a {
  font-weight: bold; }

.currentChildren {
  color: white; }

div.mobileRelatedLinks {
  display: none; }

p.tags {
  display: inline-block; }

p.pageStrong {
  width: auto;
  display: inline-block;
  padding-right: 4px; }

p.tags a {
  text-decoration: underline;
  color: #428bca;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px; }

p.tags a:hover {
  color: #005dbc;
  /* MAKE DARKER! */ }

a.tags {
  text-decoration: underline;
  color: #428bca;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px; }

a.tags:hover {
  color: #005dbc; }

span.tagged {
  padding-right: 4px; }

div.resource a {
  text-decoration: underline;
  color: #428bca;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px; }

div.resource a:hover {
  color: #005dbc; }

p.clear a {
  text-decoration: underline;
  color: #428bca;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  display: block;
  margin-left: 20px; }

p.clear a:hover {
  color: #005dbc; }

p.clearSearch a {
  text-decoration: underline;
  color: #428bca;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  display: block; }

p.clearSearch a:hover {
  color: #005dbc; }

/**** FORM TOUCH UPS ****/
div.col-md-4.Overview.of.NZ.charities p {
  margin-bottom: 10px; }

div.col-md-4.Getting.started.as.a.charity p {
  margin-bottom: 10px; }

div.col-md-4.Things.to.know.as.a.charity p {
  margin-bottom: 10px; }

div.col-md-4.Overview.of.NZ.charities h3 {
  font-family: 'Fira Sans', sans-serif;
  color: #706d6e; }

div.col-md-4.Getting.started.as.a.charity h3 {
  font-family: 'Fira Sans', sans-serif;
  color: #706d6e; }

div.col-md-4.Things.to.know.as.a.charity h3 {
  font-family: 'Fira Sans', sans-serif;
  color: #706d6e; }

label.checkbox input.checkbox {
  width: 15px;
  height: 15px;
  margin-top: 2px; }

#BootstrapForm_SearchResourceForm_action_doResourceSearch {
  text-align: left;
  padding-left: 20px;
  font-family: 'Fira Sans';
  padding-right: 70px; }

#ResourceTags div.controls label.checkbox {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 300px;
  color: #706d6e; }

#Keyword.control-group label.control-label {
  font-size: 18px; }

#ResourceTags label.control-label {
  font-size: 18px; }

div#Password.control-group {
  display: inline-block; }

input.text {
  height: 30px;
  border: 1px solid #c0bebf; }

#BootstrapMemberLoginForm_LoginForm_Email.text {
  padding-left: 5px; }

#BootstrapMemberLoginForm_LoginForm_Password.text.password {
  padding-left: 5px; }

div.resources-section div.resource p a.ResourceTitle {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #706d6e; }

a.ResourceTitle:hover {
  opacity: 0.75; }

div.resource {
  border-top: 1px solid #c0bebf;
  padding-top: 20px; }

#Email.control-group {
  width: 49%; }

span.related {
  opacity: 0.8; }

/*#SiteVocabulary label.checkbox {
    display: inline-block;
    width: 230px;
    margin-top: 0px;
}*/
#SiteVocabulary {
  width: 230px;
  display: inline-block;
  vertical-align: top; }

#SiteVocabulary2 {
  width: 230px;
  display: inline-block; }

#SiteVocabulary3 {
  width: 230px;
  display: inline-block; }

div.or {
  margin-top: 20px; }

div.or h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #706d6e; }

/***** LOGIN PAGE ******/
div.row.generic-page.Security .RelatedLinks {
  display: none; }

#BootstrapMemberLoginForm_LoginForm_error.alert.alert-error {
  font-family: 'Fira Sans', sans-serif;
  padding-left: 0; }

#BootstrapMemberLoginForm_LoginForm fieldset {
  background-color: #f4f4f4;
  padding: 30px 15px 30px 15px; }

#BootstrapMemberLoginForm_LoginForm_action_dologin.btn.action {
  color: white;
  padding-right: 70px;
  padding-left: 20px;
  margin-top: 10px;
  border-radius: 0;
  font-family: 'Fira Sans';
  margin-bottom: 10px;
  background-color: #007d57;
  text-align: left; }

#BootstrapMemberLoginForm_LoginForm_action_dologin.btn.action:hover {
  opacity: 0.75; }

#BootstrapMemberLoginForm_LoginForm_action_logout.btn.action {
  color: white;
  padding-right: 50px;
  padding-left: 50px;
  margin-top: 10px;
  border-radius: 0;
  font-family: 'Fira Sans';
  margin-bottom: 10px;
  background-color: #007d57; }

#BootstrapMemberLoginForm_LoginForm_action_logout.btn.action:hover {
  opacity: 0.75; }

#ForgotPassword {
  font-size: 12px;
  margin-top: 10px; }

#BootstrapMemberLoginForm_LoginForm.control-group {
  width: 40%;
  display: inline-block; }

div.col-md-9 div.decisions-content p {
  margin-top: 20px; }

p.topic-date {
  margin-bottom: 0px; }

div.container h2.generic {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: 'Fira Sans', sans-serif; }

div.container h2.education {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: 'Fira Sans', sans-serif; }

div.container h2.compliance {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: 'Fira Sans', sans-serif; }

div.container h2.registration {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: 'Fira Sans', sans-serif; }

div.container h2.operations {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: 'Fira Sans', sans-serif; }

p.label.label-danger {
  margin-left: 20px; }

/***** Adjusting the background weave to go right accross the page *****/
/*div.header.container {
        background-image: url('../images/header-bgFF2.png');
}*/
ul.container.second-level {
  margin-bottom: 0; }

div.statement.col-md-3 h2 {
  font-family: 'Fira Sans';
  color: #5e5a5b;
  padding-bottom: 0;
  margin-bottom: 10px; }

div.row.datavis {
  padding-top: 20px; }

p {
  line-height: 1.5; }

div.col-md-6.cta-area a.btn.education {
  font-family: 'Fira Sans'; }

div.col-md-6.cta-area a.btn.operations {
  font-family: 'Fira Sans'; }

div.col-md-6.cta-area a.btn.generic {
  font-family: 'Fira Sans'; }

div.col-md-6.cta-area a.btn.compliance {
  font-family: 'Fira Sans'; }

/**** MEDIA BOX (NEWS & EVENTS) ****/
ul.topics-list {
  height: 246px; }

ul.newsletters-list {
  height: 246px; }

ul.events-list {
  height: 246px; }

/*li.topics {*/
/*height: 33%;*/
/*}*/
/*li.newsletters {*/
/*height: 33%;*/
/*}*/
/*li.events {*/
/*height: 33%;*/
/*}*/
div.media ul.nav-tabs li.active.hot-topic {
  border-left: 1px solid #66BBD9;
  border-top: 3px solid #66BBD9; }

div.media div.tab-pane.active ul {
  border-left: 1px solid #66BBD9;
  border-right: 1px solid #66BBD9; }

div.media ul.nav-tabs li.active.events {
  border-right: 1px solid #66BBD9;
  border-top: 3px solid #66BBD9; }

div.media ul.nav-tabs li.active {
  border-top: 3px solid #66BBD9; }

#HotTopics ul.topics-list li.topics {
  border-bottom-color: #66BBD9; }

#Newsletters ul.newsletters-list li.newsletters {
  border-bottom-color: #66BBD9; }

#Events ul.events-list li.events {
  border-bottom-color: #66BBD9; }

/***** Big Buttons *****/
a.btn.operations {
  font-size: 15px;
  height: 54.5px;
  padding: 20px !important; }

a.btn.education {
  font-size: 15px;
  height: 54.5px;
  padding: 20px !important; }

a.btn.generic {
  font-size: 15px;
  height: 54.5px;
  padding: 20px !important; }

a.btn.compliance {
  font-size: 15px;
  height: 54.5px;
  padding: 20px !important; }

span.arrow-icon {
  color: black; }

/**** Home >> What You Need To Know >> Overview of NZ Charities ****/
div.col-md-9 {
  padding-right: 63px; }

h2.generic {
  font-family: 'FiraSans-Bold'; }

h2.compliance {
  font-family: 'FiraSans-Bold'; }

h2.education {
  font-family: 'FiraSans-Bold'; }

h2.operations {
  font-family: 'FiraSans-Bold'; }

div.PageDesc h5 {
  font-family: 'Fira'; }

div.PageDesc p {
  margin-bottom: 10px; }

p.FindOutMore {
  background-color: #007d57;
  padding: 7.5px 50px 5px 50px;
  color: white;
  float: left;
  margin-bottom: 25px !important; }

p.FindOutMore.compliance {
  background-color: #d73458; }

p.FindOutMore:hover {
  opacity: .75; }

p.FindOutMore.registration {
  background-color: #d73458; }

p.FindOutMore.operations {
  background-color: #007d57; }

p.FindOutMore.education {
  background-color: #008ec0; }

div.row.main-content-2 div.container div.col-md-9 h5 {
  clear: both; }

div.col-md-9 h5 a {
  text-decoration: underline; }

/**** related Links ****/
div.RelatedLinks.col-md-3 {
  padding-top: 15px; }

div.RelatedLinks.col-md-3 h3 a {
  color: #5e5a5b; }

div.RelatedLinks.col-md-3 h3 {
  border-bottom-color: #66BBD9;
  color: #706d6e; }

/**** STYLING OF FORMS ****/
#BootstrapForm_ComplaintForm.form-vertical fieldset a {
  color: #706d6e;
  text-decoration: underline; }

#BootstrapForm_ComplaintForm.form-vertical fieldset a:hover {
  color: black; }

#BootstrapForm_ComplaintForm.form-vertical {
  color: #706d6e; }

h3.YourComplaint {
  font-family: 'Fira Sans', sans-serif;
  color: #d73458; }

h3.YourDetails {
  margin-top: 30px;
  color: #d73458;
  font-family: 'Fira Sans', sans-serif; }

label.radio {
  font-weight: normal; }

#CCNumber.control-group label.control-label {
  margin-top: 15px !important; }

#BootstrapForm_ComplaintForm_Complaint.textarea {
  width: 610px !important;
  border-color: #c0bebf;
  border-width: 1px;
  padding-left: 5px; }

#BootstrapForm_ComplaintForm_Relationship {
  width: 610px !important;
  border-color: #c0bebf;
  border-width: 1px;
  padding-left: 5px; }

#BootstrapForm_ComplaintForm_CCNumber {
  width: 610px !important;
  border-color: #c0bebf;
  border-width: 1px;
  padding-left: 5px; }

input#BootstrapForm_ComplaintForm_Firstname.text {
  border-color: #c0bebf;
  border-width: 1px;
  padding-left: 5px; }

input#BootstrapForm_ComplaintForm_Lastname.text {
  border-color: #c0bebf;
  border-width: 1px;
  padding-left: 5px; }

input#BootstrapForm_ComplaintForm_Email.email.text {
  border-color: #c0bebf;
  border-width: 1px;
  padding-left: 5px; }

input#BootstrapForm_ComplaintForm_Phone.text {
  border-color: #c0bebf;
  border-width: 1px;
  padding-left: 5px; }

input#BootstrapForm_SearchResourceForm_Keyword {
  padding-left: 5px; }

label[for='BootstrapForm_SearchResourceForm_Keyword'], label[for='BootstrapForm_SearchResourceForm_ResourceTags'] {
  font-size: 18px;
  margin-top: 20px; }

#BootstrapForm_SearchResourceForm_action_doResourceSearch {
  background-color: #007d57;
  border: 0;
  border-radius: 0;
  color: white;
  font-family: 'Fira Sans';
  margin: 10px 10px 20px 0;
  padding: 6px 70px 6px 20px;
  text-align: left; }

#BootstrapForm_SearchResourceForm_ResourceTags {
  list-style: none;
  padding: 0; }
  #BootstrapForm_SearchResourceForm_ResourceTags li {
    margin-bottom: 10px;
    width: 50%;
    float: left;
    font-size: 14px;
    color: #706d6e; }
    #BootstrapForm_SearchResourceForm_ResourceTags li label {
      margin-bottom: 0; }
  #BootstrapForm_SearchResourceForm_ResourceTags .checkbox {
    display: inline-block;
    margin-top: 0; }

label.checkbox {
  font-weight: normal;
  margin-top: 0 !important; }

#DecisionsTags label.checkbox {
  width: 30%;
  display: inline-block;
  margin-bottom: 0.25em; }

#BootstrapForm_DecisionsSearch label {
  margin-top: 7px;
  margin-bottom: 1px; }

#BootstrapForm_DecisionsSearch_DecisionsTags {
  list-style: none;
  padding: 0; }
  #BootstrapForm_DecisionsSearch_DecisionsTags li {
    margin-bottom: 5px; }
  #BootstrapForm_DecisionsSearch_DecisionsTags input[class='checkbox'] {
    float: left; }
  #BootstrapForm_DecisionsSearch_DecisionsTags label {
    margin-top: 5px;
    margin-bottom: 0; }

#BootstrapForm_SearchResourceForm.form-vertical label.control-label {
  margin-top: 20px; }

label.control-label h4 {
  font-family: 'Fira Sans', sans-serif;
  color: #706d6e;
  font-weight: 600; }

#Firstname.control-group {
  width: 49%;
  display: inline-block; }

#Lastname.control-group {
  width: 49%;
  display: inline-block; }

#Email.control-group {
  display: inline-block; }

#Phone.control-group {
  width: 49%;
  display: inline-block; }

#BootstrapForm_ComplaintForm_action_doComplaint:hover {
  opacity: 0.75; }

#BootstrapForm_SearchResourceForm_action_doResourceSearch:hover {
  opacity: 0.75; }

#BootstrapForm_SearchResourceForm_action_doResourceSearch {
  margin-bottom: 20px; }

#BootstrapForm_SearchResourceForm.form-vertical label.control-label {
  margin-top: 20px; }

#BootstrapForm_DecisionsSearch_action_doDecisionsSearch:hover {
  opacity: 0.75; }

/**** DECISIONS FORM ****/
div.firstdatesection p {
  display: inline-block;
  margin: 15px 15px 15px 5px; }

div.seconddatesection {
  display: inline-block; }

div.search-area fieldset {
  background-color: #f4f4f4;
  padding: 20px;
  padding-bottom: 37px; }

div.search-area fieldset input, div.search-area fieldset select {
  padding: 0.5em;
  font-size: 1em; }

div.search-area div.label {
  color: #000000;
  font-size: 14px;
  padding: 0; }

div.col-md-3.sidebar.pull-right a {
  margin-bottom: 9.4px; }

h2.registration {
  font-family: 'FiraSans-Bold'; }

div.news-events-content.container h3 {
  font-family: 'Fira Sans', sans-serif; }

.highlighted {
  background: #fe4;
  padding: 0 0.1em; }

/************* HOME PAGE ******************/
div.col-md-6.cta-area {
  padding-right: 0; }

div.col-md-3.media {
  padding: 0px 20px 0px 20px; }

p.fileStrong a {
  text-decoration: underline; }

p.pageStrong a {
  text-decoration: underline;
  color: #66bbd9; }

p.pageStrong a:hover {
  opacity: 0.75; }

p.pageStrong span.tagged {
  color: #706d6e;
  display: inline-block; }

div.container.breadcrumbs a {
  color: #706d6e;
  text-decoration: underline; }

div.container.breadcrumbs {
  color: #706d6e;
  font-family: 'Fira Sans'; }

div.news-events-content.container div.col-md-4 {
  padding-left: 0; }

div.col-md-4 h3 {
  font-family: 'FiraSans-Bold'; }

div.decisions-result a h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 18px; }

div.decisions-result a h5:hover {
  opacity: 0.75; }

div.col-md-4 p a {
  text-decoration: underline; }

div.sidebar {
  font-family: 'Fira Sans'; }

h3 {
  font-family: 'Fira Sans', sans-serif; }

label.ss-uploadfield-item-name b {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #706d6e; }

label.ss-uploadfield-fromcomputer.ss-ui-button.ui-corner-all {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #706d6e; }

p.topic-title a {
  text-decoration: underline; }

/*** THREE COLUMN PAGES ***/
div.col-md-4.events {
  padding: 0 15px; }

div.col-md-4.newsletter {
  padding: 0 15px; }

div.col-md-4.hot {
  padding: 0 15px; }

div.newsletter ul {
  padding: 0; }

div.newsletter ul li {
  list-style: none; }

div.newsletter ul li a {
  color: #5e5a5b;
  text-decoration: underline; }

div.col-md-4.Overview.of.NZ.charities {
  padding-left: 0;
  padding-right: 7px !important; }

div.col-md-4.Getting.started.as.a.Charity {
  padding-left: 3px !important;
  padding-right: 3px !important; }

div.col-md-4.Things.to.know.as.a.charity {
  padding-right: 0;
  padding-left: 7px !important; }

div.decisions-content h3.compliance {
  color: #d73458 !important;
  font-family: 'FiraSans-Bold'; }

div.decisions-content p a {
  text-decoration: underline; }

div.decisions-content .decision__size {
  display: inline-block;
  border-left: 1px solid #ccc;
  margin-left: 10px;
  padding: 0.2em 0.6em 0.2em 1em;
  border-radius: 0.25em;
  font-size: 0.8em; }

@media (max-width: 768px) {
  .ClickOnMapSentence {
    display: none; }

  div.left-menu-section.col-md-3 {
    margin-left: 0;
    padding-left: 1.5%; }

  div.right-menu-section.col-md-3 {
    margin-left: 0;
    padding-left: 1.5%; }

  div.left-menu-section.col-md-3 li {
    font-size: 10.3px; }

  div.right-menu-section.col-md-3 li {
    font-size: 10.3px; }

  li.col-md-12.third-nav {
    margin-bottom: 10px;
    padding-bottom: 9px; }

  /*** Bottom Buttons ***/
  div.col-md-3.sidebar.pull-right {
    width: 100%; }

  div.col-md-6.left {
    padding-right: 6%;
    height: auto; }

  div.col-md-6.right {
    padding-right: 6%;
    height: auto; }

  div.col-md-9 {
    padding-right: 6%; }

  #BootstrapForm_ComplaintForm_Relationship {
    width: 100% !important; }

  input#BootstrapForm_ComplaintForm_CCNumber.text {
    width: 100% !important; }

  #BootstrapForm_ComplaintForm_Complaint.textarea {
    width: 100% !important; }

  main.main-content.needtoknowsub-page.col-md-12.row {
    margin: 0;
    padding: 0; }

  div.PageDesc p.FindOutMore {
    padding-left: 3%;
    padding-right: 3%; }

  div.row.datavis {
    padding-top: 0px;
    height: auto; }

  div.row.datavis div.container div.statement.col-md-3 p {
    margin: 20px 0 0;
    line-height: 1.2; }

  #BootstrapForm_DecisionsSearch_action_doDecisionsSearch {
    margin-top: 20px; }

  div.seconddatesection {
    display: block; }

  div.firstdatesection p {
    display: block;
    margin-bottom: 0px !important; }

  form#BootstrapForm_DecisionsSearch p {
    margin-bottom: 5px; }

  div.search-area {
    margin-top: 5px; }

  /*********** TOP NAV ***************/
  div.form-actions {
    width: 22%; }

  div#keyword.control-group {
    width: 100%; }

  div.controls {
    width: 100%; }

  span.menu.icon {
    font-size: 25px;
    font-family: "example-icon-font";
    font-weight: normal;
    font-style: normal;
    padding-right: 10%;
    padding-left: 10%;
    color: white; }

  div.col-md-3.media {
    padding: 0; }

  /**** DROPDOWN MENU *****/
  div.RelatedLinks {
    display: none; }

  div.mobileRelatedLinks {
    display: block; }

  div.mobileRelatedLinks p a {
    font-size: 10.3px; }

  div.mobileRelatedLinks p {
    border-bottom: 1px solid grey;
    margin-left: 5%; }

  div.row.resource-landing-page fieldset {
    width: 100%;
    min-width: 100%; }

  form#BootstrapForm_SearchResourceForm {
    margin: 0;
    width: 100%; } }
@media (max-width: 992px) and (min-width: 769px) {
  span.desktop-tag-line {
    display: none; } }
/************** IPAD *******************/
@media (max-device-width: 1024px) and (min-device-width: 768px) {
  div.row {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }

  img.nz-govt-logo {
    margin-right: 0;
    margin-right: 10px; }

  div.homepage-features.container div.col-md-6.cta-area {
    width: 45%; }

  div.col-md-3.media {
    width: 30%; } }
#Test-query-div {
  display: none; }

#data-vis-page #Test-query-div {
  display: block !important; }

div.site-search-results .search-result-link {
  text-decoration: underline; }

div.site-search-results {
  width: 50%; }

h3.search-keyword {
  margin-top: 30px;
  margin-bottom: 25px; }

p.single-search-result {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 10px;
  padding-bottom: 10px; }

#Newsletters ul {
  padding: 20px 15px 5px 15px;
  height: 246px;
  overflow-x: hidden;
  overflow-y: auto; }

#Newsletters ul > li, ul.events-list > li {
  margin-bottom: 7px;
  padding-top: 10px;
  padding-bottom: 5px;
  list-style: none;
  border-bottom: 1px solid #008ec0;
  color: #5e5a5b;
  font-size: 12px;
  font-weight: normal; }

div.media ul.nav-tabs .media-top-level {
  padding-top: 13px;
  text-align: center;
  height: 40px;
  width: 116px; }

div.media ul.nav-tabs li.active {
  background-color: #fff;
  border-top: 3px solid #008ec0;
  padding-top: 10px; }

div.media ul.nav-tabs li.active.events {
  width: 117.96px; }

div.hot .topic-title {
  margin-bottom: 0; }

div.hot-topics-page p.topic-title {
  margin-bottom: 5px; }

div.hot-topics-page p.topic-description {
  margin-bottom: 25px; }

.main-content iframe.iframeholder {
  border: 0;
  margin-bottom: 20px;
  width: 100%; }

tr {
  border-bottom: 1px solid #DCDCDC;
  border-right: none;
  display: block; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 5px 0; }

.charitySearch table.table > tbody > tr > th {
  border-top: none;
  border-right: 1px solid #ddd;
  width: 80px;
  padding: 15px 10px; }

.charitySearch table.table > tbody > tr > td {
  border-top: none; }

.table-header {
  color: #007d57; }

.primary-button {
  background: #edece2;
  padding: 10px;
  color: #706d6e;
  border-left: 1px solid white;
  height: 60px; }

/**

Iframe styling!!!!!!

**/
#returnSets {
  margin: 20px 0; }

#returnSets table td {
  width: 190px; }

#searchMatches select {
  margin: 0 2px; }

#footer-nav {
  padding: 0; }

#footer-nav li {
  list-style: none;
  display: inline-block; }

#footernav a .fa {
  font-size: 0.7em;
  margin-left: 0.5em; }

h2.hiddenContent {
  display: none; }

#contentPalaceHolder1_QueryGroupEditor_75ea0ab8-7295-4a6c-aa87-077f09954bb7,
#contentPalaceHolder1_QueryGroupEditor_74136de1-cb65-47ab-abb3-59ce1b96f301,
#contentPalaceHolder1_QueryGroupEditor_70b22bf0-a913-426e-8164-87f91481815a {
  display: block; }

#creativeCommons {
  text-align: center; }

#frmLogin .error-text {
  color: red; }

#annualReturnSearchForm td,
#annualReturnSearchForm th {
  min-width: 150px; }

#annualReturnSearchForm td {
  background-color: transparent;
  border-top: none; }

#annualReturnSearchForm tr:first-child {
  border-top: 1px solid #efefef; }

#annualReturnSearchForm hr.widerWithPadding {
  display: none; }

#annualReturnSearchForm tr {
  border-left: 1px solid #efefef; }

#annualReturnSearchForm tr.resultsPaginationWrapper {
  border: none; }

.tblOfficersHead th {
  border-bottom: none !important; }

#noticeOfChangeSearchForm td,
#noticeOfChangeSearchForm th {
  min-width: 150px; }

#noticeOfChangeSearch-pager td {
  min-width: 1px; }

#noticeOfChangeSearchForm td {
  background-color: transparent;
  border-top: none; }

#noticeOfChangeSearchForm tr:first-child {
  border-top: 1px solid #efefef; }

#noticeOfChangeSearchForm hr.widerWithPadding {
  display: none; }

#noticeOfChangeSearchForm tr {
  border-left: 1px solid #efefef; }

#noticeOfChangeSearchForm tr.resultsPaginationWrapper {
  border: none; }

.fielddesc {
  font-style: italic;
  margin-top: 0.25em; }

fieldset h3 {
  margin-bottom: 15px; }

fieldset input.btn.btn-primary.pull-left {
  margin: 10px 0 10px 15px;
  float: none !important; }

#ViewCharitySummary {
  margin: 10px 0 10px 15px;
  float: none !important; }

#registrationForm .form-control {
  width: auto;
  display: inline-block; }

#frmAnnualReturn1 .col-sm-2 {
  width: 16%;
  padding-right: 0; }

#btnNext {
  background-color: #007d57;
  color: #fff; }

#registrationForm .current,
#registrationForm .completed {
  background-color: #007d57;
  color: #fff; }

#registrationForm div.col-sm-3.primary-button:hover {
  cursor: pointer; }

[title~=hlpPaidWord],
[title~=hlpPaidWord] {
  border-bottom: 1px solid #efefef;
  margin-bottom: 25px; }

#frmAnnualReturn1 hr {
  display: none; }

.progress-section {
  height: 60px; }

#registrationForm span.field-validation-error {
  color: red; }

span.input-group-addon {
  background-color: transparent;
  border: none;
  width: auto; }

.formSection .form-control {
  width: auto; }

.errorText {
  color: red; }

.form-horizontal.control-label {
  text-align: left; }

@media (max-width: 992px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    width: 100% !important; }

  .media-top-level.col-md-4 {
    width: 33.3333333333% !important; } }
#frmSummary hr {
  display: none; }

#documents table.tblSupportingDocuments {
  width: 100%; }

#documents .tblSupportingDocumentsHead th {
  min-width: 475px;
  color: #007d57; }

#documents .tblSupportingDocumentsHead th:first-child {
  min-width: 150px; }

#documents .tblSupportingDocumentsHead th:last-child {
  min-width: 145px; }

#documents .tblSupportingDocuments td {
  min-width: 475px !important; }

#documents .tblSupportingDocuments td:first-child {
  min-width: 150px !important; }

#documents .tblSupportingDocuments td:last-child {
  min-width: 145px !important; }

#pnlSupportingDocuments {
  padding-top: 30px; }

#pnlWitholdInformation .frmLayoutClearFix {
  display: none; }

dt.biggun {
  font-size: 18px; }

table.tblOfficers .tblOfficersHead th {
  min-width: 124px;
  color: #007d57; }

table.tblOfficers td {
  min-width: 124px; }

.pagination > li > a {
  color: #706d6e; }

#searchFormButtons input[type="submit"],
#searchFormButtons input[type="button"] {
  background: #008ec0;
  padding: 10px 25px;
  text-decoration: none;
  font-size: 14px;
  border: none;
  margin-top: 30px;
  cursor: pointer;
  color: white; }

#SearchPlaceHolder hr.searchy {
  margin: 5px 0 15px; }

#searchplaceholder input[type="text"] {
  border: 1px solid #afadae;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #706d6e;
  resize: none; }

#SearchPlaceHolder .frmLayoutLeft {
  width: 25%;
  display: inline-block; }

#SearchPlaceHolder .frmLayoutRight {
  width: 50%;
  display: inline-block; }

.frmLayoutRight select {
  width: 300px; }

#frmLogin .col-sm-3 {
  text-align: left;
  width: 12.5%; }

#frmLogin .col-sm-offset-2 {
  margin-left: 12.666667%; }

#frmAnnualReturn1 .col-sm-3 {
  width: 16%;
  padding-right: 0; }

#frmAnnualReturn1 input[type="text"] {
  width: 100px; }

#frmCharityDetails .input-group {
  display: inline-block; }

#frmCharityDetails .input-group input[type="text"] {
  display: inline-block; }

#frmCharityDetails .input-group .input-group-addon {
  padding-left: 0;
  display: inline-block; }

.charitySearch table.table.table-striped {
  border-top: 1px solid #efefef;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.charitySearch table.table.table-striped > tbody > tr:nth-child(odd) > td, table.table.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: transparent; }

.charitySearch table.table.table-striped td:first-child {
  min-width: 90px;
  border-left: 1px solid #efefef; }

.charitySearch table.table.table-striped td {
  padding: 15px; }

#copyright,
ul#footer-nav {
  text-align: center; }

#creativecommons {
  text-align: center; }

#contentPalaceHolder1_QueryGroupEditor span {
  display: block; }

#contentPalaceHolder1_QueryGroupEditor span a {
  margin: 5px; }

#contentPalaceHolder1_QueryGroupEditor select:first-child {
  margin: 0px; }

#contentPalaceHolder1_QueryGroupEditor select {
  margin: 0 5px; }

#contentPalaceHolder1_ColumnGroupDataList tr {
  border-bottom: none;
  border-right: none; }

#contentPalaceHolder1_ColumnGroupDataList tr td {
  width: 100%;
  display: table;
  margin: 5px 0; }

#formSubmission.ralign {
  text-align: right; }

form#registrationForm[action="/NoticeOfChange/Step1CharityDetails"] #frmCharityDetails input[type="text"] {
  width: auto !important; }

form#registrationForm[action="/NoticeOfChange/Step1CharityDetails"] .col-sm-3.primary-button {
  width: 20%; }

form#registrationForm[action="/NoticeOfChange/Step1CharityDetails"] .frmLayoutRight select {
  width: auto; }

form#registrationForm[action="/NoticeOfChange/Step1CharityDetails"] .frmLayoutLeft {
  width: 25%;
  display: inline-block;
  margin-bottom: 10px; }

form#registrationForm[action="/NoticeOfChange/Step1CharityDetails"] .frmLayoutRight {
  width: 70%;
  display: inline-block; }

form#registrationForm[action="/NoticeOfChange/Step1CharityDetails"] input[type="submit"] {
  background: #007d57;
  padding: 10px 25px;
  text-decoration: none;
  font-size: 14px;
  border: none;
  margin-top: 30px;
  cursor: pointer;
  color: white; }

h3, dt, dd, td, th, a, label, input, div, h2, h4 {
  font-family: 'Fira Sans', sans-serif; }

input[type="text"], input[type="email"] {
  border: 1px solid #afadae;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #706d6e;
  resize: none; }

#GoodPositionTable {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }

#GoodPositionTable tr {
  border-left: 1px solid #efefef; }

#GoodPositionTable tr:last-child {
  border-bottom: none; }

#GoodPositionTable tr td:first-child {
  width: 35px; }

#GoodPositionTable tr td:nth-child(2) {
  width: 660px;
  border-left: 1px solid #efefef; }

#GoodPositionTable tr td:nth-child(3) {
  width: 41px; }

#CompleteAnnualReturn {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }

#CompleteAnnualReturn tr {
  border-left: 1px solid #efefef; }

#CompleteAnnualReturn tr:last-child {
  border-bottom: none; }

#CompleteAnnualReturn tr td:last-child {
  border-right: none; }

div.helpSection {
  background-color: #efefef;
  padding: 20px;
  right: 0; }

div.helpSection h5 {
  margin-bottom: 15px; }

div.helpSection ul {
  padding-left: 15px; }

#ApplyNowButton {
  display: inline-block;
  color: #fff;
  background-color: #008ec0;
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 20px; }

div.row.generic-page .container.iframepage {
  padding-top: 30px; }

.form-group {
  margin-bottom: 0; }

iframe {
  overflow: hidden !important; }

.event-content form label {
  width: 50px; }

.event-content form input {
  width: 200px; }

.event-content form button {
  display: inline-block;
  color: #fff;
  background-color: #008ec0;
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 20px;
  border: none; }

.event-content form br {
  display: none; }

.emailsubscribe {
  margin-top: 1.9em; }

.emailsubscribe__title {
  font-weight: bold; }

.emailsubscribe label {
  font-weight: normal; }

.emailsubscribe button {
  padding: 7.5px 15px;
  color: #fff;
  background-color: #008ec0;
  border: none;
  font-family: 'Fira Sans', sans-serif;
  font-weight: bold; }

.emailsubscribe input {
  padding: 0.4em 0.5em;
  width: 255px;
  font-size: 0.85em; }

.homepage-features .emailsubscribe form p {
  margin: 0 0 10px;
  line-height: 16px; }

.news-events-content .emailsubscribe form p {
  margin: 0 0 12px; }

/* newsletters/alerts tabs */
.newsletters ul, .alerts ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.newsletters ul li, .alerts ul li {
  margin-bottom: 0.3em; }

.newsletters ul li a, .alerts ul li a {
  color: #5e5a5b; }

.news-events-content h4.newsletters,
.news-events-content h4.alerts {
  float: left;
  width: 50%;
  max-width: 200px;
  margin: 0;
  padding: 7px 12px 5px;
  line-height: 1em;
  border: 1px solid #afadae;
  border-bottom: 1px solid white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.news-events-content h4.newsletters {
  /*border-right: none;*/ }

.news-events-content div.alerts,
.news-events-content div.newsletters {
  padding: 1em 12px 0.7em;
  border: 1px solid #afadae;
  width: 100%;
  margin-bottom: 1em;
  margin-top: -1px; }

.news-events-content div.alerts {
  padding-bottom: 0; }

.news-events-content div.year-group ul {
  display: none;
  margin-bottom: 0.8em; }

.news-events-content div.year-group.open ul {
  display: block; }

.news-events-content .open a.year {
  font-size: 18px; }

.news-events-content a.year {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: bold;
  text-decoration: underline; }

.news-events-content a.year .fa {
  text-decoration: underline; }

.news-events-content h4 a {
  text-decoration: none;
  outline: none; }

h4.newsletters.disabled a, h4.alerts.disabled a {
  color: #706d6e; }

h4.newsletters.disabled, h4.alerts.disabled {
  background: #eeedea;
  border-bottom: 1px solid #afadae; }

.news-events-content div.alerts {
  display: none; }

/* Eventbrite organiser event list */
.events-list {
  padding: 0;
  margin: 0; }

.eb_event_list_title, .eb_event_list_date, .eb_event_list_time, .eb_event_list_location {
  display: block;
  width: 100%; }

.eb_event_list_title {
  font-weight: bold;
  margin-top: 10px; }

.eventbrite-events-holder .preloader {
  margin: 70px auto;
  text-align: center; }

ul.ebevent-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none !important;
  float: left;
  margin-bottom: 2em; }

ul.ebevent-list--fixedheight {
  height: 206px;
  overflow-y: scroll; }

.ebevent {
  margin-bottom: 1em;
  float: left; }

ul.ebevent__sessions {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none !important; }

li.ebevent__session {
  border-bottom: 1px solid #f2f2f2;
  padding: 0.5em 0;
  margin: 0;
  list-style: none;
  display: none; }

.ebevent__session__suburb {
  font-weight: bold;
  font-style: italic;
  color: #aaa; }

.typography li.ebevent__session {
  line-height: 1.5em; }

li.ebevent__session:first-child {
  display: block; }

li.ebevent__session:last-child {
  border: none; }

.ebevent__title h1,
.ebevent__title h2,
.ebevent__title h3,
.ebevent__title h4,
.ebevent__title h5,
.ebevent__title h6 {
  color: #008ec0;
  margin-bottom: 5px !important; }

.ebevent__desc {
  font-size: 0.9em;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1em; }

.row--eventsgroup, .row--event {
  padding-bottom: 50px; }

.alert-warning {
  display: inline-block;
  font-style: italic; }

.event-list__city {
  width: 100%;
  clear: both;
  border-top: 1px solid #eee;
  padding: 1em 0; }

.events-list__city__sessions {
  border-left: 3px solid #eee;
  padding-left: 40px; }

.ebevent__session__address {
  color: #aaa;
  font-size: 0.85em; }

.ebevent__session__date {
  font-weight: bold;
  font-size: 1em; }

.normalFontWeight {
  font-weight: normal; }

ul.eventsgroup-list {
  list-style: none;
  padding: 0 15px; }

li.eventsgroup-list__item {
  border-bottom: 1px solid #eee;
  padding: 0.25em 0;
  margin: 0; }

li.eventsgroup-list__item:first-child {
  border-top: 1px solid #eee; }

.ui-datepicker {
  width: auto !important; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 0.7em !important;
  padding: 0;
  margin: 0; }

.decisions-page div.search-area fieldset {
  background-color: #f4f4f4;
  padding: 1.5em 1.3em;
  position: relative; }

.decisions-page div.search-area .control-label .format {
  color: #bbb;
  font-weight: normal;
  font-size: 0.75em;
  margin-left: 0.5em; }

.decisions-page div.search-area legend {
  border-bottom: none;
  position: absolute;
  top: 1em;
  color: #bbb;
  text-shadow: 1px 1px 0 white;
  display: inline-block;
  width: auto; }

.decisions-page div.search-area .control-group hr {
  border-color: #000; }

.decisions-page div.search-area #decisionName, .decisions-page div.search-area #startDate, .decisions-page div.search-area #endDate {
  float: left;
  margin-right: 2em; }

.decision__title {
  font-size: 1.1em; }

.decision__date {
  color: #aaa;
  font-style: italic; }

.decision__tag {
  color: #aaa;
  margin: 0; }

.form-actions {
  margin-top: 1em; }

.hr--filterseparator {
  margin-top: 1em;
  margin-bottom: 1em; }

.decisions-page .nav-tabs > li.active > a, .decisions-page .nav-tabs > li.active > a:hover, .decisions-page .nav-tabs > li.active > a:focus {
  font-weight: bold; }

.label--safehide {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/* Newsletters */
.newsletters ul {
  list-style: none;
  list-style-type: square;
  margin: 0;
  padding: 0 0 0 1.5em; }

.newsletters ul li {
  margin-bottom: 0.3em; }

div#PageContent div.log-in div.iframepage div.main-content {
  overflow: hidden; }

#subForm input {
  margin-bottom: 0.9em; }

/*# sourceMappingURL=charities.css.map */
