iframe {
  max-width: 100vw; }

.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.brd-red {
  outline: 1px solid #FF0000 !important;
  margin: 0; }

.temp-loader {
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  top: 50%;
  text-align: center;
  font-size: 14px; }

.edit_cms_link {
  position: relative;
  z-index: 999; }

/* --------------------------- terms and conditions lightbox --------------------------- */
#terms-and-conditions-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hidden {
  opacity: 0;
  visibility: hidden; }

#terms-and-conditions-wrap .lightbox-wrap {
  position: relative;
  width: 60%;
  height: 500px;
  left: 50%;
  top: 10%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background-image: radial-gradient(#fff, #b5b5b5);
  border: 7px solid #fff;
  overflow-y: scroll;
  padding: 0 30px; }

#terms-and-conditions-wrap h2, #terms-and-conditions-wrap h2 strong {
  font-size: 12px;
  color: #000;
  font-style: normal; }

#terms-and-conditions-wrap .propositions-list {
  padding: 0 0 20px 0;
  font-size: 13px;
  line-height: 16px;
  color: #000;
  list-style: none; }

#terms-and-conditions-wrap .propositions-list h3,
#terms-and-conditions-wrap .propositions-list p,
#terms-and-conditions-wrap .propositions-list ul,
#terms-and-conditions-wrap .propositions-list li {
  list-style: none;
  padding-left: 0; }

#terms-and-conditions-wrap .propositions-list h3 {
  font-weight: 700;
  font-size: 13px;
  color: #000; }

#terms-and-conditions-wrap .close-wrap {
  width: 60%;
  height: 50px;
  top: 10%;
  position: fixed;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 1; }

#terms-and-conditions-wrap .close {
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  user-select: none;
  right: -54px;
  top: -16px; }

#terms-and-conditions-wrap .close .close-outer {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #888; }

#terms-and-conditions-wrap .close .close-outer .close-inner {
  width: 80%;
  height: 80%;
  background: #000;
  border-radius: 50%;
  left: 50%;
  position: relative;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  text-align: center;
  color: #888;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#terms-and-conditions-wrap .close:hover .close-outer .close-inner {
  background-color: red; }

#terms-and-conditions-wrap .close .close-outer .close-inner span {
  display: block;
  font-size: 15px;
  line-height: 21px; }

@media screen and (max-width: 750px) {
  #terms-and-conditions-wrap .lightbox-wrap {
    padding: 0 5px;
    width: 85%;
    position: absolute;
    top: 5vh;
    bottom: 5vh;
    height: 90vh; }
  #terms-and-conditions-wrap .close-wrap {
    width: 85%;
    top: 5vh; }
  #terms-and-conditions-wrap .close {
    right: -27px; } }

/* --------------------------- [end] terms and conditions lightbox --------------------------- */
/* --------------------------- partial lists styles --------------------------- */
.plist_theme_sca {
  font-family: Verdana, Geneva, sans-serif;
  color: #484948;
  padding: 20px 0; }
  .plist_theme_sca .ul_header {
    font-size: 20px;
    color: #f15a2a;
    font-family: "hebarcondbold"; }
  .plist_theme_sca .article_header {
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 15px; }
  .plist_theme_sca p.article_description {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    margin-bottom: 10px; }
  .plist_theme_sca .footer_column li {
    text-transform: capitalize;
    font-size: 12px; }
    .plist_theme_sca .footer_column li a {
      font-size: 11px;
      color: #007A9C;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .plist_theme_sca .footer_column li a:hover {
        color: #fff; }

.plist_theme_mmo, .plist_theme_dmo {
  padding: 10px 5px; }
  .plist_theme_mmo .ul_header, .plist_theme_dmo .ul_header {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    line-height: 18px; }
  .plist_theme_mmo ul, .plist_theme_dmo ul {
    width: 160px;
    /*padding-left: 10px !important;*/
    font-size: 11px; }
    .plist_theme_mmo ul li, .plist_theme_dmo ul li {
      list-style-type: none;
      line-height: 14px;
      padding: 2px 0; }
      .plist_theme_mmo ul li a, .plist_theme_dmo ul li a {
        font-size: 13px;
        text-decoration: none;
        text-transform: capitalize;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

@media screen and (max-width: 750px) {
  .plist_theme_mmo .footer_column:first-of-type, .plist_theme_dmo .footer_column:first-of-type {
    width: 100% !important;
    display: table-cell; }
    .plist_theme_mmo .footer_column:first-of-type .ul_header, .plist_theme_dmo .footer_column:first-of-type .ul_header {
      font-size: 15px; }
    .plist_theme_mmo .footer_column:first-of-type .footer_column li a, .plist_theme_dmo .footer_column:first-of-type .footer_column li a {
      font-size: 14px; }
  .nav_bar_tabs li, .sub-navbar {
    width: 100%; }
  .sub-navbar .plist_theme_mmo, .sub-navbar .plist_theme_dmo {
    margin: 0 !important;
    width: 100%; }
    .sub-navbar .plist_theme_mmo ul.footer_column, .sub-navbar .plist_theme_dmo ul.footer_column {
      padding: 0 !important;
      display: block; }
      .sub-navbar .plist_theme_mmo ul.footer_column li, .sub-navbar .plist_theme_dmo ul.footer_column li {
        width: 100%;
        display: block;
        margin: 0;
        text-align: center; } }

@media screen and (max-width: 750px) {
  .plist_theme_dmo .footer_column:first-of-type {
    width: 100% !important;
    display: table-cell; } }

.plist_theme_default-responsive {
  display: block;
  text-align: center; }
  .plist_theme_default-responsive ul.footer_column {
    display: block !important; }
    .plist_theme_default-responsive ul.footer_column ul.footer_column {
      width: 152px; }
  .plist_theme_default-responsive .footer_column:first-of-type {
    position: relative;
    width: 100%; }
  .plist_theme_default-responsive .plist_theme_default-responsive {
    text-align: left;
    display: inline-block;
    float: left; }
    .plist_theme_default-responsive .plist_theme_default-responsive ul.footer_column, .plist_theme_default-responsive .plist_theme_default-responsive .ul_header {
      float: left;
      clear: both; }

@media only screen and (max-width: 576px) {
  /* Use CSS columns for 2-column layout - fills vertically first */
  .plist_theme_default-responsive > .footer_column {
    display: block !important;
    column-count: 2 !important;
    column-gap: 4% !important; }
  .plist_theme_default-responsive .plist_theme_default-responsive {
    margin-bottom: 12px !important;
    width: 100% !important;
    box-sizing: border-box;
    text-align: left;
    break-inside: avoid; }
  /* Reset inner lists to single column */
  .plist_theme_default-responsive .plist_theme_default-responsive .footer_column {
    column-count: 1 !important;
    display: block !important; } }

.plist_theme_wla3 .footer_column:first-of-type {
  position: relative;
  width: auto;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }
  .plist_theme_wla3 .footer_column:first-of-type .footer_column {
    width: auto;
    min-width: 180px; }
  .plist_theme_wla3 .footer_column:first-of-type .plist_theme_wla3 .ul_header {
    color: #336699;
    font-weight: 700;
    padding-bottom: 5px;
    display: block; }
  .plist_theme_wla3 .footer_column:first-of-type .plist_theme_wla3 .footer_column li a {
    color: #333333;
    font-size: 13px; }

@media only screen and (max-width: 768px) {
  .plist_theme_wla3 .footer_column:first-of-type {
    display: block; }
    .plist_theme_wla3 .footer_column:first-of-type .plist_theme_wla3 {
      width: 100%;
      padding: 4px 20px; }
      .plist_theme_wla3 .footer_column:first-of-type .plist_theme_wla3 .ul_header {
        font-size: 14px;
        color: #333 !important; }
      .plist_theme_wla3 .footer_column:first-of-type .plist_theme_wla3 .footer_column {
        left: 0;
        transform: none; }
        .plist_theme_wla3 .footer_column:first-of-type .plist_theme_wla3 .footer_column li a {
          font-size: 14px;
          color: #337ab7 !important; }
        .plist_theme_wla3 .footer_column:first-of-type .plist_theme_wla3 .footer_column li:hover a {
          color: #074880 !important; } }

@media only screen and (max-width: 970px) {
  .plist_theme_mmo:first-of-type, .plist_theme_dmo:first-of-type {
    text-align: center; }
  .plist_theme_mmo .footer_column:first-of-type, .plist_theme_dmo .footer_column:first-of-type {
    width: auto;
    text-align: left;
    position: relative; } }

.plist_theme_dmo .ul_header {
  color: #9fb9ce; }

.plist_theme_dmo li a {
  color: #98dddd; }

.plist_theme_dmo li:hover a {
  color: #3ef2f2; }

.plist_theme_dmo a.link-to-article, .plist_theme_dmo a.link-to-full-list {
  font-size: 0.909em;
  color: #f15a2a !important;
  text-transform: uppercase !important; }

.plist_theme_dmo .list-decoration-single_arrow ul li:before {
  border-left: 3px solid #98dddd !important; }

.plist_theme_dmo .list-decoration-single_arrow ul li:hover:before {
  border-left: 3px solid #3ef2f2 !important; }

.plist_theme_mmo .ul_header {
  color: #bbadbc;
  font-size: 9pt; }

.plist_theme_mmo li a {
  color: #bbadbc; }

.plist_theme_mmo li:hover a {
  color: #fff; }

.plist_theme_mmo .list-decoration-single_arrow ul li:before {
  border-left: 3px solid #bbadbc !important; }

.plist_theme_mmo .list-decoration-single_arrow ul li:hover:before {
  border-left: 3px solid #fff !important; }

.plist_theme_lungs li {
  font-size: 14px;
  padding-left: 24px !important;
  cursor: default; }
  .plist_theme_lungs li a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .plist_theme_lungs li:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #d8d8d8;
    margin-top: 2px;
    left: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .plist_theme_lungs li:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 28px;
    margin-top: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg); }
  .plist_theme_lungs li:hover:before {
    background-color: #f5c12e; }
  .plist_theme_lungs li:hover a {
    text-decoration: none;
    color: #4b3e59; }
  .plist_theme_lungs li a {
    padding: 5px 0 5px 25px;
    margin-left: -25px;
    position: relative;
    z-index: 1; }

.inline-plist ul.footer_column {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .inline-plist ul.footer_column ul.footer_column {
    display: block; }

.double-column-list .footer_column li {
  width: 50%;
  margin-top: 1px; }
  .double-column-list .footer_column li:nth-child(even) {
    float: right; }
  .double-column-list .footer_column li:nth-child(odd) {
    float: left; }
  .double-column-list .footer_column li a {
    text-transform: none;
    color: #007a9c; }

.list-decoration-none ul {
  list-style: none;
  padding-left: 0px; }

.no-list-header .ul_header {
  display: none; }

.simple-list a {
  color: #007A9C !important; }

.list-decoration-double_arrows .footer_column {
  padding-left: 20px; }
  .list-decoration-double_arrows .footer_column li {
    list-style-type: none;
    position: relative; }
    .list-decoration-double_arrows .footer_column li:before, .list-decoration-double_arrows .footer_column li:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #bf1e2e;
      left: -18px;
      top: 4px;
      z-index: 2; }
    .list-decoration-double_arrows .footer_column li:after {
      left: -15px;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #f15a2a;
      z-index: 1; }

.list-decoration-single_arrow .footer_column li {
  list-style-type: none;
  position: relative;
  line-height: 1.5; }
  .list-decoration-single_arrow .footer_column li:before {
    content: '';
    position: absolute;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #bbadbc;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .list-decoration-single_arrow .footer_column li:hover::before {
    border-left: 3px solid #fff; }

.list-decoration-check .footer_column {
  padding-left: 20px; }
  .list-decoration-check .footer_column li {
    position: relative;
    padding: 3px 25px; }
    .list-decoration-check .footer_column li:before {
      left: 7px;
      top: 3px;
      content: '';
      position: absolute;
      width: 3px;
      height: 15px;
      background-color: #f3ba27;
      transform: rotate(45deg); }
    .list-decoration-check .footer_column li:after {
      left: 0;
      top: 9px;
      content: '';
      position: absolute;
      width: 3px;
      height: 6px;
      background-color: #f3ba27;
      transform: rotate(-45deg); }

/* --------------------------- [end]partial lists styles --------------------------- */
/* --------------------------- helpers --------------------------- */
.non-selectable {
  user-select: none;
  cursor: default; }

/* --------------------------- [end]helpers --------------------------- */
