/* there are some legacy references to this */
/*----------------------------------*/
/*CUSTOM VARIABLES / MIXINS NDP*/
/*----------------------------------*/
img {
  height: auto;
  max-width: 100%; }

/******************************************************
  ****** Banner Style guide description for site ******
  *****************************************************

  * Normal background should be grey
  * Button background should be dark blue, and light blue on hover
**/
body #CybotCookiebotDialog {
  background: #333;
  color: #fff;
  padding: 20px 0 25px !important; }
  body #CybotCookiebotDialog div {
    font-family: "ProximaSoft", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 768px) {
      body #CybotCookiebotDialog div {
        font-size: 16px; } }
  body #CybotCookiebotDialog #CybotCookiebotDialogBody {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative; }
    @media (min-width: 768px) {
      body #CybotCookiebotDialog #CybotCookiebotDialogBody {
        width: 100%;
        flex-direction: row; } }
    @media (min-width: 1200px) {
      body #CybotCookiebotDialog #CybotCookiebotDialogBody {
        max-width: 1292px; } }
  body #CybotCookiebotDialog #CybotCookiebotDialogBodyContentTitle {
    color: #fff;
    font-size: 22px;
    font-family: "ProximaSoft", Helvetica, Arial, sans-serif !important;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      body #CybotCookiebotDialog #CybotCookiebotDialogBodyContentTitle {
        font-size: 26px; } }

body #CybotCookiebotDialogBodyContentText p {
  color: white; }

body #CybotCookiebotDialogPoweredbyLink,
body #CybotCookiebotDialogBodyButtonDetails {
  display: none !important; }

body #CybotCookiebotDialogBodyContent {
  padding: 0 15px; }
  @media (min-width: 768px) {
    body #CybotCookiebotDialogBodyContent {
      width: 50%;
      padding: 15px; } }

body #CybotCookiebotDialogBodyButtons {
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  padding-left: 0;
  align-items: baseline;
  margin-top: 10px; }
  @media (min-width: 768px) {
    body #CybotCookiebotDialogBodyButtons {
      width: 50%;
      align-items: flex-end;
      justify-content: center;
      padding-right: 15px;
      margin-top: 0px; } }
  body #CybotCookiebotDialogBodyButtons a {
    color: white;
    padding: 10px 15px;
    border: none;
    font-weight: 600;
    font-family: "ProximaSoft", Helvetica, Arial, sans-serif;
    font-size: 16px;
    width: auto !important;
    height: fit-content; }
    body #CybotCookiebotDialogBodyButtons a:hover {
      color: #000;
      text-decoration: underline; }
  body #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline {
    display: none; }
  body #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept {
    background-color: #1E5285;
    color: white; }

body .see-cookie-options {
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
  background: transparent;
  font-size: 14px;
  padding: 0;
  margin-top: 15px;
  position: absolute;
  right: 15px;
  z-index: 100;
  bottom: 0; }
  @media (min-width: 768px) {
    body .see-cookie-options {
      font-size: 16px; } }

body #CybotCookiebotDialogDetailBody {
  height: 0px; }

body #CybotCookiebotDialogDetail {
  padding: 0; }
  body #CybotCookiebotDialogDetail.active {
    display: block !important; }

body #CybotCookiebotDialogDetailBodyContentTextAbout {
  display: block;
  position: fixed;
  background: #333;
  height: auto;
  z-index: 100;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0px 2px 2px 1px rgba(10, 10, 10, 0.3);
  overflow-y: scroll;
  max-height: 90vh;
  padding: 25px;
  left: 10px;
  max-width: calc(100% - 20px);
  bottom: 10px; }
  body #CybotCookiebotDialogDetailBodyContentTextAbout .slider:before {
    color: green; }
  @media (max-width: 768px) {
    body #CybotCookiebotDialogDetailBodyContentTextAbout {
      left: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      max-height: 100vh; } }
  @media (min-width: 768px) {
    body #CybotCookiebotDialogDetailBodyContentTextAbout {
      left: 30px;
      max-width: 550px;
      bottom: 30px; } }
  body #CybotCookiebotDialogDetailBodyContentTextAbout h2, body #CybotCookiebotDialogDetailBodyContentTextAbout h3, body #CybotCookiebotDialogDetailBodyContentTextAbout a {
    color: #fff;
    font-family: "ProximaSoft", Helvetica, Arial, sans-serif !important; }
  body #CybotCookiebotDialogDetailBodyContentTextAbout h3 {
    color: #fff;
    margin: 0 0 10px 0; }
  body #CybotCookiebotDialogDetailBodyContentTextAbout a {
    font-size: 16px;
    font-weight: 600; }
  body #CybotCookiebotDialogDetailBodyContentTextAbout h2 {
    position: relative; }
    body #CybotCookiebotDialogDetailBodyContentTextAbout h2:after {
      position: absolute;
      width: 30px;
      height: 30px;
      right: 0;
      top: 3px; }
      @media (min-width: 768px) {
        body #CybotCookiebotDialogDetailBodyContentTextAbout h2:after {
          right: auto;
          width: 38px;
          height: 38px;
          margin-left: 15px;
          top: -2px; } }
  body #CybotCookiebotDialogDetailBodyContentTextAbout .cookie-title {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid white;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px; }
    body #CybotCookiebotDialogDetailBodyContentTextAbout .cookie-title h3 {
      margin-right: 20px; }
    body #CybotCookiebotDialogDetailBodyContentTextAbout .cookie-title #save-and-close {
      background: #1E5285;
      margin-top: 10px;
      display: block;
      color: white;
      padding: 10px 30px;
      border: none; }
      body #CybotCookiebotDialogDetailBodyContentTextAbout .cookie-title #save-and-close:hover {
        text-decoration: underline; }
    body #CybotCookiebotDialogDetailBodyContentTextAbout .cookie-title ul {
      list-style: none;
      display: inline-block;
      padding: 0; }
    body #CybotCookiebotDialogDetailBodyContentTextAbout .cookie-title li {
      display: inline-block;
      padding-right: 5px;
      margin-right: 5px;
      position: relative; }
      body #CybotCookiebotDialogDetailBodyContentTextAbout .cookie-title li:after {
        content: '';
        position: absolute;
        height: 80%;
        width: 1px;
        top: 10%;
        right: 0;
        background: #fff; }
    body #CybotCookiebotDialogDetailBodyContentTextAbout .cookie-title li:last-child:after {
      display: none; }
  body #CybotCookiebotDialogDetailBodyContentTextAbout .switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 32px; }
    body #CybotCookiebotDialogDetailBodyContentTextAbout .switch input {
      opacity: 0;
      width: 0;
      height: 0; }
    body #CybotCookiebotDialogDetailBodyContentTextAbout .switch .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #fff;
      transition: .4s;
      border-radius: 7px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      color: #1A7AAA; }
    body #CybotCookiebotDialogDetailBodyContentTextAbout .switch .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 50px;
      left: 4px;
      bottom: 3px;
      background-color: #1E5285;
      transition: .4s;
      border-radius: 7px; }
    body #CybotCookiebotDialogDetailBodyContentTextAbout .switch input:checked + .slider:before {
      transform: translateX(42px); }

body #cookie-renew {
  border-style: solid;
  border-width: thin;
  position: fixed;
  width: 170px;
  height: 50px;
  color: #fff;
  background: #333;
  border-radius: 20px;
  bottom: 20px;
  left: 20px;
  text-align: center;
  line-height: 50px;
  font-size: 19px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  z-index: 1; }
  @media all and (max-width: 480px) {
    body #cookie-renew {
      width: 90px; } }
  body #cookie-renew:after {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 10px;
    line-height: 1em;
    text-indent: 0; }

body .help-button a {
  right: 20px;
  left: auto;
  z-index: 999999;
  position: fixed;
  width: 170px;
  height: 50px;
  color: #fff;
  background: #1A7AAA;
  border-radius: 20px;
  bottom: 20px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  padding-right: 20px;
  font-weight: 600;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  font-size: 19px; }
  @media all and (max-width: 480px) {
    body .help-button a {
      text-indent: -9999px;
      width: 90px; } }
  body .help-button a:hover {
    text-decoration: none; }
  body .help-button a:after {
    content: '';
    background-image: url("../../images/help.svg");
    position: absolute;
    width: 30px;
    height: 30px;
    right: 40px;
    top: 10px;
    line-height: 1em;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center; }
    @media all and (max-width: 480px) {
      body .help-button a:after {
        right: 30px; } }
