﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat');

a, a:hover {
  color: var(--privateRoyalBlue);
  text-decoration: none; }

.flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
  margin-bottom: .75em;
  display: block; }

h1, .h1 {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: .5em; }

h2, .h2 {
  font-size: 46px; }

h3, .h3 {
  font-size: 38px; }

h4, .h4 {
  font-size: 32px;
  font-weight: normal; }

h5, .h5 {
  font-size: 24px; }

h6, .h6 {
  font-size: 20px !important; }

.banner-title {
  font-size: 62px;
  line-height: 1.1; }

.sec-title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: normal; }

.sec-content {
  font-size: 26px;
  line-height: 1.35; }

@media only screen and (min-width: 1200px) {
  [lang="fr-FR"] .banner-title {
    font-size: 49px; }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 37px; }
  h2, .h2 {
    font-size: 28px; }
  h3, .h3 {
    font-size: 26px; }
  h4, .h4 {
    font-size: 22px; }
  h5, .h5 {
    font-size: 18px; }
  h6, .h6 {
    font-size: 16px; }
  .banner-title {
    font-size: 37px; }
  .sec-title {
    font-size: 32px; }
  .sec-content {
    font-size: 16px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px; } }

@media only screen and (max-width: 767px) {
  body {
    font-size: 13px; }
  h1, .h1 {
    font-size: 28px; }
  h2, .h2 {
    font-size: 24px; }
  h3, .h3 {
    font-size: 21px; }
  h4, .h4 {
    font-size: 18px; }
  h5, .h5 {
    font-size: 16px; }
  h6, .h6 {
    font-size: 15px; }
  .banner-title {
    font-size: 31px; }
  .sec-title {
    font-size: 28px;
    margin-top: 1rem; }
  .sec-content {
    font-size: 16px; } }

@media only screen and (max-width: 575px) {
  .banner-title {
    font-size: 20px; }
    .banner-title br {
      display: none; }
  .sec-title {
    font-size: 26px; }
  .sec-content {
    font-size: 14px; } }

h1 a.btn, h2 a.btn, h3 a.btn, h4 a.btn, h5 a.btn, h6 a.btn,
.h1 a.btn, .h2 a.btn, .h3 a.btn, .h4 a.btn, .h5 a.btn, .h6 a.btn {
  font-size: 12px;
  border-radius: 2em;
  padding: 2px 15px 0;
  color: #75767A;
  border-color: #75767A;
  margin-left: 5px; }

.purple {
  color: #B01C87 !important; }

.purple-border {
  border-color: #B01C87; }

.purple-bg {
  background-color: #B01C87; }

.white {
  color: #FFF !important; }

.white-border {
  border-color: #FFF; }

.white-bg {
  background-color: #FFF; }

.royalblue {
  color:  var(--privateRoyalBlue) !important; }

.royalblue-border {
  border-color: var(--privateRoyalBlue); }

.royalblue-bg {
  background-color:  var(--privateRoyalBlue); }

.red {
  color: #ce0026 !important; }

.red-border {
  border-color: #ce0026; }

.red-bg {
  background-color: #ce0026; }

.orange {
  color: #F15D22 !important; }

.orange-border {
  border-color: #F15D22; }

.orange-bg {
  background-color: #F15D22; }

ul, ol {
  padding-left: 1.2em; }
  ul li + li, ol li + li {
    margin-top: 5px; }
    ul li a {
      margin-left: 0; }

hr {
  border-color:  var(--privateRoyalBlue); 

}

.alert a {
  color: inherit; text-decoration: underline; }

body {
  display: none;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #75767A;
  width: 100%;
  height: 100%;
  position: relative; }

svg {
  display: block; }

@media (min-width: 1320px) {
  .container {
    max-width: 1260px; } }

.btn {
  border-color: var(--privateRoyalBlue); 
  color: var(--privateRoyalBlue); 
  background: transparent;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 500;
  border-width: 2px;
  border-radius: 0; }
  .btn .ca {
    display: inline-block;
    font-style: normal; }
  .btn:not(.btn-nohover):hover {
    color: #FFF;
    background: var(--privateRoyalBlue); }
  .btn.btn-lg {
    min-width: 215px;
    font-size: 24px; }
  .btn.btn-sm {
    font-size: 11px;
    padding-bottom: .2rem; }
  .btn.btn-white {
    border-color: #FFF;
    color: #FFF;
    background: transparent; }
    .btn.btn-white:hover {
      color: var(--privateRoyalBlue); 
      background: #FFF; }
  .btn.btn-royalblue {
    background: var(--privateRoyalBlue); 
    color: #FFF; }
  .btn.btn-royalblue {
    background: var(--privateRoyalBlue); 
    color: #FFF; }
	.btn.btn-light-blue {
    background: #3d4d69;
    color: #FFF;
    border-color: #3d4d69; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .btn.btn-lg {
      min-width: 170px;
      font-size: 19px; } }
  @media only screen and (max-width: 767px) {
    .btn {
      white-space: normal; }
      .btn.btn-lg {
        min-width: 0;
        font-size: 13px;
        padding: .3rem .7rem .2rem; } }

.img-fluid {
  display: block; }

.owl-carousel .owl-item img {
  width: initial; }

.owl-carousel .owl-dots {
  text-align: center; }

.owl-carousel .owl-dot {
  display: inline;
  margin: 0 7px; }
  .owl-carousel .owl-dot span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 3px solid var(--privateRoyalBlue); 
    border-radius: 50%; }
  .owl-carousel .owl-dot.active span {
    background: var(--privateRoyalBlue);  }

.triangle {
  position: absolute;
  width: 100%;
  height: 250px;
  bottom: 0;
  left: 0;
  pointer-events: none;
  color: #ce0026; }
  .triangle.bottom-right {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-bottom: -2px; }
  .triangle.top-right {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    margin-top: -2px; }
  .triangle.purple svg polygon {
    fill: #B01C87 !important; }
  .triangle svg {
    height: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .triangle {
      height: 180px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .triangle {
      height: 120px; } }
  @media only screen and (max-width: 767px) {
    .triangle {
      height: 100px; } }

.popover {
  border-radius: 0;
  border-color: var(--privateRoyalBlue); }
  .popover.bs-popover-bottom .arrow::before {
    border-bottom-color: var(--privateRoyalBlue); }

.popover-body {
  padding: 15px; }

.accordion a {
  color: inherit; }
  .accordion a.collapsed .fa {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .accordion a .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s transform;
    -moz-transition: .3s transform;
    transition: .3s transform; }

.accordion .card {
  padding: 0;
  background: transparent;
  border: 0 none;
  border-radius: 0;
  margin-bottom: 0; }

.accordion .fa {
  margin-left: 10px;
  font-size: 1.3em;
  vertical-align: bottom; }

.form-group a {
  color: var(--privateRoyalBlue); }

.form-control {
  border-color: #DEE1E6;
  background: #DEE1E6;
  border-radius: 0; }
  .form-control::-webkit-input-placeholder {
    color: var(--privateRoyalBlue); }
  .form-control:-moz-placeholder {
    color: var(--privateRoyalBlue); }
  .form-control::-moz-placeholder {
    color: var(--privateRoyalBlue); }
  .form-control:-ms-input-placeholder {
    color: var(--privateRoyalBlue); }
  .form-control::placeholder {
    color: var(--privateRoyalBlue); }
  .form-control.white-control {
    background: #FFF; }
    .form-control.white-control::-webkit-input-placeholder {
      color: #d0d0d2; }
    .form-control.white-control:-moz-placeholder {
      color: #d0d0d2; }
    .form-control.white-control::-moz-placeholder {
      color: #d0d0d2; }
    .form-control.white-control:-ms-input-placeholder {
      color: #d0d0d2; }
    .form-control.white-control::placeholder {
      color: #d0d0d2; }

.form-control-xs {
  font-size: 12px;
  padding-left: 6px;
  padding-right: 6px; }

label {
  margin-bottom: 3px;
  font-weight: bold; }

.ic, #side-nav .fa {
  height: 100px;
  width: 100px;
  text-align: center;
  display: inline-block;
  background: center center no-repeat transparent;
  background-size: 50%;
  position: relative;
  border-radius: 50%; }

#side-nav .fa {
  font-size: 32px;
  line-height: 1;
  height: 1em;
  vertical-align: bottom; }

.ic-purple {
  background-color: #B01C87; }

.ic-dash {
  background-image: url(/home/dashboard-icon.png); }

.ic-msg {
  background-image: url(/home/message-icon.png); }

.ic-history {
  background-image: url(/home/claims-icon.png); }

.ic-invoices {
  background-image: url(/invoices-icon.png); }

.ic-docs {
  background-image: url(/home/docs-icon.png); }

.ic-coverage {
  background-image: url(/home/coverage-icon.png); }

.ic-profile {
  background-image: url(/home/profile-icon.png); }

.ic-risk {
  background-image: url(/home/risk-icon.png); }

.ic-protection {
    background-image: url(/home/protection-icon.png); }

.ic-licenseAssist {
      background-image: url(/home/protection/LicenseAssist.png); }

.ic-additionalBenefits {
        background-image: url(/home/protection/additionalBenefits.png); }

.ic-membership {
        background-image: url(/home/membership-icon.png); }

.ic-billing {
        background-image: url(/home/billing-icon.png); }

.icon-ele {
  text-align: center;
  text-align: center;
  text-transform: uppercase;
  line-height: 21px; }

.img-banner {
  position: relative;
  margin: 0 0 25px; }
  .img-banner .banner-content {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 25px; }

.card {
  background: #fcfcfc;
  border-radius: 0;
  margin-bottom: 25px; }
  .card hr {
    margin: 40px 0 25px;
    border-color: #d0d0d2; }

.table-content {
  border: 1px solid #d0d0d2;
  margin: 30px 0;
  background: #FFF;
  padding: 0 0 5px; }
  .table-content .table-header {
    background: #eaeaeb;
    font-size: 18px;
    padding: 10px 15px;
    border: 1px solid #FFF;
    border-left: 0 none;
    border-bottom-color: #d0d0d2; }
  .table-content table {
    width: 100%;
    font-size: 14px; }
  .table-content td, .table-content th {
    padding: 8px 15px; }
  .table-content th {
    border-bottom: 1px solid #d0d0d2; }
  .table-content td {
    padding: 4px 15px; }
  .table-content .notice {
    color: #ce0026;
    font-weight: bold; }
  .table-content .table-body {
    padding: 25px 15px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .table-content .table-header {
      font-size: 16px; }
    .table-content td, .table-content th {
      padding: 5px 10px; } }
  @media only screen and (max-width: 575px) {
    .table-content {
      overflow: hidden; }
      .table-content table {
        font-size: 12px; }
      .table-content table, .table-content tr, .table-content td, .table-content th {
        display: block; }
      .table-content td, .table-content th {
        width: 50%;
        float: left;
        padding: 3px 10px; }
      .table-content tr {
        overflow: hidden;
        padding: 3px 0; }
        .table-content tr + tr {
          border-top: 1px solid #d0d0d2; }
      .table-content th {
        border-bottom: 0 none; } }
/* .table th, .table td{
  padding:0;
} */
.img-module {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  .img-module img {
    width: 100%; }
  .img-module .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    padding: 0 15px 10px;
    font-size: 12px;
    color: var(--privateRoyalBlue);
    pointer-events: none; }
    .img-module .text:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 0 0 273px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
      content: '';
      position: absolute;
      bottom: 100%;
      left: 0; }
    .img-module .text p {
      margin: 0;
      overflow: hidden;
      height: 1.5em;
      -webkit-transition: .3s height;
      -moz-transition: .3s height;
      transition: .3s height; }
  .img-module:hover .text p {
    height: 6em; }
  @media only screen and (max-width: 575px) {
    .img-module .text:before {
      border-width: 20px 0 0 400px; } }

.tooltip-inner {
  text-align: left; }

.nav-tabs .nav-item {
  margin-top: 0; }

.claims-nav-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .claims-nav-carousel .owl-stage {
    position: relative;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .claims-nav-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .claims-nav-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  .claims-nav-carousel .owl-wrapper,
  .claims-nav-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
  .claims-nav-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .claims-nav-carousel .owl-item img {
    display: block;
    width: 100%; }
  .claims-nav-carousel .owl-nav.disabled,
  .claims-nav-carousel .owl-dots.disabled {
    display: none; }
  .claims-nav-carousel .owl-nav .owl-prev,
  .claims-nav-carousel .owl-nav .owl-next,
  .claims-nav-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .claims-nav-carousel .owl-nav button.owl-prev,
  .claims-nav-carousel .owl-nav button.owl-next,
  .claims-nav-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .claims-nav-carousel.owl-loaded {
    display: block; }
  .claims-nav-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .claims-nav-carousel.owl-hidden {
    opacity: 0; }
  .claims-nav-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .claims-nav-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .claims-nav-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }
  .claims-nav-carousel.owl-rtl {
    direction: rtl; }
  .claims-nav-carousel.owl-rtl .owl-item {
    float: right; }

.claims-nav-carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0; }
  .claims-nav-carousel .owl-nav .owl-prev, .claims-nav-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    height: 54px;
    width: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(208, 208, 210, 0.95); }
  .claims-nav-carousel .owl-nav .owl-prev {
    left: 0; }
  .claims-nav-carousel .owl-nav .owl-next {
    right: 0; }

.claims-nav-carousel {
  margin: 0 -21px;
  background: #eaeaeb; }
  .claims-nav-carousel .claims-nav-button {
    display: block;
    position: relative;
    height: 54px;
    width: 100%;
    padding: 10px 10px 10px 30px;
    background: #FFF;
    color: #75767A !important;
    text-align: center;
    line-height: 1.15;
    font-size: 12px;
    border-radius: 0;
    border: 1px solid #B01C87;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .claims-nav-carousel .claims-nav-button .claims-nav-content {
      width: 100%;
      position: relative;
      z-index: 2; }
    .claims-nav-carousel .claims-nav-button:before {
      content: '';
      position: absolute;
      width: 38.18377px;
      height: 38.18377px;
      right: -20.09188px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -moz-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      z-index: 1;
      background: #FFF;
      border-top: 1px solid #B01C87;
      border-right: 1px solid #B01C87; }
    .claims-nav-carousel .claims-nav-button.disabled, .claims-nav-carousel .claims-nav-button.greyout {
      background: #eaeaeb;
      color: #75767A !important;
      border-color: #d0d0d2; }
      .claims-nav-carousel .claims-nav-button.disabled:before, .claims-nav-carousel .claims-nav-button.greyout:before {
        background: #eaeaeb;
        border-top: 1px solid #d0d0d2;
        border-right: 1px solid #d0d0d2; }
    .claims-nav-carousel .claims-nav-button.current {
      background: #B01C87;
      color: #FFF !important;
      border-color: #B01C87; }
      .claims-nav-carousel .claims-nav-button.current:before {
        background: #B01C87;
        border-top: 1px solid #B01C87;
        border-right: 1px solid #B01C87; }

.modal-content {
  border: 3px solid #FFF!important;
  background: rgba(41, 59, 94, 0.95)!important;
  color: #FFF!important;
  border-radius: 10px!important;
  display: block; }

.modal-header {
  display: block;
  border: 0 none;
  position: relative; }
  .modal-header .close {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    line-height: 25px;
    width: 24px;
    background: #FFF;
    opacity: 1;
    border-radius: 50%;
    height: 24px; }

.modal-title {
  text-align: center; }

.modal-body {
    /* padding: 0 60px 40px;*/
    padding: 0 25px 40px !important;
}
  .modal-body .dots {
    text-align: center; }
    .modal-body .dots span {
      display: inline-block;
      margin: 0 8px;
      height: 20px;
      width: 20px;
      border: 2px solid rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      cursor: pointer; }
      .modal-body .dots span.active {
        border-color: #FFF;
        background: #FFF; }
  .modal-body form p {
    margin: 0 0 3px; }
  .modal-body form .form-control {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    font-size: .85rem;
    color: #FFF; }
  .modal-body form select.form-control option {
    color: #000; }
  .modal-body form .row {
    margin-left: -1.5px;
    margin-right: -1.5px; }
    .modal-body form .row > div {
      padding: 0 1.5px; }
  .modal-body form ::-webkit-input-placeholder {
    color: #fff; }
  .modal-body form :-moz-placeholder {
    color: #fff; }
  .modal-body form ::-moz-placeholder {
    color: #fff; }
  .modal-body form :-ms-input-placeholder {
    color: #fff; }
  .modal-body form ::placeholder {
    color: #fff; }
  .modal-footer {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    
@media only screen and (max-width: 575px) {
  .modal-body form .form-control {
    font-size: .75rem;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 660px !important;
    margin-top: 12vh !important; } }

@media only screen and (max-width: 767px) {
  .modal-body .dots {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    margin-bottom: 15px; }
  .modal-dialog {
    margin-top: 10vh; } }

/*!
 * Materialize v1.0.0-alpha.3 (http://materializecss.com)
 * Copyright 2014-2017 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
 /*.carousel {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 270px;
  margin-bottom: 63px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform: translateZ(1000px);
  -moz-transform: translateZ(1000px);
  transform: translateZ(1000px); }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .carousel {
      height: 277.70833px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel {
      height: 260px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .carousel {
      height: 216.23092px; } }
  @media only screen and (max-width: 575px) {
    .carousel {
      height: 210px; } }*/
  .carousel.carousel-slider {
    top: 0;
    left: 0; }
  .carousel.carousel-slider .carousel-fixed-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1; }
  .carousel.carousel-slider .carousel-fixed-item.with-indicators {
    bottom: 68px; }
  .carousel.carousel-slider .carousel-item {
    width: 100%;
    height: 100%;
    min-height: 270px;
    position: absolute;
    top: 0;
    left: 0; }
    .carousel.carousel-slider .carousel-item h2 {
      font-size: 24px;
      font-weight: 500;
      line-height: 32px; }
    .carousel.carousel-slider .carousel-item p {
      font-size: 15px; }
  /*.carousel .carousel-item {
    background-size: cover;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #000;
    width: 480px;
    height: 270px; }*/
    /*@media only screen and (min-width: 992px) and (max-width: 1199px) {
      .carousel .carousel-item {
        width: 430px;
        height: 241.875px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .carousel .carousel-item {
        width: 380px;
        height: 213.75px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .carousel .carousel-item {
        width: 380px;
        height: 213.75px; } }
    @media only screen and (max-width: 575px) {
      .carousel .carousel-item {
        width: 270px;
        height: 151.875px; } }*/
    @media only screen and (min-width: 768px) {
      .carousel .carousel-item:not(.active) {
        opacity: 1 !important; } }
    @media only screen and (max-width: 767px) {
      .carousel .carousel-item:not(.active) {
        opacity: 0 !important; } }
    .carousel .carousel-item:not(.active) > img, .carousel .carousel-item:not(.active) svg {
      opacity: .4; }
    .carousel .carousel-item:not(.active) .caro-inact-content {
      display: block; }
    .carousel .carousel-item.active .caro-content {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .carousel .carousel-item > img, .carousel .carousel-item svg {
      width: 100%;
      -webkit-transition: .3s opacity;
      -moz-transition: .3s opacity;
      transition: .3s opacity; }
    .carousel .carousel-item .caro-content {
      opacity: 0;
      color: var(--privateRoyalBlue);
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      text-align: right;
      font-size: 11px;
      padding: 10px 10px 10px 25%;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: .45s transform;
      -moz-transition: .45s transform;
      transition: .45s transform; }
      .carousel .carousel-item .caro-content:before {
        background: rgba(255, 255, 255, 0.85);
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        -webkit-transform: skewY(-15deg) scaleY(1.5) translateY(25px);
        -moz-transform: skewY(-15deg) scaleY(1.5) translateY(25px);
        -ms-transform: skewY(-15deg) scaleY(1.5) translateY(25px);
        transform: skewY(-15deg) scaleY(1.5) translateY(25px); }
      .carousel .carousel-item .caro-content p, .carousel .carousel-item .caro-content h2 {
        position: relative; }
      .carousel .carousel-item .caro-content p {
        margin: 0; }
      .carousel .carousel-item .caro-content h2 {
        margin: 5px 0 8px;
        line-height: 1; }
      .carousel .carousel-item .caro-content a {
        font-weight: bold;
        color: var(--privateRoyalBlue); }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .carousel .carousel-item .caro-content:before {
          -webkit-transform: skewY(-15deg) scaleY(2.3) translateY(25px);
          -moz-transform: skewY(-15deg) scaleY(2.3) translateY(25px);
          -ms-transform: skewY(-15deg) scaleY(2.3) translateY(25px);
          transform: skewY(-15deg) scaleY(2.3) translateY(25px); } }
    .carousel .carousel-item .caro-inact-content {
      background: rgba(0, 0, 0, 0.6);
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 10px; }
      .carousel .carousel-item .caro-inact-content h2 {
        color: #FFF;
        text-transform: uppercase;
        font-size: 16px;
        display: inline-block;
        position: absolute;
        white-space: normal;
        width: 250px;
        margin: 0; }
        .carousel .carousel-item .caro-inact-content h2:first-child {
          left: 10px;
          bottom: 10px;
          -webkit-transform: translateY(100%) rotate(-90deg);
          -moz-transform: translateY(100%) rotate(-90deg);
          -ms-transform: translateY(100%) rotate(-90deg);
          transform: translateY(100%) rotate(-90deg);
          -webkit-transform-origin: 0% 0%;
          -moz-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%; }
        .carousel .carousel-item .caro-inact-content h2:nth-child(2) {
          right: 10px;
          bottom: 10px;
          -webkit-transform: translateX(100%) rotate(-90deg);
          -moz-transform: translateX(100%) rotate(-90deg);
          -ms-transform: translateX(100%) rotate(-90deg);
          transform: translateX(100%) rotate(-90deg);
          -webkit-transform-origin: 0% 100%;
          -moz-transform-origin: 0% 100%;
          -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .carousel .carousel-item .caro-inact-content h2 {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .carousel .carousel-item .caro-inact-content h2 {
          font-size: 12px; } }
  .carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0; }
    .carousel .indicators .indicator-item {
      cursor: pointer;
      display: inline-block;
      position: relative;
      height: 8px;
      width: 8px;
      margin: 24px 4px;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-transition: background-color .3s;
      -moz-transition: background-color .3s;
      transition: background-color .3s;
      border-radius: 50%; }
      .carousel .indicators .indicator-item.active {
        background-color: #fff; }

.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none; }

.step,
.step-close,
.step-header,
.step-button,
.step-intro,
.step-overlay,
.step-underlay,
.step-arrow,
.step-image,
.step-masked,
.step-unmasked,
.step-figure,
.step-pointer,
.step-speech {
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition: all .6s, color 1ms, text-decoration 1ms;
  -moz-transition: all .6s, color 1ms, text-decoration 1ms;
  transition: all .6s, color 1ms, text-decoration 1ms; }

.step-content {
  -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, -webkit-transform .6s ease;
  -moz-transition: transform .6s ease, opacity .6s ease, -moz-transform .6s ease;
  transition: transform .6s ease, opacity .6s ease;
  transition: transform .6s ease, opacity .6s ease, -webkit-transform .6s ease, -moz-transform .6s ease; }

.step-close,
.step-intro,
.step-arrow {
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition: all .6s, color .3s;
  -moz-transition: all .6s, color .3s;
  transition: all .6s, color .3s; }

.step-figure {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s; }

.step-pointer,
.step-speech {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s; }

.step-bubble {
  -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, -webkit-transform .6s ease;
  -moz-transition: transform .6s ease, opacity .6s ease, -moz-transform .6s ease;
  transition: transform .6s ease, opacity .6s ease;
  transition: transform .6s ease, opacity .6s ease, -webkit-transform .6s ease, -moz-transform .6s ease;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s; }

#infographic-head {
  color: #FFF; }

#infographic-steps {
  color: var(--privateRoyalBlue); }

#infographic-foot {
  color: #1F2C41; }

.step {
  padding: 2rem 0; }
  .step .step-container {
    margin: 0 auto;
    width: 100%;
    padding: 0 1rem; }

@media (max-width: 1199px) {
  .step {
    -webkit-box-shadow: inset 0 1rem 2rem rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1rem 2rem rgba(0, 0, 0, 0.05); } }

.step.active {
  overflow: hidden;
  background-color: #E4F4F9; }
  .step.active:not(:first-child) {
    -webkit-box-shadow: inset 0 1rem 2rem rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1rem 2rem rgba(0, 0, 0, 0.05); }
  .step.active + .step:not(.active) {
    -webkit-box-shadow: inset 0 1rem 2rem rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1rem 2rem rgba(0, 0, 0, 0.05); }

@media (min-width: 1200px) {
  .step:not(.active) .step-intro,
  .step:not(.active) .step-overlay,
  .step:not(.active) .step-underlay {
    top: 9rem !important; }
  .step:not(.active).step-left .step-header {
    margin-left: -2.5rem; }
  .step:not(.active).step-right .step-header {
    margin-left: 2.5rem; }
  .step:not(.active) {
    padding: 0;
    height: 0;
    margin-bottom: 16rem; }
    .step:not(.active) .step-header {
      padding: 0;
      height: 0; }
    .step:not(.active):not(:first-child) {
      margin-top: -7rem; }
    .step:not(.active):last-child {
      margin-bottom: 18rem; }
  .step:not(.active) + .step.active {
    margin-top: 18rem; }
  .step.active + .step:not(.active) {
    margin-top: 0; } }

@media (min-width: 1200px) {
  .step {
    opacity: 0;
    -webkit-animation: flyin 2s ease forwards;
    -moz-animation: flyin 2s ease forwards;
    animation: flyin 2s ease forwards; }
  @-webkit-keyframes flyin {
    to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; } }
  @-moz-keyframes flyin {
    to {
      -moz-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; } }
  @keyframes flyin {
    to {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; } }
    .step.step-left {
      -webkit-transform: translateX(-125%);
      -moz-transform: translateX(-125%);
      -ms-transform: translateX(-125%);
      transform: translateX(-125%); }
    .step.step-right {
      -webkit-transform: translateX(125%);
      -moz-transform: translateX(125%);
      -ms-transform: translateX(125%);
      transform: translateX(125%); } }

.step .step-header {
  position: relative; }

.step .step-intro,
.step .step-overlay,
.step .step-underlay {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.step .step-close {
  position: absolute;
  top: 1rem;
  right: 0; }

.step .step-intro {
  padding: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.step .step-arrow,
.step .step-image {
  max-height: 100%;
  max-width: 100%; }

.step .step-close,
.step .step-intro,
.step .step-overlay {
  cursor: pointer;
  z-index: 50; }

.step.step-right .step-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.step .step-close,
.step .step-unmasked {
  opacity: 0; }

.step .step-masked {
  opacity: 1; }

.step.step-red .step-close,
.step.step-red .step-button {
  color: #ce0026; }
  .step.step-red .step-close:focus, .step.step-red .step-close:hover,
  .step.step-red .step-button:focus,
  .step.step-red .step-button:hover {
    color: #ff0231; }

.step.step-green .step-close,
.step.step-green .step-button {
  color: var(--privateRoyalBlue); }
  .step.step-green .step-close:focus, .step.step-green .step-close:hover,
  .step.step-green .step-button:focus,
  .step.step-green .step-button:hover {
    color: #52c1a4; }

.step.step-purple .step-close,
.step.step-purple .step-button {
  color: #B01C87; }
  .step.step-purple .step-close:focus, .step.step-purple .step-close:hover,
  .step.step-purple .step-button:focus,
  .step.step-purple .step-button:hover {
    color: #dc23a9; }

.step.step-orange .step-close,
.step.step-orange .step-button {
  color: #F15D22; }
  .step.step-orange .step-close:focus, .step.step-orange .step-close:hover,
  .step.step-orange .step-button:focus,
  .step.step-orange .step-button:hover {
    color: #f48052; }

.step .step-button:focus .step-arrow, .step .step-button:hover .step-arrow {
  padding: 3%; }

.step .step-button:focus .step-intro div, .step .step-button:hover .step-intro div {
  text-decoration: underline; }

@media (min-width: 1200px) {
  .step .step-header {
    height: 14rem; }
  .step .step-intro,
  .step .step-overlay,
  .step .step-underlay {
    top: 50%; }
  .step .step-intro {
    width: 12rem;
    height: 12rem; }
  .step .step-overlay {
    width: 14rem;
    height: 14rem; }
  .step .step-underlay {
    width: 14rem;
    height: 14rem; }
  .step.step-left .step-intro {
    left: 50%;
    margin-left: -19rem;
    text-align: right; }
  .step.step-left .step-overlay {
    left: 50%;
    margin-left: -7rem; }
  .step.step-left .step-underlay {
    right: 50%;
    margin-right: -7rem; }
  .step.step-right .step-intro {
    right: 50%;
    margin-right: -19rem;
    text-align: left; }
  .step.step-right .step-overlay {
    right: 50%;
    margin-right: -7rem; }
  .step.step-right .step-underlay {
    left: 50%;
    margin-left: -7rem; } }

@media (max-width: 1199px) {
  .step .step-header {
    height: 10.5rem; }
  .step .step-intro,
  .step .step-overlay,
  .step .step-underlay {
    top: 5.25rem; }
  .step .step-intro {
    width: 9rem;
    height: 9rem; }
  .step .step-overlay {
    width: 10.5rem;
    height: 10.5rem; }
  .step .step-underlay {
    width: 10.5rem;
    height: 10.5rem; }
  .step.step-left .step-intro {
    left: 50%;
    margin-left: -14.25rem;
    text-align: right; }
  .step.step-left .step-overlay {
    left: 50%;
    margin-left: -5.25rem; }
  .step.step-left .step-underlay {
    right: 50%;
    margin-right: -5.25rem; }
  .step.step-right .step-intro {
    right: 50%;
    margin-right: -14.25rem;
    text-align: left; }
  .step.step-right .step-overlay {
    right: 50%;
    margin-right: -5.25rem; }
  .step.step-right .step-underlay {
    left: 50%;
    margin-left: -5.25rem; } }

@media (min-width: 1200px) {
  #step-2.active .step-header,
  #step-6.active .step-header {
    height: 14rem; }
  .step.active .step-close {
    opacity: 1; }
  .step.active .step-header {
    height: 20rem; }
  .step.active .step-intro,
  .step.active .step-overlay,
  .step.active .step-underlay {
    top: 50%; }
  .step.active .step-intro {
    height: 16rem; }
  .step.active .step-overlay {
    width: 8rem;
    height: 8rem; }
  .step.active .step-underlay {
    width: 30rem;
    height: 20rem; }
  .step.active .step-masked {
    opacity: 0; }
  .step.active .step-unmasked {
    opacity: 1; }
  .step.active.step-left .step-intro {
    left: 1rem;
    margin-left: 0;
    text-align: right; }
  .step.active.step-left .step-overlay {
    left: 17rem;
    margin-left: 0; }
  .step.active.step-left .step-underlay {
    right: 1rem;
    margin-right: 0;
    text-align: right; }
    .step.active.step-left .step-underlay .step-image {
      margin-left: auto;
      margin-right: 0; }
  .step.active.step-right .step-intro {
    right: 1rem;
    margin-right: 0;
    text-align: left; }
  .step.active.step-right .step-overlay {
    right: 17rem;
    margin-right: 0; }
  .step.active.step-right .step-underlay {
    left: 1rem;
    margin-left: 0;
    text-align: left; }
    .step.active.step-right .step-underlay .step-image {
      margin-right: auto;
      margin-left: 0; } }

@media (max-width: 1199px) {
  .step.active .step-intro,
  .step.active .step-overlay,
  .step.active .step-underlay {
    top: 50%; } }

.step .step-content {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  height: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0); }

.step .step-desc {
  opacity: 0;
  padding: 0 1rem;
  height: 0;
  overflow: hidden; }

.step .step-footer {
  position: relative; }

.step .step-figure {
  position: absolute; }
  .step .step-figure img {
    max-width: 100%;
    max-height: 100%; }

.step .step-pointer {
  position: absolute;
  z-index: 50; }

.step .step-speech {
  position: absolute;
  z-index: 50;
  padding: 1rem; }

.step .step-bubble {
  padding: 1rem; }

.step .step-bubble,
.step .step-speech {
  border-radius: 1rem; }

.step .step-bubble {
  background-color: #FFF; }

.step .step-speech {
  color: #FFF;
  background-color: var(--privateRoyalBlue);
  text-align: center;
  font-size: 125%;
  font-weight: 700; }

@media (min-width: 1200px) {
  .step .step-figure {
    -webkit-transform: translateY(125%);
    -moz-transform: translateY(125%);
    -ms-transform: translateY(125%);
    transform: translateY(125%); }
  .step .step-figure,
  .step .step-pointer,
  .step .step-speech,
  .step .step-bubble {
    opacity: 0; } }

.step.active .step-content {
  margin-top: 1rem;
  opacity: 1;
  height: auto;
  min-height: 10rem;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

.step.active .step-desc {
  margin: 1rem 0 2rem;
  opacity: 1;
  height: auto; }

@media (min-width: 1200px) {
  .step.active .step-figure {
    width: 17.5rem;
    height: 12rem; }
  .step.active .step-pointer img {
    width: 5rem;
    height: 4.05rem; }
  .step.active .step-speech {
    width: 12rem; }
  .step.active .step-figure,
  .step.active .step-pointer,
  .step.active .step-speech,
  .step.active .step-bubble {
    opacity: 1; }
  .step.active .step-figure {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .step.active.step-left .step-content {
    padding-left: 17.5rem; }
  .step.active.step-left .step-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .step.active.step-left .step-figure {
    top: 0;
    left: -16rem;
    text-align: left; }
  .step.active.step-left .step-pointer {
    top: 0;
    left: -4.9rem; }
  .step.active.step-left .step-speech {
    top: 0;
    left: 0; }
  .step.active.step-left .step-bubble {
    min-height: 3.875rem;
    padding-left: 13rem; }
  .step.active.step-right .step-content {
    padding-right: 17.5rem; }
  .step.active.step-right .step-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .step.active.step-right .step-figure {
    top: 0;
    right: -16rem;
    text-align: right; }
  .step.active.step-right .step-pointer {
    top: 0;
    right: -4.9rem; }
  .step.active.step-right .step-speech {
    top: 0;
    right: 0; }
  .step.active.step-right .step-bubble {
    min-height: 3.875rem;
    padding-right: 13rem; } }

@media (max-width: 1199px) {
  .step.active .step-footer {
    padding-top: 12rem; }
  .step.active .step-figure {
    width: 17.5rem;
    height: 12rem; }
  .step.active .step-pointer img {
    width: 5rem; }
  .step.active .step-speech {
    width: 12rem; }
  .step.active.step-left .step-figure {
    top: 0;
    left: 1rem;
    text-align: left; }
  .step.active.step-left .step-pointer {
    top: 3rem;
    right: 12.9rem; }
  .step.active.step-left .step-speech {
    top: 3rem;
    right: 1rem; }
  .step.active.step-right .step-figure {
    top: 0;
    right: 1rem;
    text-align: right; }
  .step.active.step-right .step-pointer {
    top: 3rem;
    left: 12.9rem; }
  .step.active.step-right .step-speech {
    top: 3rem;
    left: 1rem; } }

@media (max-width: 767px) {
  .step .step-container {
    overflow: hidden; }
  .step-left .step-header {
    left: 20% }
  .step-right .step-header {
    left: -20% }
  .step.active .step-pointer {
    display: none; }
  .step.active .step-speech {
    position: static;
    display: block;
    width: 100%; } 
}

body.interprofessional .bg-royalblue {
  background-color: var(--privateRoyalBlue);
  color: #FFF; }

body.interprofessional .bg-purple {
  background-color: #B01C87;
  color: #FFF; }

body.interprofessional .news-article-head {
  color: #FFF; }

body.interprofessional .news-article-hero {
  background: url("/home/interprofessional-collaboration/interprofessional-figures-bg.png") no-repeat center/cover #FFF;
  min-height: 10rem; }
  body.interprofessional .news-article-hero .img-hero {
    width: 100%;
    height: auto; }
    @media (min-width: 992px) {
      body.interprofessional .news-article-hero .img-hero {
        width: 75%; } }

body.interprofessional .news-article-content {
  color: var(--privateRoyalBlue);
  background-color: #FFF; }

body.interprofessional .news-article-foot {
  color: #1F2C41; }

@media (min-width: 992px) {
  html[data-lang="fr-FR"] body.interprofessional .tabs-btn {
    height: 8rem; } }

@media (max-width: 991px) {
  html[data-lang="fr-FR"] body.interprofessional .tabs-btn {
    height: auto; } }

body.interprofessional .tabs-btn {
  position: relative;
  display: block;
  border: none;
  text-transform: none;
  white-space: normal;
  line-height: 1; }
  @media (min-width: 992px) {
    body.interprofessional .tabs-btn {
      height: 6rem;
      text-align: center; } }
  @media (max-width: 991px) {
    body.interprofessional .tabs-btn {
      height: auto;
      text-align: left; } }
  body.interprofessional .tabs-btn.bg-blue:hover {
    background-color: #21304c;
    color: #FFF; }
  body.interprofessional .tabs-btn.bg-purple:hover {
    background-color: #9a1976;
    color: #FFF; }
  body.interprofessional .tabs-btn.bg-green:hover {
    background-color: #349279;
    color: #FFF; }
  body.interprofessional .tabs-btn .tabs-caret {
    position: absolute;
    left: 1rem;
    top: 50%;
    width: 1rem;
    height: 1rem;
    opacity: 0.75;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 992px) {
      body.interprofessional .tabs-btn .tabs-caret {
        display: none; } }
  body.interprofessional .tabs-btn[aria-expanded="true"] .tabs-caret {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

body.interprofessional .collapse.in {
  display: block; }

body.interprofessional .tabs-container-1 {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    body.interprofessional .tabs-container-1 {
      width: 90%; } }
  @media (min-width: 1200px) {
    body.interprofessional .tabs-container-1 {
      width: 80%; } }
  @media (min-width: 992px) {
    body.interprofessional .tabs-container-1 .tabs-content {
      display: none !important; } }

@media (max-width: 991px) {
  body.interprofessional .tabs-container-2 .tabs-content {
    display: none !important; } }

@media (min-width: 992px) {
  body.interprofessional .tabs-gutters {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }
    body.interprofessional .tabs-gutters, body.interprofessional .tabs-gutters .col {
      padding-left: 0.25rem;
      padding-right: 0.25rem; } }

@media (max-width: 991px) {
  body.interprofessional .tabs-gutters {
    margin-left: 0rem;
    margin-right: 0rem; }
    body.interprofessional .tabs-gutters, body.interprofessional .tabs-gutters .col {
      padding-left: 0rem;
      padding-right: 0rem; } }

#main-header {
  height: 62px;
  position: relative;
  z-index: 9; }
  #main-header .brand {
    position: absolute; }
    #main-header .brand img {
      margin-top: 22px;
      display: block; }
  #main-header nav {
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    white-space: nowrap; }

    #main-header nav a {
      padding: 0;
      cursor: pointer; }
      #main-header nav a + a {
        margin-left: 30px; }
      @media (max-width: 991px) {
        #main-header nav {
          font-size: 14px; }
        #main-header nav a + a {
          margin-left: 15px; }

        html[lang="fr-FR"] #main-header nav {
          font-size: 12px; }
        html[lang="fr-FR"] #main-header nav a + a {
          margin-left: 5px; }
      }
      #main-header nav a.active {
        color: #ce0026;
        font-weight: bold; }
    #main-header nav .sep {
      margin: 0 15px;
      line-height: 22.5px;
      font-size: 32px; }
    #main-header nav button {
      padding: 2px 5px 0;
      border: 0 none;
      background: #75767A;
      color: #FFF;
      height: auto;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold;
      margin-left: 30px;
      border-radius: 12px;
      position: relative;
      outline: none;
      width: 49px; }
      #main-header nav button:after {
        position: absolute;
        height: 22px;
        width: 22px;
        right: 0;
        top: 0;
        background: var(--privateRoyalBlue);
        content: '';
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 2px #FFF;
        box-shadow: 0 0 0 2px #FFF;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        transition: .3s all; }
      #main-header nav button.toggle:after, #main-header nav button:focus:after {
        right: 27px; }
      #main-header nav button span {
        width: 50%;
        display: block;
        float: left; }
    #main-header nav .nav-text {
      text-transform: none; }
  @media only screen and (max-width: 767px) {
    #main-header {
      height: auto; }
      #main-header .brand img {
        margin-top: 15px; } }

/* body[data-sitemap-state^="/home/"] #main-header nav a, 
body[data-sitemap-state^="/home/"] #main-header nav .sep {
  color: white;
} */

#menu-toggle {
  background: transparent;
  border: 0 none;
  float: right;
  padding: 0 10px;
  outline: none;
  margin-top: 20px; }

.slideout-menu {
  padding: 15px 15px 15px 26px;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 320px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  font-size: 20px;
  text-transform: uppercase; }
  .slideout-menu:before {
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    top: 0;
    content: '';
    background: var(--privateRoyalBlue); }
  .slideout-menu.slideout-menu-left {
    left: 0; }
  .slideout-menu.slideout-menu-right {
    right: 0; }
  .slideout-menu .dismiss {
    display: block;
    line-height: 42px;
    font-size: 62px;
    color: var(--privateRoyalBlue);
    margin-left: auto; }
  .slideout-menu header {
    margin-bottom: 50px; }
  .slideout-menu .nav-link {
    padding: 0;
    margin: 15px 0;
    color: #75767A; }

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh; 
  }

.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block; }

#login-popover-content .form-control {
  width: 200px; }

#login-popover-content p {
  font-size: 14px;
  line-height: 1.3; }

#main-footer {
  background: #1F2C41;
  padding: 35px 0;
  color: #FFF; }
  #main-footer .footer-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px 25px;
    list-style: none;
    padding: 0; }
    #main-footer .footer-col li {
      width: 20%;
      padding: 0 20px 15px; }
      #main-footer .footer-col li + li {
        border-left: 1px solid rgba(255, 255, 255, 0.4); }
    #main-footer .footer-col table {
      margin-bottom: 1em; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      #main-footer .footer-col {
        font-size: 14px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #main-footer .footer-col {
        display: block;
        margin: 0 0 25px; }
        #main-footer .footer-col li {
          width: 100%;
          padding: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.4);
          margin-bottom: 15px; }
          #main-footer .footer-col li + li {
            border-left: 0 none; } }
    @media only screen and (max-width: 767px) {
      #main-footer .footer-col {
        display: block;
        margin: 0 0 25px; }
        #main-footer .footer-col li {
          width: 100%;
          padding: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.4);
          margin-bottom: 15px; }
          #main-footer .footer-col li + li {
            border-left: 0 none; } }
  #main-footer .copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px; }

#navbar-dots {
  position: fixed;
  right: 25px;
  top: 50vh;
  z-index: 1;
  margin-top: -113px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }
  #navbar-dots ul {
    list-style: none;
    padding: 0; }
  #navbar-dots .nav-link {
    padding: 10px;
    margin: 10px 0; }
    #navbar-dots .nav-link:before {
      display: block;
      width: 12px;
      height: 12px;
      background-color: #75767A;
      border-radius: 50%;
      content: ''; }
    #navbar-dots .nav-link.active {
      background: url(/triangle-dot.png) no-repeat transparent 0 0;
      background-size: contain; }
      #navbar-dots .nav-link.active:before {
        background: transparent; }
  @media only screen and (max-width: 575px) {
    #navbar-dots {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); } }

.banner {
  font-size: 21px;
  position: relative; }
  .banner h1 {
    color: #75767A;
    margin-top: 10vh; }
    .banner h1 span {
      position: relative; }
      .banner h1 span:first-child {
        left: -8rem; }
      .banner h1 span:nth-child(2) {
        left: -4rem; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .banner h1 span:first-child {
      left: -4rem; }
    .banner h1 span:nth-child(2) {
      left: -2rem; } }
  @media only screen and (max-width: 767px) {
    .banner {
      font-size: 16px; }
      .banner h1 {
        margin-top: 1em; }
        .banner h1 span {
          display: block; }
        .banner h1 span:first-child {
          left: -2rem; }
        .banner h1 span:nth-child(2) {
          left: -1rem; } }

.frame-container {
  margin-bottom: 25px; }

.index .banner .container {
  padding-bottom: 15.31531532%;
  background: url(/katherine.png) 0 bottom no-repeat;
  background-size: 45%; }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .index .banner {
    font-size: 19px; }
    .index .banner .container {
      padding-bottom: 20%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .index .banner .container {
    padding-bottom: 15%;
    max-width: none;
    margin: 0 25px;
    width: auto; } }


@media only screen and (min-width: 1200px) {
  [lang="fr-FR"] #benefit-sec h4 {
    font-size: 27px; }
  [lang="fr-FR"] #benefit-sec p {
    font-size: 22px; } }

@media only screen and (max-width: 767px) {
  #benefit-sec img {
    max-width: 100%; }
  .index .banner .container {
    padding-bottom: 125px;
    background-size: 65%;
    background-position: -40% bottom; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #benefit-sec img {
    width: 120px; } }

@media only screen and (max-width: 575px) {
  #benefit-sec br {
    display: none; }
  #benefit-sec img {
    max-width: none;
    width: 60px; } }

#plan-sec .rounded-circle {
  border-width: 2px;
  border-style: solid;
  width: 100%;
  max-width: 150px;
  margin-bottom: 24px; }

#plan-sec .white-bg {
  padding: 15px;
  height: 100%; }

#plan-sec ul {
  margin: 0 35px 8px 30px;
  padding: 0 0 13px 25px; }

#plan-sec .price {
  border-top: 1px solid var(--privateRoyalBlue);
  padding-top: 13px;
  font-size: 32px;
  font-weight: 600;
  color: var(--privateRoyalBlue);
  margin: 0; }

@media only screen and (min-width: 1200px) {
  #plan-sec h3 {
    height: 66px;
    font-size: 35px; } }

#plan-sec .multiline {
  font-size: 28px;
  margin-bottom: 28px; }

#plan-sec .row {
  margin: 0 -25px; }
  #plan-sec .row > div {
    padding: 0 25px; }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #plan-sec ul {
    margin: 0 10px 8px; }
  #plan-sec .price {
    font-size: 25px; }
  #plan-sec h3 {
    height: 52px; }
    [lang="fr-FR"] #plan-sec h3 {
      height: 78px; }
  #plan-sec .multiline {
    font-size: 22px;
    margin-bottom: 22.5px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #plan-sec .white-bg {
    margin-bottom: 15px;
    height: auto; }
  #plan-sec ul {
    margin: 0 0 8px; }
  #plan-sec .price {
    font-size: 22px; }
  #plan-sec h3 {
    margin-bottom: 5px; }
  #plan-sec .multiline {
    font-size: 26px;
    height: auto;
    margin-bottom: 5px; }
    #plan-sec .multiline br {
      display: none; } }

@media only screen and (max-width: 767px) {
  #plan-sec .row {
    margin: 0 -15px; }
    #plan-sec .row > div {
      padding: 0 15px; }
  #plan-sec .white-bg {
    margin-bottom: 15px;
    height: auto; }
  #plan-sec .price {
    font-size: 22px; }
  #plan-sec .multiline {
    font-size: 23px;
    height: auto;
    margin-bottom: 5px; }
    #plan-sec .multiline br {
      display: none; } }

#testimonials-sec {
  padding-bottom: 80px; }
  #testimonials-sec .rounded-circle {
    border-width: 2px;
    border-style: solid;
    max-width: 210px;
    width: 100%; }
  #testimonials-sec .owl-carousel {
    margin: 0 0 35px; }

/* Note from Shona:  this relates to old format - now do not have green polygon*/

/* .home #container, .claims #container, .docs #container, .profile #container, .invoice #container, .protection #container, .coverage #container, .archive #container, .messages #container {
  background: url(/polygon-bg-green.svg) center top no-repeat #FFF;
  background-size: 100% 950px; } */

/* .project #container {
  background: url(/home/project/polygon-bg-purple.svg) center top no-repeat #FFF;
  background-size: 100% 950px; }

.news #container {
  background: url(/home/news/polygon-bg-red.svg) center top no-repeat #FFF;
  background-size: 100% 950px; }

.ouch-file #container {
	background: url(/home/news/polygon-bg-red.svg) center top no-repeat #FFF;
	background-size: 100% 950px; }

.infographic #container {
  background: url(/home/news/polygon-bg-red.svg) center top no-repeat #FFF;
  background-size: 100% 950px; }
  
.interprofessional #container {
  background: url(/home/news/polygon-bg-red.svg) center top no-repeat #FFF;
  background-size: 100% 950px; }

.team #container {
  background: url(/home/team/polygon-bg-blue.svg) center top no-repeat #FFF;
  background-size: 100% 950px; } */

/* .team #main-header nav, .team #main-header nav a, .project #main-header nav, .project #main-header nav a, .ouch-file #main-header nav, .ouch-file #main-header nav a, .infographic #main-header nav, .infographic #main-header nav a, .interprofessional #main-header nav, .interprofessional #main-header nav a, .news #main-header nav, .news #main-header nav a {
  color: #FFF; }
.team #menu-toggle path {
  stroke: #FFF; } */

@media only screen and (max-width: 767px) {
  #container {
    background-size: 100% 800px !important; } }

#side-nav {
  width: 250px;
  margin-top: 80px;
  font-size: 19px; 
  padding-right: 0px !important;}
  #side-nav ul {
    list-style: none;
    padding: 0; }
    #side-nav ul .left-nav-bottom>li {
      margin-bottom: 25px;
      white-space: nowrap; }
      body.team #side-nav ul li,
      .protection #side-nav ul li {
        white-space: normal; }
      #side-nav ul li:before {
        content: "\f0da";
        margin-right: 9px;
        opacity: 0;
        font: normal normal normal 34px/28px FontAwesome;
        vertical-align: middle;
        display: inline-block; }
        body.team #side-nav ul li:before,
        .protection #side-nav ul li:before {
          content: ''; display: none; }
      #side-nav ul li.active {
        font-weight: bold; }
        #side-nav ul li.active:before {
          opacity: 1; }
  #side-nav a {
    line-height: 28px;
    display: inline !important;
   }
    #side-nav a .ic {
      height: 28px;
      width: 28px;
      margin-right: 7px;
      vertical-align: middle;
      background-size: contain;
      position: relative;
      border-radius: 0; }
    #side-nav a .rbadge {
      position: absolute;
      font-size: 10px;
      background: #ce0026;
      border-radius: 50%;
      font-weight: bold;
      width: 18px;
      height: 18px;
      line-height: 18px;
      text-align: center;
      left: 5px;
      top: -8px; }
  @media only screen and (min-width: 1200px) {
    [lang="fr-FR"] #side-nav {
      font-size: 15px; } }
      [lang="fr-FR"] #side-nav ul li {
        margin-bottom: 15px; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    #side-nav {
      font-size: 16px; }
      #side-nav ul li:before {
        display: none; } }
  #side-nav.nav-sm {
    font-size: 17px; }
    #side-nav.nav-sm ul li {
      margin-bottom: 10px; }
    #side-nav.nav-sm a {
      line-height: 1.3; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    #side-nav {
      font-size: 16px; }
      #side-nav ul li {
        white-space: normal;
        margin-bottom: 15px; }
        #side-nav ul li:before {
          display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #side-nav {
      font-size: 15px; }
      #side-nav a {
        line-height: 21px; }
        #side-nav a .fa {
          display: none; }
        #side-nav a .ic {
          width: 21px;
          height: 21px;
          margin-right: 2px; }
      #side-nav.nav-sm {
        font-size: 14px; }
        #side-nav.nav-sm ul li {
          margin-bottom: 5px; } }
  @media only screen and (max-width: 767px) {
    #side-nav {
      width: 100%;
      margin-top: 80px; }
      #side-nav select.form-control {
        border-radius: 3px;
        padding-right: 35px;
        -webkit-appearance: none;
        background: #FFF url(/caret.png) right center no-repeat;
        background-size: contain;
        width: auto; }
      #side-nav.nav-sm {
        font-size: 14px;
        text-align: right;
        margin-top: 120px; }
        #side-nav.nav-sm ul li {
          margin: 0 0 0 8px;
          display: inline-block; }
          #side-nav.nav-sm ul li:before {
            display: none;
            margin-right: 2px;
            font-size: 10px; }
          #side-nav.nav-sm ul li.active:before {
            display: inline; } }

.static h6 {
  margin-top: 2em; }

.static #side-nav, .static #side-nav a {
  color: #75767A; }

.private-dash {
  position: relative; }

#panel {
  min-height: 0vh; }
  #panel nav {
    text-align: right;
    margin-top: 45px;
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap; }
    #panel nav a {
      color: #FFF; }
      [lang="fr-FR"] #panel nav a {
        max-width: 20%;
        font-size: 16px;
        white-space: normal;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        line-height: 1.2; }
      #panel nav a.active {
        font-weight: bold; }
        #panel nav a.active:before {
          content: '▶';
          margin-right: 5px; }
      #panel nav a + a {
        margin-left: 15px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      #panel nav {
        font-size: 15px; }
        [lang="fr-FR"] #panel nav a {
          font-size: 14px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #panel nav {
        font-size: 14px; }
        #panel nav a {
          white-space: normal;
          display: inline-block;
          text-align: center;
          vertical-align: middle;
          max-width: 17%; }
        #panel nav a + a {
          margin-left: 5px; }
          [lang="fr-FR"] #panel nav a {
            max-width: 14.5%;
            font-size: 13px; } }
    @media only screen and (max-width: 767px) {
      .protection .pro-content {
        font-size: 18px; }
    }
  #panel .content {
    padding: 20px 0 0 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 30px;
    position: relative; }
    #panel .content:before {
      width: 1px;
      height: 500px;
      content: '';
      background: rgba(255, 255, 255, 0.3);
      position: absolute;
      left: 0;
      top: 0; }
    #panel .content .panel {
      background: #FFF;
      height: 100%;
      padding: 15px;
      border: 1px solid #75767A; }
  #panel .my-grid {
    margin: 0 -3px 6px;
    line-height: 1; }
    #panel .my-grid > div {
      padding: 0 3px;
      margin-bottom: 5px; }
  @media only screen and (max-width: 767px) {
    #panel {
      min-height: 0; }
      #panel .content {
        padding: 0;
        border: 0 none; }
        #panel .content:before {
          display: none; } }
  #panel .msg-ele {
    font-size: 16px;
    text-align: center;
    margin: 20px 0; }
    #panel .msg-ele span {
      display: inline-block;
      color: #B01C87; }
    #panel .msg-ele .msg-count {
      font-weight: bold;
      font-size: 42px; }
    #panel .msg-ele .msg-text {
      font-size: 18px;
      line-height: 1;
      text-align: left;
      text-transform: uppercase; }
    #panel .msg-ele hr {
      margin: 5px 0; }
  #panel .msg-list {
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 1.1;
    margin: 0; }
    #panel .msg-list li {
      padding: 8px 0;
      cursor: pointer; }
      #panel .msg-list li + li {
        border-top: 1px solid #d0d0d2; }
      #panel .msg-list li:first-child {
        padding-top: 0; }
      #panel .msg-list li:last-child {
        padding-bottom: 0; }
    #panel .msg-list p {
      font-size: 12px;
      margin: 5px 0 0; }
    #panel .msg-list pre {
        overflow: hidden;
        font-size: 12px;
        margin: 5px 0 0;
        font-family: 'Montserrat', sans-serif;
        -webkit-font-smoothing: antialiased;
        color: #75767A; }
  /* #panel #notification {
    background: url(/home/dashboard-bg.png) center center no-repeat;
    background-size: cover; } */
  #panel .circles-text {
    font-weight: bold;
    color: #B01C87;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    height: 60px;
    line-height: 60px; }

.faq .banner .container {
  background: url(/faq/banner.jpg) 90px bottom no-repeat;
  background-size: contain;
  padding-bottom: 15.31531532%; }

.faq .banner h1 {
  margin-top: 135px; }
  .faq .banner h1 span:first-child {
    left: -4rem; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq .banner .container {
    padding-bottom: 18.315315%;
    background-position: 85px bottom;
    background-size: auto 90%; }
  .faq .banner h1 {
    margin-top: 100px;
    font-size: 32px; }
    .faq .banner h1 span:first-child {
      left: -1em; } }

@media only screen and (max-width: 767px) {
  .faq .banner .container {
    background-position: 15px bottom; }
  .faq .banner h1 {
    margin-top: 25px; }
    .faq .banner h1 span:first-child {
      left: -1em; } }

.claims .card .fillWidth {
  margin: 0 -21px 0 -22px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .claims .card .fillWidth {
    margin: 0 -21px; } }

.claims .status-col {
  text-align: center;
  padding: 0 15px;
  width: 105px; }
  td.status-col {
    font-size: 12px; }
  .claims .status-col .fa {
    display: block;
    color: var(--privateRoyalBlue);
    font-size: 24px;
    margin: 6px auto 3px; }
  .claims .status-col.wait .fa, .claims .status-col.inpro .fa {
    font-size: 36px;
    margin: 0;
    color: #F15D22;
    line-height: 52px; }
  .claims .status-col.inpro .fa {
    color: inherit;
    font-size: 32px; }

.claims .doc-col .fa {
  font-size: 21px;
  margin-right: 5px;
  vertical-align: middle; }

.claims .doc-col a {
  text-decoration: underline; }

.claims hr {
  margin: 30px 0; }

#past-claims .fa {
  font-size: 36px;
  vertical-align: middle;
  margin-right: 5px; }

#claim-faq-accordion .card {
  padding: 15px 20px;
  background: #fcfcfc;
  border: 1px solid #d0d0d2;
  margin: 0 0 15px; }

#claim-faq-accordion h5 {
  margin: 0; }
  #claim-faq-accordion h5 a {
    display: block;
    margin: -15px -20px;
    padding: 15px 20px;
    background: rgba(176, 28, 135, 0.25);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all; }
  #claim-faq-accordion h5 .collapsed {
    background: transparent; }
    #claim-faq-accordion h5 .collapsed:hover {
      background: rgba(176, 28, 135, 0.25); }

#claim-faq-accordion .card-body {
  padding: 25px 0 0; }

.doc-item {
  display: block;
  width: 24%;
  margin-bottom: 20px;
  margin-right: 1%;
  display: block; }
  .doc-item .doc-label {
    flex: 1 1 auto !important;
    display: block;
    background: var(--privateRoyalBlue);
    color: #FFF;
    padding: 5px 5px 5px 10px;
    font-size: 14px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .doc-item {
      width: 32%;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .doc-item {
      width: 49%;
      margin-bottom: 10px; } }

.team-list {
  border-color: #75767A;
  border-style: solid;
  border-width: 2px 0 0 2px; }
  .team-list a {
    color: inherit;
    display: block; }
  .team-list .team-item {
    width: 33.33333333333%;
    border-color: #75767A;
    border-style: solid;
    border-width: 0 2px 2px 0;
    position: relative;
    background: #FFF;
    -webkit-transition: .3s opacity;
    -moz-transition: .3s opacity;
    transition: .3s opacity;
    overflow: hidden; }
    .team-list .team-item.inactive {
      opacity: .6; }
    .team-list .team-item.active .team-info:before {
      background: white;
      -webkit-transform: skewY(-10deg) scaleY(1.5) translateY(15%);
      -moz-transform: skewY(-10deg) scaleY(1.5) translateY(15%);
      -ms-transform: skewY(-10deg) scaleY(1.5) translateY(15%);
      transform: skewY(-10deg) scaleY(1.5) translateY(15%); }
    .team-list .team-item.active span, .team-list .team-item.active small {
      color: #FFF; }
    /* .team-list .team-item > a:focus .team-info:before {
      -webkit-box-shadow: 0 0 4px 2px #4D90FE inset;
      box-shadow: 0 0 4px 2px #4D90FE inset; } */
  .team-list .team-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: right;
    padding: 10px 15px;
    line-height: 1; }
    .team-list .team-info:before {
      background: rgba(255, 255, 255, 0.7);
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      transition: .3s; }
    .team-list .team-info span, .team-list .team-info small {
      position: relative;
      color: var(--privateRoyalBlue); }
  .team-list .team-details {
    width: 100%;
    border-color: #75767A;
    border-style: solid;
    border-width: 0 2px 2px 0;
    padding: 25px 35px 15px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px; }
    .team-list .team-details .contact {
      line-height: 24px;
      margin-bottom: 25px; }
      .team-list .team-details .contact a {
        font-size: 18px;
        color: var(--privateRed); }
      .team-list .team-details .contact .fa {
        font-size: 24px;
        margin-right: 3px;
        vertical-align: text-bottom; }
      .team-list .team-details .contact .close {
        color: #75767A;
        font-size: 24px; }
  @media only screen and (max-width: 767px) {
    .team-list {
      margin-left: 0;
      margin-right: 0; }
      .team-list .team-item {
        width: 50%; }
      .team-list .team-details .contact a {
        font-size: 14px; }
      .team-list .team-details .contact .fa {
        font-size: 16px; } }

.address-panel {
  margin-bottom: 15px;
  overflow: hidden; }
  .address-panel .form-control {
    margin-bottom: 5px; }

.profile .private-dash table th, .profile .private-dash table td {
  vertical-align: top;
  padding-bottom: 15px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile .private-dash table th, .profile .private-dash table td, .profile .private-dash table tr {
    display: block; }
  .profile .private-dash table th, .profile .private-dash table td {
    float: left;
    width: 50%; }
  .profile .private-dash table th {
    clear: left; } }

@media only screen and (max-width: 767px) {
  .profile .private-dash table th, .profile .private-dash table td, .profile .private-dash table tr {
    display: block; }
  .profile .private-dash table th, .profile .private-dash table td {
    float: left;
    width: 100%; }
  .profile .private-dash table th {
    clear: left; } }

.protection .private-dash table th, .protection .private-dash table td {
  vertical-align: top;
  padding-bottom: 15px; }

.coverage .private-dash table th, .coverage .private-dash table td {
  vertical-align: top;
  padding-bottom: 15px;
  padding-right: 15px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coverage .private-dash table th, .coverage .private-dash table td, .coverage .private-dash table tr {
    display: block; }
  .coverage .private-dash table th, .coverage .private-dash table td {
    float: left;
    width: 50%; }
  .coverage .private-dash table th {
    clear: left; } }

@media only screen and (max-width: 767px) {
  .coverage .private-dash table th, .coverage .private-dash table td, .coverage .private-dash table tr {
    display: block; }
  .coverage .private-dash table th, .coverage .private-dash table td {
    float: left;
    width: 100%; }
  .coverage .private-dash table th {
    clear: left; } }

#message-panel #message-cols {
  position: relative;
  overflow: hidden; }
  #message-panel #message-cols > div {
    padding: 0; }
  #message-panel #message-cols .msg-list li {
    padding: 10px;
    margin-top: 0;
    border: 0 none;
    border-bottom: 1px solid #d0d0d2;
    cursor: pointer; }
    #message-panel #message-cols .msg-list li:hover {
      background: #eaeaeb; }

#message-panel .message-preview {
  border-right: 1px solid #d0d0d2;
  height: 450px;
  overflow: auto; }

#message-panel .message-content {
  padding: 15px; }

#message-panel .msg-title {
  font-size: 18px;
  color: #B01C87;
  margin-bottom: 5px; }

#message-panel .meta {
  font-size: 13px;
  margin-bottom: 15px; }

@media only screen and (max-width: 767px) {
  #message-panel .message-content-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    overflow: auto;
    background: #FFF;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s transform;
    -moz-transition: .3s transform;
    transition: .3s transform; }
    #message-panel .message-content-wrap.active {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }

.news-item-wrapper {
  position: relative;
  overflow: hidden; }

.news-item {
  border: 1px solid #d0d0d2;
  background: rgba(255, 255, 255, 0.95);
  height: 450px;
  overflow: hidden; }
  .news-item .news-img {
    width: 40%; }
    .news-item .news-img img {
      max-width: 100%;
      height: auto; }
  .news-item .news-content {
    padding: 20px 15px 20px 35px;
    font-size: 14px;
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .news-item .news-content h2 {
      margin: 0 0 15px; }
    .news-item .news-content .sep {
      margin: 0 5px;
      color: #d0d0d2;
      font-size: 28px;
      line-height: 21px;
      display: inline-block;
      vertical-align: middle; }
    .news-item .news-content .meta {
      border-bottom: 1px solid #d0d0d2;
      padding-bottom: 15px;
      border-bottom: 1px solid #d0d0d2;
      margin-right: 20px; }
  .news-item .news-body {
    /*height: 307px;*/
    overflow: auto;
    padding-right: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-item .news-content {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .news-item .news-body {
      padding: 0;
      height: auto; }
    .news-item .news-content {
      width: 100%;
      padding: 20px 15px 20px 20px; } }
  .news-item.news-item-video {
    height: auto; }
    .news-item.news-item-video .news-content {
      width: 100%; }

.hide-news-item {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 26px;
  color: #d0d0d2; }

@media only screen and (max-width: 991px) {
  .profile .crmEntityFormView .tab .tab-column {
    padding: 0;
    width: 100% !important; }
  .profile .crmEntityFormView .cell {
    padding: 0 15px 20px 0; }
}
@media only screen and (max-width: 575px) {
  .profile .table-content tr {
    border: 0 none; }
  .profile .crmEntityFormView .cell {
    padding: 0; }
}

.iconsent-content {
  padding: 30px 30px 0;
  border: 0 none;
  overflow: hidden;
  font-size: 24px;
}
#iconsent-content-1 {
  background: #f15c22 url(/home/news/informed-consent/informed-1.png) 0 100% no-repeat;
  color: #283a5e;
  padding-left: 35%;
  padding-bottom: 90px;
  line-height: 1.3;
}
#iconsent-content-2 {
  background: #0E3676 url(/home/news/informed-consent/informed-2.png) 0 100% no-repeat;
  color: #FFF;
  line-height: 1.2;
  padding-right: 100px;
}
#iconsent-content-2 h3 {
  color: #FFF;
  font-size: 36px;
  margin-right: 35%;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 1.5em;
}
#iconsent-content-2 ul {
  font-weight: 500;
  padding: 0;
  margin-left: 50%;
  list-style: none;
}
#iconsent-content-2 li {
  padding: 0 0 25px 50px;
  background: no-repeat 0 0 transparent;
}
#iconsent-content-2 li:first-child {
  background-image: url(/home/news/informed-consent/tri-red.png);
}
#iconsent-content-2 li:nth-child(2) {
  background-image: url(/home/news/informed-consent/tri-purple.png);
}
#iconsent-content-2 li:nth-child(3) {
  background-image: url(/home/news/informed-consent/tri-orange.png);
}
#iconsent-content-3 {
  background: #b11c89 0 0 no-repeat;
  color: #FFF;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
}
#iconsent-content-3 .mycontent {
  margin: 40px 10% 60px;
}
#iconsent-content-3 img {
  width: auto;
}
#iconsent-content-4 {
  background: #283a5e url(/home/news/informed-consent/informed-4.png) 0 100% no-repeat;
  color: #F15D22;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  padding-bottom: 70px;
}
#iconsent-content-4 h3 {
  font-size: 36px;
  font-weight: bold;
}
#iconsent-content-4 ol {
  color: #F15D22;
  padding-left: 1.5em;
  margin-right: -30px;
}
#iconsent-content-4 li {
  background: #F15D22;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
#iconsent-content-4 li span {
  color: #FFF;
}
#iconsent-content-4 .mycontent {
  padding-left: 150px;
}
#iconsent-carousel .owl-dots {
  margin-top: 15px;
}
#iconsent-carousel .owl-prev,
#iconsent-carousel .owl-next {
  position: absolute;
  top: 50%;
  color: var(--privateRoyalBlue);
  padding: 2px 6px;
  font-weight: bold;
  margin-top: -36px;
  line-height: 1;
  font-size: 36px;
  color: #FFF;
}
#iconsent-carousel .disabled {
  display: none;
}
#iconsent-carousel .owl-prev {
  left: 0;
}
#iconsent-carousel .owl-next {
  right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .iconsent-content {
    font-size: 21px;
  }
  #iconsent-content-1 {
    padding-left: 35%;
    background-size: 40% auto;
  }
  #iconsent-content-2 {
    background-size: 50% auto;
    padding-right: 30px;
  }
  #iconsent-content-2 h3 {
    margin-right: 0;
    margin-bottom: 1em;
    font-size: 28px;
  }
  #iconsent-content-3 {
    font-size: 24px;
  }
  #iconsent-content-4 h3 {
    font-size: 28px;
  }
  #iconsent-content-4 li {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .iconsent-content {
    font-size: 18px;
  }
  #iconsent-content-1 {
    padding-left: 30px;
    padding-bottom: 480px;
    background-size: auto;
  }
  #iconsent-content-2 {
    background-size: auto;
    padding-right: 30px;
    padding-bottom: 390px;
  }
  #iconsent-content-2 ul {
    margin-left: 0;
  }
  #iconsent-content-2 h3 {
    margin-right: 0;
    margin-bottom: 1em;
    font-size: 28px;
  }
  #iconsent-content-3 {
    font-size: 24px;
  }
  #iconsent-content-3 .mycontent {
    font-size: 18px;
    margin: 35px 0;
  }
  #iconsent-content-4 {
    padding-bottom: 170px;
  }
  #iconsent-content-4 h3 {
    font-size: 28px;
  }
  #iconsent-content-4 li {
    font-size: 24px;
  }
  #iconsent-content-4 .mycontent {
    padding-left: 0;
  }
  #iconsent-content-4 .mycontent p {
    margin-left: 35%;
  }
}
@media (max-width: 767px) {
  .iconsent-content {
    font-size: 18px;
    padding: 20px 20px;
  }
  #iconsent-content-1 {
    padding-left: 20px;
    padding-bottom: 480px;
    background-size: auto;
  }
  #iconsent-content-2 {
    background-size: auto;
    padding-right: 30px;
    padding-bottom: 390px;
  }
  #iconsent-content-2 ul {
    margin-left: 0;
  }
  #iconsent-content-2 h3 {
    margin-right: 0;
    margin-bottom: 1em;
    font-size: 21px;
  }
  #iconsent-content-3 {
    font-size: 24px;
  }
  #iconsent-content-3 .mycontent {
    font-size: 16px;
    margin: 0;
  }
  #iconsent-content-4 {
    padding-bottom: 170px;
  }
  #iconsent-content-4 h3 {
    font-size: 21px;
  }
  #iconsent-content-4 ol {
    padding-left: 1em;
    margin-right: -20px;
  }
  #iconsent-content-4 li {
    font-size: 16px;
  }
  #iconsent-content-4 .mycontent {
    padding-left: 0;
  }
  #iconsent-content-4 .mycontent p {
    margin-left: 35%;
  }
}
@media (max-width: 576px) {
  .iconsent-content {
    font-size: 16px;
  }
  #iconsent-content-2 {
    background-size: 95% auto;
    padding-bottom: 330px;
  }
  #iconsent-content-4 {
    padding-bottom: 80px;
    font-size: 16px;
  }
  #iconsent-content-4 .mycontent p {
    margin-left: 50%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.DesktopContent {display: block;}
.MobileContent {display: none;}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .DesktopContent {display: block;}
  .MobileContent {display: none;}
}

@media screen and (max-width: 760px) {
  .DesktopContent{
		display: none;
	}
	.MobileContent{
		display:block;
	}
}

.nav-item a{
  display: inline !important;
}

.showBulletPoints{
  list-style-type: disc !important
}


:root {
  --privateGreen: #4CBEA0;
  --privateOrange: #d63d00;
  --privatePurple: #b3268c;
  --privateRed: #eb001b;
  --privateBlue: #1375dc;
  --privateDarkBlue: #293B5E;
  --privateRoyalBlue: #0E3676;
  --privateCyan:#4CBEA0;
  --publicGreen: #4CBEA0;
}
/* Message from Shona:  privateCyan, privateGreen and publicGreen no longer used.  This shows what the colours were originally - May 2021*/ 

/* usage cant use root variable in inLinestyle so use class please */
/* usage color: var(--privateGreen);
Note from Shona - this should change to privateRoyalBlue May 2021 */

/* My CCPA before 3BA589 and 4CBEA0,  As of May 2021, RoyalBlue #0E3676*/
.privateRoyalBlue{
  color: #0E3676 !important;
}

/* Risk Management before this it was #F15D22 */
.privateOrange{
  color: #d63d00 !important;
}

/* Your Protection remain sames */
.privatePurple{
  color: #b3268c !important;
}

/* Meet CCPA before this it was #da1a32 */
.privateRed{
  color: #eb001b !important;
}

/* News and CE before this it was #3290ed */
.privateBlue{
  color: #1375dc !important;
}

/* Profile Setting before 3BA589 and 4CBEA0,  As of May 2021, RoyalBlue #0E3676  */
.privateRoyalBlue{
  color: #0E3676 !important;
}

/* Used on public pages and some other pages */
.privateDarkBlue{
  color: #293B5E !important;
}

.darkblueBorder{
  border-color: #293B5E !important;
  border-width: 2px;
}

.newandceHR{
  border-color: #1375dc !important;
  border-width: 2px;
}