/*
Theme Name: NTV 2020
Author: Boojum Pty Ltd
Author URI: http://www.boojum.com.au/
Description: Custom WordPress theme for NTV.
Version: 2.2
*/

@font-face {
    font-family: Museo;
    font-style: normal;
    font-weight: 300;
    src: url('res/fonts/MuseoSansCyrl-300.woff') format('woff'),
        url('res/fonts/MuseoSansCyrl-300.ttf') format('truetype'),
        url('res/fonts/MuseoSansCyrl-300.eot') format('embedded-opentype');
}
@font-face {
    font-family: Museo;
    font-style: normal;
    font-weight: 500;
    src: url('res/fonts/MuseoSansCyrl-500.woff') format('woff'),
        url('res/fonts/MuseoSansCyrl-500.ttf') format('truetype'),
        url('res/fonts/MuseoSansCyrl-500.eot') format('embedded-opentype');
}
@font-face {
    font-family: Museo;
    font-style: normal;
    font-weight: 700;
    src: url('res/fonts/MuseoSansCyrl-700.woff') format('woff'),
         url('res/fonts/MuseoSansCyrl-700.ttf') format('truetype'),
         url('res/fonts/MuseoSansCyrl-700.eot') format('embedded-opentype');
}
@font-face {
    font-family: Museo;
    font-style: normal;
    font-weight: 900;
    src: url('res/fonts/MuseoSansCyrl-900.woff') format('woff'),
         url('res/fonts/MuseoSansCyrl-900.ttf') format('truetype'),
         url('res/fonts/MuseoSansCyrl-900.eot') format('embedded-opentype');
}

@font-face {
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    src: url('res/fonts/Calibri-Light.woff2') format('woff2'),
        url('res/fonts/Calibri-Light.woff') format('woff'),
        url('res/fonts/Calibri-Light.ttf') format('truetype'),
        url('res/fonts/Calibri-Light.eot') format('embedded-opentype');
}
@font-face {
    font-family: Calibri;
    font-style: italic;
    font-weight: 400;
    src: url('res/fonts/Calibri-LightItalic.woff2') format('woff2'),
        url('res/fonts/Calibri-LightItalic.woff') format('woff'),
        url('res/fonts/Calibri-LightItalic.ttf') format('truetype'),
        url('res/fonts/Calibri-LightItalic.eot') format('embedded-opentype');
}
@font-face {
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    src: url('res/fonts/Calibri.woff2') format('woff2'),
        url('res/fonts/Calibri.woff') format('woff'),
        url('res/fonts/Calibri.ttf') format('truetype'),
        url('res/fonts/Calibri.eot') format('embedded-opentype');
}
@font-face {
    font-family: Calibri;
    font-style: italic;
    font-weight: 700;
    src: url('res/fonts/Calibri-Italic.woff2') format('woff2'),
        url('res/fonts/Calibri-Italic.woff') format('woff'),
        url('res/fonts/Calibri-Italic.ttf') format('truetype'),
        url('res/fonts/Calibri-Italic.eot') format('embedded-opentype');
}

html {
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
    font-family: 'Calibri', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 22px;
    color: #414042;
    background: #fff;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Museo', sans-serif;
    color: #414042;
}
h1 {
    font-size: 40px;
    color: #bba8c1;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 22px;
}
p, a, li {
    line-height: 1.5em;
}
@media (max-width: 600px) {
    body {
        font-size: 20px;
    }
    h1 {
        font-size: 30px;
    }
}

a {
    color: #008EA6;
    text-decoration: none;
    border-bottom: solid 1px #008EA6;
}
a:hover {
    color: #008EA6;
    text-decoration: none;
    border-bottom: solid 2px #008EA6;
}
figcaption {
    font-size: 16px;
    line-height: 1.5em;
}

.clearfix:after {
    clear: both;
    content: " ";
    height: 0;
    display: block;
    visibility: hidden;
}

body.admin-bar #top-banner .get-help {
    top: 32px;
}
@media (max-width: 782px) {
    body.admin-bar #top-banner .get-help {
        top: 46px;
    }
}

#body-wrap {
    text-align: left;
    margin: auto;
    position: relative;
    background: #fff;
}

#top-banner {
    background: #fff;
}
#top-banner .get-help {
    background: #9c7fa4;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}
#top-banner .get-help-mrs {
    background: #3ea9bb;
}
#top-banner .get-help h1 {
    color: #fff;
    margin: 0;
    margin: 12px 140px 10px;
    font-size: 22px;
}
#top-banner .get-help a {
    color: #fff;
    border-color: #fff;
}
#top-banner .get-help a.xbold,
#top-banner .get-help span.xbold {
    font-weight: 900;
    font-size: 28px
}
#top-banner .get-help .quick-exit {
    position: absolute;
    right: 2%;
    top: 0;
    background: #7d5787;
    padding: 15px 20px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    z-index: 20;
}
#top-banner .get-help-mrs .quick-exit {
    background: #008ea6;
}
#top-banner .get-help .quick-exit a {
    color: #fff;
    font-family: 'Museo', sans-serif;
    font-weight: 800;
    font-size: 22px;
    text-decoration: none;
    line-height:  0.9em;
    border: 0;
}
@media (max-width: 800px) {
    #top-banner .get-help {
        text-align: left;
        position: static;
        display: inline-block;
        width: 100%;
    }
    #top-banner .get-help h1 {
        font-size: 18px;
        margin: 12px 130px 10px 20px;
    }
    #top-banner .get-help a.xbold,
    #top-banner .get-help span.xbold {
        font-size: 22px;
    }
    #top-banner .get-help .quick-exit {
        padding: 10px 20px 5px;
    }
    #top-banner .get-help .quick-exit a {
        font-size: 20px;
        line-height:  0.7em;        
    }
}
@media (max-width: 600px) {
    #top-banner .get-help h1 {
        font-size: 16px;
        margin: 12px 130px 10px 10px;
    }
    #top-banner .get-help a.xbold,
    #top-banner .get-help span.xbold {
        font-size: 19px;
    }
}
#top-banner .top-logo,
#top-banner .top-logo-long {
    clear: both;
    width: 100%;
    margin: 90px 0 40px;
    min-height: 90px;
    box-sizing: border-box;
}
#top-banner .top-logo-long {
    margin: 90px 0 10px;
}
#top-banner .top-logo-ntv {
    float: left;
    width: 50%;
    padding: 20px 30px;
    text-align: right;
    box-sizing: border-box;
}
@media (max-width: 800px) {
    #top-banner .top-logo {
        margin: 20px 0 40px;
    }
    #top-banner .top-logo-long {
        margin: 20px 0 10px;
    }
    #top-banner .top-logo-ntv {
        width: 100%;
        float: none;
        text-align: center;
    }
}
#top-banner .top-logo-ntv a {
    border: 0;
}
#top-banner .top-logo-ntv img {
    width: 100%;
    max-width: 450px;
}
#top-banner .top-message-ntv {
    float: left;
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}
#top-banner .top-call-ntv {
    background: #efebf1;
    border-radius: 20px;
    margin: 0;
    padding: 20px;
    width: 330px;
}
@media (max-width: 800px) {
    #top-banner .top-message-ntv {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
    }
    #top-banner .top-call-ntv {
        margin: 0 auto;
        width: 330px;
    }
}
@media (max-width: 600px) {
    #top-banner .top-call-ntv {
        width: 250px;
    }
}
#top-banner .top-call-ntv a {
    border: 0;
}
#top-banner .top-call-ntv img {
    float: left;
    padding: 5px 20px 10px 5px;
    width: 50px;
}
#top-banner .top-call-ntv h2 {
    color: #7d5787;
    margin: 0;
    line-height: 0.7em;
    font-size: 17px;
}
#top-banner .top-call-ntv h2.phone-num {
    font-weight: 900;
    font-size: 33px;
}
#top-banner .top-call-ntv h2.phone-num a {
    text-decoration: none;
    color: #7d5787;
}
#top-banner .top-call-ntv .available {
    font-weight: normal;
    font-size: 14px;
}
@media (max-width: 600px) {
    #top-banner .top-call-ntv img {
        float: left;
        padding: 5px 10px 5px 5px;
        width: 40px;
    }
    #top-banner .top-call-ntv h2 {
        font-size: 13px;
    }
    #top-banner .top-call-ntv h2.phone-num {
        font-size: 25px;
    }
    #top-banner .top-call-ntv .available {
        font-size: 12px;
    }
}

#top-banner .top-logo-mrs {
    text-align: center;
}
#top-banner .top-logo-mrs a {
    border: 0;
}
#top-banner .top-logo-mrs img {
    width: 50%;
    max-width: 550px;
    margin: 10px 0 20px;
}
#top-banner .top-advice-mrs {
    background: #f5e5d8;
    text-align: center;
    padding: 12px 0 10px;
}
#top-banner .top-advice-mrs h2 {
    font-weight: 500;
    color: #d89560;
    margin: 0;
}
@media (max-width: 800px) {
    #top-banner .top-logo-mrs img {
        margin: 20px 0;
        width: 70%;
    }
    #top-banner .top-logo-ntv {
        width: 100%;
        float: none;
        text-align: center;
    }
    #top-banner .top-advice-mrs h2 {
        font-size: 22px;
    }
}
@media (max-width: 600px) {
    #top-banner .top-logo-mrs img {
        width: 90%;
    }
    #top-banner .top-advice-mrs h2 {
        font-size: 17px;
    }
}

#top-banner .top-message-mrs {
    text-align: center;
    margin: 10px 0 20px;
}
#top-banner .top-text-mrs {
    margin: 0 auto;
    max-width: 550px;
}
@media (max-width: 800px) {
    #top-banner .top-message-mrs {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
    }
    #top-banner .top-call-mrs {
        margin: 0 auto;
        width: 330px;
    }
}
@media (max-width: 600px) {
    #top-banner .top-call-mrs {
        width: 250px;
    }
}
#top-banner .top-call-mrs {
    background: #dff1f3;
    border-radius: 20px;
    margin: 40px auto 10px;
    padding: 20px;
    max-width: 460px;
}
#top-banner .top-call-mrs a {
    border: 0;
}
#top-banner .top-call-mrs img {
    float: left;
    padding: 5px 20px 5px 5px;
    width: 70px;
}
#top-banner .top-call-mrs h2 {
    color: #008EA6;
    margin: 0;
    line-height: 0.7em;
}
#top-banner .top-call-mrs h2.phone-num {
    font-weight: 900;
    font-size: 41px;
}
#top-banner .top-call-mrs h2.phone-num a {
    text-decoration: none;
}
#top-banner .top-call-mrs .available {
    font-weight: normal;
    font-size: 17px;
}
#top-banner .top-text-mrs p {
    text-align: center;
    margin: 0 10px;
    font-size: 18px;
}
@media (max-width: 800px) {
    #top-banner .top-call-mrs {
        margin: 20px auto 10px;
    }
    #top-banner .top-call-mrs img {
        padding: 5px 10px 5px 5px;
        width: 50px;
    }
    #top-banner .top-call-mrs h2 {
        font-size: 18px;
    }
    #top-banner .top-call-mrs h2.phone-num {
        font-size: 30px;
    }
}
@media (max-width: 600px) {
    #top-banner .top-call-mrs img {
        width: 40px;
    }
    #top-banner .top-call-mrs h2 {
        font-size: 15px;
    }
    #top-banner .top-call-mrs h2.phone-num {
        font-size: 25px;
    }
    #top-banner .top-text-mrs p {
        font-size: 16px;
    }
    #top-banner .top-call-mrs .available {
        font-size: 12px;
    }
}

#top-banner .top-pic-mrs {
    background: #fff url('res/mrs-mainpic-v1.jpg') no-repeat 60% top;
    width: 100%;
    height: 300px;
    background-size: cover;
}
@media (max-width: 800px) {
    #top-banner .top-pic-mrs {
        height: 250px;
    }
}
@media (max-width: 600px) {
    #top-banner .top-pic-mrs {
        height: 180px;
    }
}

#top-banner .top-find-mrs {
    background: #9a8b92;
    text-align: center;
    padding: 12px 0 10px;
}
#top-banner .top-find-mrs h2 {
    font-weight: 500;
    color: #fff;
    margin: 0;
}
@media (max-width: 600px) {
    #top-banner .top-find-mrs h2 {
        font-size: 22px;
    }
}

#main-menu {
    display: block;
    clear: both;
    background: #fff;
    margin: 0;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#main-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}
#main-menu li {
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 10px 0 0;
    padding: 0 15px;
    font-family: 'Museo', sans-serif;
    font-size: 17px;
    border-right: 1px solid #414042;
}
#main-menu li:first-child,
#main-menu li:last-child,
#main-menu li:nth-last-child(2) {
    border-right: none;
}

#main-menu li a {
    box-sizing: border-box;
    text-decoration: none;
    color: #414042;
    border-bottom: 2px solid #fff;
    display: inline-block;
    border-bottom: 2px solid #fff;
}
#main-menu li a:hover {
    border-bottom: 2px solid #414042;
}
#main-menu li.current_page_item a {
    color: #414042;
}
#main-menu-bottom {
    height: 45px;
    background: #fff url('res/ntv-menu-bottom.png') no-repeat left top;
    background-size: contain;
    margin-bottom: 20px;
}
#main-menu li .menu-search-text {
    display: none;
}
#main-menu li .fa-home {
    font-size: 18px;
}
#main-menu li .fa-search {
    font-size: 18px;
}

#hamburger-cont {
    display: none;
}

#main-menu .sub-menu {
    display: none;
    background: #fff;
    margin-left: -16px;
    padding: 20px 0 5px;
    float: none;
    z-index: 100;
    border-left: 1px solid #414042;
}
#main-menu li:hover .sub-menu {
    position: absolute;
    display: block;
}
#main-menu .sub-menu li {
    float: none;
    margin: 0;
    border-right: 0;
    display: block;
}
#main-menu .sub-menu li a {
    display: inline-block;
    font-size: 19px;
    font-family: 'Calibri', sans-serif;
    margin: 0 0 10px 0;
    border-bottom: none;
    color: #414042;
    border-bottom: 1px solid #fff;
}
#main-menu .sub-menu li a:hover {
    border-bottom: 1px solid #414042;
}

@media (max-width: 1000px) {
    #main-menu li {
        padding: 0 10px;
    }
    #main-menu .sub-menu {
        margin-left: -11px;
    }
}
@media (max-width: 880px) {
    #main-menu {
        display: none;
        position: static;
        margin-top: -1px;
        border-top: 0;
        padding-top: 5px;
    }
    #main-menu:after {
        clear: both;
        content: " ";
        height: 0;
        display: block;
        visibility: hidden;
    }
    .index #main-menu,
    #main-menu.on {
        display: block;
    }
    
    #main-menu.floating {
        display: block;
    }
    #main-menu.hidden {
        display: none;
    }
    
    #main-menu li {
        float: none;
        display: block;
        text-align: center;
        padding: 10px 10px;
        margin: 0;
        border-right: 0;
    }
    #main-menu li a {
    }
    #main-menu li a:hover {
    }
    #main-menu li .sub-menu {
        display: block;
        position: unset;
        background: none;
        border: 0;
        padding: 0;
    }
    #main-menu li:hover .sub-menu {
        display: block;
        position: unset;
    }
    #main-menu .sub-menu li {
        display: inline-block;
        width: auto;
        padding: 0;
    }
    #main-menu .sub-menu li a {
        font-size: 18px;
        margin: 0 10px;
    }
    #hamburger-cont {
        display: block;
        width: 100%;
        z-index:100;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background-size: contain;
        padding: 2px 0 3px 0;
        font-family: 'Museo', sans-serif;
        cursor: pointer; 
        text-align: center;
    }
    .index #hamburger-cont #hamburger {
        display: none;
        visibility: hidden;
    }
    #hamburger-cont .hamburger-text {
        font-size: 26px;
        display: inline-block;
        color: #7d5787;
        font-weight:300;
    }
    #hamburger {
        margin-left: 10px;
        padding: 5px;
        color: #7d5787;
        font-size: 30px;
        display: inline-block;
    }
    .body-admin-pad {
       height: 46px;
    }
    #main-menu li .menu-search-text {
        display: inline-block;
        padding-right: 10px;
    }
}



#footer {
    text-align: left;
    background: #ececec;
}
#footer a {
    font-size: 16px;
    color: #7D5787;
    border-color: #7D5787;
}
#footer p {
    font-size: 16px;
}

#footer .footer-social {
    width: 100%;
    box-sizing: border-box;
    background: #7D5787;
    padding: 7px 10px 0;
}

#footer .footer-logo {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}
#footer .footer-logo a {
    border: 0;
    line-height: 0;
}
#footer .footer-logo img {
    width: 200px;
}

#footer .footer-icons {
    display: inline-block;
    padding: 18px 0 0 40px;
    vertical-align: top;
}
#footer .footer-icons a {
    margin: 0 10px;
    border: 0;
    color: #fff;
}
#footer .footer-icons svg {
  display: inline-block;
  width: 34px;
  height: 34px;
}
@media (max-width: 800px) {
    #footer .footer-logo {
      margin-left: 10px;
    }
    #footer .footer-logo img {
      width: 150px;
    }
    #footer .footer-icons {
      padding: 15px 0 0 20px;
    }
    #footer .footer-icons a {
      margin: 0 2px;
    }
    #footer .footer-icons svg {
      display: inline-block;
      width: 24px;
      height: 24px;
    }
}

#footer .footer-info {
    float: right;
    padding: 17px 30px 0 0;
}
#footer .footer-info a {
    color: #fff;
    font-size: 24px;
    text-decoration: underline;
    margin-left: 15px;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
@media (max-width: 1210px) {
    #footer .footer-info {
        float: none;
        padding: 15px 0 5px 25px;
    }
    #footer .footer-info a {
       margin-left: 0;
       margin-right: 15px;
    }
}
@media (max-width: 800px) {
    #footer .footer-info {
        padding: 15px 0 5px 10px;
    }
}

#footer .footer-row {
    clear: both;
}

#footer .footer-white {
    background: #fff;
    padding: 0 30px 0 0;
}

#footer .footer-col {
    float: left;
    box-sizing: border-box;
    padding: 20px 20px;
    text-align: center;
}
#footer .footer-col-1 {
    width: 20%;
}
#footer .footer-col-2 {
    width: 59%;
}
#footer .footer-col-3 {
    width: 20%;
}
#footer .footer-center {
    text-align: center;
}
#footer .footer-center a {
    color: #7D5787;
    border-color: #7D5787; 
}

#footer .logoitem {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 70px 10px 0;
    vertical-align: middle;
}
#footer .logoitem a {
    font-size: 11px;
    border: 0;
    color: #414042;
    display: inline-block;
    line-height: 1.2em;
}
#footer .logoitem img {
    width: 120px;
    height: auto;
}
#footer .logosm img {
    width: 70px;
}
#footer .logowm {
    padding-right: 20px;
}
#footer .logomd img {
    width: 160px;
}
#footer .logolge {
}
#footer .logolge img {
    width: 250px;
}
#footer .logoitem .logolgesvg {
  width: 250px;
}
#footer img.dss-logo {
  width: 250px;
  height: auto
}

#footer .workplace-img {
    padding-top: 20px;
}

#footer .workplace-img img {
    width: 180px;
    height: auto;
}

#footer .inclusive img.flag {
    height: 30px;
    padding-top: 5px;
}
#footer .atsi img.flag {
    height: 80px;
    padding-top: 5px;
    margin: 0 10px;
}
#footer .quip-img {
    margin: 30px 0 0;
}
#footer .quip-img img {
    width: 150px;
}

#footer .atsi  {
    padding: 0 20px 0;
}
#footer .atsi-text  {
    padding: 15px 20px 0;
}
#footer .atsi-text p {
    font-size: 24px;
    margin: 0;
}
#footer .inclusive  {
    padding: 30px 20px 0;
}
#footer .inclusive-text  {
    padding: 0 20px;
}
#footer .inclusive-text p {
    font-size: 18px;
    margin: 0;
}

#footer .footer-logos  {
    padding: 20px 40px 15px;
    text-align: center;
}

#footer .footer-bottom  {
    padding: 15px 40px 10px;
}
#footer .footer-bottom p {
    font-size: 18px;
}

@media (max-width: 800px) {
    #footer .footer-col {
        width: 100%;
        text-align:  center;
        padding: 20px 10px;
    }
    #footer .atsi  {
        padding: 40px 20px 0;
    }
    #footer .footer-bottom  {
        padding: 15px 40px 45px;
    }
}

/* jobs*/
.ntv_jobs .location {
  display: inline-block;
}

.ntv_jobs .employment_type {
  display: inline-block;
}

.ntv_jobs .employment_type:before {
  content: "\2022";
  margin: 0 0.5em;
}

.ntv_jobs .workplace_type {
  display: inline-block;
}

.ntv_jobs .workplace_type:before {
  content: "\2022";
  margin: 0 0.5em;
}

.ntv_jobs .read_more {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  line-height: 1;
  user-select: none;
}

.ntv_jobs .read_more:after {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAMZJREFUSEtjZKAxYKSx+QyjFhAM4dEgoiiI1IC6ZwNxMBC/wWGSCFB8LRAnAvE9bGrwxcEhoAZbIL4OxI5A/BLNAHEg/wAQawDxQSB2INUCeaCGo0AsDXWdFZIlIDGQA5SA+CkQWwPxQ1ItAKlHt8QOagjIYpAcXsNBaolJpgpQn0hBfcIGpGWA+BnU5Q+wuRwmRowF6D4B8Qm6nFQLkC0BsXGGObpviPUBTB8ouEAAb7AgW0KqBfiCG6vcqAUEg2w0iAY+iAAOWx4ZWRbdngAAAABJRU5ErkJggg==");
  content: " ";
}

.ntv_jobs .read_more.active:after {
  transform: rotate(180deg);
}

.ntv_jobs .description {
  display: none;
}

.ntv_jobs .description.active {
  display: block;
}





/******* page **********/

.col-wrap {
    background: #fff;
}

.col-left {
    box-sizing: border-box;
    float: left;
    width: 25%;
    overflow: hidden;
    margin-top: 30px;
}
.col-right {
    box-sizing: border-box;
    float: left;
    min-height: 500px;
    margin-top: 30px;
    width: 75%;
    overflow: hidden;
}
.col-full {
    box-sizing: border-box;
    min-height: 500px;
    width: 80%;
    overflow: hidden;
    margin: 0 10% 30px;
}
.col-home {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
}
@media (max-width: 650px) {
    .col-wrap {
        margin: 0;
    }
    .col-left {
        width: 100%;
        float: none;
    }
    .col-right {
        width: 100%;
        float: none;
    }
    .col-full {
        width: calc(100% - 40px);
        margin: 0 20px 30px;
    }
}

.breadcrumb {
    text-align: center;
}
ul.page-breadcrumb {
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul.page-breadcrumb li {
    list-style-type: none;
    display: inline-block;
    font-size: 16px;
}
ul.page-breadcrumb a {
    text-decoration: none;
}
ul.page-breadcrumb a:hover {
}

.page-menu {
    padding: 0 0 20px 20px;
}
.page-menu h3 {
   font-size: 20px;
   margin: 17px 0 10px 0;
   text-align: left;
}
.page-menu ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.page-menu li {
    font-size: 13px;
    list-style-type: none;
    margin: 15px 0 15px 0;
}
.page-menu li a {
    font-size: 18px;
    text-decoration: none;
}
.page-menu .current_page_item > a {
    color: #414042;
    border-bottom: solid 1px #414042;
}
.page-menu .current_page_item > a:hover {
    border-bottom: solid 2px #414042;
}
/* page menu hide all children ul menus */
ul.children { 
    display: none;
}
/* page menu expand children of current page only */
li.current_page_item > .children,
li.current_page_ancestor > .children,
li.current_page_parent > .children { 
    display: block; 
}
@media (max-width: 600px) {
    .page-menu {
        padding: 0;
        margin: 0;
    }
}
.page-menu-logo {
  text-align: right;
  padding: 20px 60px 50px 0;
}
.page-menu-logo img {
  width: 180px;
}

.page-title {
    text-align: center;
}
.page-title h1 {
    margin: 0 0 10px;
}
.col-full-mrs .page-title h1 {
    color: #3ea9bb;
    margin: 30px 0 10px;
}

#content {
    overflow: hidden;
    box-sizing: border-box;
}

#content img {
    max-width: 100%;
    height: auto;
}

#content blockquote {
    background: #fff7f0;
    margin: 18px 0 30px 0;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
}

#content.content-home h1 {
    margin: 0 10%;
}
#content.content-home .home-intro {
    font-family: 'Museo', sans-serif;
    margin: 1em 10%;
}
#content.content-home .home-col-container {
    background: #fff url('res/ntv-homepage-background.png') no-repeat left top;
    width: 100%;
    background-size: cover;
    padding: 0 10%;
    box-sizing: border-box;
}
#content.content-home .ugb-container__wrapper {
    padding: 40px 0;
}
#content.content-home .ugb-main-block {
    margin: 0;
}
@media (max-width: 600px) {
    #content.content-home h1 {
        margin: 0 20px;
    }
    #content.content-home .home-intro {
        margin: 1em 20px;
    }
    #content.content-home .home-col-container {
        padding: 0 20px;
    }
    #content.content-home .ugb-container__content-wrapper {
        width: 100%;
    }
}

#content.content-home .wp-block-column {
    background: #fff;
}
#content.content-home .wp-block-column .wp-block-image img {
    width: 100%;
    height: auto;
}
#content.content-home figure {
    margin: 0;
}
#content.content-home .home-col-container .wp-block-column h3,
#content.content-home .home-col-container .wp-block-column p {
    padding: 0 10px;
}
#content.content-home .home-col-container .wp-block-column h3 a {
    color: #91999f;
    font-weight: 900;
    border-color:  #91999f;
}

#content.content-home .home-blog-top {
    height: 45px;
    background: #fff url('res/ntv-blog-bg.png') no-repeat left top;
    background-size: contain;
    padding: 5px 10% 0;
}
#content.content-home .home-blog-heading {
    color: #fff;
    background: #414042;
    display: inline;
    padding: 5px 10px 3px;
}
#content.content-home .home-col-blog {
    margin: 0 10%;
}
#content.content-home .home-col-blog .wp-block-column h3 {
    margin: 0;
}
#content.content-home .home-col-blog .wp-block-column h3 a {
    color: #414042;
    font-weight: 900;
    border-color:  #414042;
    
}
#content.content-home .home-col-blog .wp-block-column h2.home-fb-heading {
    color: #91999f;
    font-weight: 900;
    margin-top: 0;
}
#content.content-home .home-col-blog .wp-block-column h2.home-fb-heading a {
    color: #91999f;
    font-weight: 900;
    margin-top: 0;
    border-color: #91999f;
}
#content.content-home .home-col-blog .wp-block-column .wp-block-embed {
    margin-bottom: 20px;
}
#content.content-home .home-col-blog .wp-block-column .ugb-blog-posts__excerpt {
    margin: 0;
}
#content.content-home .home-col-blog .wp-block-column .ugb-blog-posts__readmore a {
    color: #fff !important;
    font-weight: 700;
    font-size:  20px;
    background-color: #414042;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 5px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
@media (max-width: 600px) {
    #content.content-home .home-blog-top {
        padding: 5px 20px 0;
    }
    #content.content-home .home-col-blog {
        margin: 0 20px;
    }
}

#content.content-page {
    padding-top: 20px;
}

#content.content-page.rtl-direction {
  direction: rtl;
  text-align: right;
}

#content figure a {
    border: 0;
}

#content .ugb-accordion__heading {
    outline-width: 0;
    outline-style: none;
    box-shadow: none;
}
#content .ugb-accordion__heading {
    background: #efebf1;
}
#content .ugb-accordion__heading h4 {
    color: #7d5787;
}
#content .ugb-accordion__arrow {
    fill: #7d5787;
}
.col-full-mrs #content .ugb-accordion__heading {
    background: #dff1f3;
}
.col-full-mrs #content .ugb-accordion__heading h4 {
    color: #008EA6;
}
.col-full-mrs #content .ugb-accordion__arrow {
    fill: #008EA6;
}
#content .mrs-accordian-1 .ugb-accordion__heading {
    background: #f2ddcc;
}
#content .mrs-accordian-1 .ugb-accordion__heading h4 {
    color: #cd7d3e;
}
#content .mrs-accordian-1 .ugb-accordion__arrow {
    fill: #cd7d3e;
}
#content .mrs-accordian-2 .ugb-accordion__heading {
    background: #dff1f3;
}
#content .mrs-accordian-2 .ugb-accordion__heading h4 {
    color: #008EA6;
}
#content .mrs-accordian-2 .ugb-accordion__arrow {
    fill: #008EA6;
}
#content .mrs-accordian-3 .ugb-accordion__heading {
    background: #e6e2e3;
}
#content .mrs-accordian-3 .ugb-accordion__heading h4 {
    color: #816d76;
}
#content .mrs-accordian-3 .ugb-accordion__arrow {
    fill: #816d76;
}

.page-id-13908 #content .ugb-accordion__heading {
    background: #dff1f3;
}
.page-id-13908 #content .ugb-accordion__heading h4 {
    color: #008EA6;
}
.page-id-13908 #content .ugb-accordion__arrow {
    fill: #008EA6;
}

#content a.stk-link.stk-button {
  border-bottom: none;
}


/* Search page */
.search-col {
    margin-top: 10px;
}
.search-col .searchof {
    font-size: 17px;
}
.search-col .searchresults ul {
    padding: 0;
}
.search-col .searchresults li {
    list-style: none;
    padding-bottom: 15px;
}
.search-col input[type=text] {
    font-size: 22px;
    padding: 6px 10px;
    width: 40%;
}
.search-col .page-numbers {
    margin: 0 15px 50px 0;
}
.search-col .button-search {
    color: #fff;
    background-color: #414042;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    padding: 9px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    vertical-align: top;
    margin-top: 1px;
}
.search-col .next,
.search-col .prev {
    color: #fff;
    font-weight: 700;
    background-color: #414042;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    font-size: 16px;
}
.search-col .prev {
    margin-right: 10px;
}
.search-col strong {
    color: #000;
}
@media (max-width: 650px) {
    .search-col input[type=text] {
        width: 60%;
    }
}


td, th {
    vertical-align:top;
}
td {
    padding: 1%;
}
@media (max-width: 800px) {
  td, th {
    display: block;
    width: 100%;
  }
}

@media (max-width: 800px) {
    .page-id-7382 .ugb-accordion__content-inner {
      padding: 20px 5px 0 !important;
    }
    .page-id-7382 td, th {
      display: block;
      width: auto;
      border: 0 !important;
    }
    .page-id-7382 tr:first-child {
      display: none;
    }
    .page-id-7382 tr {
      border: 1px solid #ccc;
    }
    .page-id-7382 tr td:first-child {
      font-weight: 700;
      font-family: 'Museo', sans-serif;
    }
  }
}



.news-list {
    display: block;
    width: 100%;
}
.news-image {
    width: 200px;
    margin: 10px 3% 20px 0;
    display: inline-block;
}
.news-image img {
    width: 100%;
}

.news-text {
    margin-bottom: 30px;
    width: calc(95% - 200px);
    display: inline-block;
    vertical-align: top;
}

.news-text h2 {
    font-size: 22px;
    margin: 8px 0;
}
.news-text p {
    font-size: 19px;
    margin: 8px 0;
}
.news-center {
    text-align: center;
    padding-top: 10px;
}
p.news-date {
    font-size: 15px;
    font-weight: 600;
}
p.news-content-date {
    font-size: 18px;
    font-weight: 600;
}

.news-nav {
    clear: left;
}
.news-nav .older {
    float: right;
    margin-right: 10%;
    margin-bottom: 20px;
}
@media (max-width: 600px) {
    .news-image,
    .news-text {
        width: 94%;
        display: block;
    }
}

/* Referral Pathways */
.referrals_cont {
    margin: 10px 0 30px;
}
.referral_search_cont {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #f5f1f7;
}
.referral_label {
    min-width: 55px;
    margin-right: 5px;
    display: inline-block;
    font-size: 18px;
}
.referral_search_input {
    font-size: 18px;
    padding: 7px 10px 5px;
    border: 1px solid #ccc;
    width: 230px;
    color: #414042;
    border-radius: 20px;
}
.referral_search_input::placeholder {
    color: #bbb;
}
.referral_reset {
    color: #008EA6;
    text-decoration: underline;
    text-underline-position: under;
    font-size: 19px;
    cursor: pointer;
    display: none;
}
.referral_reset:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237d5787' height='48' width='48'%3E%3Cpath d='M12.45 37.65 10.35 35.55 21.9 24 10.35 12.45 12.45 10.35 24 21.9 35.55 10.35 37.65 12.45 26.1 24 37.65 35.55 35.55 37.65 24 26.1Z'/%3E%3C/svg%3E");
    content: '\00a0';
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    display: inline-block;
    margin-right: 2px;
}

.referral_reset.active {
    display: inline-block;
}
.referral_tab_cont {
    display: block;
    margin-top: 20px;
}
.referral_tab {
    display: inline-block;
    position: relative;
    background: #9c7fa4;
    color: #fff;
    cursor: pointer;
    width: 140px;
    padding: 10px;
    margin-right: 5px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 22px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.referral_tab.active {
    background: #f5f1f7;
    color: #414042;
    font-weight: bold;
    border-bottom: none;
}
.referral_tab.active::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f5f1f7;
    bottom: -1px;
    right: 0;
    left: 0;
    margin: auto;
}

.referrals_list {
    display: none;
    background: #f5f1f7;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.referrals_list.active {
    display: block;
}
.referral_no_results {
    margin: 30px 20px;
}
.referral_row {
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    padding: 20px 20px 0;
    vertical-align: top;
}
.referral_info {
    margin-top: 10px;
    font-size: 20px;
}
.referral_top {
    cursor: pointer;
}
.referral_title {
    font-weight: bold;
    color: #008EA6;
    text-decoration: underline;
    text-underline-position: under;
}
.referral_title:after {
    content: '\00a0';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237d5787' height='48' width='48'%3E%3Cpath d='M24 30.75 12 18.75 14.15 16.6 24 26.5 33.85 16.65 36 18.8Z'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    display: inline-block;
    margin-left: 5px;
}
.referral_title.active:after {
    transform: rotate(180deg);
}
.referral_detail {
    display: none;
    background: #fff;
    padding: 1px 10px 8px;
    border-radius: 5px;
}
.referral_detail.active {
    display: block;
}
.referral_subtitle {
    font-size: 21px;
    font-weight: bold;
}
.referral_description {
    font-size: 20px;
}
.referral_ca_select,
.referral_st_select {
    font-size: 18px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    background: #fff;
    margin-right: 20px;
    color: #414042;
    border-radius: 5px;
}
.referrals_st_cont {
    margin-top: 10px;
}
.referral_map_cont {
    display: none;
    border: 1px solid #ccc;
    vertical-align: top;
    min-height: 700px;
    background: #f5f1f7;
}
.referral_map_cont.active {
    display: block;
}
.referral_map {
    display: inline-block;
    width: 70%;
    height: 700px;
    vertical-align: top;
}
.referral_map h4 {
   font-size: 20px;
   margin: 0 0 8px;
   padding: 0;
   color: #7d5787;
}
.referral_map p {
   font-size: 17px;
   margin: 7px 0;
   padding: 0;
}
.referral_map p.map_subtitle {
   font-size: 18px;
}
.referral_map_nophone {
    display: inline-block;
    width: calc(30% - 40px);
    vertical-align: top;
    padding: 0 20px 10px;
}
.referral_map_nophone h4 {
   font-size: 17px;
   color: #7d5787;
   margin: 15px 0 10px;
   text-align: center;
}
.referral_map_nophone_list .referral_title {
    font-size: 18px;
    padding-top: 5px;
}
.referral_map_nophone_list .referral_subtitle {
    font-size: 17px;
}
.referral_map_nophone_list .referral_info {
    font-size: 18px;
    margin-top: 5px;
}

@media (max-width: 860px) {
    .referral_tab {
        width: 90px;
    }
    .referral_label {
        display: block;
        margin-top: 10px;
    }
    .referral_reset {
        margin-top: 10px;
    }
    .referral_reset.active {
        display: block;
    }
    .referral_ca_select,
    .referral_st_select {
      font-size: 14px;
    }
    .referral_row {
        width: 100%;
    }
    
    .referral_map {
        display: block;
        width: 100%;
    }
    .referral_map_nophone {
        display: block;
        width: calc(100% - 40px);
    }
}

/* WP styles */
.button,
.wp-block-button__link {
    color: #fff !important;
    font-weight: 700;
    background-color: #414042;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none;
    cursor: pointer;
    display: inline;
    margin: 0;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
.wp-block-embed-youtube {
  margin: 0;
}

@media screen and (min-width: 1280px) {
    .ugb-main-block.ugb--has-block-background.alignfull.alignfull.alignfull.alignfull.ugb-main-block--inner-wide>.ugb-inner-block {
        min-width: unset !important; 
    }
}
h5.ugb-feature-grid__title {
    font-size: 24px !important;
}
a.ugb-button {
    border: 0;
}
h2.ugb-block-title.ugb-block-title--with-subtitle {
    margin-bottom: 30px !important;
}
#content .ugb-main-block.ugb--has-block-background.alignfull.alignfull.alignfull.alignfull {
    padding-top: 20px;
    padding-bottom: 20px;
}

.col-home .ugb-blog-posts.ugb-blog-posts--v2 .ugb-blog-posts__meta {
    margin: 15px 0 0;
    color: inherit;
    font-size: 17px;
    text-transform: unset;
}



/* Policy */
.policy_cont {
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #f5f1f7;
}
.policy_search_cont {
    padding: 10px 20px 10px;
}
.policy_search_input {
    font-size: 18px;
    padding: 7px 10px 5px;
    border: 2px solid #717d81;
    width: 280px;
    color: #333;
    border-radius: 5px;
}
.policy_search_input::placeholder {
    color: #aaa;
}
@media (max-width: 860px) {
    .policy_search_input {
        width: 220px;
    }
}
.policy_search_clear {
    display: inline-block;
    text-decoration: underline;
    text-underline-position: under;
    color: #555;
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
}
.policy_buttons_cont {
    padding: 20px 20px 10px; 
}
@media (max-width: 860px) {
    .policy_buttons_cont {
        padding: 10px; 
    }
    .policy_search_cont {
        padding: 10px;
    }
}
.topic_cont {
    margin-top: 15px;
}
.policy_label {
    font-size: 18px;
    padding-right: 5px;
}
.jurisdiction_button,
.topic_button {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    color: #7d5787;
    border: 2px solid #7d5787;
    margin: 5px 10px 0 0;
    padding: 7px 8px 5px;
    border-radius: 5px;
    cursor: pointer;
    min-width: 60px;
    text-align: center;
}
.jurisdiction_button.active {
    background: #7d5787;
    color: #fff;
    border: 2px solid #7d5787;
}
.topic_button {
    color: #3ea9bb;
    background: #fff;
    border: 2px solid #3ea9bb;
}
.topic_button.active {
    color: #fff;
    background: #3ea9bb;
}
.policy_list {
    padding: 10px 20px;
}
.policy_results_for {
    padding: 5px 0 20px;
    color: #333;
    font-size: 19px;
    font-weight: bold;
}
.policy_no_results {
    padding: 5px 0 30px;
    color: #333;
    font-size: 19px;
    font-weight: bold;
}
.policy_item {
    box-sizing: border-box;
    width: 100%;
    margin: 0 10px 10px 0;
    padding: 5px 20px 20px;
    border-radius: 10px;
    background: #fff;
    vertical-align: top;
}
.policy_item:nth-child(even) {
    margin-right: 0;
}
.policy_info {
    margin-top: 10px;
    font-size: 20px;
}
.policy_date {
    font-style: italic;
}
.policy_title {
    font-weight: bold;
    font-size: 24px;
    color: #7d5787;
}
.policy_summary {
    font-size: 18px;
}
@media (max-width: 860px) {
    .policy_list {
        padding: 10px;
    }
    .policy_item {
        width: 100%;
    }

}

/* Campaign page */
.page-id-14367 .ugb-image-box .ugb-image-box__description {
  opacity: 1 !important;
  transform: unset !important;
}

.page-id-14367 .ugb-image-box__overlay-link {
  border-bottom: 0 !important;
}

#connect-chat-container #questions {
  height: 610px !important;
}

