/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 15 July 2020 11:01:14
*/


/**
 * NSWDPI - Marine
 * Global CSS
 *
 * version: 1
 * file:    global.css
 * author:  Squiz Australia
 * change log:
 *     adewezlopez@squiz.net - 2013/09/25 - 
 */
/*
 * Table of Contents
 *
 * 1. Reset
 * 2. Utilities
 * 3. General
 * 4. Styles
 *  4.0. Setup
 *  4.1. Header
 *  4.2. Nav
 *  4.3. Footer
 *  4.4. Main
 *  4.5. Breadcrumbs
 *  4.6. Sidenav
 *  4.7. FlexSlider
 *

 */
/*
--------------------
1. Reset (Normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;

}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
--------------------
2. Utilities
--------------------
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.ir {
  color: transparent;
  border: 0;
  overflow: hidden;
}
.no-rgba .ir {
  text-indent: 9999em;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Droid Sans", Arial, sans-serif;
}

/*
--------------------
3. General
--------------------
*/
a {
  color: #217f93; /*was #116F83 changed as caused contrast error */
  text-decoration: underline;
}

a:visited {
  color: #217f93;
}

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

::-moz-selection {
  background: #205982;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #205982;
  color: #fff;
  text-shadow: none;
}

html {
  color: #444444;
  font-family: "Droid Sans", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.6;
  font-size: 0.875em;
  font-size: 14px;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  color: #444444;
}

h1, h2, h3 {
  color: #205982;
  font-family: "Droid Sans", Arial, sans-serif;
  font-weight: normal;
}
h1 a, h2 a, h3 a {
  text-decoration: none;
}

a, a:active, a:hover {
  text-decoration: none;
}

p a {
  text-decoration: underline;
}
.bggrey{
  background-color: #e8e8e7;
}
#content_div_approval .internal{margin-bottom: 0.5em;border-left:1px solid #9a9a99;border-right:1px solid #9a9a99;}
#content_div_approval .internal .even{padding:0 0.5em 0 0.5em;border-bottom:1px solid #9a9a99;border-top:1px solid #9a9a99;}
#content_div_approval .internal .odd{padding:0.1em 0.5em;background-color: #e8e8e7;}
button,
.button,
.button:visited {
  background-color: #205982;
  color: white;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.6em 1em 0.6em;
  font-weight: bold;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  margin: 1em 0;
}

.button:hover,
button:hover,
.button:active,
button:active,
.button:focus,
button:focus {
  background-color: #116f83;
  color: white;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.6em 1em 0.6em;
  font-weight: bold;
}

@-ms-viewport {
  width: device-width;
}

/*
--------------------
4. Styles
--------------------
*/
/* 4.0 Setup */
.container {
  position: relative;
  padding: 0 10px;
}

/* 4.1 Header */
.header {
  background-color: white;
  color: #333333;
  font-family: "Droid Sans", Arial, sans-serif;
  font-size: 1em;
  padding: 0 10px;
  height: 165px;
}

.header-container {
  border-top: 4px solid #116f83;
}

.header-logo {
  margin: 24px 22px 0 0;
  float: left;
  max-height: 60px;
  margin-top: 20px;
  margin-right: 20px;
}

.header-text {
  float: left;
  margin: 30px 0 0;
  width: 40%;
}

.header-text h1 {
  font-size: 1.8em;
font-weight: bold;
  color: #133880;
  margin: 0;
padding-left: 50px;
padding-top: 15px;
  line-height: 1.1;
}
.header-text h1 a {
  color: #333333;
}
.header-text p {
  display: none;
}

.tools, .tools2 {
  display: none;
}

.mobile-menu-open {
  position: absolute;
  font-weight: 700;
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -400px -443px;
  display: block;
  color: #333333;
  padding-top: 4px;
  padding-left: 32px;
  margin-top: 0;
  font-size: 0.9em;
  top: 110px;
}
.mobile-menu-open:hover, .mobile-menu-open:active, .mobile-menu-open:focus {
  background-color: transparent;
  padding-top: 4px;
  padding-left: 32px;
  color: #333333;
}

.site-search {
  position: absolute;
  right: 0;
  top: 110px;
}
.site-search input[type="text"] {
  border: none;
  color: #116f83;
  width: 120px;
  border-bottom: 1px solid #116f83;
  font-size: 1em;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-appearance: none;
  -webkit-outline: 0;
}
.site-search input[type="text"]:focus {
  -webkit-appearance: none;
  -webkit-outline: 0;
  outline: 0;
  border-bottom: 3px solid #116f83;
}
.site-search input[type="submit"] {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -150px 0;
  width: 25px;
  height: 25px;
  border: none;
  position: relative;
  top: -3px;
  text-indent: -9999px;
}

.tool-print {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat 11px 4px;
}

.tool-accessibility {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -41px 4px;
}

.tool-mail {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -91px 4px;
}

/* 4.2 Nav */
.nav {
  display: block;
  position: absolute;
  left: -300px;
  top: 0;
  padding: 0;
  z-index: 101;
  background-color: #016293;
  /*text-transform: uppercase;*/
  width: 300px;
  overflow: hidden;
  height: 100%;
}

.close-mobile-nav {
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  display: block;
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -350px -450px;
  background-repeat: no-repeat;
  position: absolute;
  padding: 0;
  top: 0;
  right: 0;
}

.close-mobile-nav:hover {
  background: transparent;
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -350px -450px;
}

.nav-first-level {
  width: 300px;
  padding: 0;
  margin: 0;
}
.nav-first-level br {
  display: none;
}
.nav-first-level li {
  padding: 0;
  background-image: none;
}
.nav-first-level > li {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat 275px -280px;
}
.nav-first-level > li > a {
  padding: 15px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #4e91b4;
}
.nav-first-level .current, .nav-first-level .active {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -175px -277px;
}
.nav-first-level .current > ul, .nav-first-level .active > ul {
  display: block;
}

.nav-first-level .home {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -434px 16px;
  background-color: #0e6a99;
}
.nav-first-level .home a {
  text-indent: -9999px;
  border-bottom: 0;
}

.nav-second-level {
  display: none;
  margin: 0;
  padding: 0;
  background-color: #e8e8e7;
}
.nav-second-level > li {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -174px -328px;
  border-top: 1px solid #cdcdcd;
}
.nav-second-level > li a {
  font-weight: 700;
  text-decoration: none;
  color: #333333;
}
.nav-second-level > li > a {
  padding: 15px 18px 15px 30px;
  display: block;
}
.nav-second-level > li ul {
  display: none;
}
.nav-second-level .current, .nav-second-level .active {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -175px -377px;
}
.nav-second-level .current ul, .nav-second-level .active ul {
  display: block;
}
.nav-second-level > li:hover {
  background-color: #ffffff;
}

.nav-third-level {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Droid Sans", Arial, sans-serif;
  background-color: #fff;
  padding: 18px 30px;
  margin: 0;
  text-transform: none;
}
.nav-third-level li {
  border: none;
  margin: 5px 0;
  padding: 0 0 0 16px;
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -100px -246px;
}
.nav-third-level li a {
  cursor: pointer;
  font-weight: normal;
  color: #222;
}
.nav-third-level li:hover {
  background: none;
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -100px -246px;
}
.nav-third-level li:hover a {
  text-decoration: underline;
}

/* 4.3 Footer */
.footer {
  background-color: transparent;
  color: #333333;
  font-family: "Droid Sans", Arial, sans-serif;
  font-size: 1em;
  padding: 20px 0 10px;
  overflow: auto;
  background-color: white;
  font-size: 0.9em;
  line-height: 1.2;
  border-top: 1px solid #aaa;
}

.footer-links {
  line-height: 2.7;
}
.footer-links ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0px;
}
.footer-links ul li {
  padding-left: 0;
}
.footer-links a {
  text-decoration: none;
  clear: both;
  display: inline block;
  color: #333333;
  text-transform: uppercase;
  margin: 0 10px;
}
.footer-links a:hover, .footer-links a:focus, .footer-links a:active {
  color: #222;
  text-decoration: underline;
}

.footer-col-right {
  clear: left;
  float: left;
  width: auto;
  padding-left: 0;
}
.footer-col-right:last-child {
  position: absolute;
  left: 50%;
  top: 0;
}
.footer-col-right:nth-child(2) {
  padding-left: 0;
}

.footer-icon-list {
  display: none;
}

.footer-bottom {
  width: 100%;
  background-color: #116f83;
  clear: both;
  height: 90px;
  color: #fff;
  position: relative;

}
.footer-bottom .container {
  height: 100%;

}

.copyright-notice {
  font-size: 0.9em;
  display: block;
  padding: 1em 0;
  margin: 0;
}

.footer-bottom-right {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.footer-bottom-right span {
  float: left;
}

.back-to-top {
  float: right;
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -351px 14px;
  background-color: #353636;
  color: #fff;
  padding: 20px 20px;
  display: inline;
  width: 0;
  margin-top: -8px;
  margin-left: 1em;
}

/* 4.4 Main */
.main {
  overflow: auto;
  background-color: transparent;
  color: #444444;
  font-family: "Droid Sans", Arial, sans-serif;
  font-size: 1em;
  background-color: #efefef; 
  padding-bottom: 30px;
}
.main h2 {
  background: url(../../__data/assets/image/0011/484787/bg-horizontal-line75f7.png?v=0.3.1) no-repeat;
  padding-top: 12px;
  margin: 15px 0 26px 26px;
  color: #424141;
  font-size: 1.4em;
  /*text-transform: uppercase;*/
}

.main-section {
  border-bottom: 2px solid #205982;
  background-color: white;
  float: right;
  margin: 0 0 1em;
  overflow: auto;
  display: block;
  font-size: 0.9em;
}
.main-section .leader-content h2,
.main-section .columned-content h2 {
  background: url(../../__data/assets/image/0011/484787/bg-horizontal-line75f7.png?v=0.3.1) no-repeat;
  padding: 12px 0 0;
  margin: 15px 0 20px;
  color: #424141;
  font-size: 1.4em;
  font-weight: normal;
 /* text-transform: uppercase;*/
}
.main-section a {
  text-decoration: underline;
}
.main-section p {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.main-section h1, .main-section h2, .main-section h3, .main-section h4, .main-section h5, .main-section h6 {
  font-weight: 700;
  /*text-transform: uppercase;*/
  line-height: 1;
  color: #333333;
  margin: 1em 0 0;
}
.main-section h1 {
  font-size: 2.0em;
}
.main-section h2 {
  background-image: none;
  padding: 0;
  font-size: 1.8em;
}
.main-section h3 {
  font-size: 1.4em;
}
.main-section h2, .main-section h4, .main-section h6 {
  color: #205982;
}
.main-section h4, .main-section h5, .main-section h6 {
  text-transform: none;
}
.main-section h4 {
  font-size: 1.4em;
}
.main-section h5 {
  margin-top: 1.5em;
  font-size: 1.1em;
}
.main-section h6 {
  font-size: 1em;
}
.main-section ul, .main-section ol {
  padding-left: 0em;
}
.main-section ul {
  padding-left: 0;
}
.main-section ul li {
  list-style: none;
  padding-left: 15px;
}
.main-section ul li:before {
  content: '';
  padding-left: 16px;
  margin-left: -16px;
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -97px -248px;
}
.main-section ul li li:before {
  content: '';
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat 0 -99px;
}
.main-section li {
  margin-bottom: 0.4em;
  padding-left: 1em;
}
.main-section li ul, .main-section li ol {
  margin-top: 0.8em;
}
.main-section ol {
  counter-reset: item;
  list-style: none;
}
.main-section ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: 700;
  margin-left: -1em;
  padding-right: 0.5em;
}
.main-section table {
  margin: 1em 0;
}
.main-section table tr {
  background-color: white;
}
.main-section table tr td {
  padding: 10px;
}
.main-section table tr th {
  background-color: #016293;
  padding: 20px;
  color: white;
  font-weight: normal;
 /* text-transform: uppercase;*/
}
.main-section table tr:nth-child(odd) {
  background-color: #fcfcfc;
}
.main-section img {
  width: 100%;
  height: auto;
}

.featured-content {
  border-bottom: 2px solid #205982;
  margin-bottom: 20px;
}
.featured-content img {
  display: block;
  width: 100%;
  height: auto;
}

.home {
  padding-top: 0;
}
.home .main-section {
  background-color: transparent;
  border-bottom: 0;
}
.home .content-box:nth-child(odd) {
  border-top: 0;
  clear: left;
}
.home .featured-content {
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 0;
}

.inside .main-section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

.landing .main-section {
  border-bottom: 0;
}

.icon {
  /*width: 34px;*/
  width: 90%;
  height: 40px;
  display: block;
  padding-left: 50px;
  padding-top: 10px;
  margin: 1em 0;
}

.MS_Word_Document {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -750px -350px;
  
}

.MS_Excel_Document {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -750px -450px;
}

.PDF_File {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -750px -400px;
}

.pagination {
  float: right;
}
.pagination ul {
  padding: 0;
}
.pagination ul li {
  background: none;
  float: left;
  padding: 15px 20px;
  display: inline-block;
  color: #928773;
}
.pagination ul li:before {
  margin: 0;
  padding: 0;
  content: '';
  background: none;
}
.pagination ul li.active {
  background-color: #3481a9;
  color: white;
}
.pagination ul li.prev {
  padding: 20px 0 0 0;
}
.pagination ul li.prev a, .pagination ul li.prev span {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -250px -448px;
  text-indent: -9999px;
  color: transparent;
}
.pagination ul li.next {
  margin-left: 20px;
  padding: 16px 0 0 0;
}
.pagination ul li.next a, .pagination ul li.next span {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -300px -448px;
  text-indent: -9999px;
  color: transparent;
}

.leader-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  border-bottom: 2px solid #205982;
  background-color: white;
}
.leader-content img {
  width: 50%;
  float: left;
  margin-left: -30px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.image-caption p {
      color: #525252;
      padding: 12px 15px;
      font-size: 0.8em;
      font-weight: 600;
      margin: 0; }

.pull-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}

.pull-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 20px;
}


.columned-content {
  overflow: auto;
  background-color: transparent;

}

.content-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 2px solid #205982;
  background-color: white;
}
.content-box:nth-child(even) {
  margin-bottom: 20px;
}
.content-box:nth-child(odd) {
  border-top: 1px solid #ccc;
  clear: left;
}
.content-box:first-child {
  border-top: 0;
}
.content-box:last-child {
  margin-bottom: 0;
}
.content-box img {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  display: block;
}

.text-content {
  position: relative;
  overflow: auto;
  padding: 0 20px 10px;
}
   .landing .text-content{
       min-height: 219px;
   }
.content-highlighted {
  background-color: #dfeded;
}

.content-special {
  background-color: #83c4d3;
}

.external-link {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat 3px -145px;
  padding: 0 10px;
}

.link-floated {
  float: right;
  background-repeat: repeat-x;
  padding-right: 15px;
  margin-top: 0.5em;
  margin-right: -5px;
  display: block;
  padding-bottom: 10px;
}
.link-floated:after {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat 6px -246px;
  content: '';
  padding-left: 14px;
  display: inline;
}

.word-doc {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -750px -350px;
}

.xls-doc {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -750px -450px;
}

.pdf-doc {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -750px -400px;
}

/* 4.5 Breadcrumbs */
.breadcrumbs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  display: block;
  padding: 15px 20px;
  list-style-type: none;
  font-size: 0.85em;
  font-weight: 700;
  overflow: auto;
  margin: 0;
}

.breadcrumb-item {
  float: left;
  padding-left: 0;
}

.breadcrumb-item:before {
  content: '\003E';
  margin: 0 5px;
}

.breadcrumb-item a {
  text-decoration: underline;
}

.breadcrumb-nomark:before, .breadcrumb-home:before {
  content: '';
}

/* 4.6 Sub Nav */
.sub-nav {
  display: none;
}

.sub-nav-list ul li {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat 188px -179px;
}
.sub-nav-list ul li:hover {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -260px -127px;
}
.sub-nav-list ul .active {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -260px -127px;
}
.sub-nav-list ul .current {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -260px -195px;
}
.sub-nav-list ul .current:hover {
  background-color: transparent;
}

/* 4.7 FlexSlider / Carousel */
.flexslider {
  overflow: auto;
  position: relative;
}

.slides {
  padding: 0;
  margin: 0;
}
.slides li {
  margin: 0;
}

.flex-control-nav {
  width: 100px;
  left: auto;
  right: 0.7em;
  position: absolute;
  bottom: 115px;
  top: auto;
}
.flex-control-nav li {
  margin: 0 3px;
}
.flex-control-nav li img {
  display: none;
}
.flex-control-nav li:before {
  font-family: arial;
  content: "\2022";
  font-size: 2.5em;
  color: #888;
}
.flex-control-nav .li-active:before {
  color: darkred;
}

.flex-caption {
  padding: 1em;
  background-color: #fff;
  margin-left: 0;
  font-size: 0.9em;
  width: 100%;
  height: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-caption h2 {
  text-transform: uppercase;
  color: #205982;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 10px;
  margin-left: 0;
  background: transparent url("../../__data/assets/image/0011/484787/bg-horizontal-line75f7.png?v=0.3.1") 0 0 no-repeat;
}
.flex-caption p {
  margin-top: 0.3em;
}

.flex-pauseplay .flex-pause,
.flex-pauseplay .flex-play {
  position: absolute;
  right: 0;
  bottom: 162px;
  width: 39px;
  height: 39px;
  bottom: 138px\9;
  z-index: 100;
  cursor: pointer;
  left: auto;
  text-indent: -9999px;
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -300px 0;
}
.flex-pauseplay .flex-play {
  background: transparent url("../../__data/assets/image/0012/484788/spritesheet2641.png?v=0.3.8") no-repeat -250px 0;
}

/* Marine Additions */


#images .caption {
    text-align:center;
   /* margin:50px auto;*/
font-size: 90%;
color: #165C94;
float: left;
clear: left;
width: 400px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
}


/*.moreinfo {
background: url(/__data/assets/image/0007/498544/info-bg.png) repeat-x;
font-size: 85%;
color: #000;
width: 50%;
float: right;
margin: 5px;

}*/



/*.moreinfo h3 {

color: #fff;
font-size: 95%;
text-transform: uppercase;
padding-left: 5px;
margin-top: 6px;
}*/


.committee {

padding: 5px;
float: left;
}
.committee p{
width:70%;
margin-left: 20px;
float: right;
}

.twitter img{
padding-top: 10px;
}

.clear {
  clear: both;
}

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

.halfcol {
  float:left;
  width:49%;
  margin-right:1%;
}

.main-section form {
  background-color:#ddd;
  padding:16px; 
  margin: 8px 0;
}

.sq-form-question {
  padding: 8px 0;
}

.sq-form-question label{
  display:inline-block;
  width:30%;
}

.sq-form-question-answer {
  padding-left: 10px;
  display:inline-block;
}

.sq-form-required-field-note {
  text-align: right;
  font-size: 10px;
}

.sq-form-control {
  margin-left:30%;
  padding: 8px 0 8px 12px;
}

.lastupdated {
  text-align: right;
  font-size: 11px;
}

.search-page .main-section form {
  background-color: transparent;
}

.search-page .main-section table tr td {
    background-color: rgba(0, 0, 0, 0);
    padding:inherit;
}

.search-page .main-section .gsib_a {
    padding-left: 8px;
    padding-right: 8px;
    padding-top:3px;
}

.search-page .main-section table {
    margin: 0;
}

.search-page .main-section table tr {
    background-color: transparent;
}

blockquote:before {
    content: open-quote;
    font-size: 50px;
    left: 8px;
    line-height: 0;
    position: absolute;
    top: 30px;
    font-family: Georgia,Times;
}

blockquote:after {
    bottom: 4px;
    content: close-quote;
    font-size: 50px;
    line-height: 0;
    position: absolute;
    right: 13px;
    font-family: Georgia,Times;
}

blockquote {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    color: #333333;
    font-size: 1.1em;
    font-style: italic;
    margin: 1.5em 0;
    padding: 25px 28px 15px 28px;
    position: relative;
    quotes: "\201C""\201D""\2018""\2019";
}



/* Added styling for Funnelback */

.pagination{
    *zoom: 1;
}

.pagination:before, .pagination:after {
    content: '';
    display: table;
    line-height: 0;
}

.pagination:after {
    clear: both;
}

/* Pagination */
.pagination {
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.pagination.count-pages-1 {
    display: none;
}

.pagination__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination__list li {
    padding: 0;
}

.pagination__list li:before {
    display: none;
}

.content-wrapper .pagination__list {
    /* Override hanging punctuation on lists */
    text-indent: 0px;
    padding-left: 0px;
}

.pagination__link {
    float: left;
    line-height: 1em;
    text-decoration: none;
    padding: 0.5em 0.8em;
    margin-right: 10px;
}

.pagination__link:last-of-type {
    margin-right: 0px;
}

.current .pagination__link,
.prev .pagination__link,
.next .pagination__link, .pagination__link:focus, .pagination__link:hover {
    background: #3B6204;
    color: #ffffff;
}

.prev .pagination__link,
.next .pagination__link {
    font-weight: bold;
}

.prev .pagination__link:before,
.next .pagination__link:after {
    content: '';
    background-image: url("__data/assets/file/0008/670976/spritesheet.svg?v=0.1.2");
    width: 10px;
    height: 14px;
}

.no-svg .prev .pagination__link:before, .no-svg
.next .pagination__link:after {
    background-image: url("__data/assets/image/0009/670977/spritesheet0472.png?v=0.1.1");
}

.prev .pagination__link:before {
    float: left;
    background-size: 400px 1000px;
    background-position: -100px -150px;
    margin-right: 10px;
}

.next .pagination__link:after {
    float: right;
    background-size: 400px 1000px;
    background-position: -150px -150px;
    margin-left: 10px;
}
#mainimage .image-caption span.caption{
  font-family: "Georgia", "Times New Roman", serif;
}
/*Custom Style*/
tr.cmty-ady-com.border_bottom {
  border-bottom: 3px solid black;
}
/* Home page last Design change: 2023/10/25 */
.leader-content.home img {
  margin: 0 1em 0 0 !important;
}
.home.row2 .home-content-col {
    flex: 1 1 100%;          /* full width */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
  }

  .home.row2 .home-content-col img {
   display: block;
    margin-left: auto;
    margin-right: auto;       /* center image by margin auto */
    width: 100%;
    height: auto;
    float: none;              /* just in case */
  }
  .home.row2 .home-content-col h2 {
    width: 100%;
  }
  .home.row2 .third-column {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  a{
    text-decoration: none;
    color: #232849;
    font-weight: bold;
    font-size: 1.2em;
  }
}
.contactus-form {
  .label, label, legend{
    font-size: 1.125rem!important;
  }
  .form__error-message{
    font-size: 0.75rem!important;
  }
}