/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  padding-top: 3.125rem; /* 50px */
}

@media (min-width: 1180px) {
  body {
    padding-top: 5em; /* 80px */
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* end RESET */


/* UTILS */
/* COLORS EVIDEN */
.white        { color: #fff; }
.bg_white     { background-color: #fff; }
.blue         { color: #FF6D43; }
.bg_blue      { background-color: #FF6D43; }
.lightblue    { color: #66A3C7; }
.bg_lightblue { background-color: #66A3C7; }
.lightgrey    { color: #ECECED; }
.bg_lightgrey { background-color: #ECECED; }
.grey         { color: #BFBFBF; }
.bg_grey      { background-color: #BFBFBF; }
.darkgrey     { color: #808080; }
.bg_darkgrey  { background-color: #808080; }
.black        { color: #000; }
.bg_black     { background-color: #000; }
.orange       { color: #FF6319; }
.bg_orange    { background-color: #FF6319; }
.green        { color: #AEA400; }
.bg_green     { background-color: #AEA400; }
.purple       { color: #6639B7; }
.bg_purple    { background-color: #6639B7; }
.mauve        { color: #A626AA; }
.bg_mauve     { background-color: #A626AA; }
.teal         { color: #00B2A9; }
.bg_teal      { background-color: #00B2A9; }


/* HTML Generics & Global Layout */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

body {
  color: #333;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
}

/* Default content properties */
p {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  padding: 0 0 16px;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

sup {
  font-size: 0.75em;
  vertical-align: super;
}

sub {
  font-size: 0.75em;
  vertical-align: sub;
}

/* FORMS */
.form-bg-wrapper {
  background: #0f2c3b;
  border-radius: 20px;
  color: #fff;
  padding: 30px!important;
}

label,
.label {
  position: relative;
  color: #fff;
  padding: 5px 0;
  display: block;
  font-size: 1rem;
}

input[type="text"],
textarea[type="text"],
input[type="password"],
textarea[type="password"],
input[type="date"],
textarea[type="date"],
input[type="tel"],
textarea[type="tel"],
input[type="email"],
textarea[type="email"],
input[type="number"],
textarea[type="number"] {
  display: block;
  color: #5a5a5a;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 20px;
  background-color: #FFF;
  border: 0px;
  border-radius: 15px;
  margin-top: 5px;
}

.input:focus,
input[type="text"]:focus,
textarea[type="text"]:focus,
input[type="password"]:focus,
textarea[type="password"]:focus,
input[type="date"]:focus,
textarea[type="date"]:focus,
input[type="tel"]:focus,
textarea[type="tel"]:focus,
input[type="email"]:focus,
textarea[type="email"]:focus,
input[type="number"]:focus,
textarea[type="number"]:focus {
  /* outline: 0 !important;
  border: 2px solid #66A3C7; */
}

.input.ng-invalid.ng-touched,
input[type="text"].ng-invalid.ng-touched,
textarea[type="text"].ng-invalid.ng-touched,
input[type="password"].ng-invalid.ng-touched,
textarea[type="password"].ng-invalid.ng-touched,
input[type="date"].ng-invalid.ng-touched,
textarea[type="date"].ng-invalid.ng-touched,
input[type="tel"].ng-invalid.ng-touched,
textarea[type="tel"].ng-invalid.ng-touched,
input[type="email"].ng-invalid.ng-touched,
textarea[type="email"].ng-invalid.ng-touched,
input[type="number"].ng-invalid.ng-touched,
textarea[type="number"].ng-invalid.ng-touched {
  /* outline: 0 !important; */
  background-color: #fff5f5;
}

input[type="radio"],
textarea[type="radio"] {
  vertical-align: top;
}

input[type="checkbox"],
textarea[type="checkbox"] {
  margin: 0;
  vertical-align: top;
}

select {
  color: #5A5A5A;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  width: 100%;
  height: 40px;
  padding: 10px 10px 10px 20px;
  border-radius: 15px;
  border: none;
}

textarea {
  max-width: 100%;
}

button[type="submit"],
input[type="submit"],
textarea[type="submit"] {
  font-family: "Montserrat Medium", Verdana, sans-serif;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #626262;
  font-size: 1.3rem;
  font-size: 13px;
  text-overflow: ellipsis !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #626262;
  font-size: 1.3rem;
  font-size: 13px;
  text-overflow: ellipsis !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #626262;
  font-size: 1.3rem;
  font-size: 13px;
  text-overflow: ellipsis !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #626262;
  font-size: 1.3rem;
  font-size: 13px;
  text-overflow: ellipsis !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  text-overflow: clip !important;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  text-overflow: clip !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  text-overflow: clip !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  text-overflow: clip !important;
}

/* end FORMS */


/* BUTTONS */
.btn,
button[type="submit"],
input[type="submit"],
textarea[type="submit"],
.button,
.button-white,
.button-blue,
.button-transp,
button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  color: #000;
  font-family: "Montserrat Medium", Verdana, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  min-height: 40px;
  margin: 20px 0;
  padding: 12px 40px 12px 14px;
  background-color: #FF6D43;
  border-radius: 15px;
}

.btn:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
textarea[type="submit"]:hover,
.button:hover, .button-white:hover,
.button-blue:hover,
.button-transp:hover,
button:hover {
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.button-white {
  color: #FF6D43;
  border: solid 2px #FFFFFF;
  background-color: #FFFFFF;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.button-white:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: transparent;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.button-blue {
  color: #FFFFFF;
  border: solid 2px #FF6D43;
  background-color: #FF6D43;
}

.button-blue:hover {
  color: #FF6D43;
  border-color: #FF6D43;
  background-color: transparent;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.button-transp {
  color: #FFFFFF;
  border: solid 2px #FFFFFF;
  background-color: transparent;
}

.button-transp:hover {
  color: #FF6D43;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
/* end BUTTONS */


/* Headings styling */
h1, .h1 {
  color: #FF6D43;
  font-family: "Montserrat Medium", Verdana, sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 41px;
  line-height: 2.5625rem;
}

h2, .h2 {
  color: #343430;
  font-family: "Montserrat Semibold", Verdana, sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 33px;
  line-height: 2.0625rem;
  padding: 0 0 .83em;
}

h3, .h3 {
  color: #343430;
  font-family: "Montserrat Semibold", Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 0 16px;
}

h4, .h4 {
  font-family: "Montserrat Semibold", Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 8px 0px;
}

h5, .h5 {
  color: #343430;
  font-family: "Montserrat Semibold", Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 700;
  padding: 8px 0px;
}

h6, .h6 {
  color: #FF6D43;
  font-family: "Montserrat Semibold", Verdana, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

[class^="icon-"], [class*=" icon-"] {
  color: #ff6d43;
  font-size: 3.625rem;
}

.center-txt {
  text-align: center;
}

.align-right {
  text-align: right;
}

img.responsive {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  height: auto;
  display: block;
}

.is-one-third img.responsive {
  max-width: 360px;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rounded {
  border-radius: 20px;
}

.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.hint {
  font-style: italic;
  color: #ff6319;
}

.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 250px;
}

.blue-button {
  background: #FF6D43;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 30px;
  color: white;
  border: none !important;
  float: right;
}

.blue-button:focus {
  outline: none;
}
/* end UTILS */


/* LAYOUT */
.wrapper {
  box-sizing: border-box;
  margin: auto;
  padding: 0 1.25rem; /* 20px */
  width: 90%;
}

@media (min-width: 1366px) {
  .wrapper {
    max-width: 84rem; /* 1344px*/
  }
}

@media (max-width: 768px) {
  .wrapper {
    width: 100%;
  }
}

.container {
  position: relative;
  padding: 1.6rem 0;
}

@media screen and (min-width: 901px) {
  .container {
    max-width: 121.6rem;
  }
}

.has-noh1 {
  padding-top: 3.2rem;
}

.content {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.content > h1,  .content > .wrapper > h1 {
  margin-top: 2rem;
}

.content p a, .content li a, td.ca-name a {
  color: #FF6D43;
  text-decoration: none;
}

.content p a:hover, .content li a:hover, td.ca-name a:hover {
  text-decoration: underline;
}

.content-fullwidth {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.content:after {
  content: "";
  display: table;
  clear: both;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  margin: -1.25rem -1.25rem 1.25rem;
}

.columns:after {
  content: "";
  display: table;
  clear: both;
}

.content > .columns:last-child, .column-last {
  margin-bottom: -1.25rem;
}

.column {
  float: none;
  padding: 1.25rem;
  width: 100%;
}

.columns .column + .column {
  margin-top: -1.25rem;
}

/* Certificates section At a glance */
.certificate-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
}

.certificate {
  flex: 1 1 calc(25% - 38px);
  min-width: 350px;
  box-sizing: border-box;
}

.certificate img {
  max-height: 200px !important;
}

.certificate > div > img {
  max-height: 235px !important;
}
/* END Certificates section At a glance */

@media screen and (max-width: 500px) {
  .certificate {
    flex: 1 1 100%;
    min-width: 100%;
  }
}

@media screen and (min-width: 901px) {
  .column {
    float: left;
  }

  .content-fullwidth {
    margin-left: -3.2rem;
    margin-right: -3.2rem;
  }

  .column.is-two-thirds {
    width: 66.6666%;
  }

  .column.is-half,
  .column.is-one-quarter {
    width: 50%;
  }

  .column.is-one-third {
    width: 33.3333%;
  }

  .columns:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .columns .column + .column {
    margin-top: 0;
  }
}

@media screen and (min-width: 1180px) {
  .column.is-one-quarter {
    width: 25%;
  }
}

.box {
  padding: 2rem;
  border-radius: 20px;
}

.box.has-image-right,
.box.has-image-left {
  border-radius: 20px 20px 0 0;
}

.box.has-image-left + .box-image,
.box.has-image-right + .box-image {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.box:after {
  content: "";
  display: table;
  clear: both;
}

.box-title {
  display: flex;
  align-items: center;
}

.box-title > * {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.box-title [class^="icon-"] {
  margin-right: 1rem;
}

.box-title h2 {
  padding-bottom: 0;
  width: calc(100% - 90px);
}

.box .list-dot-blue {
  padding-top: 1rem;
  margin-left: 1.625rem;
}

.box .list-dot-blue li {
  padding-left: 1.625rem;
}

.box a {
  text-decoration: none;
  color: #FF6D43;
  vertical-align: middle;
}

.box a > * {
  vertical-align: middle;
}

@media screen and (min-width: 901px) {
  .box.has-image-left {
    width: 50%;
    float: right;
    border-radius: 0 20px 20px 0;
  }

  .box.has-image-left + .box-image {
    float: left;
    width: 50%;
    padding-right: 1rem;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
  }

  .box.has-image-right {
    width: 50%;
    float: left;
    border-radius: 20px 0 0 20px;
  }

  .box.has-image-right + .box-image {
    float: right;
    width: 50%;
    padding-left: 1rem;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
  }

  .box .list-dot-blue {
    margin-left: 0;
  }
}

.list-dot-blue li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.list-dot-blue li:last-child {
  margin-bottom: 0;
}

.list-dot-blue li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FF6D43;
  left: 1px;
  top: .4375rem;
}
/* end LAYOUT */


/* FOOTER */
.footer {
  display: block;
}

.footer *:focus {
  outline: none;
}

.footer-navbar {
  background-color: #151515;
  padding-bottom: 30px;
  padding-top: 36px;
}

.footer-navbar .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-menu, .footer-submenu {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  row-gap: 15px;
}

.footer-menu > .menu-item > h3,
.footer-menu > .menu-item > a {
  color: #ff6d43;
  font-family: Montserrat Semibold;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  text-decoration: none;
  transition: all .5s ease;
  position: relative;
}

.footer-menu .menu-item a:after,
.footer-submenu .menu-item a:after {
  background-color: #ff6d43;
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all .5s ease;
  width: 0;
}

.footer-menu .menu-item a:hover:after,
.footer-submenu .menu-item a:hover:after {
  width: 100%;
}

.footer-submenu {
  padding-top: 15px;
}

.footer-submenu .menu-item a {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
}

.terms-privacy-wrapper a {
  text-decoration: none;
  color: #ff6d43;
  padding: 0 10px
}

.terms-privacy-wrapper {
  font-size: .875rem;
  width: auto;
}

.terms-privacy-wrapper a:hover {
  color: #ff6d43;
}

.footer-menu .social-menu {
  column-gap: 5px;
  display: flex;
  list-style-type: none;
  width: fit-content;
}

.footer-menu .social-menu li {
  box-sizing: border-box;
  height: 25px;
  width: 25px;
}

.footer-menu .social-menu .socicon-linkedin a,
.footer-menu .social-menu .socicon-twitter a,
.footer-menu .social-menu .socicon-youtube a,
.footer-menu .social-menu .socicon-instagram a {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 95%;
  height: 100%;
  width: 25px;
  align-items: center;
  display: inline-flex;
}

.footer-menu .social-menu .socicon-linkedin a {
  background-image: url(img/linkedin.png);
}

.footer-menu .social-menu .socicon-twitter a {
  background-image: url(img/twitter.png);
}

.footer-menu .social-menu .socicon-youtube a {
  background-image: url(img/youtube.png);
}

.footer-menu .social-menu .socicon-instagram a {
  background-image: url(img/instagram.png);
  width: 20px;
}

.footer-menu .social-menu .socicon-instagram {
  padding: 0 2px;
}

.footer-menu .social-menu .socicon-linkedin a:hover {
  background-image: url(img/linkedin-hover.png);
}

.footer-menu .social-menu .socicon-twitter a:hover {
  background-image: url(img/twitter-hover.png);
}

.footer-menu .social-menu .socicon-youtube a:hover {
  background-image: url(img/youtube-hover.png);
}

.footer-menu .social-menu .socicon-instagram a:hover {
  background-image: url(img/instagram-hover.png);
}

@media screen and (max-width: 1179px) {
  .footer-navbar > .wrapper {
    padding: 0;
    row-gap: 40px;
  }
  .footer-navbar > .wrapper > div {
    padding: 0 1.25rem;
    min-width: 292px;
  }

  .footer-menu, .footer-submenu {
    row-gap: 8px;
  }

  .footer-submenu {
    padding-top: 8px;
  }

  .footer-submenu .menu-item a {
    font-size: 12px;
    line-height: 15px;
  }

  .footer-menu > .menu-item > h3,
  .footer-menu > .menu-item > a {
    font-size: 14px;
    line-height: 18px;
  }
}

/* copyright bar */
.copyright-bar {
  padding: 10px 0;
}

.copyright-bar .wrapper {
  display: flex;
  justify-content: space-between;
}

.copyright-bar .wrapper a {
  padding-top: 3px;
  margin-bottom: -3px;
}

.copyright {
  display: inline-block;
  font-size: .875rem;
}

@media screen and (max-width: 576px) {
  .copyright-bar .wrapper {
    flex-direction: column;
    align-items: center;
  }

  .copyright-bar .wrapper a {
    padding-top: 8px;
    margin-bottom: -4px;
  }
}
/* end FOOTER */


/* NAVIGATION */
a.disabled {
  pointer-events: none;
}

.header {
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
  -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
  -ms-box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
  -o-box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.nav-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: .875rem 0; /* 14px*/
}

.main-navigation {
  background-color: #fff;
  color: #fff;
  position: relative;
  padding: 12px 20px;
}

.logo-link img {
  display: block;
  height: auto;
  max-width: 110px;
  width: fit-content;
}

.sandwich-toggler-button {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  display: block;
  height: 15px;
  position: relative;
  width: 20px;
  box-sizing: content-box;
  cursor: pointer;
}

.sandwich-toggler-button:before {
  background-color: #000;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.navigator-links-list {
  list-style-type: none;
}

.navigator-link-item {
  margin: 0;
  position: relative;
}

.navigator-link-item > a {
  color: #000;
  text-decoration: none;
  font-size: 1rem; /* 16px */
  line-height: 23px;
  position: relative;
  transition: all .5s ease;
}

.navigator-link-item > a:after {
  background-color: #ff6d43;
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: all .5s ease;
  width: 0;
}

.navigator-close-btn {
  display: none;
  line-height: 1;
  cursor: pointer;
}

.subnav-links-list {
  padding: 10px 15px;
  display: none;
}

.navigator-links-list > li:hover > .subnav-links-list {
  display: block;
}

.subnav-link {
  /* padding: 5px 0; */
  padding: 8px 12px;
  transition: all .5s ease;
  margin: 0 -12px;
}

.subnav-link:hover {
  background-color: #ff9070;
}

.subnav-link > a {
  text-decoration: none;
  font-size: 1rem;
  color: #000
}

.subnav-icon {
  display: inline-block;
  font-size: 36px;
  padding: 0 10px 0 0;
  vertical-align: middle;
}

.subnav-item {
  display: inline-block;
  vertical-align: middle;
}

.subnagivation-wrapper {
  padding: 20px 20px 15px;
  width: 100%;
  display: block;
}

.subnagivation-wrapper * {
  font-size: 9px;
  font-weight: bold;
}

.language-dropdown {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  background-color: hsla(0,0%,100%,.8);
  border-radius: 20px;
  padding: 6px 25px;
  font-family: "Montserrat Medium";
}

.language-button {
  display: block;
  position: relative;
  line-height: 20px;
}

.language-button div {
  position: relative;
  padding-right: 16px;
  background: url(img/arrow-down.svg) no-repeat right;
}

.language-drop-list-container {
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 5;
  background: hsla(0,0%,100%,.8);
  padding: 4px;
  border-radius: 20px;
}

.language-drop-list-container div {
  width: 100%;
  padding: 4px 29px;
  text-align: center;
}

.language-drop-list-container div:hover {
  background-color: #ff6d43;
  border-radius: 18px;
}

@media screen and (max-width: 1179px) {
  .navigator-links-list {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 4px 24px rgba(0,0,0,.25);
    display: block;
    height: 100vh;
    left: auto;
    max-width: 330px;
    overflow: auto;
    padding-top: 60px;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all .5s ease;
    width: 80%;
    z-index: 2;
  }

  .navigator-opened .navigator-links-list {
    right: 0;
  }

  .navigator-link-item {
    border-bottom: 1px solid #ccc;
    padding: 25px 20px;
    position: relative;
  }

  .navigator-link-item > a {
    font-family: "Montserrat Semibold", Verdana, sans-serif;
    font-size: 1rem; /* 16px */
  }

  .navigator-close-btn {
    z-index: 1;
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    display: flex;
    font-family: "Montserrat Semibold", Verdana, sans-serif;
    font-size: 18px;
    height: 30px;
    justify-content: center;
    position: fixed;
    right: 20px;
    transition: all .5s ease;
    width: 30px;
    opacity: 0;
  }

  .navigator-opened .navigator-close-btn {
    opacity: 1;
    z-index: 3;
  }
}

@media screen and (min-width: 1180px) {
  .nav-box {
    padding: .625rem 0; /* 10px*/
    height: 5rem;
  }

  .logo-link img {
    max-width: 10.75rem; /* 172px */
  }

  .sandwich-toggler-button {
    display: none;
  }

  .navigator-links-list {
    display: flex;
    column-gap: 2.5rem; /* 40px*/
    margin: 0;
  }

  .subnav-links-list {
    position: absolute;
    top: 27px;
    box-shadow: none;
    background-color: #fff;
    z-index: 100;
    padding: 0;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,.15));
    margin-left: -20px;
  }

  .subnav-link {
    display: block;
    padding: 8px 20px;
    box-sizing: content-box;
    width: 300px;
    border-bottom: 1px solid #eee;
    margin: 0;
  }

  .subnagivation-wrapper * {
    font-size: 11px;
  }
}

@media screen and (min-width: 1180px) {
  .navigator-link-item > a.activeLink:after,
  .navigator-link-item > a:hover:after {
    width: 100%;
  }
}

@media screen and (min-width: 1180px) and (max-width: 1620px) {
  .subnav-links-list.to-end {
    margin-right: -20px;
    margin-left: 0;
    right: 0;
  }
}

/* end NAVIGATION */

/* SUBHEADER */

.subheader {
  background: url(img/tc-banner.jpg) no-repeat center;
  background-size: cover;
  height: 400px;
}

.subheader .wrapper {
  position: relative;
}

.subheader-bar {
  position: absolute;
  padding-top: 50px;
  width: calc(100% - 2.5rem);
  display: flex;
}

@media (min-width: 1366px) {
  .subheader-bar {
    max-width: 1304px; /* 1344px*/
  }
}

.subheader-title {
  display: flex;
  height: 400px;
  align-items: center;
}

.subheader-title > h1 {
  color: #fff;
}

/* end SUBHEADER */

/* SERVICES NAVIGATION */
.secondary-nav {
  min-height: 70px;
  box-shadow: 0 4px 25px 0 rgba(0,0,0,.12);
  margin-top: 16px;
}

.service-tab a, .services-title span {
  padding: 11px 20px;
  transition: all .5s ease;
}

.services-title span {
  display: none;
  font-size: 18px;
  font-family: "Montserrat Semibold", Verdana, sans-serif;
  position: relative;
  background: #FFF;
  padding: 0 50px 0 20px;
  cursor: pointer;
  height: 70px;
  box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
}

.services-title span:after {
  background-image: url(img/arrow-down.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  bottom: 50%;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.services-title span.activeLink,
.services-title span.activeLink::after {
  display: flex;
  align-items: center;
}

.service-tab a {
  text-decoration: none;
  display: block;
  font-size: 18px;
  color: #000;
}

.service-tab a.activeLink,
.service-tab a:hover {
  background-color: #ff9070;
}

@media screen and (min-width: 501px) {
  .services-title span, .services-title span.activeLink {
    display: none;
  }

  .services-tabs-wrapper {
    border: none;
  }

  .services-tabs-container {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .service-tab {
    display: block;
    height: 70px;
    width: 250px;
  }

  .service-tab a {
    display: flex;
    padding: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
  }

  .service-tab a:hover {
    background-color: #ff9070;
  }

  .service-tab a.activeLink {
    background-color: #ff9070;
  }
}

/* end SERVICES NAVIGATION */


/* DOWNLOAD TABLE */
table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}

tr {
  border: 1px solid #cfcfcf;
}

th,
td {
  text-align: left;
  vertical-align: middle;
}

th {
  color: #FF6D43;
  font-weight: 700;
}

th,
td {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

th {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

th.ca-icon,
td.ca-icon {
  width: 3.4375rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}

td.ca-date {
  text-align: right;
  width: 6.25rem;
}

@media screen and (min-width: 751px) {
  td.ca-icon {
    width: 5rem;
  }

  td.ca-date {
    width: 8.75rem;
  }
}

th.ca-icon-lg,
td.ca-icon-lg {
  width: 14rem;
}

.ca-down-area {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.ca-down-area:last-child {
  margin-bottom: 0;
}

.crc {
  margin-left: 10px;
  font-size: 80%;
  padding: 0px 4px;
  font-family: Lucida Console, Courier New, monospace;
  line-height: 1.2;
}

td a {
  text-decoration: none;
  color: #333;
}

td a:hover {
  color: #FF6D43;
}

td a [class^="icon-"],
td a [class*=" icon-"] {
  font-size: 28px;
  color: #808080;
  vertical-align: middle;
}

td a:hover [class^="icon-"],
td a:hover [class*=" icon-"] {
  color: #FF6D43;
}

td div.ca-down-area a {
  min-width: 120px;
}

td div.ca-down-area a [class^="icon-"],
td div.ca-down-area a [class*=" icon-"] {
  font-size: 20px;
  color: #FF6D43;
}

td a .ca-down-type {
  padding: 0 10px;
  color: #FF6D43;
  vertical-align: middle;
}

td a:hover .ca-down-type,
a:hover .word-download {
  text-decoration: underline;
}

a .word-download {
  margin-left: .625rem;
  color: #FF6D43;
  vertical-align: middle;
  display: inline;
}

.td-label, a .td-label.word-download {
  display: none;
}

@media screen and (max-width: 750px) {
	table.colls-to-rows td {
		display: block;
	}

  table.colls-to-rows thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

  table.colls-to-rows td.ca-name {
    /* background: #F2F2F2; */
    padding: .75rem 1rem;
    font-weight: bold;
  }

  table.colls-to-rows td:last-child {
    padding-bottom: 1.125rem;
  }

  table.colls-to-rows .ca-down-area a {
    min-width: 5.9375rem;
  }

  .td-label {
    display: inline-block;
    width: 6.875rem;
  }

  .td-label::after {
    content: ":";
  }

  table.colls-to-rows a .td-label.word-download {
    display: inline;
  }

  table.colls-to-rows a .td-label.word-download::after {
    content: "";
  }

  table.colls-to-rows td.hide-if-small {
    display: none;
  }

  table.colls-to-rows td.ca-date {
    text-align: left;
    width: auto;
  }

  table.colls-to-rows td.ca-scope,
  table.colls-to-rows td.ca-version,
  table.colls-to-rows td.ca-date,
  table.colls-to-rows td.ca-icon {
    padding-bottom: 2px;
  }

  table.colls-to-rows td.ca-version,
  table.colls-to-rows td.ca-date,
  table.colls-to-rows td.ca-date-to,
  table.colls-to-rows td.ca-icon {
    padding-top: 0;
  }

  table.colls-to-rows td.ca-icon {
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
    text-align: left;
  }

  table.colls-to-rows td a [class^="icon-"],
  table.colls-to-rows td a [class*=" icon-"] {
    font-size: 1.25rem;
    color: #FF6D43;
  }

  table.colls-to-rows td:last-child {
    padding-bottom: 1.125rem;
  }
}
/* ./DOWNLOAD TABLE */

/* HOME */
.home_featured {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.3rem;
}

.home_featured .is-half {
  padding: 1.3rem 0rem;
}

.atos-trustcenter-2cols-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 36px;
}

.home-trustedroot {
  display: block;
}

.home-trustedroot h2 {
  color: #FF6D43;
}

.home-trustedroot .column {
  padding: 1.6rem 1.6rem;
}

.home_featured [class^="icon-"], [class*=" icon-"],
.home-trustedroot [class^="icon-"], [class*=" icon-"] {
  font-size: 4.625rem;
}

.icon-with-bg {
  border-radius: 50%;
  background: #fff;
  padding: .90625rem;
  font-size: 1.8125rem !important;
  display: inline-block;
}

.home_featured .icon-with-bg,
.home-trustedroot .icon-with-bg {
  padding: 1.15625rem;
  font-size: 2.3125rem !important;
}

.block-2cols-thumb {
  display: inline-block;
  max-width: 9rem;
  height: auto;
  margin: 0 0.8rem 0 0;
  vertical-align: top;
}

.block-2cols-content {
  display: inline-block;
  vertical-align: top;
}

.block-2cols-content h3,
.block-2cols-content .h3 {
  padding: 16px 0 6px;
}

.block-2cols-content p {
  padding: 0;
}

@media screen and (min-width: 901px) {
  .home-trustedroot .column {
    padding: 1.6rem 2rem;
  }

  .home_featured {
    max-width: 75%;
  }

  .home_featured .is-half {
    padding: 0.8rem;
  }
}
/* end HOME */

/* CERTIFICATION module at DOWNLOADS & PKI-SERVICES */
.certification-image-wrapper {
  display: block;
  max-width: 160px;
  float: left;
  margin-right: 10px;
}

.certification-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.certification-links {
  display: block;
  float: left;
}

.certification-links li a:hover {
    text-decoration: none;
}

.certification-links i {
  font-size: 2.125rem;
}

@media screen and (min-width: 901px) {
  .certification-links i {
    font-size: 2.625rem;
    margin-right: 0px;
  }

  .certification-image-wrapper {
    margin-right: 19px;
  }
}

@media screen and (min-width: 1110px) {
  .certification-links i {
    font-size: 2.125rem;
  }

  .certification-image-wrapper {
    margin-right: 19px;
    max-width: 50%;
  }
}
/* CERTIFICATION module at DOWNLOADS & PKI-SERVICES */

/* PARTNERS */
.partner-image {
  position: relative;
  min-height: 140px;
}

@media screen and (max-width: 900px) {
  .partner-image {
    height: auto !important;
  }
}

.partner-image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .partner-image a {
    position: relative;
    display: block;
    text-align: center;
  }
}

.partner-image a img {
  max-width: 420px;
  margin-top: -20px;
  padding: 20px;
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (max-width: 900px) {
  .partner-image a img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* end PARTNERS */

/* CONTACT FORM */
.help-block {
  color: #000;
  margin-left: 14px;
}

.help-block .text {
  background-color: #ececed;
  display: inline-block;
  border: 1px solid #ececed;
  font-size: 13px;
  margin-top: -1px;
  border-radius: 6px;
  line-height: 16px;
  padding: 5px 8px;
}

.help-block .arrow-wrap {
  width: 22px;
  overflow: hidden;
  height: 8px;
}

.help-block .arrow-wrap .arrow {
  width: 16px;
  height: 16px;
  background-color: #ececed;
  border: 1px solid #ececed;
  transform: rotate(45deg);
  margin-top: 4px;
  margin-bottom: -20px;
  margin-left: 7px;
}

.contact-hint {
  padding-bottom: 30px;
}

.input-group {
  margin-bottom: 1rem;
  display: block;
}

.input-group-desc {
  display: block;
  padding: 10px 0;
}

.captcha-wrapper {
  display: block;
}

@media screen and (min-width: 901px) {
  .captcha-wrapper {
    text-align: center;
  }
}

.input-group:last-of-type {
  margin-bottom: 0;
}

.contact-form-wrapper ul {
  list-style: none;
}

.contact-form-wrapper li {
  list-style: none;
  margin: 0 0 12px;
}

.contact-form-wrapper .gfield_label {
  display: inline-block;
}

.contact-form-wrapper .ginput_counter {
  display: inline-block;
  color: #BFBFBF;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  padding: 3px 0 8px;
}

.contact-form-wrapper .ginput_container_select {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  padding: 10px 0px 8px 15px;
  border: solid 2px #CCCCCC;
  border-radius: 20px;
  vertical-align: top;
}

.contact-form-wrapper textarea {
  width: 100%;
  padding: 10px 10px 10px 20px;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  border: none;
  border-radius: 15px;
  vertical-align: top;
  margin-top: 5px;
}

.contact-form-wrapper .contact-description-input {
  height: 354px;
}

.contact-form-wrapper select {
  background-color: #fff;
  height: auto;
  padding: 10px 10px 10px 20px;
  border: none;
}

.contact-form-wrapper select::-ms-expand {
  display: none;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea,
.contact-form-wrapper select {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
  /* outline: none !important; */
}

.contact-form-wrapper textarea {
  overflow: auto;
}

.contact-form-wrapper .button:after,
.contact-form-wrapper .button-white:after,
.contact-form-wrapper .button-blue:after,
.contact-form-wrapper .button-transp:after {
  background: url("../assets/img/icon_chevron-white.svg") 0 0 no-repeat;
  background-size: cover;
}

.contact-form-wrapper .validation .gfield_label {
  display: none;
}

.contact-form-wrapper .validation_error {
  color: #e3632b;
  padding: 10px;
  border-left: 2px solid #e3632b;
}

.contact-form-wrapper .gfield_checkbox li {
  margin: 0;
  padding: 0;
}

.contact-form-wrapper .gfield_checkbox br {
  display: none;
}

.contact-form-wrapper .gfield_checkbox input[type="checkbox"],
.contact-form-wrapper .gfield_checkbox textarea[type="checkbox"] {
  margin-right: 5px;
}

.contact-form-wrapper button[type="submit"],
.contact-form-wrapper input[type="submit"],
a.chevron-button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  color: #000;
  font-family: "Montserrat Medium", Verdana, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  min-height: 40px;
  margin: 20px 0;
  padding: 12px 50px 12px 14px;
  background-color: #FF6D43;
  border-radius: 15px;
  border: none;
  text-decoration: none;
}

.contact-form-wrapper button[type="submit"]:disabled,
.contact-form-wrapper input[type="submit"]:disabled {
  cursor: default;
  background-color: #808080;
}

.contact-form-wrapper .gform_button,
.chevron-button {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
  background: url("../assets/img/learn-arrow.svg") #FF6D43 92% center no-repeat;
  background-size: 12px 12px;
}

.contact-form-wrapper .gform_button:hover:enabled,
.chevron-button:hover {
  background-color: #fff;
}

.chevron-button, .chevron-button:hover {
  background-position: 94% center;
}

.contact-form-wrapper .chaptcha-text {
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 16px;
  min-height: 40px;
  line-height: 40px;
}

.chaptcha-text {
  margin-right: 5px;
}

.contact-form-wrapper .result-box {
  display: inline-block;
  margin-left: 1px;
  min-width: 50px;
  width: 50px;
  padding: 10px 5px;
  text-align: center;
}

.contact-form-wrapper .contact-button-wrapper {
  text-align: center;
}

.csr-textarea {
  height: 35rem;
}
/* end CONTACT FORM */

/* LOGIN */
.login-form {
  margin-top: 20px;
}

@media screen and (min-width: 901px) {
  .login-form input[type="submit"] {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.login-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/* end LOGIN */

/* eHealth */
.inner-list {
  margin: 1.875rem 0 1.875rem 2.25rem;
}

/* images limits */
img.img-distribution {
  max-width: 500px
}

img.img-mail-gateway {
  max-width: 550px
}

.img-cert {
  vertical-align: middle;
  margin-left: 3px;
}

.sg1 {
  padding: 2rem 2rem 0.5rem 2rem;
  text-align: center;
}

/* Cookies alert */
.cookie-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  z-index: 97;
}

.cookie-alert > div {
  padding: 1.1rem 1.625rem;
  box-shadow: 0 -1px 10px 0 #acabab4d;
  border: 1px solid #f4f4f4;
}

.cookie-alert .ca-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .875rem;
  line-height: 1.5rem;
}

.cookie-alert .ca-caption {
  font-size: 1.125rem;
}

.cookie-info-text {
  font-size: 14px;
  font-size: .875rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.cookie-alert-buttons {
  margin-left: 1rem;
  display: flex;
}

.cookie-alert a, .cookie-alert a:hover,
.cookie-alert a:visited {
  color: #FF6D43;
}

.cookie-alert button, .cookie-button,
.cookie-prefrence-btn-wrapper button {
  padding: 8px 27px;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
  border: 1px solid #ff6d43;
  border-radius: 10px;
  min-height: 30px;
  margin: 0 .5rem 0 0;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-family: "Montserrat Medium", Verdana, sans-serif;
  white-space: nowrap;
}

.cookie-alert button:hover, .cookie-button:hover,
.cookie-prefrence-btn-wrapper button:hover {
  background-color: #FF6D43;
}

.cookie-alert button:last-child, .cookie-button:last-child,
.cookie-prefrence-btn-wrapper button:last-child {
  margin-right: 0;
}

.cookie-alert button.outline,
.cookie-prefrence-btn-wrapper button.outline {
  border-color: #000;
  background-color: #FFF;
}

.cookie-alert button {
  margin-bottom: 5px;
}

.cookie-alert button:hover,
.cookie-prefrence-btn-wrapper button:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1280px) {
  .cookie-alert button, .cookie-button {
    display: inline-block;
    width: auto;
  }

  .cookie-alert button {
    margin: 0 5px 0 0;
  }
}

@media (max-width: 900px) {
  .ca-content {
    flex-direction: column;
  }

  .cookie-alert-buttons {
    margin: 1rem 0 0;
  }
}

@media (max-width: 576px) {
  .cookie-alert-buttons {
    flex-direction: column-reverse;
    width: 100%;
  }
  
  .cookie-alert button{
    width: 100%;
  }
}

.cookie-overlay {
  background: #000000;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}

.cookie-modal {
  box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    position: fixed;
    max-width: 100%;
    background: #ffffff;
    top: 50%;
    box-sizing: border-box;
    border-radius: 6px;
    z-index: 999999999;
    color: #212121;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    visibility: hidden;
    transition: all 0s ease;
}

.cookie-modal.modal-open {
  display: flex;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 1s ease;
}

.cookie-pref-center {
  max-height: 79vh;
  overflow: hidden;
  width: 845px;
  overflow: hidden;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border-color: #f4f4f4;
}

.cookie-pref-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid #f4f4f4;
}

.cookie-pref-header .cookie-pref-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  word-break: break-word;
}

.cookie-pref-header .cookie-btn-close {
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  padding: 0;
  background: none;
  border: none;
  width: auto;
  height: auto;
  min-height: 0;
  line-height: 0;
  text-shadow: none;
  box-shadow: none;
}

.cookie-pref-body {
  padding: 0 24px;
  flex: 1;
  overflow: auto;
  box-sizing: border-box;
}

.cookie-pref-content-wrapper, .cookie-gpc-wrapper .cookie-gpc-desc {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 12px 0;
  border-bottom: 1px solid #f4f4f4;
}

.cookie-pref-content-wrapper p {
  font-size: 14px;
}

.cookie-accordion-wrapper {
  margin-bottom: 10px;
}

.cookie-accordion {
  border-bottom: 1px solid #f4f4f4;
}

.cookie-accordion .cookie-accordion-item {
  display: flex;
  margin-top: 10px;
}

.cookie-accordion-chevron {
  margin-right: 6px;
  position: relative;
  cursor: pointer;
  margin-top: 3px;
}

.cookie-accordion-header-wrapper {
  cursor: pointer;
  width: 100%;
}

.cookie-accordion-item .cookie-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-accordion-header .cookie-accordion-btn {
  font-size: 16px;
  font-family: inherit;
  line-height: 24px;
  background: none;
  border: none;
  font-weight: 700;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-transform: none;
  min-height: 0;
  text-shadow: none;
  box-shadow: none;
}

.cookie-accordion-header .cookie-always-active {
  color: #008000;
  font-weight: 600;
  line-height: 24px;
  font-size: 14px;
}

.cookie-accordion-header-desc {
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0 0 0;
}

.cookie-accordion-header-desc p {
  font-size: 14px;
}

.cookie-accordion .cookie-accordion-body {
    display: block;
    padding: 0 22px;
    margin-bottom: 16px;
}

.cookie-audit-table {
  background: #f4f4f4;
  border-radius: 6px;
}

.cookie-audit-table .cookie-desc-table {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  padding: 15px 10px;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
}

.cookie-audit-table .cookie-desc-table li:first-child {
  padding-top: 0;
}

.cookie-audit-table .cookie-desc-table li {
  list-style-type: none;
  display: flex;
  padding: 3px 0;
  margin: 0 10px;
}

.cookie-desc-table li div:first-child {
  width: 100px;
  font-weight: 600;
  word-break: break-word;
  word-wrap: break-word;
}

.cookie-desc-table li div:last-child {
  flex: 1;
  word-break: break-word;
  word-wrap: break-word;
  margin-left: 8px;
}

.cookie-switch input[type=checkbox]:checked {
  background-color: #ff6d43!important;
}

.cookie-switch input[type="checkbox"] {
  position: relative;
  width: 44px;
  height: 24px;
  margin: 0;
  background: #d0d5d2;
  -webkit-appearance: none;
  border-radius: 50px;
  cursor: pointer;
  outline: 0;
  border: none;
  top: 0;
}

.cookie-switch input[type="checkbox"]:checked:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.cookie-switch input[type="checkbox"]:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0;
}

.cookie-pref-footer {
  position: relative;
}

.cookie-prefrence-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 22px 24px;
  border-top: 1px solid #f4f4f4;
}

.cookie-prefrence-btn-wrapper button {
  width: inherit;
}

@media (max-width: 576px) {
  .cookie-modal {
    max-width: 100%;
  }

  .cookie-pref-center {
    max-height: 100vh;
  }

  .cookie-prefrence-btn-wrapper button {
    margin: 0 0 .5rem 0;
    width: 100%;
  }

  .cookie-prefrence-btn-wrapper button:first-child {
    margin: 0;
  }

  .btn-accept {
    order: 1;
  }

  .btn-save {
    order: 2;
  }

  .btn-reject {
    order: 3;
  }
}

/* Alerts */
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 1.25rem;
  line-height: 1.5rem;
}

.alert-info {
    color: #0089C4;
    background-color: #eff8fb;
    border-color: #0089C4;
}

.alert-success {
    color: #3F9C35;
    background-color: #f0f9ef;
    border-color: #3F9C35;
}

.alert-danger {
  color: #D64937;
  background-color: #fff5f5;
  border-color: #D64937;
}

.alert-warning {
    color: #ffa500;
    background-color: #fff9f0;
    border-color: #ffa500;
}

.alert-grey {
    background-color: #ececed;
    border-color: #ececed;
}

.alert-grey a {
    color: #ff6d43;
}

.alert > .close {
    cursor: pointer;
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-top: -3px;
}

.hidden { display: none !important; }
.pb-reset { padding-bottom: 0; }