/*
Theme Name: Canterbury District Health Board
Theme URI: http://www.cdhb.health.nz/
Description: Canterbury District Health Board theme by <a href="https://www.pixelplay.co.nz">Pixelplay</a>
Version: 1
Author: Pixelplay
Author URI: https://www.pixelplay.co.nz
*/
/* --------------------------------------------------------------
***** IMPORTANT: Do not edit the styles directly in style.css
***** Make style changes via the scss files in the css folders. 
-------------------------------------------------------------- */
/* --------------------------------------------------------------
Base
-------------------------------------------------------------- */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
  background: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

a img, header a, footer a,
a img:hover, header:hover a, footer:hover a,
a.link-no-border, a.link-no-border:hover,
a.link-to-pdf, a.link-to-pdf:hover {
  border: none; }

:focus:not(.focus-visible) {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3;
  margin: 0;
  padding: 0; }

h1,
h2.h2-large {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 3rem;
  border: none; }

h2.h2-large {
  margin: 0 0 2rem; }

h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 3rem 0 1.9rem;
  padding-bottom: 7px;
  border-bottom: 3px solid #0c818f; }

h2.h2-no-border {
  padding: 0;
  border: none; }

.home #body h2 {
  color: #333;
  margin-top: 0; }

h2 a {
  color: #333;
  border: none; }

h2 a:hover,
h2 a:focus {
  color: #0c818f;
  border: none; }

h3,
h2.h2-medium,
#body .info-boxes h2.h2-medium,
h4.h4-large {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 3rem 0 0;
  padding: 0;
  border: none; }

h4,
h3.h3-medium,
#body .info-boxes h3.h3-medium,
h2.h2-small,
#body .info-boxes h2.h2-small {
  font-size: 2rem;
  font-weight: 700;
  margin: 3rem 0 0;
  padding: 0;
  border: none; }

h5,
h4.h4-medium,
#body .info-boxes h4.h4-medium,
h3.h3-small,
#body .info-boxes h3.h3-small {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 2rem 0 0;
  padding: 0; }

h6,
h5.h5-medium,
#body .info-boxes h5.h5-medium,
h4.h4-small,
#body .info-boxes h4.h4-small {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2rem 0 0;
  padding: 0; }

p {
  margin: 1rem 0 2rem; }

a {
  color: #0c818f;
  text-decoration: none;
  border-bottom: 1px dotted #0c818f; }

#body a:visted {
  color: #ccc;
  border-bottom: 1px dotted #ccc; }

a:hover {
  color: #0b7480;
  text-decoration: none;
  border-bottom: 1px solid #0b7480; }

/* Add icon to pdf links */
a[href$='.pdf'] {
  padding-left: 20px;
  background: url(images/icons/file-pdf-solid.svg) 0 1px no-repeat;
  background-size: 15px;
  border: none;
  text-decoration: underline; }

ul a[href$='.pdf'],
a.link-to-pdf,
a.no-pdf-icon,
a.contains-image,
.custom-map-image a[href$='.pdf'],
span.align-icon a[href$='.pdf'] {
  background: none;
  padding: 0;
  border: none; }

/* Add icon to Word doc links */
a[href$='.doc'],
a[href$='.docx'] {
  padding-left: 20px;
  background: url(images/icons/file-word-solid.svg) 0 1px no-repeat;
  background-size: 15px;
  border: none;
  text-decoration: underline; }

ul a[href$='.doc'],
ul a[href$='.docx'],
a.link-to-word-doc,
a.no-icon {
  background: none;
  padding: 0; }

hr {
  clear: both;
  border: none;
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  margin: 3rem 0; }

table {
  width: 100%;
  margin: 1rem 0 2rem; }

table, th, td {
  border: 1px solid #ccc;
  border-collapse: collapse; }

table td, table th {
  padding: .75rem;
  text-align: left;
  vertical-align: top; }

#body ul {
  margin: 1rem 0 2rem;
  padding: 0; }
  #body ul li {
    list-style: none;
    margin: 1rem 0;
    padding: 0 0 0 2rem;
    position: relative; }
  #body ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 1rem;
    left: 0;
    background-color: #0c818f;
    width: .5rem;
    height: .5rem; }

#body ol {
  margin: 1rem 0 2rem 1rem;
  padding: 0 0 0 2rem; }
  #body ol li {
    margin: 1rem 0;
    padding: 0; }

#body ul.list-unstyled,
#body ul.list-unstyled li {
  margin: 0;
  padding: 0;
  list-style: none; }

#body ul.no-bullets {
  margin: 1rem 0 2rem;
  padding: 0;
  list-style: none; }
  #body ul.no-bullets li {
    margin: 8px 0;
    padding: 0; }

#body ul.icon-bullets {
  margin: 1rem 0 2rem;
  padding: 0;
  list-style: none; }

#body ul.list-unstyled li:before,
#body ul.no-bullets li:before {
  content: none; }

#body ul.no-bullets .fa,
#body ul.no-bullets .fal,
#body ul.no-bullets .fas,
#body ul.no-bullets .far,
#body ul.no-bullets .fab {
  float: left;
  display: block;
  padding-top: 4px; }

#main-menu a.btn .fa,
#main-menu a.btn .fal,
#main-menu a.btn .fas,
#main-menu a.btn .far,
#main-menu a.btn .fab {
  float: left;
  display: block;
  padding-top: 4px; }

#body ul.no-bullets span.align-icon,
#body span.align-icon,
#main-menu span.align-icon {
  display: block;
  overflow: hidden; }

.small {
  font-size: 0.75em; }

.large {
  font-size: 1.3em; }

.date {
  color: #999;
  font-size: 1.4rem; }

.left {
  float: left; }

.right {
  float: right; }

.pull-quote {
  display: block;
  background-color: #f0f0f0;
  margin: 1em 0 1.5em;
  padding: 1rem 1rem 0.5rem 1.5rem;
  border-left: 10px solid #0c818f;
  clear: both; }

.pull-quote-white {
  background-color: #fff; }

.pull-quote-healthinfo-grey {
  border-left: 10px solid #8cc63e;
  background-color: #f0f0f0; }

.pull-quote-healthinfo-white {
  border-left: 10px solid #8cc63e;
  background-color: #fff; }

.pull-quote-healthinfo-green {
  border-left: 10px solid #8cc63e;
  background-color: #F1F9E8; }

/* --------- Icons --------- */
#body .fa, #body .fab, #body .fal, #body .far, #body .fas {
  color: #0c818f;
  width: 1em;
  margin-right: 1rem; }

#body .fa-stack .fa, #body .fa-stack .fab, #body .fa-stack .fal, #body .fa-stack .far, #body .fa-stack .fas {
  width: 100%; }

#body p .fa, #body p .fab, #body p .fal, #body p .far, #body p .fas {
  margin-right: 0.4rem; }

#body .icon-grid p i {
  margin-right: 1rem; }

body .fa-file-pdf {
  font-size: 1.3em;
  margin-right: 0; }

#body .btn .fa, #body .btn .fab, #body .btn .fal, #body .btn .far, #body .btn .fas, #body .search-btn .fas {
  color: #fff; }

#body .btn .fa-angle-right {
  margin: 0; }

#body .btn .fa, #body .btn .fab, #body .btn .fal, #body .btn .far, #body .btn .fas {
  margin-right: 0.6rem; }

/* --------- Buttons --------- */
.btn,
a.btn {
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 1.2rem 1.8rem;
  margin: 0 1rem 1rem 0;
  border: none;
  border-radius: 3px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background: #0c818f;
  text-decoration: none;
  transition: background 0.2s ease-out; }

.btn-alt,
a.btn-alt {
  background: #ff5e1b; }

.btn:hover,
a.btn:hover,
.btn.focus-visible,
a.btn.focus-visible {
  color: #fff;
  border: none;
  background: #30a1ac;
  text-decoration: none; }

.btn-alt:hover,
a.btn-alt:hover,
.btn-alt.focus-visible,
a.btn-alt.focus-visible {
  background: #ff6e32; }

.btn-small,
a.btn-small {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.5rem 0.8rem;
  margin: 0.5rem 0.5rem 0 0; }

.btn-large,
a.btn-large {
  font-size: 2.2rem;
  padding: 1.6rem 2.5rem;
  margin: 1.5rem 1.5rem 0 0; }

.btn-white,
a.btn-white {
  color: #0c818f;
  background: #fff; }

.btn-white:hover,
a.btn-white:hover,
.btn-white.focus-visible,
a.btn-white.focus-visible {
  color: #0c818f;
  background: rgba(255, 255, 255, 0.8); }

.btn-grey,
a.btn-grey {
  color: #333;
  background: #f0f0f0; }

.btn-grey:hover,
a.btn-grey:hover,
.btn-grey.focus-visible,
a.btn-grey.focus-visible {
  color: #fff;
  background: #0c818f; }

#body .btn-grey .fas {
  color: #0c818f; }

#body .btn-grey:hover .fas {
  color: #fff; }

button.text-button {
  color: #0c818f;
  padding: 0;
  margin: 0;
  background: none;
  text-decoration: none;
  border-bottom: 1px dotted #0c818f; }

button.text-button:hover {
  color: #0b7480;
  border-bottom: 1px solid #0b7480; }

/* --------- Colors --------- */
.blue {
  color: #30a1ac; }

.dark-blue {
  color: #0c818f; }

.light-blue {
  color: #e6f7f9; }

.red {
  color: #d90000; }

.white {
  color: #fff !important; }

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 40px; }

.alignleft {
  float: left;
  margin: 5px 40px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 40px; }

a img.alignnone {
  margin: 0; }

a img.alignleft {
  float: left;
  margin: 5px 40px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 1rem 0 2rem;
  padding: 0 0 0.1rem 0;
  background: #f0f0f0; }

.wp-caption-text {
  font-weight: 700;
  margin: 1rem 0; }

.wp-caption.alignnone {
  display: inline-block;
  margin: 5px 40px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 40px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 40px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

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

/* Wrap long urls */
.url-fix {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.clear-floats {
  clear: both; }

.clearfix:after,
header:after,
main:after,
section:after,
.wrapper:after,
.searchandfilter ul:after {
  content: "";
  display: table;
  clear: both; }

/* --------------------------------------------------------------
Layout
-------------------------------------------------------------- */
.wrapper {
  width: 1120px;
  margin: 0 auto; }

/* Header
-------------------------------------------------------------- */
#header {
  position: relative;
  background: #fff;
  z-index: 1000; }

.skip-links {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2000; }

.skip-links a {
  display: inline-block;
  position: absolute;
  color: #fff;
  background: #0c818f;
  padding: 5px 10px;
  margin-right: 10px;
  top: -10000px; }

.skip-links a:hover {
  color: #fff; }

.skip-links a:focus,
.skip-links a:active {
  top: 0; }

#top-menu-container {
  width: 100%;
  background: #f0f0f0;
  border-bottom: 1px solid #ddd; }

#top-menu {
  float: left;
  width: 100%; }

#top-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #ddd; }

#top-menu ul li {
  float: left;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #fff; }

#top-menu ul li a {
  display: block;
  padding: 12px 15px;
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  text-transform: uppercase;
  text-decoration: none; }

#top-menu ul li a:hover {
  color: #333;
  background: #fff;
  text-decoration: none; }

#top-menu ul li a i {
  position: relative;
  top: 1px; }

#top-menu ul li a i.fab {
  display: block;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1; }

#top-menu ul li a i.fa-home {
  display: block;
  font-size: 2rem;
  line-height: 1; }

#top-menu ul li a i.fa-external-link-alt {
  font-size: 1.2rem;
  position: relative;
  top: -1px;
  margin-left: 5px; }

#top-menu ul li a i.fa-twitter {
  color: #5fa9dd; }

#top-menu ul li a i.fa-youtube {
  color: #ff0000; }

#top-menu ul li a i.fa-facebook {
  color: #3b5a9a; }

#top-menu ul li a i.fa-phone {
  margin-left: 5px;
  top: 0; }

#logo {
  float: left;
  color: #333;
  margin: 33px 0;
  text-decoration: none; }

#logo img {
  display: block;
  height: 74px; }

#main-logo,
#main-logo h1,
#tagline {
  display: block;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
  padding: 0; }

#main-logo strong {
  font-weight: 900; }

#tagline {
  color: #0c818f; }

/* --------- Search --------- */
.search-box {
  float: right;
  width: 100%;
  max-width: 400px;
  margin: 40px 0;
  position: relative; }

.search-box .search-label {
  position: absolute;
  left: 0;
  padding-top: 19px;
  padding-left: 15px; }

.search-box input[type=search] {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  background: transparent;
  border: 2px solid #ddd;
  border-right: none;
  margin: 0;
  padding: 10px 75px 10px 15px;
  -moz-appearance: none;
  -webkit-appearance: none; }

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

.search-box input[type=search]:focus {
  border: 2px solid #0c818f;
  border-right: none;
  background: #fff;
  transition: all 0.2s ease-out; }

.search-box input[type=search]:valid {
  background: #fff; }

.search-box button {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  font-size: 2.4rem;
  line-height: 1; }

.search-result {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0; }

.search-result h2 a {
  color: #0c818f;
  border-bottom: 1px dotted #0c818f; }

.search-result h2 a:hover {
  border-bottom: 1px solid #0b7480; }

/* --------- Main Menu --------- */
#main-menu-container {
  background: #f0f0f0;
  border-top: 1px solid #ddd; }

#main-menu {
  display: block; }

#main-menu ul {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0; }

#main-menu > ul {
  border-left: 1px solid #fff;
  border-right: 1px solid #ddd; }

#main-menu ul li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0; }

#main-menu > ul > li {
  border-left: 1px solid #ddd;
  border-right: 1px solid #fff; }

#main-menu > ul > li:first-child {
  border-left: 1px solid #ddd; }

#main-menu > ul > li:last-child {
  border-right: 1px solid #fff; }

#main-menu ul li button {
  color: #333;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  padding: 29px 21px 31px;
  margin-top: -1px;
  background: #f0f0f0;
  border-top: 1px solid #ddd;
  transition: border-top 0.2s ease-out, padding-top 0.2s ease-out, background 0.2s ease-out;
  position: relative;
  z-index: 1001; }

#main-menu ul li button .te-reo {
  color: #777;
  font-size: 1.3rem;
  font-weight: 400;
  padding-right: 20px; }

#main-menu ul li button:hover,
#main-menu ul li button:focus {
  color: #333;
  border-top: 6px solid #0c818f;
  padding-top: 24px;
  background: #fff; }

#main-menu ul li button.is-active {
  color: #fff;
  border-top: 6px solid #0c818f;
  padding-top: 24px;
  background: #0c818f; }

#main-menu ul li button.is-active .te-reo {
  color: #fff; }

#main-menu ul li button.is-active.focus-visible {
  border-top: 6px solid #0c818f;
  padding-top: 24px;
  background: #0c818f; }

#main-menu ul li button i {
  font-size: 14px;
  margin-left: 8px; }

#main-menu ul li button.is-active i {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  position: relative;
  top: -2px; }

#main-menu ul li div.mega-menu.is-active {
  display: block; }

#main-menu ul li div.mega-menu {
  display: none;
  position: absolute;
  width: 1120px;
  background: #fff;
  border-top: 6px solid #0c818f;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1002; }

#main-menu ul li .mega-menu .mega-links.row {
  padding: 30px; }

#main-menu ul li .mega-menu .mega-links li {
  display: block;
  width: 100%;
  font-size: 1.9rem;
  font-weight: 700;
  margin: 6px 0 0; }

#main-menu ul li .mega-menu .mega-links li a {
  display: inline-block;
  margin: 0;
  padding-bottom: 1px; }

#main-menu ul li .mega-menu .mega-links li a:hover {
  color: #0b7480; }

#main-menu ul li .mega-menu .mega-links li ul {
  margin-left: 15px; }

#main-menu ul li .mega-menu .mega-links li li {
  font-size: 1.5rem;
  font-weight: 400; }

#main-menu ul li .mega-menu .mega-links li li a {
  color: #333; }

#main-menu ul li .mega-menu .mega-links li li a:hover {
  color: #0b7480; }

#main-menu ul li .mega-menu .mega-links li li a:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4rem;
  font-weight: 900;
  content: "\f105";
  margin: 0 8px 0 -15px;
  position: relative;
  top: 0;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

#main-menu ul li .mega-menu .mega-links .additional-btns {
  clear: both;
  margin-top: 2rem; }

#main-menu ul li .mega-menu .mega-links .additional-btns a.btn {
  width: auto;
  margin: 1rem 1rem 0 0; }

#main-menu ul li .mega-menu .mega-links a.btn,
#main-menu ul li .mega-menu .mega-links a[href$='.pdf'] {
  width: 100%;
  font-size: 1.5rem;
  text-align: left;
  margin: 0;
  padding: 12px 18px;
  border: none;
  background: #0c818f; }

#main-menu ul li .mega-menu .mega-links a.btn:hover,
#main-menu ul li .mega-menu .mega-links a[href$='.pdf']:hover {
  color: #fff;
  padding: 12px 18px;
  border: none;
  background: #30a1ac; }

#main-menu ul li .mega-menu i {
  margin-right: 7px; }

#main-menu ul li .mega-menu i.fa-external-link {
  font-size: .65em;
  vertical-align: top;
  padding: 8px 0 0 4px;
  margin-right: 0; }

#main-menu ul li .mega-menu a.btn i.fa-external-link {
  font-size: 0.9em;
  margin-right: 0.7rem;
  padding: 5px 0 0 0px; }

.show-on-focus {
  text-indent: -1000px;
  overflow: hidden;
  margin-bottom: -6px !important; }

.show-on-focus:focus {
  text-indent: 0; }

#main-menu .mega-tips {
  color: #fff;
  background: #0c818f;
  padding: 20px 30px; }

#main-menu .mega-tips h2 {
  font-size: 2.2rem;
  margin: 0 0 5px;
  padding: 0;
  border: none; }

#main-menu .mega-tips ul {
  margin: 5px 0;
  padding: 0;
  list-style: none; }

#main-menu .mega-tips ul li {
  margin: 5px 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 400; }

#main-menu .mega-tips a {
  color: #fff;
  border-bottom: 1px dotted #fff; }

#main-menu .mega-tips a:hover {
  color: #fff;
  border-bottom: 1px solid #fff; }

#main-menu a.mega-tips-ghost-btn {
  display: block;
  color: #fff;
  text-align: center;
  border: none !important;
  padding: 15px;
  margin-top: 10px;
  transition: background 0.2s ease-out; }

#main-menu a.mega-tips-ghost-btn:hover,
#main-menu a.mega-tips-ghost-btn:focus {
  background: #30a1ac; }

#main-menu a.mega-tips-ghost-btn i {
  margin: 0 0 10px;
  font-size: 4rem; }

#main-menu .mega-tips ul.inline-btns {
  padding: 0;
  list-style: none; }

#main-menu .mega-tips ul.inline-btns li {
  display: inline-block;
  margin: 0;
  padding: 0; }

#main-menu .mega-tips a.btn-white {
  font-size: 1.4rem;
  color: #0c818f;
  width: auto;
  min-width: 50px;
  padding: 9px 15px;
  margin: 3px 6px 3px 0;
  border: none; }

#mega-menu-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }

/* --------- Alert Banners --------- */
#alert-message,
#alert-message-secondary {
  display: block;
  color: #fff;
  padding: 15px 0;
  position: relative;
  z-index: 1000; }

#alert-message-secondary {
  border-top: 1px solid #fff; }

@media screen and (min-width: 1140px) {
  .alert-container .col-4 {
    width: 30%; }

  .alert-container .col-8 {
    width: 70%; } }
.alert-container {
  position: relative; }

.vaccinate-banner .alert-container {
  background: #f6f4fa;
  padding: 15px; }

.emergency-banner {
  background: #e31111; }

.alert-banner {
  background: #ea690b; }

.update-banner {
  background: #51840b; }

.normal-info-banner {
  background: #0c818f; }

.normal-alert-banner {
  background: #0c818f; }

.normal-hospital-alert-banner {
  background: #0c818f; }

.alternate-alert-banner {
  background: #ffcc00;
  color: #333 !important; }

.alternate-info-banner {
  background: #fdf0ad;
  color: #333 !important; }

.covid-19-banner {
  background: url(images/covid-19-bg.png);
  color: #333 !important; }

.covid-19-red-banner {
  background: #ffe69d;
  color: #333 !important; }

.covid-19-orange-banner {
  background: #ffeebc;
  color: #333 !important; }

.covid-19-green-banner {
  background: #fff9e7;
  color: #333 !important; }

.vaccinate-banner {
  background: repeating-linear-gradient(135deg, #AB99C5, #AB99C5 30px, #f6f4fa 30px, #f6f4fa 60px);
  color: #333 !important; }

#alert-message .alert-message-divider,
#alert-message-secondary .alert-message-divider {
  border-left: 1px solid #fff;
  display: block;
  padding-left: 20px; }

#alert-message.alternate-alert-banner .alert-message-divider,
#alert-message-secondary.alternate-alert-banner .alert-message-divider,
#alert-message.alternate-info-banner .alert-message-divider,
#alert-message-secondary.alternate-info-banner .alert-message-divider,
#alert-message.covid-19-banner .alert-message-divider,
#alert-message-secondary.covid-19-banner .alert-message-divider,
#alert-message.covid-19-red-banner .alert-message-divider,
#alert-message-secondary.covid-19-red-banner .alert-message-divider,
#alert-message.covid-19-orange-banner .alert-message-divider,
#alert-message-secondary.covid-19-orange-banner .alert-message-divider,
#alert-message.covid-19-green-banner .alert-message-divider,
#alert-message-secondary.covid-19-green-banner .alert-message-divider,
#alert-message.vaccinate-banner .alert-message-divider,
#alert-message-secondary.vaccinate-banner .alert-message-divider {
  border-left: 1px solid #333; }

#alert-message h2 .alert-icon,
#alert-message-secondary h2 .alert-icon {
  margin-right: 10px; }

#alert-message h2 .alert-icon:after,
#alert-message-secondary h2 .alert-icon:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

#alert-message.covid-19-red-banner h2,
#alert-message-secondary.covid-19-red-banner h2,
#alert-message.covid-19-orange-banner h2,
#alert-message-secondary.covid-19-orange-banner h2,
#alert-message.covid-19-green-banner h2,
#alert-message-secondary.covid-19-green-banner h2 {
  font-size: 2.8rem;
  margin-left: 33px; }

@media screen and (max-width: 1140px) {
  #alert-message.covid-19-red-banner h2,
  #alert-message-secondary.covid-19-red-banner h2,
  #alert-message.covid-19-orange-banner h2,
  #alert-message-secondary.covid-19-orange-banner h2,
  #alert-message.covid-19-green-banner h2,
  #alert-message-secondary.covid-19-green-banner h2 {
    font-size: 2rem;
    margin-left: 20px; } }
#alert-message.covid-19-red-banner h2 .alert-icon:after,
#alert-message-secondary.covid-19-red-banner h2 .alert-icon:after,
#alert-message.covid-19-orange-banner h2 .alert-icon:after,
#alert-message-secondary.covid-19-orange-banner h2 .alert-icon:after,
#alert-message.covid-19-green-banner h2 .alert-icon:after,
#alert-message-secondary.covid-19-green-banner h2 .alert-icon:after {
  content: '';
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: 6px;
  left: 15px; }

@media screen and (max-width: 1140px) {
  #alert-message.covid-19-red-banner h2 .alert-icon:after,
  #alert-message-secondary.covid-19-red-banner h2 .alert-icon:after,
  #alert-message.covid-19-orange-banner h2 .alert-icon:after,
  #alert-message-secondary.covid-19-orange-banner h2 .alert-icon:after,
  #alert-message.covid-19-green-banner h2 .alert-icon:after,
  #alert-message-secondary.covid-19-green-banner h2 .alert-icon:after {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    top: 7px; } }
.covid-19-red-banner h2 .alert-icon:after {
  background: #e4193b; }

.covid-19-orange-banner h2 .alert-icon:after {
  background: #ff8f1d; }

.covid-19-green-banner h2 .alert-icon:after {
  background: #06964e !important; }

@keyframes flash {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
.emergency-banner h2 .alert-icon:after {
  content: "\f071";
  animation: flash 2s ease infinite; }

.alert-banner h2 .alert-icon:after {
  content: "\f071"; }

.update-banner h2 .alert-icon:after {
  content: "\f075"; }

.normal-info-banner h2 .alert-icon:after {
  content: "\f05a"; }

.normal-alert-banner h2 .alert-icon:after {
  content: "\f071"; }

.normal-hospital-alert-banner h2 .alert-icon:after {
  content: "\f0f8"; }

.alternate-alert-banner h2 .alert-icon:after {
  content: "\f071";
  color: #333 !important; }

.alternate-info-banner h2 .alert-icon:after {
  content: "\f05a";
  color: #333 !important; }

.covid-19-banner h2 .alert-icon:after {
  content: "\f071";
  color: #333 !important; }

.vaccinate-banner h2 .alert-icon:after {
  content: "\f071";
  color: #333 !important; }

#alert-message h2,
#alert-message-secondary h2 {
  color: #fff;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin: 7px 0 0;
  padding: 0;
  border: none; }

#alert-message.alternate-alert-banner h2,
#alert-message-secondary.alternate-alert-banner h2,
#alert-message.alternate-info-banner h2,
#alert-message-secondary.alternate-info-banner h2,
#alert-message.covid-19-banner h2,
#alert-message-secondary.covid-19-banner h2,
#alert-message.covid-19-red-banner h2,
#alert-message-secondary.covid-red-19-banner h2,
#alert-message.covid-19-orange-banner h2,
#alert-message-secondary.covid-19-orange-banner h2,
#alert-message.covid-19-green-banner h2,
#alert-message-secondary.covid-19-green-banner h2,
#alert-message.vaccinate-banner h2,
#alert-message-secondary.vaccinate-banner h2 {
  color: #333; }

#alert-message p,
#alert-message-secondary p {
  margin: 10px 0; }

#alert-message a,
#alert-message-secondary a {
  color: #fff;
  border-bottom: 1px dotted #fff; }

#alert-message.alternate-alert-banner a,
#alert-message-secondary.alternate-alert-banner a,
#alert-message.alternate-info-banner a,
#alert-message-secondary.alternate-info-banner a,
#alert-message.covid-19-banner a,
#alert-message.covid-19-red-banner a,
#alert-message.covid-19-orange-banner a,
#alert-message.covid-19-green-banner a,
#alert-message-secondary.covid-19-banner a,
#alert-message.vaccinate-banner a,
#alert-message-secondary.vaccinate-banner a {
  color: #333;
  border-bottom: 1px dotted #333; }

#alert-message a:hover,
#alert-message-secondary a:hover {
  color: #fff;
  border-bottom: 1px solid #fff; }

#alert-message.alternate-alert-banner a:hover,
#alert-message-secondary.alternate-alert-banner a:hover,
#alert-message.alternate-info-banner a:hover,
#alert-message-secondary.alternate-info-banner a:hover,
#alert-message.covid-19-banner a:hover,
#alert-message.covid-19-red-banner a:hover,
#alert-message.covid-19-orange-banner a:hover,
#alert-message.covid-19-green-banner a:hover,
#alert-message-secondary.covid-19-banner a:hover,
#alert-message.vaccinate-banner a:hover,
#alert-message-secondary.vaccinate-banner a:hover {
  color: #333;
  border-bottom: 1px solid #333; }

#alert-message .alert-title,
#alert-message-secondary .alert-title {
  padding-right: 55px; }

button.alert-message-arrow,
button.alert-message-arrow-secondary {
  width: 36px;
  height: 36px;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #fff;
  right: 0;
  top: 0;
  z-index: 2; }

.alternate-alert-banner button.alert-message-arrow,
.alternate-alert-banner button.alert-message-arrow-secondary,
.alternate-info-banner button.alert-message-arrow,
.alternate-info-banner button.alert-message-arrow-secondary,
.covid-19-banner button.alert-message-arrow,
.covid-19-banner button.alert-message-arrow-secondary,
.covid-19-red-banner button.alert-message-arrow,
.covid-19-red-banner button.alert-message-arrow-secondary,
.covid-19-orange-banner button.alert-message-arrow,
.covid-19-orange-banner button.alert-message-arrow-secondary,
.covid-19-green-banner button.alert-message-arrow,
.covid-19-green-banner button.alert-message-arrow-secondary,
.vaccinate-banner button.alert-message-arrow,
.vaccinate-banner button.alert-message-arrow-secondary {
  background: #333; }

.vaccinate-banner button.alert-message-arrow,
.vaccinate-banner button.alert-message-arrow-secondary {
  right: 15px;
  top: 15px;
  background: #AB99C5; }

button.alert-message-arrow:hover,
button.alert-message-arrow.focus-visible,
button.alert-message-arrow-secondary:hover,
button.alert-message-arrow-secondary.focus-visible {
  background: #333; }

.alternate-alert-banner button.alert-message-arrow:hover,
.alternate-alert-banner button.alert-message-arrow.focus-visible,
.alternate-alert-banner button.alert-message-arrow-secondary:hover,
.alternate-alert-banner button.alert-message-arrow-secondary.focus-visible,
.covid-19-banner button.alert-message-arrow:hover,
.covid-19-banner button.alert-message-arrow.focus-visible,
.covid-19-banner button.alert-message-arrow-secondary:hover,
.covid-19-banner button.alert-message-arrow-secondary.focus-visible,
.alternate-info-banner button.alert-message-arrow:hover,
.alternate-info-banner button.alert-message-arrow.focus-visible,
.alternate-info-banner button.alert-message-arrow-secondary:hover,
.alternate-info-banner button.alert-message-arrow-secondary.focus-visible {
  background: #333; }

.alert-message-arrow-icon {
  position: absolute;
  top: -3px;
  right: 8px; }

.alert-message-arrow-icon:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
  font-weight: 900;
  color: #e31111;
  content: "\f107";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

button.alert-message-arrow.active .alert-message-arrow-icon:after,
button.alert-message-arrow-secondary.active .alert-message-arrow-icon:after {
  content: "\f106"; }

.emergency-banner button.alert-message-arrow .alert-message-arrow-icon:after,
.emergency-banner button.alert-message-arrow.focus-visible .alert-message-arrow-icon:after,
.emergency-banner button.alert-message-arrow-secondary .alert-message-arrow-icon:after,
.emergency-banner button.alert-message-arrow-secondary.focus-visible .alert-message-arrow-icon:after {
  color: #e31111; }

.alert-banner button.alert-message-arrow .alert-message-arrow-icon:after,
.alert-banner button.alert-message-arrow.focus-visible .alert-message-arrow-icon:after,
.alert-banner button.alert-message-arrow-secondary .alert-message-arrow-icon:after,
.alert-banner button.alert-message-arrow-secondary.focus-visible .alert-message-arrow-icon:after {
  color: #ea690b; }

.update-banner button.alert-message-arrow .alert-message-arrow-icon:after,
.update-banner button.alert-message-arrow.focus-visible .alert-message-arrow-icon:after,
.update-banner button.alert-message-arrow-secondary .alert-message-arrow-icon:after,
.update-banner button.alert-message-arrow-secondary.focus-visible .alert-message-arrow-icon:after {
  color: #51840b; }

.normal-info-banner button.alert-message-arrow .alert-message-arrow-icon:after,
.normal-info-banner button.alert-message-arrow.focus-visible .alert-message-arrow-icon:after,
.normal-info-banner button.alert-message-arrow-secondary .alert-message-arrow-icon:after,
.normal-info-banner button.alert-message-arrow-secondary.focus-visible .alert-message-arrow-icon:after {
  color: #0c818f; }

.normal-alert-banner button.alert-message-arrow .alert-message-arrow-icon:after,
.normal-alert-banner button.alert-message-arrow.focus-visible .alert-message-arrow-icon:after,
.normal-alert-banner button.alert-message-arrow-secondary .alert-message-arrow-icon:after,
.normal-alert-banner button.alert-message-arrow-secondary.focus-visible .alert-message-arrow-icon:after {
  color: #0c818f; }

.normal-hospital-alert-banner button.alert-message-arrow .alert-message-arrow-icon:after,
.normal-hospital-alert-banner button.alert-message-arrow.focus-visible .alert-message-arrow-icon:after,
.normal-hospital-alert-banner button.alert-message-arrow-secondary .alert-message-arrow-icon:after,
.normal-hospital-alert-banner button.alert-message-arrow-secondary.focus-visible .alert-message-arrow-icon:after {
  color: #0c818f; }

.alternate-alert-banner button.alert-message-arrow .alert-message-arrow-icon:after,
.alternate-alert-banner button.alert-message-arrow.focus-visible .alert-message-arrow-icon:after,
.alternate-alert-banner button.alert-message-arrow-secondary .alert-message-arrow-icon:after,
.alternate-alert-banner button.alert-message-arrow-secondary.focus-visible .alert-message-arrow-icon:after {
  color: #ffcc00; }

.alternate-info-banner button.alert-message-arrow .alert-message-arrow-icon:after,
.alternate-info-banner button.alert-message-arrow.focus-visible .alert-message-arrow-icon:after,
.alternate-info-banner button.alert-message-arrow-secondary .alert-message-arrow-icon:after,
.alternate-info-banner button.alert-message-arrow-secondary.focus-visible .alert-message-arrow-icon:after {
  color: #fdf0ad; }

.covid-19-banner button.alert-message-arrow .alert-message-arrow-icon:after,
.covid-19-banner button.alert-message-arrow.focus-visible .alert-message-arrow-icon:after,
.covid-19-banner button.alert-message-arrow-secondary .alert-message-arrow-icon:after,
.covid-19-banner button.alert-message-arrow-secondary.focus-visible .alert-message-arrow-icon:after {
  color: #fecb2f; }

.covid-19-red-banner button.alert-message-arrow .alert-message-arrow-icon:after,
.covid-19-red-banner button.alert-message-arrow.focus-visible .alert-message-arrow-icon:after,
.covid-19-red-banner button.alert-message-arrow-secondary .alert-message-arrow-icon:after,
.covid-19-red-banner button.alert-message-arrow-secondary.focus-visible .alert-message-arrow-icon:after {
  color: #ffe69d; }

.covid-19-orange-banner button.alert-message-arrow .alert-message-arrow-icon:after,
.covid-19-orange-banner button.alert-message-arrow.focus-visible .alert-message-arrow-icon:after,
.covid-19-orange-banner button.alert-message-arrow-secondary .alert-message-arrow-icon:after,
.covid-19-orange-banner button.alert-message-arrow-secondary.focus-visible .alert-message-arrow-icon:after {
  color: #ffeebc; }

.covid-19-green-banner button.alert-message-arrow .alert-message-arrow-icon:after,
.covid-19-green-banner button.alert-message-arrow.focus-visible .alert-message-arrow-icon:after,
.covid-19-green-banner button.alert-message-arrow-secondary .alert-message-arrow-icon:after,
.covid-19-green-banner button.alert-message-arrow-secondary.focus-visible .alert-message-arrow-icon:after {
  color: #fff9e7; }

.vaccinate-banner button.alert-message-arrow .alert-message-arrow-icon:after,
.vaccinate-banner button.alert-message-arrow.focus-visible .alert-message-arrow-icon:after,
.vaccinate-banner button.alert-message-arrow-secondary .alert-message-arrow-icon:after,
.vaccinate-banner button.alert-message-arrow-secondary.focus-visible .alert-message-arrow-icon:after {
  color: #fff; }

.alert-message-btn-text {
  position: relative;
  left: -1000px; }

#alert-message-details,
#alert-message-details-secondary {
  display: none; }

.alert-label {
  font-weight: bold; }

/* --------- Where Do I Go Banner --------- */
#where-do-i-go-banner {
  background: #13294b; }

#where-do-i-go-banner .wrapper {
  position: relative; }

#where-do-i-go-banner a {
  display: block;
  float: left;
  width: 14.6%;
  height: 76px;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.9em 0 0 2em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  position: relative; }

#where-do-i-go-banner a:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -15px;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  border-left: 15px solid #13294b;
  z-index: 2; }

#where-do-i-go-banner a.where-do-i-go-title-link {
  width: 10.8%;
  padding: 1em 0 0 0; }

#where-do-i-go-banner a:last-child {
  width: 16.2%; }

#where-do-i-go-banner a h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  border: none;
  margin: 0;
  padding: 0;
  display: inline;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }

#where-do-i-go-banner a h3 {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 0 1px;
  margin: 0 0 1px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }

#where-do-i-go-banner a:hover h2,
#where-do-i-go-banner a:focus h2 {
  border-bottom: 1px solid #fff; }

#where-do-i-go-banner a:hover h3,
#where-do-i-go-banner a:focus h3 {
  border-bottom: 1px solid #fff; }

#where-do-i-go-banner a p {
  margin: 0;
  line-height: 1.2; }

a.where-light-blue {
  background: #2691d8; }

a.where-light-blue:hover,
a.where-light-blue:focus {
  background: #3498db; }

a.where-blue {
  background: #2676ab; }

a.where-blue:hover,
a.where-blue:focus {
  background: #2980b9; }

a.where-green {
  background: #149179; }

a.where-green:hover,
a.where-green:focus {
  background: #16a085; }

a.where-yellow {
  background: #e8930c; }

a.where-yellow:hover,
a.where-yellow:focus {
  background: #f39c12; }

a.where-orange {
  background: #c24d00; }

a.where-orange:hover,
a.where-orange:focus {
  background: #d35400; }

a.where-red {
  background: #b23528; }

a.where-red:hover,
a.where-red:focus {
  background: #c0392b; }

#where-do-i-go-banner a.where-light-blue:after {
  border-left-color: #2691d8; }

#where-do-i-go-banner a.where-light-blue:hover:after,
#where-do-i-go-banner a.where-light-blue:focus:after {
  border-left-color: #3498db; }

#where-do-i-go-banner a.where-blue:after {
  border-left-color: #2676ab; }

#where-do-i-go-banner a.where-blue:hover:after,
#where-do-i-go-banner a.where-blue:focus:after {
  border-left-color: #2980b9; }

#where-do-i-go-banner a.where-green:after {
  border-left-color: #149179; }

#where-do-i-go-banner a.where-green:hover:after,
#where-do-i-go-banner a.where-green:focus:after {
  border-left-color: #16a085; }

#where-do-i-go-banner a.where-yellow:after {
  border-left-color: #e8930c; }

#where-do-i-go-banner a.where-yellow:hover:after,
#where-do-i-go-banner a.where-yellow:focus:after {
  border-left-color: #f39c12; }

#where-do-i-go-banner a.where-orange:after {
  border-left-color: #c24d00; }

#where-do-i-go-banner a.where-orange:hover:after,
#where-do-i-go-banner a.where-orange:focus:after {
  border-left-color: #d35400; }

#where-do-i-go-banner a.where-red:after {
  content: none; }

#where-do-i-go-banner button {
  display: none;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 100;
  background: #fff; }

#where-do-i-go-banner button:hover,
#where-do-i-go-banner button.focus-visible {
  background: #fff; }

.where-do-i-go-arrow-icon {
  position: absolute;
  top: -3px;
  right: 8px; }

.where-do-i-go-arrow-icon:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
  font-weight: 900;
  color: #333;
  content: "\f107";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

#where-do-i-go-banner button.active .where-do-i-go-arrow-icon:after {
  content: "\f106"; }

#where-do-i-go-banner button:hover .where-do-i-go-arrow-icon:after,
#where-do-i-go-banner button.focus-visible .where-do-i-go-arrow-icon:after {
  color: #333; }

.where-do-i-go-btn-text {
  position: relative;
  left: -1000px; }

/* Flex
-------------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-stretch {
  align-items: stretch; }

/* Grid
-------------------------------------------------------------- */
.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:before {
  content: normal; }

.row:after {
  content: "";
  display: table;
  clear: both; }

.col {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-1 {
  width: 8.3%; }

.col-2 {
  width: 16.6%; }

.col-20-percent {
  width: 20%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3%; }

.col-5 {
  width: 41.6%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3%; }

.col-8 {
  width: 66.6%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3%; }

.col-11 {
  width: 91.6%; }

.col-12 {
  width: 100%; }

/* Using Flex instead
.col-3:nth-child(4n+1){
    clear: left;
}
.col-4:nth-child(3n+1){
    clear: left;
}
.col-6:nth-child(2n+1){
    clear: left;
}*/
/* Home Page
-------------------------------------------------------------- */
/* --------- Slider --------- */
#progress-line,
#secondary-progress-line {
  width: 30px;
  height: 30px;
  position: absolute;
  opacity: 0.75;
  top: 15px;
  right: 15px;
  z-index: 500; }

#slider-container,
#secondary-slider-container {
  position: relative;
  visibility: hidden; }

#secondary-slider-container {
  margin-top: 30px; }

#slider,
#secondary-slider {
  width: 100%;
  height: auto; }

ul#slider,
ul#secondary-slider,
ul#slider li,
ul#secondary-slider li {
  margin: 0;
  padding: 0;
  list-style: none; }

ul#slider li {
  height: 530px;
  background-size: cover;
  background-position: top center; }

ul#slider li,
ul#secondary-slider li {
  width: 100%; }

.banner-content {
  float: right;
  width: 33.3%;
  color: #fff;
  padding: 22px 30px 2px;
  margin: 30px 0 60px;
  background: rgba(0, 104, 114, 0.8); }

.banner-content h2 {
  margin-top: 0; }

.banner-content button.btn {
  margin-top: 0; }

.bx-wrapper .bx-controls button {
  border: none;
  padding: 0; }

.bx-wrapper ul.bx-pager {
  padding: 0;
  margin: 0;
  list-style: none; }

#main .bx-wrapper .bx-prev {
  left: 10px;
  background: url(js/bxslider/images/cta-slider-arrows.png) no-repeat 0 -50px; }

#main .bx-wrapper .bx-prev:hover,
#main .bx-wrapper button.bx-prev.focus-visible {
  background-position: 0 0; }

#main .bx-wrapper .bx-next {
  right: 10px;
  background: url(js/bxslider/images/cta-slider-arrows.png) no-repeat -35px -50px; }

#main .bx-wrapper .bx-next:hover,
#main .bx-wrapper button.bx-next.focus-visible {
  background-position: -35px 0; }

#main .bx-wrapper .bx-controls-direction button {
  margin-top: -25px;
  padding: 0;
  width: 35px;
  height: 50px; }

button.slider-start, button.slider-stop,
button.secondary-slider-start, button.secondary-slider-stop {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 15px;
  z-index: 501; }

button.slider-start,
button.secondary-slider-start {
  display: none;
  background: url("js/bxslider/images/play.png") 0 -30px no-repeat; }

button.slider-start:hover,
button.secondary-slider-start:hover,
button.slider-start:focus,
button.secondary-slider-start:focus {
  background-position: 0 0; }

button.slider-stop,
button.secondary-slider-stop {
  display: block;
  background: url("js/bxslider/images/pause.png") 0 -30px no-repeat; }

button.slider-stop:hover,
button.secondary-slider-stop:hover,
button.slider-stop:focus,
button.secondary-slider-stop:focus {
  background-position: 0 0; }

/* --------- Intro --------- */
.intro {
  margin-top: 30px; }
  .intro img {
    max-width: 100%;
    width: auto;
    height: auto; }

/* --------- CTA Buttons --------- */
#cta-buttons {
  margin: 30px 0 28px; }

#cta-buttons .col {
  padding: 0 3px 0 0; }

#cta-buttons .col:last-child {
  padding: 0; }

#cta-buttons a.btn {
  width: 100%;
  font-size: 1.7rem;
  margin: 0 0 2px;
  padding: 15px; }

/* --------- After Hours Banner --------- */
#after-hours-banner {
  display: block;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 12px 30px 4px 30px;
  margin-bottom: 30px;
  background: #555; }

/* --------- Healthinfo --------- */
#healthinfo {
  padding-top: 13px; }

#healthinfo h2 {
  border: none;
  padding: 0;
  margin-bottom: 9px; }

#healthinfo h2 span {
  color: #8cc63e; }

#healthinfo h2 img {
  margin-right: 7px; }

#healthinfo-box {
  color: #fff;
  background: #8cc63e url(images/healthinfo-bg.png) bottom right no-repeat;
  padding: 17px 20px 35px;
  margin-bottom: 20px; }

#healthinfo-box .row {
  margin-left: -5px;
  margin-right: -5px; }

#healthinfo-box .col-8, #healthinfo-box .col-4 {
  padding: 0 5px; }

#healthinfo-box .col-8 {
  width: 70%; }

#healthinfo-box .need-help {
  width: 36%; }

#healthinfo-box h3 {
  font-size: 1.8rem;
  margin: 0;
  padding: 0; }

#healthinfo-box p {
  margin: 0 0 1rem;
  font-size: 1.4rem; }

#body #healthinfo-box li {
  font-size: 1.4rem;
  margin: 8px 0; }

#body #healthinfo-box li:before {
  content: none; }

#healthinfo-box a {
  color: #fff;
  border-bottom: 1px dotted #fff; }

#healthinfo-box a:hover {
  border-bottom: 1px solid #fff; }

.healthinfo-heading {
  color: #8cc63e; }

/* --------- Health Services --------- */
#health-services-container {
  display: inline-block;
  background: #f0f0f0;
  padding: 1.5rem 1.5rem 0 1.5rem;
  margin-bottom: 20px; }

#health-services-search {
  margin: 0.5rem 0 1rem;
  background: #fff; }

#health-services-search .search-label {
  padding-top: 1.4rem; }

#health-services-search input[type=search] {
  height: 5rem;
  padding: 1rem 6.5rem 1rem 1.5rem; }

#health-services-search button {
  height: 50px;
  width: 50px;
  font-size: 2rem;
  line-height: 1; }

#body ul.block-links {
  margin: 1rem 0 2rem;
  padding: 0;
  list-style: none;
  border-top: 2px solid #ddd; }

#body ul.block-links li {
  margin: 0;
  padding: 1.4rem 0;
  border-bottom: 2px solid #ddd; }

#body ul.block-links li:before {
  content: none; }

#body ul.block-links li a {
  font-weight: 700;
  border: none;
  padding: 2px 0; }

#body ul.block-links li a:hover {
  border-bottom: 1px solid #0c818f; }

#body ul.block-links li a:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.4rem;
  font-weight: 900;
  content: "\f105";
  margin-right: 0.5em;
  display: inline-block;
  position: relative;
  top: -1px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

/* --------- Health News --------- */
#health-news {
  padding-top: 13px; }

.home #body #health-news h2 {
  margin-bottom: 12px; }

#body #health-news ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none; }

#body #health-news ul li {
  margin: 0;
  padding: 1.5rem 0;
  border-bottom: 2px solid #f0f0f0; }

#body #health-news ul li:before {
  content: none; }

#health-news ul li h3 {
  font-size: 1.8rem;
  margin: 0; }

#health-news ul li .health-news-feature .img-link h3 {
  padding-top: 1.5rem; }

#health-news ul li h3 a {
  border: none; }

#health-news ul li p {
  margin: 5px 0; }

#health-news ul li p.date {
  margin-top: 0; }

#health-news a.btn {
  margin: 0; }

/* Section Pages
-------------------------------------------------------------- */
/* --------- Heading --------- */
.sect-photo-banner {
  width: 100%;
  min-height: 300px;
  height: 530px;
  height: 50vh;
  max-height: 530px;
  background: #f0f0f0;
  background-position: top center;
  background-size: cover;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative; }

.sect-photo-banner .sect-banner-text {
  width: 100%;
  position: absolute;
  bottom: 0; }

.sect-photo-banner .wrapper h1 {
  color: #fff;
  font-size: 5rem;
  display: inline-block;
  margin: 0 0 30px;
  padding: 0.55em 0.65em;
  background: rgba(0, 152, 163, 0.9); }

#page-heading {
  display: block;
  padding: 50px 0;
  background: #0c818f;
  background-size: contain; }

#page-heading h1 {
  color: #fff;
  font-size: 5rem;
  margin: 0; }

.breadcrumbs {
  font-size: 1.4rem;
  color: #777;
  padding: 1.5em 0; }

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

.breadcrumbs ol li {
  display: inline-block;
  margin: 0 0.75em;
  padding: 0; }

.breadcrumbs a {
  border: none; }

/* --------- General --------- */
.info-box {
  margin: 20px 0 0; }

#body .info-boxes h2 {
  font-size: 2.4rem;
  margin: 0 0 20px; }

#body .info-boxes h3 {
  font-size: 2rem;
  margin: 15px 0 0; }

.note {
  padding: 26px 30px 20px 110px;
  background: #e6f7f9;
  position: relative;
  margin: 30px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }

.note-icon {
  position: absolute;
  top: 30px;
  left: 30px; }

.note-icon:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 5rem;
  line-height: 1;
  font-weight: 900;
  color: #0c818f;
  content: "\f05a";
  margin-right: 0.5em;
  position: absolute;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.note.warning .note-icon:before {
  content: "\f071"; }

.note.deaf .note-icon:before {
  content: "\f2a4"; }

.note h2,
.tab-content .note h3 {
  color: #0c818f;
  font-size: 2.2rem;
  margin: 0 0 10px;
  padding: 0;
  border: none; }

.note p {
  margin: 0 0 10px; }

.tip {
  font-size: 1.5rem;
  text-align: center;
  padding: 5px 20px;
  background: #f0f0f0;
  position: relative;
  margin: 30px 0 20px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }

.tip:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f0f0f0;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -15px; }

.tip-bottom:before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: none;
  border-top: 15px solid #f0f0f0;
  top: auto;
  bottom: -15px;
  z-index: 1; }

.tip-bottom:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: none;
  border-top: 15px solid #ddd;
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -17px;
  margin-left: -15px;
  z-index: 0; }

.tip-none:before,
.tip-none:after {
  content: none; }

.tip p {
  margin-bottom: 15px; }

.flip-h {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

#body .icon-grid .material-icons {
  font-size: 3.4rem;
  position: relative;
  top: 11px; }

.ward-table {
  width: 100%;
  min-width: 500px; }

.ward-table h3 {
  margin: 0;
  font-size: 2rem; }

.table-striped {
  padding: .75rem;
  vertical-align: top; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f0f0f0; }

.table-no-border, .table-no-border td, .table-no-border th {
  border: none; }

.ward-table th.service {
  width: 40%; }

.ward-table th.location {
  width: 35%; }

.ward-table th.phone {
  width: 25%; }

/* --------- Grid Box --------- */
.grid-box,
a.grid-box {
  position: relative;
  display: block;
  color: #333;
  padding: 3rem 3rem 1rem;
  margin: 1rem 0 2rem;
  border: 3px solid #f0f0f0; }

.grid-box.featured {
  border: 3px solid #0c818f; }

a.grid-box:hover {
  display: block;
  color: #333;
  background: #f0f0f0; }

.grid-box h2 {
  font-size: 2rem;
  margin: 0; }

.accordion-content .grid-box h3 {
  margin: 0;
  padding-bottom: 7px;
  border-bottom: 3px solid #0c818f; }

/* --------- Image Box --------- */
.image-box {
  position: relative;
  display: block;
  color: #333;
  margin: 1rem 0 2rem;
  border: 3px solid #f0f0f0;
  overflow: hidden; }

.image-box.featured {
  border: 3px solid #0c818f; }

.image-box .image-box-image {
  position: relative; }

.image-box a.img-link {
  padding: 0;
  text-decoration: none; }

.image-box a .image-box-image .rollover-text {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  transform: translate(-50%, -50%); }

.image-box a:hover .image-box-image .rollover-text {
  opacity: 1; }

.image-box .content {
  font-size: 1.5rem;
  padding: 1rem 3rem 0 3rem; }

#body .image-box a h3 {
  color: #333;
  margin: 0;
  padding: 2rem 3rem 0;
  border: none;
  background: #fff; }

#body .image-box a h3 span {
  display: block;
  padding-bottom: 0.7rem;
  border-bottom: 3px solid #0c818f; }

#body .image-box a:hover h3 {
  color: #0c818f; }

.image-box .btn {
  width: 100%;
  text-align: center; }

/* --------- Tabs --------- */
.tab-btns {
  display: block;
  margin: 30px 0 45px;
  box-shadow: inset 0 -3px 0 0 #0c818f; }

.tab-btns ul li {
  float: left; }

.tab-btns button {
  float: left;
  color: #333;
  font-size: 1.8rem;
  text-align: center;
  padding: 15px;
  margin: 10px 0 0 3px;
  background: #f0f0f0;
  border-radius: 4px 4px 0 0; }

.tab-btns.tab-size-xs button {
  font-size: 1.4rem; }

.tab-btns.tab-size-s button {
  font-size: 1.6rem; }

.tab-btns.tab-size-l button {
  font-size: 2rem; }

.tab-btns button:first-child,
.tab-btns button[aria-selected="true"]:first-child {
  margin-left: 0; }

.tab-btns button:hover,
.tab-btns button:focus {
  color: #fff;
  background: #0c818f; }

.tab-btns button[aria-selected="true"] {
  color: #333;
  font-weight: 700;
  padding: 20px 15px;
  margin: 0 0 0 3px;
  background: #fff;
  border: 3px solid #0c818f;
  border-bottom: none; }

.tab-btns button[aria-selected="true"]:focus {
  color: #333; }

.tab-content {
  clear: both; }

@media screen and (max-width: 1140px) {
  .tab-btns button {
    font-size: 1.6rem;
    padding: 10px; }

  .tab-btns.tab-size-xs button {
    font-size: 1.2rem; }

  .tab-btns.tab-size-s button {
    font-size: 1.4rem; }

  .tab-btns.tab-size-l button {
    font-size: 1.8rem; }

  .tab-btns button[aria-selected="true"] {
    padding: 15px 10px; } }
@media screen and (max-width: 980px) {
  .tab-btns button {
    padding: 15px;
    border-radius: 0; }

  .tab-btns button,
  .tab-btns button:first-child,
  .tab-btns button[aria-selected="true"]:first-child {
    position: relative;
    width: 100%;
    text-align: left;
    margin: 1px 0 0; }

  .tab-btns button:hover {
    font-weight: 700; }

  .tab-btns button[aria-selected="true"] {
    color: #fff;
    padding: 15px 15px 15px 35px;
    margin: 1px 0 0;
    background: #0c818f;
    border: none; }

  .tab-btns button[aria-selected="true"]:focus {
    color: #fff; }

  .tab-btns button .tab-btn-icon {
    position: absolute;
    top: 14px;
    left: 14px; }

  .tab-btns button[aria-selected="true"] .tab-btn-icon:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    content: "\f061";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; } }
/* --------- Accordions --------- */
.accordion {
  margin: 10px 0 20px;
  padding: 0;
  border-top: 1px solid #f0f0f0;
  clear: both; }

.accordion .accordion-content-container {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f0f0f0; }

.accordion h2 {
  font-size: 2rem;
  margin: 0;
  padding: 0 34px 0 0;
  border: none; }

.accordion h3,
.accordion h4.h4-large {
  font-size: 1.8rem;
  margin: 20px 0 0; }

.accordion h4 {
  font-size: 1.6rem;
  margin: 20px 0 0; }

.accordion h5 {
  font-size: 1.5rem;
  margin: 20px 0 0; }

.accordion h2 button {
  width: 100%;
  color: #333;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: 14px 0;
  background: #fff;
  position: relative;
  color: #0c818f; }

.accordion h2 button:hover,
.accordion h2 button.focus-visible,
.accordion h2 button.active {
  color: #333; }

.accordion h2 button .accordion-icon {
  position: absolute;
  top: 14px;
  right: -20px; }

button.accordion-expand-btn {
  float: right;
  color: #333;
  min-height: 35px;
  padding: 2px 12px;
  margin: 0;
  background: #f0f0f0;
  border-radius: 3px 3px 0 0; }

button.accordion-expand-btn:hover {
  color: #f0f0f0;
  background: #0c818f; }

.accordion h2 button .accordion-icon:after,
button.accordion-expand-btn .accordion-icon:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  font-weight: 900;
  content: "\f107";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

button.accordion-expand-btn .accordion-icon:after {
  color: #333;
  margin-left: 10px; }

.accordion h2 button.active .accordion-icon:after,
button.active.accordion-expand-btn .accordion-icon:after {
  font-size: 1.8rem;
  content: "\f00d"; }

.accordion-content {
  display: none;
  box-sizing: content-box; }

/* --------- I'm Not Well Accordion --------- */
#cdhb.page-id-362 .accordion {
  border-top: none; }

#cdhb.page-id-362 .accordion .accordion-content-container {
  border-bottom: 1px solid #fff; }

#cdhb.page-id-362 .accordion h2 {
  padding: 0; }

#cdhb.page-id-362 .accordion h2 button {
  padding: 14px 34px 14px 15px; }

#cdhb.page-id-362 .accordion h2 button,
#cdhb.page-id-362 .accordion h2 button:hover,
#cdhb.page-id-362 .accordion h2 button:focus {
  color: #fff; }

#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-1 button {
  background: #2691d8; }

#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-1 button:hover,
#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-1 button:focus {
  background: #3498db; }

#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-2 button {
  background: #2676ab; }

#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-2 button:hover,
#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-2 button:focus {
  background: #2980b9; }

#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-3 button {
  background: #149179; }

#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-3 button:hover,
#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-3 button:focus {
  background: #16a085; }

#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-4 button {
  background: #e8930c; }

#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-4 button:hover,
#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-4 button:focus {
  background: #f39c12; }

#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-5 button {
  background: #c24d00; }

#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-5 button:hover,
#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-5 button:focus {
  background: #d35400; }

#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-6 button {
  background: #b23528; }

#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-6 button:hover,
#cdhb.page-id-362 .accordion h2#h2-accordionpanel1-6 button:focus {
  background: #c0392b; }

#cdhb.page-id-362 .accordion h2 button .accordion-icon {
  right: 20px; }

#cdhb.page-id-362 button.accordion-expand-btn:hover {
  color: #333;
  background: #ddd; }

/* --------- Hospitals Overview --------- */
h2.filter-results {
  font-size: 2rem;
  font-weight: bold;
  margin: 2.5rem 0;
  padding: 0;
  border: none; }

.filter-overview-boxes h3 {
  font-size: 2rem;
  margin: 0;
  padding-bottom: 7px;
  border-bottom: 3px solid #0c818f; }

.filter-overview-boxes h3 a {
  color: #333;
  border: none; }

.filter-overview-boxes h3 a:hover,
.filter-overview-boxes h3 a:focus {
  color: #0c818f;
  border: none; }

#body .filter-overview-boxes a.btn-grey i {
  color: #0c818f;
  margin-right: 0.5rem; }

#body .filter-overview-boxes a.btn-grey:hover i {
  color: #fff; }

#body .filter-overview-boxes .more-info a.btn {
  width: 100%;
  margin-bottom: 0; }

#body .more-info a.btn i {
  margin-right: 0.6rem; }

/* --------- Health Services --------- */
.service-logo {
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin-bottom: 2rem; }

.service-logo img {
  display: block;
  margin: 0 auto; }

h1 .taxonomy-link {
  color: #fff;
  font-size: 1.6rem;
  margin-right: 0.5rem; }

@media screen and (max-width: 600px) {
  h1 .taxonomy-link {
    display: block;
    width: 100%;
    margin: 1rem 0 0; } }
h1 .taxonomy-link a {
  display: inline-block;
  color: #fff;
  border-bottom: 1px dotted #fff;
  margin-right: 1.5rem; }

h1 .taxonomy-link a:hover {
  border-bottom: 1px solid #fff; }

#cdhb.single-health_service #sect-body {
  float: right; }

@media screen and (max-width: 980px) {
  #cdhb.single-health_service .service-listing-sidebar {
    margin-top: 30px; } }
.service-listing-sidebar .side-box-content {
  border-top: 1px solid #fff; }

.service-listing-sidebar div.side-box-content:first-of-type {
  border-top: none; }

#body .service-listing-sidebar ul.no-bullets .fa,
#body .service-listing-sidebar ul.no-bullets .fal,
#body .service-listing-sidebar ul.no-bullets .fas,
#body .service-listing-sidebar ul.no-bullets .far,
#body .service-listing-sidebar ul.no-bullets .fab {
  padding-top: 4px; }

.acf-map {
  height: 180px; }

.acf-map img {
  max-width: inherit !important; }

.acf-map,
.mapplic-map-sidebar,
.wp-google-maps-sidebar,
.draw-attention-map-sidebar,
.custom-map-image {
  width: auto;
  border: #ccc solid 1px;
  margin: 10px 0; }

.mapplic-container a {
  border-bottom: none; }

.custom-map-image a {
  border-bottom: none; }

.custom-map-image img {
  display: block; }

/* Hide Health Services categories and Specialties */
#body .searchandfilter li.sf-field-taxonomy-health_services,
#body .searchandfilter li.sf-field-taxonomy-specialties {
  display: none; }

/* Show Health Services Specialties on category pages */
.tax-health_services #body .searchandfilter li.sf-field-taxonomy-specialties {
  display: block; }

/* Category menu */
#category-menu {
  margin: 1rem 0 3rem; }

#category-menu ul,
#category-menu ul li {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }

#body #category-menu ul li:before {
  content: none; }

#category-menu ul li {
  position: relative;
  border-top: 1px solid #fff; }

#category-menu ul li a {
  width: 100% !important;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 15px 45px 15px 15px;
  text-decoration: none;
  border: none;
  background: #0c818f;
  position: relative; }

#category-menu > ul > li > a:hover {
  color: #fff;
  text-decoration: none;
  background: #0c818f; }

#category-menu ul ul li a {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.3;
  background: #f0f0f0;
  transition: all 0.2s; }

#category-menu ul ul > li.current-menu-item > a {
  color: #333; }

#category-menu ul ul li a:hover,
#category-menu ul ul li.current-menu-item > a {
  color: #333;
  border-left: 5px solid #0c818f; }

/* --------- Health News --------- */
.form-group {
  display: block;
  margin: 0.5rem 0; }

#news-filter .form-group {
  display: inline-block; }

#news-filter label {
  font-weight: 700;
  margin: 1rem 0.5rem 0.5rem 0; }

#news-filter select {
  font-size: 1.5rem;
  margin: 1rem 2rem 0.5rem 0;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border: 2px solid #ddd;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* SVG background image */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='555'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 14px;
  background-repeat: no-repeat;
  background-color: #fff; }

/* Hide Categories filter on Category pages */
.category .searchandfilter li.sf-field-category {
  display: none; }

.news-item {
  position: relative;
  display: block;
  color: #333;
  margin: 1rem 0 2rem;
  border: 3px solid #f0f0f0;
  overflow: hidden; }

.news-item.featured {
  border: 3px solid #0c818f; }

.news-item .news-type {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 5px 10px;
  text-transform: uppercase;
  background: #f0f0f0;
  z-index: 2; }

.news-item.featured .news-type {
  color: #fff;
  background: #0c818f; }

#body .news-item .news-type .fas {
  color: #333; }

a.img-link {
  display: block;
  background: #0c818f;
  border: none; }

a.img-link img {
  display: block;
  transition: all 0.2s ease-out; }

#body a.img-link img {
  width: 100%; }

a.img-link:hover img {
  opacity: 0.5; }

.img-link h2,
.img-link h3 {
  background: #fff; }

.news-item .content {
  font-size: 1.5rem;
  padding: 0 3rem 1rem; }

.news-item a h3 {
  color: #333;
  padding: 2rem 3rem 0;
  border: none;
  background: #fff; }

.news-item a h3 span {
  display: block;
  padding-bottom: 0.7rem;
  border-bottom: 3px solid #0c818f; }

.news-item a:hover h3 {
  color: #0c818f; }

.addthis_inline_share_toolbox {
  float: right;
  margin-top: 6px; }

.news-item-info {
  font-size: 1.3rem;
  color: #666;
  margin: 0.5rem 0 0; }

.news-item-info span {
  display: inline-block;
  margin: 0.5rem 1.2rem 0.5rem 0; }

#body .news-item-info .far,
#body .news-item-info .fas,
#body .news-item-info .fal,
#body .news-item-info .fab {
  color: #666;
  margin-right: 0.5rem; }

#body .news-item-info .fa-stopwatch {
  margin-right: 0.4rem; }

.news-item .more {
  white-space: nowrap; }

.tags {
  font-size: 1.4rem; }

.tags a {
  margin: 0 1rem 0 0;
  display: inline-block; }

#body ul.wp-pagenavi {
  margin: 3rem 0 2rem; }

.page-results {
  margin-top: 3rem; }

.wp-pagenavi li {
  display: inline; }

.wp-pagenavi a {
  display: inline-block;
  padding: 10px;
  margin: 0 0.5rem 0.5rem 0;
  border: 2px solid #f0f0f0; }

.wp-pagenavi a:hover {
  background: #f0f0f0; }

.wp-pagenavi span {
  display: inline-block; }

.wp-pagenavi span.current,
.wp-pagenavi a.current {
  padding: 10px;
  margin: 0 0.5rem 0.5rem 0;
  background: #f0f0f0;
  border: 2px solid #f0f0f0; }

.wp-pagenavi span.pages {
  padding: 10px 10px 0 0;
  margin: 0 5px 0 0; }

.wp-pagenavi span.extend {
  margin: 0 0.5rem 0.5rem 0; }

/* --------- Health News - Single --------- */
.single .news-item-info {
  margin: 0.5rem 0 1.5rem; }

#news-item-nav {
  margin: 3rem 0 2rem 0;
  color: #0c818f; }

#news-item-nav a {
  display: inline-block;
  margin: 0 10px; }

#news-item-nav a:first-child {
  margin-left: 0; }

.read-more {
  white-space: nowrap; }

.news-topics a {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.5rem 0.8rem;
  margin: 0.5rem 0.5rem 0 0;
  text-align: center;
  display: inline-block;
  border: none;
  border-radius: 3px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background: #f0f0f0;
  text-decoration: none;
  transition: background 0.2s ease-out; }

.news-topics a:hover {
  color: #fff;
  border: none;
  background: #30a1ac;
  text-decoration: none; }

.single-nav-links {
  margin: 1rem 0 2rem; }

#body .single-nav-links .right .fas {
  margin: 0 0 0 1rem; }

/* --------- Document Library --------- */
#document-overview-boxes .icon {
  width: 100px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

#document-overview-boxes .icon img {
  border: 1px solid #f0f0f0; }

#document-overview-boxes .content-container {
  margin: 0 0 0 3rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 635px; }

#document-overview-boxes .content {
  margin: 0.5rem 0 0;
  width: 100%; }

#document-overview-boxes .summary {
  margin: 0 3rem 0 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

#body #document-overview-boxes a.btn {
  margin: 1rem 1rem 0 0; }

#body #document-overview-boxes a.btn i {
  margin-right: 0.6rem; }

#document-overview-boxes .details {
  width: 170px;
  margin-top: 1.3rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 2;
  order: 2; }

#document-info .content {
  margin: 0 3rem 0 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

#document-info .details {
  width: 250px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 2;
  order: 2; }

#document-overview-boxes .details ul,
#document-info .details ul {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  background: #f0f0f0; }

#document-overview-boxes .details ul li,
#document-info .details ul li {
  border-top: 1px solid #fff;
  margin: 0;
  padding: 0.8rem 1.4rem; }

#document-info .details ul li img {
  max-width: 50px;
  margin: 0 auto; }

.document-type {
  text-transform: uppercase; }

.document-thumbnail {
  border: 1px solid #f0f0f0;
  padding: 1rem; }

.document-thumbnail img {
  display: block;
  margin: 0 auto; }

/* --------- Your Health --------- */
.your-health-box {
  position: relative;
  display: block;
  color: #333;
  margin: 1rem 0 2rem;
  border: 3px solid #f0f0f0; }

.your-health-box a h2 {
  color: #333;
  font-size: 2rem;
  margin: 0;
  padding: 2rem 3rem 0;
  border: none;
  background: #fff; }

.your-health-box a h2 span {
  display: block;
  padding-bottom: 0.7rem;
  border-bottom: 3px solid #0c818f; }

.your-health-box a:hover h2 {
  color: #0c818f; }

.your-health-box .content {
  font-size: 1.5rem;
  padding: 0 3rem 1rem; }

/* --------- GP Map --------- */
#map_content {
  font-size: 11pt;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  margin-left: auto;
  margin-right: auto;
  max-width: 904px;
  padding: 4px 4px 1px 4px;
  background: white;
  border: solid 1px #ddd; }

#map_left {
  max-width: 672px;
  float: left; }

#map_right {
  max-width: 220px;
  float: right; }

#map_content ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0; }

#body #map_content ul li {
  margin: 0 0 1px 0;
  padding: 0; }

#body #map_content ul li::before {
  content: none; }

#map_canvas {
  max-width: 680px;
  height: 500px;
  margin-bottom: 3px;
  margin-top: 3px; }

p#disclaimer {
  font-size: 8.5pt;
  color: #555; }

div#clearfix {
  clear: both; }

ul#map_zoomlist, div#map_filterView {
  max-width: 220px; }

ul#map_zoomlist, ul#map_viewData {
  margin-bottom: 5px; }

ul#map_zoomlist li a, div#map_filterView a, div#map_howto a {
  display: block;
  background-color: #ddd;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px; }

div#map_howto a {
  padding-bottom: 14px; }

div#map_howto {
  margin-bottom: 3px; }

ul#map_zoomlist li a:hover, ul#map_viewData li:hover, div#map_filterView a:hover {
  background-color: #f0f0f0; }

#map_content a {
  text-decoration: none;
  border: none; }

ul#map_viewData {
  max-width: 220px;
  height: 330px;
  overflow: auto;
  font-size: 9.5pt;
  color: #333;
  margin-top: 12px; }

ul#map_viewData li {
  background-color: #ddd;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  margin-bottom: 1px;
  cursor: pointer;
  cursor: hand; }

div#map_preload {
  display: block;
  height: 330px;
  max-width: 218px;
  border: solid 1px #ddd; }

div#map_preload img {
  max-width: 128px;
  height: 128px;
  margin: 86px 46px 86px 46px; }

ul#map_zoomlist li {
  margin-bottom: 1px;
  margin-right: 1px; }

input#searchBox {
  width: 510px;
  padding: 5px; }

div#map_directionsPanel {
  font-size: 9.5pt;
  padding-top: 3px;
  max-width: 884px;
  clear: both; }

ul#map_viewData, div#map_filterView {
  display: none; }

input#address {
  padding: 5px;
  max-width: 300px; }

select#ddlTown {
  max-width: 160px;
  height: 25px;
  margin-right: 3px; }

input#adsearchGo {
  padding: 5px; }

.ui-menu .ui-menu-item a {
  font-size: 9pt; }

input#searchBox, input#address, select#ddlTown {
  border: solid 1px #ddd; }

#map_canvas input[type="submit"] {
  font-weight: normal;
  padding: 0.2rem 0.5rem;
  margin: 0.5rem; }

div.control-encap {
  background-color: #f0f0f0;
  max-width: 674px;
  padding: 3px; }

div.control-encap label {
  font-weight: bold;
  color: #555; }

div#dialog-howtotext {
  font-size: 9.5pt; }

.ui-dialog-title {
  font-size: 11pt; }

@media only screen and (max-width: 768px) {
  #map_right {
    max-width: 540px;
    float: none;
    clear: left;
    padding-top: 12px; }

  ul#map_zoomlist, div#map_filterView {
    max-width: 540px; }

  ul#map_viewData {
    max-width: 540px;
    min-height: 330px;
    overflow: auto;
    font-size: 9.5pt;
    color: #333;
    margin-top: 12px; }

  ul#map_zoomlist li a, div#map_filterView a, div#map_howto a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px; }

  div.control-encap {
    max-width: 540px;
    min-height: 60px; }

  input#searchBox {
    width: 300px; }

  div#map_directionsPanel {
    max-width: 520px;
    clear: both; } }
/* --------- Contact us --------- */
#contact-icons {
  width: 100%; }

a.contact-icon-btn,
button.contact-icon-btn {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  color: #333;
  font-weight: 900;
  text-align: center;
  border: none;
  background: #fff;
  padding: 0;
  margin: 10px 0 20px; }

a.contact-icon-btn:hover,
a.contact-icon-btn:focus,
button.contact-icon-btn:hover,
button.contact-icon-btn:focus {
  color: #0c818f;
  border: none; }

a.contact-icon-btn .contact-icon,
button.contact-icon-btn .contact-icon {
  display: block;
  width: 150px;
  height: 150px;
  color: #333;
  background: #f0f0f0;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  transition: all 0.2s ease-out; }

a.contact-icon-btn:hover .contact-icon,
a.contact-icon-btn:focus .contact-icon,
button.contact-icon-btn:hover .contact-icon,
button.contact-icon-btn:focus .contact-icon {
  background: #0c818f; }

a.contact-icon-btn .contact-icon i,
button.contact-icon-btn .contact-icon i {
  width: auto;
  font-size: 50px;
  line-height: 150px;
  margin: 0 !important;
  display: inline !important;
  float: none !important; }

a.contact-icon-btn:hover .contact-icon i,
a.contact-icon-btn:focus .contact-icon i,
button.contact-icon-btn:hover .contact-icon i,
button.contact-icon-btn:focus .contact-icon i {
  color: #fff !important; }

/* CTA Slider
-------------------------------------------------------------- */
#ctas {
  display: block;
  background: #0c818f;
  margin-top: 100px; }

#cta-container {
  position: relative; }

#cta-container .bx-wrapper {
  top: -60px;
  left: -30px;
  margin: 0 0 10px 60px; }

ul#cta-slider,
ul#cta-slider li {
  margin: 0;
  padding: 0;
  list-style: none; }

ul#cta-slider li {
  padding-bottom: 20px; }

ul#cta-slider li a {
  display: table;
  width: 100%;
  min-height: 185px;
  text-decoration: none;
  color: #333;
  padding: 30px;
  border: 3px solid #f0f0f0;
  position: relative;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  background-size: cover; }

ul#cta-slider li a:hover,
ul#cta-slider li a:focus {
  background-color: #f0f0f0; }

ul#cta-slider li a p {
  display: table-cell;
  vertical-align: middle; }

ul#cta-slider li a div.cta-icon {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #0c818f; }

ul#cta-slider li a div.cta-type {
  color: #fff;
  top: -3px;
  left: -3px;
  background: #0c818f; }

ul#cta-slider li a div.cta-link {
  color: #333;
  bottom: -3px;
  right: -3px;
  background: #f0f0f0; }

ul#cta-slider li a:hover div.cta-link {
  background: #fff; }

ul#cta-slider li a div.cta-youtube {
  background: #ff0000; }

ul#cta-slider li a div.cta-facebook {
  background: #3b5a9a; }

#ctas .bx-wrapper .bx-prev {
  left: -60px; }

#ctas .bx-wrapper .bx-next {
  right: -60px; }

/* Forms
-------------------------------------------------------------- */
button, input, optgroup, select, textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
  margin: 0;
  padding: 0; }

button, input {
  overflow: visible; }

button {
  color: #fff;
  border: none;
  background: #0c818f;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-appearance: none; }

input[type="submit"],
input[type="button"] {
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 1.2rem 1.8rem !important;
  margin: 0 1rem 1rem 0;
  border: none;
  border-radius: 3px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background: #0c818f;
  text-decoration: none;
  transition: background 0.2s ease-out;
  cursor: pointer;
  -webkit-appearance: none; }

input[type="submit"]:hover {
  color: #fff;
  border: none;
  background: #30a1ac;
  text-decoration: none; }

/* Gravity Forms */
#body .gform_wrapper {
  margin: 1rem 0 2rem; }

#body .gform_body ul {
  margin: 0;
  padding: 0; }

#body .gform_body ul li {
  background-image: none;
  margin: 0 0 2rem 0;
  padding: 0; }

#body .gform_body ul li:before {
  content: none; }

#body .gform_wrapper label.gfield_label {
  font-size: 1.8rem; }

#body .gform_wrapper .top_label li ul.gfield_radio {
  width: 100%; }

#body .gform_wrapper .gfield_checkbox li label,
#body .gform_wrapper .gfield_radio li label {
  font-size: 1em;
  width: 100%; }

#body .gform_wrapper ul.gfield_checkbox li,
#body .gform_wrapper ul.gfield_radio li {
  padding: 20px !important;
  margin: 0 0 1rem;
  background: #f0f0f0; }

#body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 3px; }

#body .gform_wrapper ul.gfield_checkbox li label,
#body .gform_wrapper ul.gfield_radio li label {
  margin: 2px 0 0 10px; }

#body .gform_wrapper div.charleft,
#body .gform_wrapper .gfield_description,
#body .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 1.3rem;
  color: #666666; }

#body .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  opacity: 1; }

#body .gform_wrapper input[type="text"],
#body .gform_wrapper textarea,
#body .gform_wrapper select {
  font-size: 1.5rem;
  margin: 5px 0 0;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f0f0f0; }

#body .gform_wrapper select {
  padding: 5px 25px 5px 10px;
  /* SVG background image */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='555'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 14px;
  background-repeat: no-repeat;
  background-color: #f0f0f0; }

#body .gform_wrapper .ginput_container_radio input[type="text"] {
  background: #fff; }

#body .gform_wrapper .gform_page_footer {
  border: none; }

#body .gf_progressbar_title {
  /* Hide steps title */
  display: none; }

#body .gform_wrapper .gf_progressbar {
  width: 100%;
  background: #f0f0f0;
  border-radius: 0;
  box-shadow: none; }

#body .gform_wrapper .percentbar_blue {
  background-color: #30a1ac; }

#body .gform_wrapper .gf_progressbar_percentage,
#body .gform_wrapper .gf_progressbar:after {
  border-radius: 0; }

#body .gform_confirmation_message {
  clear: both;
  background: #f0f0f0;
  padding: 1.5rem 2rem 1rem; }

#body .gform_wrapper .gfield_visibility_hidden {
  /* Hide white space for hidden fields */
  height: 0;
  overflow: hidden;
  margin: 0 !important; }

/* TablePress
-------------------------------------------------------------- */
#body .dataTables_paginate a {
  color: #0c818f !important;
  text-decoration: none; }

#body .dataTables_paginate a.paginate_button.disabled {
  display: none; }

#body .paging_simple .paginate_button.next:after,
#body .paging_simple .paginate_button.previous:before {
  color: #0c818f;
  text-shadow: none; }

#body .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  border: none;
  border-bottom: 1px dotted #0c818f;
  box-shadow: none; }

#body .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: none;
  border: none;
  border-bottom: 1px solid #0b7480;
  box-shadow: none; }

/* Sidebar
-------------------------------------------------------------- */
#sidebar {
  float: left; }

.side-box {
  background: #f0f0f0;
  margin: 1rem 0 3rem;
  border-top: 4px solid #0c818f; }

.side-box-white {
  background: #fff; }

.side-box h2 {
  font-size: 2rem;
  border: none;
  color: #fff;
  padding: 11px 15px 15px;
  margin: 0;
  background: #0c818f; }

.side-box h2 i {
  font-size: 1.6rem;
  color: #fff !important;
  margin-top: 3px; }

.side-box .side-box-content h2 i {
  color: #0c818f !important; }

.side-box .side-box-content,
.side-box-white .side-box-content {
  font-size: 1.5rem; }

.side-box .side-box-content {
  padding: 5px 15px 10px; }

.side-box-white .side-box-content {
  padding: 5px 0 0; }

.side-box .side-box-content h2 {
  font-size: 1.8rem;
  color: #333;
  padding: 15px 0 5px;
  margin: 0;
  background-color: transparent; }

.side-box .side-box-content p,
.side-box-white .side-box-content p {
  margin: 10px 0 15px; }

.form-field-container {
  margin: 10px 0; }

#sidebar #shielded-logo {
  width: 120px;
  height: auto;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  position: static;
  top: 0; }

/* Sidebar Right
-------------------------------------------------------------- */
#sidebar-right {
  float: right; }

/* --------- Search Filter (Sidebar) --------- */
#body .searchandfilter ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#body .searchandfilter ul li {
  margin: 0 0 0.75rem;
  padding: 0; }

#body .searchandfilter ul li::before {
  content: none; }

.side-box label {
  display: block; }

.side-box label,
.side-box span.sf-date-prefix {
  width: 100%;
  font-weight: 700; }

.side-box input[type="text"],
.side-box select {
  width: 100%;
  font-size: 1.5rem;
  margin: 5px 0 0;
  padding: 5px 10px;
  border: 2px solid #ddd;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff; }

.side-box select {
  padding: 5px 25px 5px 10px;
  /* SVG background image */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='555'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 14px;
  background-repeat: no-repeat;
  background-color: #fff; }

.side-box input[type="submit"] {
  width: 100%;
  margin: 1rem 0 0; }

#body .searchandfilter ul li label,
#body .searchandfilter ul li.sf-field-post_date span.sf-date-prefix {
  margin-top: 0.25rem; }

#body .searchandfilter ul li label span.screen-reader-text {
  clip: auto;
  width: auto;
  height: auto;
  overflow: auto;
  position: static !important; }

#body .searchandfilter ul li.sf-field-post_date label span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important; }

/* Hide Tags and Documents tags. Just used for taxonomy page results. */
#body .searchandfilter li.sf-field-tag,
#body .searchandfilter li.sf-field-taxonomy-document_tag {
  display: none; }

#body .searchandfilter li.sf-field-reset {
  padding-left: 1.8rem;
  background: url(images/icons/undo-alt-solid.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: 0 0.6rem; }

#body .searchandfilter li.sf-field-reset input.search-filter-reset {
  width: auto;
  color: #0c818f;
  font-weight: normal;
  padding: 0 !important;
  margin: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px dotted #0c818f; }

#body .searchandfilter li.sf-field-reset input.search-filter-reset:hover {
  border-bottom: 1px solid #0c818f; }

#body .searchandfilter li.sf-field-reset input.search-filter-reset:disabled,
#body .searchandfilter ul li.sf-field-submit input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: default; }

/* Calendar */
body .ll-skin-melon .ui-widget {
  background: #0c818f; }

body .ll-skin-melon .ui-datepicker .ui-datepicker-title {
  color: #fff; }

body .ll-skin-melon .ui-datepicker th {
  color: #fff;
  border-color: #0a6c77; }

body .ll-skin-melon .ui-datepicker td {
  background: #fff; }

body .ll-skin-melon .ui-state-disabled .ui-state-default {
  color: #999; }

body .ll-skin-melon td .ui-state-default {
  color: #0c818f; }

body .ll-skin-melon td .ui-state-hover {
  background: #f0f0f0; }

body .ll-skin-melon td .ui-state-active {
  background: #0e96a7;
  color: #fff; }

/* --------- Health News (Sidebar) --------- */
.popular-topics ul li {
  display: inline-block;
  float: left; }

.popular-topics ul li .btn {
  margin: 5px 10px 5px 0; }

a.rss-btn {
  width: 100%;
  text-align: left;
  margin-bottom: 2rem; }

/* --------- Side menu --------- */
#sidebar .skip-links a:focus,
#sidebar .skip-links a:active {
  top: -23px; }

#side-menu {
  margin: 1rem 0 3rem; }

#side-menu ul,
#side-menu ul li {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }

#body #side-menu ul li:before {
  content: none; }

#side-menu ul li {
  position: relative;
  border-top: 1px solid #fff; }

#side-menu ul li a {
  width: 100% !important;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 12px 45px 12px 15px;
  text-decoration: none;
  border: none;
  background: #0c818f;
  position: relative; }

#side-menu > ul > li > a:hover {
  color: #fff;
  text-decoration: none;
  background: #0c818f; }

#side-menu ul ul li a {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.3;
  background: #f0f0f0;
  transition: border 0.2s; }

#side-menu ul ul > li.current-menu-item > a {
  color: #333; }

#side-menu ul ul li a:hover,
#side-menu ul ul li.current-menu-item > a {
  color: #333;
  border-left: 5px solid #0c818f; }

#side-menu ul ul ul li a {
  font-weight: normal;
  font-size: 1.4rem;
  padding-left: 25px;
  background: #E0E0E0; }

#side-menu ul ul ul ul li a {
  padding-left: 35px;
  background: #D5D5D5; }

#side-menu ul.sub-menu {
  display: none;
  opacity: 1;
  position: relative; }

#side-menu li.current-menu-ancestor > ul.sub-menu,
#side-menu li.current-menu-item > ul.sub-menu {
  display: block; }

#side-menu ul li button {
  display: none;
  position: absolute;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1); }

#side-menu ul ul li button {
  display: block;
  background: rgba(0, 0, 0, 0.06); }

#side-menu ul li button span.side-menu-arrow {
  position: absolute;
  top: 9px;
  right: 10px; }

#side-menu ul li button > span.side-menu-arrow:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  content: "\f107";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 4px;
  right: 4px; }

#side-menu ul ul li button > span.side-menu-arrow:after {
  color: #333;
  top: 0; }

#side-menu ul ul li button:hover span.side-menu-arrow:after {
  color: #0c818f; }

#side-menu ul li button.active > span.side-menu-arrow:after {
  content: "\f106"; }

/* Page Info
-------------------------------------------------------------- */
.page-info {
  margin: 3rem 0 2rem;
  padding-top: 2rem;
  border-top: 1px solid #f0f0f0; }

.is-this-page-useful {
  width: 50%;
  float: left; }

.last-updated {
  width: 50%;
  float: right;
  text-align: right; }

.useful-btns button.text-button {
  margin-left: 1rem; }

#page-feedback-form {
  display: none; }

button#btn-close-feedback-form {
  float: right;
  margin: 1rem 0 0;
  border-radius: 3px; }

#body button#btn-close-feedback-form i {
  color: #fff;
  margin-right: 0.5rem; }

/* Hide Yes/No radio buttons */
#body .gform_body ul li#field_9_6,
#body .gform_body ul li#field_10_6 {
  display: none; }

/* Footer
-------------------------------------------------------------- */
#footer {
  background: #13294b;
  color: #fff;
  font-size: 1.5rem; }

#footer-bg {
  color: #fff;
  padding: 0 0 104px;
  background: #13294b url(images/footer-bg.png) repeat-x top center;
  background-size: 512px 1200px; }

#footer h2 {
  font-size: 2.2rem; }

#footer p {
  margin: 10px 0; }

#footer a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #aaa; }

#footer a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff; }

#footer a.btn, #footer a.btn:hover {
  color: #333;
  font-size: 1.3rem;
  padding: 8px 14px;
  background: #fff;
  border: none; }

#footer a.btn:hover {
  background: #ddd; }

#footer span.phone-number {
  float: right;
  text-align: right; }

#footer a.social-icon {
  display: inline-block;
  width: 41px;
  height: 41px;
  font-size: 2.4rem;
  line-height: 41px;
  text-align: center;
  margin-right: 8px;
  border-radius: 50%;
  background: #fff;
  border: none; }

#footer a.social-icon:hover {
  opacity: 0.8; }

#footer a.social-icon i {
  position: relative;
  top: 1px;
  left: 1px; }

#footer a.social-icon i.fa-facebook {
  color: #3b5a9a; }

#footer a.social-icon i.fa-youtube {
  color: #ff0000; }

#footer a.social-icon i.fa-twitter {
  font-size: 2.2rem;
  color: #5fa9dd; }

#footer-links {
  padding: 20px 0;
  background: #041836; }

#footer-links p {
  padding: 13px 0; }

#footer-links span.divider {
  margin: 0 19px 0 20px;
  border-left: 1px solid #777; }

#shielded-logo {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 18px; }

#footer-links p#nz-govt-logo {
  padding: 0;
  text-align: right; }

#nz-govt-logo a, #nz-govt-logo a:hover {
  border: none;
  margin: 0; }

#nz-govt-logo a img {
  width: 200px; }

#back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: rgba(34, 34, 34, 0.5);
  z-index: 9999; }

/* --------------------------------------------------------------
CDHB Specific Styles
-------------------------------------------------------------- */
/* Add icon to external links */
#body a:not([href*='cdhb.health.nz']):not([href*='staging-canterburydhb-stagingcdhb.kinsta.cloud']):not(.at-share-btn):not(.no-external-link-icon):not([href^='#']):not([href^='/']):not([href$='.pdf']):not([href^='javascript']):not([href*='@']):not([href^="tel:"]):not([name*="map"]),
a.external-link {
  padding-right: 1.5rem;
  background-image: url(images/icons/external-link-regular.png);
  background-repeat: no-repeat;
  background-position: bottom right; }

/* Add icon to external btn links */
#body a.btn:not([href*='cdhb.health.nz']):not([href*='staging-canterburydhb-stagingcdhb.kinsta.cloud']):not(.at-share-btn):not(.no-external-link-icon):not([href^='#']):not([href^='/']):not([href$='.pdf']):not([href*='@']):not([href^="tel:"]):not([name*="map"]) {
  padding-right: 3.4rem;
  background-image: url(images/icons/external-link-regular-white.png);
  background-position: center right; }

#body a.btn:hover:not([href*='cdhb.health.nz']):not([href*='staging-canterburydhb-stagingcdhb.kinsta.cloud']):not(.at-share-btn):not(.no-external-link-icon):not([href^='#']):not([href^='/']):not([href$='.pdf']):not([href*='@']):not([href^="tel:"]):not([name*="map"]) {
  padding-right: 3.4rem;
  background-position: center right; }

/* Add icon to external grey btn links */
#body a.btn-grey:not([href*='cdhb.health.nz']):not([href*='staging-canterburydhb-stagingcdhb.kinsta.cloud']):not(.at-share-btn):not(.no-external-link-icon):not([href^='#']):not([href^='/']):not([href$='.pdf']):not([href*='@']):not([href^="tel:"]) {
  padding-right: 2.4rem;
  background-image: url(images/icons/external-link-btn-grey-regular.png); }

#body a.btn-grey:hover:not([href*='cdhb.health.nz']):not([href*='staging-canterburydhb-stagingcdhb.kinsta.cloud']):not(.at-share-btn):not(.no-external-link-icon):not([href^='#']):not([href^='/']):not([href$='.pdf']):not([href*='@']):not([href^="tel:"]) {
  padding-right: 2.4rem;
  background-image: url(images/icons/external-link-btn-grey-regular-white.png); }

/* Remove external link icon */
#body #healthinfo a,
#body .gform_wrapper a.gform_anchor,
#body .wpgmza_map a,
#body ul#map_zoomlist a {
  padding-right: 0 !important;
  background-image: none !important; }

/* FAQ plugin layout fixes */
#body #epkb-content-container ul li:before,
#body #eckb-categories-archive-container ul li:before {
  background-color: transparent; }

/* Coronavirus Accordian */
#cdhb.page-id-362 .accordion h2#h2-accordionpanel4-1 button {
  background-color: #ea690b; }

/* --------------------------------------------------------------
Responsive
-------------------------------------------------------------- */
/* --------- Responsive Images --------- */
img[class*="align"],
img[class*="wp-image-"] {
  height: auto; }

img.size-full, #body img, section img {
  max-width: 100%;
  width: auto;
  height: auto; }

@media screen and (max-width: 1280px) {
  #back-to-top-btn {
    bottom: 76px; } }
@media screen and (max-width: 1140px) {
  .wrapper {
    width: 960px; }

  #alert-message h2,
  #alert-message-secondary h2 {
    font-size: 2rem; }

  #where-do-i-go-banner .wrapper {
    width: 100%; }

  #where-do-i-go-banner a {
    height: 88px; }

  #where-do-i-go-banner a:after {
    border-top: 44px solid transparent;
    border-bottom: 44px solid transparent; }

  #where-do-i-go-banner a.where-do-i-go-title-link {
    padding-left: 1em; }

  #where-do-i-go-banner a:last-child {
    padding-right: 4px; }

  #where-do-i-go-banner a h2 {
    font-size: 1.5rem;
    padding-top: 12px; }

  #where-do-i-go-banner a h3 {
    font-size: 1.2rem; }

  #main-menu ul li button {
    font-size: 1.6rem;
    padding: 29px 11px 31px; }

  #main-menu ul li button .te-reo {
    font-size: 1.1rem; }

  #main-menu ul li div.mega-menu {
    width: 960px; }

  .banner-content {
    width: 50%; }

  #footer-links span.divider {
    margin: 0 10px; } }
@media screen and (max-width: 980px) {
  #top-menu-container,
  #main-menu-container,
  #main-menu {
    display: none; }

  .wrapper {
    width: 90%; }

  #where-do-i-go-banner .wrapper {
    width: 90%; }

  /* Mobile Menu Start */
  #mobile-menu-btn {
    display: block; }

  #mobile-menu-btn {
    float: right;
    width: 30px;
    margin: 37px 0 0;
    padding: 0;
    background: transparent; }

  .hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: visible; }

  .hamburger:hover {
    opacity: 0.7; }

  .hamburger-box {
    width: 30px;
    height: 22px;
    display: inline-block;
    position: relative; }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }

  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }

  .hamburger-inner::before {
    top: -9px; }

  .hamburger-inner::after {
    bottom: -9px; }

  .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

  .hamburger-label {
    position: relative;
    top: -9px;
    font-size: 1.2rem; }

  #mobile-menu {
    display: none;
    clear: both;
    margin-bottom: 30px; }

  #mobile-menu div.menu-secondary-menu-container {
    margin-top: 30px; }

  #mobile-menu ul,
  #mobile-menu ul li {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0; }

  #mobile-menu ul li {
    position: relative;
    border-top: 1px solid #fff; }

  #mobile-menu ul li a {
    width: 100% !important;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 15px 45px 15px 15px;
    text-decoration: none;
    border: none;
    background: #0c818f;
    transition: border 0.2s; }

  #mobile-menu > ul > li > a:hover {
    color: #fff;
    text-decoration: none;
    background: #0c818f; }

  #mobile-menu ul ul li a {
    color: #333;
    font-size: 1.5rem;
    background: #f0f0f0;
    border-left: 3px solid #F0F0F0; }

  /*#mobile-menu ul ul > li.current-menu-item > a {
  	color: $primary-color;
  	border-left: 3px solid $primary-color;
  }*/
  #mobile-menu ul ul li a:hover {
    color: #333;
    padding-right: 40px;
    border-left: 5px solid #0c818f; }

  #mobile-menu ul ul ul li a {
    font-weight: normal;
    font-size: 1.4rem;
    padding-left: 25px;
    background: #E0E0E0;
    border-left: 3px solid #E0E0E0; }

  #mobile-menu ul ul ul ul li a {
    padding-left: 35px;
    background: #D5D5D5;
    border-left: 3px solid #D5D5D5; }

  #mobile-menu ul.sub-menu {
    display: none;
    opacity: 1;
    position: relative; }

  /* #mobile-menu li.current-menu-ancestor > ul.sub-menu,
  #mobile-menu li.current-menu-item > ul.sub-menu{
  	display: block;
  }*/
  #mobile-menu ul li button {
    position: absolute;
    display: block;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    text-align: center;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1); }

  #mobile-menu ul li li button {
    background: rgba(0, 0, 0, 0.06); }

  #mobile-menu ul li button span.side-menu-arrow {
    position: absolute;
    top: 12px;
    right: 10px; }

  #mobile-menu ul li button > span.side-menu-arrow:after {
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    content: "\f107";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
    top: 40;
    right: 4px; }

  #mobile-menu ul li li button > span.side-menu-arrow:after {
    color: #333; }

  #mobile-menu ul li button:hover span.side-menu-arrow:after {
    color: #fff; }

  #mobile-menu ul li li button:hover span.side-menu-arrow:after {
    color: #0c818f; }

  #mobile-menu ul li button.active > span.side-menu-arrow:after {
    content: "\f106"; }

  /* Mobile Menu End*/
  .search-box {
    clear: both;
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0 0 40px; }

  .search-box input[type=search] {
    height: 50px; }

  .search-box button {
    height: 50px;
    width: 50px;
    font-size: 2rem; }

  .search-box .search-label {
    padding-top: 14px; }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
    width: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .alert-message .alert-title.alert-message-divider,
  .alert-message-secondary .alert-title.alert-message-divider {
    border-left: none;
    display: block;
    padding-left: 15px; }

  #where-do-i-go-banner {
    padding: 10px 0; }

  #where-do-i-go-banner #where-do-i-go-links {
    display: none;
    margin-bottom: 10px; }

  #where-do-i-go-banner a.where-do-i-go-title-link {
    float: none;
    width: 100%;
    height: auto;
    padding: 0.6em;
    display: inline-block; }

  #where-do-i-go-banner #where-do-i-go-links a {
    float: none;
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    text-align: center;
    padding: 2em; }

  #where-do-i-go-banner a h2 {
    font-size: 1.8rem; }

  #where-do-i-go-banner a:hover h2 {
    text-decoration: none;
    border-bottom: 1px solid #fff; }

  #where-do-i-go-banner a h3 {
    font-size: 1.6rem;
    margin-bottom: 0.3em; }

  #where-do-i-go-banner a:after,
  #where-do-i-go-banner #where-do-i-go-links a:after {
    top: auto;
    bottom: -10px;
    right: 50%;
    margin-right: -40px;
    border-bottom: none;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 15px solid #13294b; }

  #where-do-i-go-banner #where-do-i-go-links a.where-light-blue:after {
    border-top-color: #2691d8; }

  #where-do-i-go-banner #where-do-i-go-links a.where-light-blue:hover:after,
  #where-do-i-go-banner #where-do-i-go-links a.where-light-blue:focus:after {
    border-top-color: #3498db; }

  #where-do-i-go-banner #where-do-i-go-links a.where-blue:after {
    border-top-color: #2676ab; }

  #where-do-i-go-banner #where-do-i-go-links a.where-blue:hover:after,
  #where-do-i-go-banner #where-do-i-go-links a.where-blue:focus:after {
    border-top-color: #2980b9; }

  #where-do-i-go-banner #where-do-i-go-links a.where-green:after {
    border-top-color: #149179; }

  #where-do-i-go-banner #where-do-i-go-links a.where-green:hover:after,
  #where-do-i-go-banner #where-do-i-go-links a.where-green:focus:after {
    border-top-color: #16a085; }

  #where-do-i-go-banner #where-do-i-go-links a.where-yellow:after {
    border-top-color: #e8930c; }

  #where-do-i-go-banner #where-do-i-go-links a.where-yellow:hover:after,
  #where-do-i-go-banner #where-do-i-go-links a.where-yellow:focus:after {
    border-top-color: #f39c12; }

  #where-do-i-go-banner #where-do-i-go-links a.where-orange:after {
    border-top-color: #c24d00; }

  #where-do-i-go-banner #where-do-i-go-links a.where-orange:hover:after,
  #where-do-i-go-banner #where-do-i-go-links a.where-orange:focus:after {
    border-top-color: #d35400; }

  #where-do-i-go-banner button {
    display: block; }

  .banner-content {
    float: none;
    width: 100%;
    padding: 12px 20px 2px; }

  #main .bx-wrapper .bx-controls-direction button {
    top: auto;
    bottom: 15px; }

  h1,
  .sect-photo-banner .wrapper h1 {
    font-size: 4rem; }

  #side-menu ul li button {
    display: block; }

  #side-menu li.current-menu-ancestor > ul.sub-menu,
  #side-menu li.current-menu-item > ul.sub-menu {
    display: none; }

  #cta-buttons .col:last-child {
    padding: 0 3px 0 0; }

  #healthinfo-box .need-help {
    width: 100%;
    margin-bottom: 10px; }

  #document-info .flex {
    flex-wrap: wrap; }

  #document-info .details {
    width: 100%;
    order: 0; }

  #main #ctas .bx-wrapper .bx-controls-direction button {
    bottom: auto;
    top: 50%; }

  #ctas .bx-wrapper .bx-prev {
    left: -40px; }

  #ctas .bx-wrapper .bx-next {
    right: -40px; }

  a.contact-icon-btn,
  button.contact-icon-btn {
    font-size: 1.6rem;
    margin-bottom: 20px; }

  a.contact-icon-btn .contact-icon,
  button.contact-icon-btn .contact-icon {
    width: 100px;
    height: 100px; }

  a.contact-icon-btn .contact-icon i,
  button.contact-icon-btn .contact-icon i {
    font-size: 40px;
    line-height: 100px; }

  #copyright {
    display: block;
    width: 100%;
    margin-bottom: 10px; }

  #footer-links a {
    float: left;
    clear: left;
    margin-bottom: 10px; }

  #footer-links span.divider {
    display: none; }

  #shielded-logo {
    margin: 0;
    display: block;
    position: static;
    top: 0;
    float: left;
    clear: left; }

  #back-to-top-btn {
    bottom: 65px; } }
@media screen and (min-width: 980px) {
  #mobile-menu-btn, #mobile-menu {
    display: none; } }
@media screen and (max-width: 800px) {
  #document-overview-boxes .icon {
    display: none; }

  #document-overview-boxes .content-container {
    margin-left: 0; } }
@media screen and (max-width: 768px) {
  #logo {
    margin: 23px 0; }

  #main-logo,
  #main-logo h1,
  #tagline {
    font-size: 1.8rem; }

  #mobile-menu-btn {
    margin: 27px 0 0; }

  .search-box {
    margin: 0 0 30px; }

  #footer span.phone-number {
    float: none;
    display: block;
    text-align: left; } }
@media screen and (max-width: 600px) {
  .sect-photo-banner {
    min-height: 150px;
    max-height: 250px; }

  h1,
  #page-heading h1,
  .sect-photo-banner .wrapper h1,
  h2.h2-large {
    font-size: 3rem; }

  h2 {
    font-size: 2.4rem; }

  h3,
  h2.h2-medium,
  #body .info-boxes h2.h2-medium,
  .accordion h2 {
    font-size: 1.8rem; }

  h4,
  h3.h3-medium,
  #body .info-boxes h3.h3-medium,
  h2.h2-small,
  #body .info-boxes h2.h2-small {
    font-size: 1.6rem; }

  h5,
  h4.h4-medium,
  #body .info-boxes h4.h4-medium,
  h3.h3-small,
  #body .info-boxes h3.h3-small {
    font-size: 1.5rem; }

  .alignleft, .alignright {
    display: block;
    float: none;
    margin: 5px auto 20px; }

  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important; }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  #cta-buttons .col,
  #cta-buttons .col:last-child {
    padding: 0; }

  #alert-message .alert-message-divider,
  #alert-message-secondary .alert-message-divider,
  #alert-message.alternate-alert-banner .alert-message-divider,
  #alert-message-secondary.alternate-alert-banner .alert-message-divider,
  #alert-message.alternate-info-banner .alert-message-divider,
  #alert-message-secondary.alternate-info-banner .alert-message-divider,
  #alert-message.covid-19-banner .alert-message-divider,
  #alert-message.covid-19-red-banner .alert-message-divider,
  #alert-message.covid-19-orange-banner .alert-message-divider,
  #alert-message.covid-19-green-banner .alert-message-divider,
  #alert-message-secondary.covid-19-banner .alert-message-divider {
    border-left: none;
    display: block;
    padding-left: 15px; }

  #alert-message .alert-header,
  #alert-message-secondary .alert-header {
    padding-right: 55px; }

  #alert-message .alert-title,
  #alert-message-secondary .alert-title {
    padding-right: 15px; }

  #news-filter .form-group {
    display: block; }

  .addthis_inline_share_toolbox {
    float: none;
    margin-top: 0; }

  .news-item-info span {
    width: 100%; }

  #document-overview-boxes .grid-box .flex {
    flex-wrap: wrap; }

  #document-overview-boxes .details {
    order: 0; }

  #document-overview-boxes .summary {
    margin: 0; }

  #body #document-overview-boxes a.btn,
  #document-info a.btn {
    margin: 0 0 1rem 0;
    width: 100%; }

  #document-overview-boxes .details {
    width: 100%; }

  #document-overview-boxes .details ul,
  #document-info .details ul {
    margin: 0; }

  .last-updated,
  .is-this-page-useful {
    width: 100%;
    float: none;
    text-align: left; } }
@media screen and (max-width: 450px) {
  #main-logo,
  #main-logo h1,
  #tagline {
    font-size: 1.6rem; }

  #back-to-top-btn {
    right: 10px; } }
/* --------------------------------------------------------------
Print
-------------------------------------------------------------- */
@media print {
  .skip-links, #header, #alert-message, .breadcrumbs, .page-info, #sidebar, #ctas, #footer {
    display: none; }

  #sect-body {
    width: 100%; }

  .wrapper {
    width: 100%; }

  #page-heading {
    padding: 0;
    background: #fff; }

  #page-heading h1 {
    color: #333; } }
