/**************************
Global start
*************************/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oxygen&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  }
body {
    margin: 0;
    padding: 0;
    background: #cacaca;
    font-family: "Oxygen", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color .5s;
  }
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #0d8285;
    text-rendering: optimizeLegibility;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
    line-height: 0;
    color: #2d2d2d;
}
h1,
.h1 {
    font-size: 2.125rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.5rem;
}
h2,
.h2 {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.5rem;
}
h3,
.h3 {
    font-size: 1.25rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.5rem;
}
h4,
.h4 {
    font-size: 1rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
    h1,
    .h1 {
        font-size: 2.5rem;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 2rem;
    }
    h2,
    .h2 {
        font-size: 1.6875rem;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 2rem;
    }
    h3,
    .h3 {
        font-size: 1.375rem;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 2rem;
    }
    h4,
    .h4 {
        font-size: 1.125rem;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 2rem;
    }
}
@media print, screen and (min-width: 64em) {
    h1,
    .h1 {
        font-size: 3rem;
        line-height: 1.1;
        margin-top: 0;
        margin-bottom: 2rem;
    }
    h2,
    .h2 {
        font-size: 2rem;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 2rem;
    }
    h3,
    .h3 {
        font-size: 1.25rem;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 2rem;
    }
    h4,
    .h4 {
        font-size: 1.25rem;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 2rem;
    }
}
a:link {
    line-height: inherit;
    color: #0d8285;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

a:visited {
    line-height: inherit;
    color: #0d8285;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

a:hover, a:focus {
    line-height: inherit;
    color: #0a0a0a;
    text-decoration:  underline;
    cursor: pointer;
    background-color: transparent;
}

a:active {
    line-height: inherit;
    color: #0d8285;
  text-decoration: underline;
}
.a img {
    border: 0;
}
hr {
    clear: both;
    max-width: 90rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}
  main {
    display: block;
  }

   abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
   small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
.img {
    border-style: none;
  }
.logo-image img {
    display: block;
    margin: auto;
  }
.logo-image div {
  display: flex;
  justify-content: center;
}
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  progress {
    vertical-align: baseline;
  }
  textarea {
    overflow: auto;
  }
.mainContainer {
    background-color: #fefefe;
}
.breadcrumb {
  list-style: none; /* Remove default list bullets */
  display: inline-flex; /* Or display: inline-flex */
}
.breadcrumb li {
  display: flex;
  align-items: center; /* Vertically align items within li */
}
.breadcrumb li + li::before { /* Add a separator between items */
  content: ">"; /* Or any other separator */
  padding: 0 0.5em; /* Add spacing around the separator */
}
.breadcrumb .active {
  pointer-events: none; /* Disable clicks on the current page */
  font-weight: bold;
  color: #333;
}
.grid-container {
    padding-right: 0;
    padding-left: 0;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #fefefe;
    background-image: url("../img/arrows.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    padding-bottom: 150px;
}
.grid-container.fluid {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.grid-container:not(.full) > .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
}
@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0.625rem;
        margin-left: -0.625rem;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0.625rem;
        margin-left: -0.625rem;
    }
}
ul {
  padding-left: 20px;
}
.button {
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 1.7em 1em;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #0d8285;
}
.button:hover,
.button:focus,
.button:active {
    border: solid 2px #0d8285;
    color: #0d8285 !important;
    background-color: #fefefe;
}
.button.hollow {
    background-color: #f5f5f5;
    text-align: left;
    padding: 0.7em 1.6em;
}
.button.hollow:hover,
.button.hollow:focus,
.button.hollow:active {
    color: #fefefe !important;
}
.button.hollow.primary:hover,
.button.hollow.primary:focus,
.button.hollow.primary:active {
    background-color: #0d8285 !important;
}
.button.hollow.pay:hover,
.button.hollow.pay:focus,
.button.hollow.pay:active {
    background-color: #0c7836 !important;
}
.button.hollow.apply:hover,
.button.hollow.apply:focus,
.button.hollow.apply:active {
    background-color: #c6307b !important;
}
.button.hollow.report:hover,
.button.hollow.report:focus,
.button.hollow.report:active {
    background-color: #1a8184 !important;
}
.button.expanded {
    padding-right: 0px;
}
.button .circle-icon {
    background: #fefefe;
}
.button .circle-icon:hover,
.button .circle-icon:focus,
.button .circle-icon:active {
    border-color: #fefefe;
    color: #2d2d2d;
}
@media print, screen and (max-width: 39.99875em) {
    .button {
        text-align: left !important;
    }
}
.noBorder {
  border-style: none;
}
/**************************
Global end
*************************/
/**************************
Main Side Nav start
*************************/
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #f1f1f1;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #095a5d;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #095a5d;
    text-decoration: underline;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }   
  .hamburger {
    font-size:1.5em;
    cursor:pointer;
    color: #095a5d;
  }
.no-bullets {
    list-style: none;
}
/**************************
Main Side Nav end
*************************/
/**************************
Other navigation start
*************************/
.contentNav {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}
.contentNav .a {
    line-height: inherit;
    color: #0d8285;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}
.contentNav .a:hover,
a:focus {
    color: #0a0a0a;
}
.contentNav li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px
}
.contentNav li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f0da";
  color: #095a5d;
}
/**************************
Other navigation end
*************************/
/**************************
Top Header start
*************************/
.topheader {
    background-color: #095a5d;
    margin: 8px;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.header {
    padding: 1.8rem 0 0.3rem 0;
    background: #fff;
}
@media print, screen and (max-width: 63.99875em) {
    .header {
        padding-bottom: 5px;
    }
}

@media print, screen and (max-width: 39.99875em) {
    .header .logo {
        width: 40%;
    }
}
.header .title-bar {
    width: 66px;
    margin-top: 25px;
    padding: 0px;
}
.header .title-bar .showsearch {
    padding: 8px;
}
@media print, screen and (min-width: 64em) {
    .header .title-bar .showsearch {
        display: none !important;
    }
}
.header .title-bar .showhidemenu div.bar {
    width: 26px;
    height: 2px;
    margin: 7px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.header .title-bar .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    -ms-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
}
.header .title-bar .change .bar2 {
    opacity: 0;
}
.header .title-bar .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    -ms-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
}
.header .search {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: 30px;
    overflow: hidden;
    height: auto;
}
.header .search.expanded {
    height: 90px;
}
@media print, screen and (min-width: 64em) {
    .header .search {
        height: auto;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .header .search {
        margin-top: 10px;
    }
}
/**************************
Top Header end
*************************/
/**************************
Footer start
*************************/

.circle-icon {
    background: #f5f5f5;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    text-align: center;
    line-height: 72px !important;
    vertical-align: middle;
    color: #2d2d2d;
    font-size: 1.8em;
    margin-right: 0.5em;
    border: solid 1px #fefefe;
}
.circle-icon:hover,
.circle-icon:focus,
.circle-icon:active {
    border-color: #0d8285;
    color: #0d8285;
}
.circle-icon.invert {
    color: #fefefe;
    border-color: #0d8285;
    background: #0d8285;
}
.circle-icon.small {
    height: 50px;
    width: 50px;
    line-height: 50px !important;
}
.circle-icon.extrasmall {
    height: 36px;
    width: 36px;
    line-height: 36px !important;
    font-size: 1.3rem;
}
a.social:hover .circle-icon,
a.social:focus .circle-icon,
a.social:active .circle-icon {
    border-color: #0d8285;
    color: #0d8285;
}
/**************************
Footer end
*************************/
/**************************
Home page start
*************************/
.dashboard-nav-card {
  background: #1779ba;
  border-radius: 0;
  color: #fefefe;
  display: block;
  min-height: 100px;
  padding: 2rem;
  position: relative;
  width: 100%;
}
.dashboard-nav-card:hover .dashboard-nav-card-title,
.dashboard-nav-card:hover .dashboard-nav-card-icon {
  color: #fefefe;
}
.dashboard-nav-card:hover .dashboard-nav-card-icon {
  opacity: 1;
  transition: all 0.2s ease;
}
.dashboard-nav-card-icon {
  font-size: 1.25rem;
  left: 1rem;
  opacity: 0.5;
  position: absolute;
  top: 1rem;
  transition: all 0.2s ease;
  width: auto;
}
.dashboard-nav-card-title {
  bottom: 0;
  position: absolute;
  right: 1rem;
  text-align: right;
}
/**************************
Home page end
*************************/
/**************************
Page content start
*************************/
.figure {
    margin: 0;
}

.pagecontent {
    margin-bottom: 2rem;
}
.pagecontent h2,
.pagecontent h3,
.pagecontent h4 {
    margin-top: 2rem;
}
@media print, screen and (min-width: 64em) {
    .pagecontent h2 {
        margin-top: 3rem;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .pagecontent {
        width: 100%;
        max-width: 100%;
    }
}
.pagecontent a {
    text-decoration: underline;
}
.pagecontent a.fontawesome:after {
    font-family: FontAwesome;
    content: "\f08e";
    display: inline-block;
    margin-left: 5px;
}
.pagecontent a.external:after {
    content: "\f08e";
}
.pagecontent a.facebook:after {
    content: "\f082";
}
.pagecontent a.linkedin:after {
    content: "\f08c";
}
.pagecontent a.twitter:after {
    content: "\f099";
}
.pagecontent a.youtube:after {
    content: "\f167";
}
.pagecontent a.instagram:after {
    content: "\f16d";
}
.pagecontent.firstpara > p:first-child {
    font-size: 150%;
}
.pagecontent ul {
    padding-left: 1rem;
}
.pagecontent .button {
    margin-top: 1rem;
    color: #fefefe;
}
.pagecontent .button a {
    color: #fefefe;
}
.pagecontent .button:after {
    font-family: FontAwesome;
    content: "\f061";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 5px;
}
.pagecontent .button.prev:after,
.pagecontent .button.cancel:after {
    content: none;
}
.pagecontent .button.prev:before {
    font-family: FontAwesome;
    content: "\f061";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
    margin-right: 5px;
}
.pagecontent figure {
    max-width: 50%;
}
.pagecontent figure img {
    max-width: 100%;
    margin: 0 !important;
}
.pagecontent figure figcaption {
    padding: 0.5rem;
    font-style: italic;
}
@media print, screen and (max-width: 39.99875em) {
    .pagecontent figure {
        width: 100%;
        max-width: 100%;
    }
}
.pagecontent .cite {
    color: #0d8285;
    font-weight: bold;
}
.pagecontent table.stack thead {
    display: table-header-group !important;
}
/**************************
Page content end
*************************/
/**************************
Icon bullets start
*************************/
.downloads li,
.relatedEX li {
  list-style-type: none;
  padding-left: 20px;
}
.downloads li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px
}
.downloads li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f019";
  color: #095a5d;
}
.relatedEX li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px
}
.relatedEX li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f08e";
  color: #095a5d;
}
/**************************
Icon Bullets end
*************************/
/**************************
Page Updated start
*************************/
.updated {
    font-size: 16px;
    font-family: "Open Sans", arial;
    font-weight: 400;
    font-style: italic;
}
/**************************
Page Updated start
*************************/
/**************************
Accordion start
*************************/
.accordion-title{
    color: #fff;
    font-weight: bold;
    border-color: #fff;
    background-color: #0d8285;
    font-size: 18px;
}
.accordion-title:focus, .accordion-title:hover {
    background-color: #095a5d ;
    color: #fff;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  font-family: FontAwesome;
  content: "\f078";
}
.is-active > .accordion-title::before {
  font-family: FontAwesome;
  content: "\f077";
}
/**************************
Accordion end
*************************/
/**************************
Alert banner start
*************************/
.alert-banner {
    background-color: #0a0a0a;
    color: #ebcd35;
}
.alert-banner .cell {
    padding: 0.5rem;
}
.alert-banner a,
.alert-banner i,
.alert-banner button {
    color: #ebcd35;
}
.alert-banner i {
    padding: 0 0.5rem;
}
.alert-banner button {
    cursor: pointer;
}
.alert-banner.hide {
    -webkit-transition: max-height 0;
    transition: max-height 0;
}
/**************************
Alert banner end
*************************/
/**************************
A to Z start
*************************/
.footerBar {
    background-color: #0d8285;
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
}
.footerlink {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}
.footerlink:hover,
.footerlink:focus {
    color: #FFFFFF;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}
.atozPageContainer {
    background-color: #fefefe;
    padding: 1rem;
    margin-bottom: 2rem;
}
.atozPageList {
    list-style: none;
}
.atozPageList li img {
    width: 20px;
    margin-right: 10px;
}
.atozPageList li a span {
    border-bottom: 1px solid transparent;
	-moz-transition: border-color 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out;
	-webkit-transition: border-color 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out;
}
.atozPageList li a:hover span {
    border-color: #000;
}
/**************************
A to Z end
*************************/
/**************************
Umbraco RTE start
*************************/

umb-editor-tab-bar ~ div .umb-rte .mce-top-part { top: inherit; }

/**************************
Umbraco RTE end
*************************/
/**************************
Search results start
*************************/
.search-results {
    margin: 0 auto;
    padding: 1rem;
    width: 80%;
}
.search-results-list {
    padding: 0;
    margin: 0;
}
.search-results-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.search-results-list li {
    margin-bottom: 1.5rem;
    padding: 0.5rem;
    border-bottom: 1px solid #ccc;
}
.search-results-list li p {
    font-size: inherit;
    color: #000;
}
.search-results-list .media-object img{
    width: 250px;
    max-height: 200px;
    overflow: hidden;
}
.search-results-list .contact-details a:hover {
    text-decoration: underline;
}
.search-navigation li {
    border-bottom: none;
}
.search-navigation .currentPage {
    border-bottom: 1px solid #0d8285;
}
.search-navigation .currentPage a {
    color: #0d8285;
    font-weight: bold;
}
.search-results .search-filter-form {
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.search-results .search-filter-form button {
    flex: 1;
    padding: 1rem 0;
    border: none;
    background: none;
    font-size: 1.1rem;
    color: #222;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
}
.search-results .search-filter-form button:not(:last-child) {
    border-right: 1px solid #e0e0e0;
}
.search-results .search-filter-form button.active,
.search-results .search-filter-form button:focus {
    background: #f6f6f6;
    color: #008080;
    outline: none;
}
.search-results .search-filter-form button:hover {
    background: #f0f0f0;
}
.search-filter-form button.active,
.search-filter-form button:focus {
    background: #f6f6f6;
    color: #008080;
    font-weight: bold;
    outline: none;
}
@media screen and (max-width: 700px) {
    .search-results .search-filter-form {
        flex-direction: column;
    }
    .search-results .search-filter-form button {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        width: 100%;
    }
    .search-results .search-filter-form button:last-child {
        border-bottom: none;
    }
}
/**************************
Search results end
*************************/