main {
  opacity: 0; }

#navItem1 {
  margin-left: 0 !important; }

@media screen and (max-width: 643px) {
  p.textonMap {
    padding-top: 5% !important; } }

/* Search */
@media screen and (max-width: 1024px) {
  .navMobile {
    display: inline-block !important; }
  .navDesktop {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .navMobile {
    display: none !important; }
  .navDesktop {
    display: inline-block !important; } }

.ntp iframe {
  -webkit-filter: hue-rotate(349deg) grayscale(30%) brightness(108%);
          filter: hue-rotate(349deg) grayscale(30%) brightness(108%); }

@media screen and (min-width: 1025px) and (max-width: 1102px) {
  .pcpy.opaque {
    opacity: 1; } }

/* Blue Cross */
.insuranceImage {
  /* Blue Cross requires that width and height are explicitly 
    set for their images to ensure image is not distorted or altered */
  width: 140px;
  height: 83px; }

#travelHealth {
  margin-top: 3em; }

@media screen and (max-width: 1200px) {
  a.underServices {
    float: none !important; } }

@media screen and (min-width: 1901px) {
  .underServices p {
    font-size: 1.3em; }
  .underServices #sgiDrop {
    font-size: 1.1em; } }

/* TuGo */
.travel-spacer {
  padding: 0 1em;
  width: 458px; }

/* Social Media Links */
.social {
  clear: both;
  padding-left: 5px; }
  .social img {
    width: 30px;
    height: 30px;
    margin-left: 5px; }

@media screen and (max-width: 900px) {
  .social {
    text-align: center;
    padding: 0; } }

/* Responsive Nav */
.childShow {
  display: none; }

/* FAQ */
.ui-button {
  border: 1px solid #3c7500;
  background: none;
  font-weight: normal;
  color: #f7f7f7;
  background-color: #609b37;
  width: 3.5em;
  height: 2em;
  text-transform: uppercase; }

.faqQuestion {
  display: none; }

.faqQuestion-active {
  display: block; }

.spacer {
  display: inline-block; }

.ui-widget-content {
  border: none !important; }

.ui-dialog {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
  display: none; }

.ui-resizable-n,
.ui-resizable-handle {
  display: none !important;
  cursor: none; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none !important; }

.faqAns-faqLst {
  height: auto !important;
  text-align: center; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  border: 1px solid #3c7500;
  background: none;
  font-weight: normal;
  color: #f7f7f7;
  background-color: #609b37; }

label.error {
  color: #cc0000; }

#errors {
  display: none; }
  #errors p {
    font-size: 14px; }
  #errors .errorField {
    font-weight: bold;
    margin: 0 20px 0 10px; }
  #errors .errorMsg {
    font-style: italic; }

.modalErrorMsg {
  display: block;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 15px; }

.button2 {
  border: 2px solid transparent !important; }

.button2:hover {
  cursor: pointer;
  background-color: #3e6423 !important;
  border-color: #f3f3f3 !important;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.labelHidden {
  display: none; }

#response {
  text-align: center; }

.pageNotFound {
  padding-top: 18%;
  padding-left: 5%; }
  .pageNotFound h1 {
    font-size: 3em !important;
    line-height: 1.5 !important;
    font-weight: 500 !important; }

/* Question & Answer */
.questionText {
  margin-top: 1em; }

.answer {
  background-color: #f3f3f3; }
  .answer p {
    display: none; }
    .answer p span {
      text-decoration-line: underline; }
  .answer td {
    width: 50%; }

table tr.questionLinks {
  background-color: #f3f3f3; }
  table tr.questionLinks ul li:before {
    content: none; }
  table tr.questionLinks ul li a:before {
    font-family: FontAwesome;
    content: "\f054";
    padding: 0 6px; }
  table tr.questionLinks ul li {
    padding-left: 22px;
    text-indent: -22px;
    line-height: 2em;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      table tr.questionLinks ul li {
        line-height: 3em; } }
    table tr.questionLinks ul li a {
      color: #8c8c8c;
      font-size: 20px; }
  table tr.questionLinks h2 {
    color: #76be43; }

table tr.question td, table tr.answer td, table tr.questionLinks td {
  padding: 2em 3em; }

table tr.question td, table tr.questionLinks td {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #8c8c8c; }

.qaAnswerBtn {
  background-color: #76be43;
  cursor: pointer;
  font-size: 16px;
  padding: 0.5rem 1.4rem;
  font-family: 'myriadpro';
  font-weight: bold;
  line-height: 1.67;
  text-align: left;
  color: #ffffff;
  border: 2px solid transparent;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

a.questionLink:hover {
  color: black;
  cursor: pointer; }

.question, .answer {
  display: none; }

.question h2 span {
  color: #76be43; }

.question td h2 span::before {
  display: block;
  content: " ";
  margin-top: -160px;
  height: 160px; }

a.backToTop {
  font-size: 16px;
  cursor: pointer; }

tr.questionLinks td h2:hover {
  cursor: pointer; }

tr.questionLinks td h2 {
  z-index: 1; }
  tr.questionLinks td h2 i {
    padding: 0 10px; }

tr.questionLinks ul {
  display: none; }

/* Submit a claim logos */
.submitClaimDiv h1 {
  color: #5bbf21;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.25;
  padding-bottom: 35px;
  text-transform: capitalize; }

.submitClaimDiv {
  padding: 10% 25%; }

.logoSelect {
  margin: auto; }
  .logoSelect a {
    display: inline-block;
    max-width: 100px;
    margin: 2%; }

.submitClaimDiv p {
  font-size: 18px;
  padding-bottom: 35px; }

.submitClaimLogo {
  display: block;
  width: 100%;
  height: auto; }

#logoTableClaim {
  margin-left: 5%;
  width: 80%; }

#logoTablePayment {
  margin: auto; }

@media screen and (max-width: 1200px) {
  .submitClaimDiv {
    padding: 2vh 6vw; } }

/* COVID-19 Banner */
.covid--banner {
  background-color: #76be43;
  padding: 15px;
  border: 3px solid #94e15d;
  margin-top: 2em; }
  .covid--banner p, .covid--banner li {
    color: #fff !important;
    font-size: 13px !important;
    -webkit-text-size-adjust: none; }
  .covid--banner li {
    list-style: disc inside !important; }
    .covid--banner li a {
      color: #304D1B !important;
      font-weight: 700; }
  @media (min-width: 768px) {
    .covid--banner {
      margin-top: 0; }
      .covid--banner p, .covid--banner li {
        font-size: initial !important; } }
.mb {
  margin-bottom: 1rem; }

.homeHero .homeBanner {
  padding-top: 0; }

.homeHero .homeBannerImage {
  position: relative; }
  .homeHero .homeBannerImage img {
    min-height: 260px; }
  .homeHero .homeBannerImage .innerText {
    position: absolute;
    left: 0;
    right: 0;
    top: 26%;
    z-index: 1;
    max-width: 600px;
    text-align: center; }
    .homeHero .homeBannerImage .innerText h1 {
      font-size: 55px;
      color: white;
      font-weight: 500;
      text-shadow: 2px 2px 4px #404040; }
    .homeHero .homeBannerImage .innerText .giveCallBtn {
      margin: 0;
      width: 180px;
      text-align: center;
      font-size: 25px;
      font-weight: 500; }
    @media (min-width: 1025px) {
      .homeHero .homeBannerImage .innerText {
        top: 38%; } }
.navMobile .giveCallBtn {
  margin: 2% 0;
  height: 40px;
  line-height: 1;
  vertical-align: top; }

.duckDesktop {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 258px;
  height: 40px; }

.duckMobile {
  overflow: hidden;
  margin: 2% 2% 2% 0;
  padding: 0;
  width: 358px;
  height: 40px; }

.gtmBody {
  display: none;
  visibility: hidden; }

.pl-sm {
  padding-left: 3rem; }

.lsp-out {
  list-style-position: outside; }

/* Phone Us Banner */
.phoneUsBanner {
  display: block !important;
  text-align: center;
  background-color: #76be43;
  color: white;
  font-weight: 600;
  padding: 8px !important; }

/* Book an Appointment (from unINK) */
.bookAppointmentWrapper {
  display: block; }

.bookAppointment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #76be43;
  border: 2px solid transparent;
  margin: 0 0 3% 1%;
  padding: 10px 40px; }

.bookAppointment a {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  font-family: 'myriadpro';
  font-weight: bold;
  margin-left: 10px; }

.bookAppointment svg, .appointmentIconWrapper svg {
  fill: #FFFFFF;
  width: 30px; }

.bookAppointment:hover {
  cursor: pointer;
  border-color: #f3f3f3;
  background-color: #3e6423 !important;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.bookAppointment:hover a {
  color: #ffffff !important; }

.bannerSubtext {
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: left;
  color: #76be43;
  font-family: 'myriadpro';
  margin: 0.5em 0; }

.appointmentIcon {
  color: #76be43 !important;
  text-align: left; }

.appointmentIconWrapper {
  display: inline;
  margin-left: 14px;
  margin-right: 6px; }

.appointmentIconWrapper svg {
  fill: #76be43;
  width: 13px; }

/* Action Icons */
.actionIcon {
  position: fixed;
  z-index: 10; }

.facebookIcon {
  height: 60px;
  width: 60px;
  bottom: 20px;
  left: 25px;
  background-color: #76be43;
  border-radius: 35px; }

.facebookIconTextWrapper {
  bottom: 83px;
  left: 17px;
  border: 2px solid #76be43;
  background-color: #76be43; }

.facebookIconTextBox {
  width: 300px;
  color: #76be43;
  background-color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding: 10px 13px;
  line-height: 13px; }

.facebookIconTextBottom {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFFFFF;
  margin-left: 17px;
  margin-top: -2px; }

.bookingIcon {
  height: 48px;
  width: 48px;
  bottom: 30px;
  right: 40px;
  z-index: 11; }
  .bookingIcon:hover ~ .bookingIconHover .bookingIconHoverTextBox {
    display: flex; }

.bookingIconHover {
  display: flex;
  bottom: 18px;
  right: 27px; }
  .bookingIconHoverTextBox {
    display: none;
    color: #76be43;
    background-color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    margin: auto -5px auto 0;
    line-height: 13px;
    padding: 10px 15px 10px 10px;
    border: 2px solid #76be43; }
  .bookingIconHoverBackground {
    height: 75px;
    width: 75px;
    background-color: #76be43;
    border-radius: 50%;
    border: 4.5px solid #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block; }

/* Main Content Styles */
main.pcpy {
  margin-top: 130px; }
  @media screen and (min-width: 1025px) {
    main.pcpy {
      margin-top: 280px; } }
  @media screen and (min-width: 1300px) {
    main.pcpy {
      margin-top: 162px; } }
/* Height Styles */
.h-auto {
  height: auto; }

.h-35-px {
  height: 35px; }

/* Colour Styles */
.c-sushi, .rate i.c-sushi {
  color: #76be43; }

/* Display Styles */
.d-none {
  display: none; }

/* Padding Styles */
.py-0, table tr.homeAndPersonalRow td.py-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

/* Cursor Styles */
.cursor-pointer {
  cursor: pointer; }
