@charset "UTF-8";
/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Version Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/* Typography ----------------------------------------------------------------------------- */
@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-bold.eot");
  src: url("fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-bold.woff") format("woff"), url("fonts/lineto-circular-bold.ttf") format("truetype"), url("fonts/lineto-circular-bold.svg#lineto-circular-bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-book.eot");
  src: url("fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-book.woff") format("woff"), url("fonts/lineto-circular-book.ttf") format("truetype"), url("fonts/lineto-circular-book.svg#lineto-circular-book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circular-Black";
  src: url("fonts/lineto-circular-black.eot");
  src: url("fonts/lineto-circular-black.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-black.woff") format("woff"), url("fonts/lineto-circular-black.ttf") format("truetype"), url("fonts/lineto-circular-black.svg#Circular-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Simplon";
  src: url("fonts/SimplonMono-Regular-WebS.eot");
  src: url("fonts/SimplonMono-Regular-WebS.eot?#iefix") format("embedded-opentype"), url("fonts/SimplonMono-Regular-WebS.woff") format("woff"), url("fonts/SimplonMono-Regular-WebS.ttf") format("truetype"), url("fonts/SimplonMono-Regular-WebS.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Simplon";
  src: url("fonts/SimplonMono-Bold-WebS.eot");
  src: url("fonts/SimplonMono-Bold-WebS.eot?#iefix") format("embedded-opentype"), url("fonts/SimplonMono-Bold-WebS.woff") format("woff"), url("fonts/SimplonMono-Bold-WebS.ttf") format("truetype"), url("fonts/SimplonMono-Bold-WebS.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Simplon-Light";
  src: url("fonts/SimplonMono-Light-WebS.eot");
  src: url("fonts/SimplonMono-Light-WebS.eot?#iefix") format("embedded-opentype"), url("fonts/SimplonMono-Light-WebS.woff") format("woff"), url("fonts/SimplonMono-Light-WebS.ttf") format("truetype"), url("fonts/SimplonMono-Light-WebS.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OnShow";
  src: url("fonts/onshow_reg.eot");
  src: url("fonts/onshow_reg.eot?#iefix") format("embedded-opentype"), url("fonts/onshow_reg.woff") format("woff"), url("fonts/onshow_reg.ttf") format("truetype"), url("fonts/onshow_reg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OnShow";
  src: url("fonts/onshow_bold.eot");
  src: url("fonts/onshow_bold.eot?#iefix") format("embedded-opentype"), url("fonts/onshow_bold.woff") format("woff"), url("fonts/onshow_bold.ttf") format("truetype"), url("fonts/onshow_bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* Typography ----------------------------------------------------------------------------- */
body {
  line-height: 1.3;
  font-family: "Circular", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.22vw;
  word-spacing: -0.05em;
  letter-spacing: -0.015em;
}
@media (min-width: 1790px) {
  body {
    font-size: 21.96px;
  }
}
@media (max-width: 1290px) {
  body {
    font-size: 15.738px;
  }
}
@media (max-width: 890px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 590px) {
  body {
    font-size: 14.5px;
  }
}

p, .paragraph, blockquote {
  font-weight: 400;
  font-size: 1.22vw;
  line-height: 1.3;
  font-family: "Circular", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  color: black;
}
@media (min-width: 1790px) {
  p, .paragraph, blockquote {
    font-size: 21.96px;
  }
}
@media (max-width: 1290px) {
  p, .paragraph, blockquote {
    font-size: 15.738px;
  }
}
@media (max-width: 890px) {
  p, .paragraph, blockquote {
    font-size: 15px;
  }
}
@media (max-width: 590px) {
  p, .paragraph, blockquote {
    font-size: 14.5px;
  }
}
p + p, .paragraph + p, blockquote + p {
  text-indent: 20px;
  text-indent: 2vw;
}

p a, p a:visited, p a:active {
  text-decoration: none;
  color: rgba(20, 20, 20, 0.9);
  display: inline;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.3s ease-in-out;
}
p a:hover, p a:visited:hover, p a:active:hover {
  color: black;
  border-bottom: 1px solid black;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "OnShow", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: black;
  letter-spacing: -0.02em;
  letter-spacing: 0;
}

h1, .h1 {
  font-size: 2.75vw;
  word-spacing: -0.06em;
  letter-spacing: -0.02em;
}
@media (min-width: 1790px) {
  h1, .h1 {
    font-size: 49.5px;
  }
}
@media (max-width: 1290px) {
  h1, .h1 {
    font-size: 35.475px;
  }
}
@media (max-width: 590px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2, .h2 {
  font-size: 3vw;
  margin-bottom: 0vw;
  letter-spacing: -0.015em;
}
@media (min-width: 1790px) {
  h2, .h2 {
    font-size: 54px;
    margin-bottom: 0;
  }
}
@media (max-width: 1290px) {
  h2, .h2 {
    font-size: 38.7px;
    margin-bottom: 0;
  }
}
@media (max-width: 850px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (max-width: 590px) {
  h2, .h2 {
    font-size: 24px;
  }
}
@media (max-width: 490px) {
  h2, .h2 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  h2, .h2 {
    font-size: 24px;
  }
}

.featurebig p {
  font-weight: bold;
  line-height: 1.1;
}

h3, .h3, .globalnav_panel > .globalnav_wrap > ul > li > a {
  font-size: 1.9vw;
}
@media (min-width: 1790px) {
  h3, .h3, .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 36.18px;
  }
}
@media (max-width: 1290px) {
  h3, .h3, .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 25.929px;
  }
}
@media (max-width: 850px) {
  h3, .h3, .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 23px;
  }
}
@media (max-width: 790px) {
  h3, .h3, .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 22px;
  }
}
@media (max-width: 590px) {
  h3, .h3, .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 1.8vw;
}
@media (min-width: 1790px) {
  h4, .h4 {
    font-size: 32.4px;
  }
}
@media (max-width: 1290px) {
  h4, .h4 {
    font-size: 23.22px;
  }
}
@media (max-width: 590px) {
  h4, .h4 {
    font-size: 22px;
  }
}
@media (max-width: 490px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-weight: bold;
  font-size: 1.3vw;
  margin-top: 0;
}
@media (min-width: 1790px) {
  h5, .h5 {
    font-size: 23.4px;
  }
}
@media (max-width: 1290px) {
  h5, .h5 {
    font-size: 16.77px;
  }
}
@media (max-width: 590px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 16px;
}
@media (max-width: 490px) {
  h6, .h6 {
    font-size: 14px;
  }
}

blockquote {
  background: #f5f5f8;
  padding: 30px;
  border-left: 3px solid red;
  margin: 15px 0;
  max-width: 825px !important;
  margin-top: 1.8vw !important;
  margin-bottom: 1.8vw !important;
}
@media (min-width: 1790px) {
  blockquote {
    margin-bottom: 32.4px !important;
    margin-top: 32.4px !important;
  }
}
@media (max-width: 1290px) {
  blockquote {
    margin-bottom: 23.22px !important;
    margin-top: 23.22px !important;
  }
}

form, input, button, textarea {
  font-family: "Circular", sans-serif !important;
}

a.button {
  background: black;
  color: white;
  display: inline-block;
  text-decoration: none;
  height: 3.5vw;
  line-height: 3.2vw;
  border-radius: 1.75vw;
  padding: 0 1.5vw;
  margin: 1vw 0.5vw 0 -0.25vw;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1790px) {
  a.button {
    height: 63px;
    line-height: 57.6px;
    border-radius: 31.5px;
    padding: 0px 27px;
    margin: 18px 9px 0 -4.5px;
  }
}
@media (max-width: 1290px) {
  a.button {
    height: 45.15px;
    line-height: 41.28px;
    border-radius: 22.575px;
    padding: 0px 19.35px;
    margin: 12.9px 6.45px 0 -3.225px;
  }
}
a.button:hover {
  opacity: 0.95;
}
a.button:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(/wp-content/themes/pdl/assets/css/img/icon-12.svg);
  transform: rotate(90deg);
  position: relative;
  top: 0.55vw;
  right: -0.5vw;
}
@media (min-width: 1790px) {
  a.button:after {
    top: 9.9px;
    right: -9px;
  }
}
@media (max-width: 1290px) {
  a.button:after {
    top: 7.095px;
    right: -6.45px;
  }
}

/* Text Editor */
.text_editor {
  /* Paragraphs */
  /* Headings */
  /* Heading Spacing */
  /* In Paragraph Text Links */
  /* Horizontal Rule */
  /* Bullet & Numbered Lists */
  /* Tables */
}
.text_editor p, .text_editor td {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1290px) {
  .text_editor p, .text_editor td {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .text_editor p, .text_editor td {
    width: 99%;
  }
}
.text_editor h1, .text_editor h2, .text_editor h3, .text_editor h4, .text_editor h5, .text_editor h6 {
  margin-top: 0;
  margin-bottom: 1vw;
}
@media (min-width: 1790px) {
  .text_editor h1, .text_editor h2, .text_editor h3, .text_editor h4, .text_editor h5, .text_editor h6 {
    margin-bottom: 18px;
  }
}
@media (max-width: 1290px) {
  .text_editor h1, .text_editor h2, .text_editor h3, .text_editor h4, .text_editor h5, .text_editor h6 {
    margin-bottom: 12.9px;
  }
}
.text_editor h1 + p, .text_editor h2 + p, .text_editor h3 + p, .text_editor h4 + p, .text_editor h5 + p, .text_editor h6 + p {
  margin-top: -0.8vw;
}
@media (min-width: 1790px) {
  .text_editor h1 + p, .text_editor h2 + p, .text_editor h3 + p, .text_editor h4 + p, .text_editor h5 + p, .text_editor h6 + p {
    margin-top: -14.4px;
  }
}
@media (max-width: 1290px) {
  .text_editor h1 + p, .text_editor h2 + p, .text_editor h3 + p, .text_editor h4 + p, .text_editor h5 + p, .text_editor h6 + p {
    margin-top: -10.32px;
  }
}
.text_editor p a, .text_editor td a, .text_editor ul a, .text_editor ol a {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-left: 1px !important;
  padding-right: 1px !important;
  margin-left: -1px !important;
  margin-right: -1px !important;
  display: inline-block;
  font-size: inherit;
  padding-bottom: 0px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  color: #7e7e7e;
}
.text_editor p a:after, .text_editor td a:after, .text_editor ul a:after, .text_editor ol a:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.text_editor p a:hover, .text_editor td a:hover, .text_editor ul a:hover, .text_editor ol a:hover {
  color: #757575;
}
.text_editor p a:hover:after, .text_editor td a:hover:after, .text_editor ul a:hover:after, .text_editor ol a:hover:after {
  width: 100%;
}
.text_editor hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
.text_editor blockquote p {
  width: 93%;
  margin: 0;
}
.text_editor ul, .text_editor ol {
  padding-left: 20px;
  margin-left: 0;
  margin-top: 1.8vw;
  margin-bottom: 1.8vw;
  font-size: 1.3vw;
  max-width: 900px;
  width: 88%;
}
@media (min-width: 1790px) {
  .text_editor ul, .text_editor ol {
    font-size: 23.4px;
    margin-bottom: 32.4px;
    margin-top: 32.4px;
  }
}
@media (max-width: 1290px) {
  .text_editor ul, .text_editor ol {
    font-size: 16.77px;
    margin-bottom: 23.22px;
    margin-top: 23.22px;
    line-height: 1.45;
  }
}
@media (max-width: 590px) {
  .text_editor ul, .text_editor ol {
    font-size: 16px;
  }
}
.text_editor ul li, .text_editor ol li {
  margin-bottom: 0;
  font-size: 1.22vw;
  color: black;
}
@media (min-width: 1790px) {
  .text_editor ul li, .text_editor ol li {
    font-size: 21.96px;
  }
}
@media (max-width: 1290px) {
  .text_editor ul li, .text_editor ol li {
    font-size: 15.738px;
  }
}
@media (max-width: 590px) {
  .text_editor ul li, .text_editor ol li {
    font-size: 14.5px;
  }
}
.text_editor ul {
  list-style: none;
  padding-left: 20px;
  margin-left: 0;
}
.text_editor ul li {
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 1390px) {
  .text_editor ul li {
    line-height: 1.45;
  }
}
.text_editor ul li:before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.text_editor ol {
  list-style-position: inside;
  padding-left: 0;
}
.text_editor table {
  width: 100% !important;
  max-width: 100% !important;
  background-color: #fafafa;
  border: none !important;
  max-width: 825px !important;
  margin-top: 1.8vw !important;
  margin-bottom: 1.8vw !important;
}
@media (min-width: 1790px) {
  .text_editor table {
    margin-bottom: 32.4px !important;
    margin-top: 32.4px !important;
  }
}
@media (max-width: 1290px) {
  .text_editor table {
    margin-bottom: 23.22px !important;
    margin-top: 23.22px !important;
  }
}
.text_editor table tr:first-of-type {
  background: #333333;
  color: white;
}
.text_editor table tr:first-of-type td {
  color: white;
}
.text_editor table tr:first-of-type td p {
  color: white;
}
.text_editor table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.text_editor table tr td {
  padding: 0.7em 0.7em 0.7em 0.7em;
  border: none;
  vertical-align: top;
  max-width: none;
  width: auto;
}
.text_editor table tr td p {
  width: 94% !important;
}

.text_editor_right h3, .text_editor_right .h3, .text_editor_right .globalnav_panel > .globalnav_wrap > ul > li > a {
  font-size: 1.55vw;
  margin-top: 20px;
}
@media (min-width: 1790px) {
  .text_editor_right h3, .text_editor_right .h3, .text_editor_right .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 27.9px;
  }
}
@media (max-width: 1290px) {
  .text_editor_right h3, .text_editor_right .h3, .text_editor_right .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 19.995px;
  }
}
@media (max-width: 790px) {
  .text_editor_right h3, .text_editor_right .h3, .text_editor_right .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 22px;
  }
}
@media (max-width: 590px) {
  .text_editor_right h3, .text_editor_right .h3, .text_editor_right .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 20px;
  }
}

/* Navigation */
.top-header {
  font-size: 16px;
  font-weight: 500;
}

.navbar .dropdown-menu {
  font-size: 17px;
}
@media (max-width: 490px) {
  .navbar .dropdown-menu {
    font-size: 15.5px;
  }
}
.navbar .dropdown-menu .dropdown-item {
  color: #1e1e1e;
}

.custom-breadcrumns {
  font-size: 17px;
}

/* Text Editor */
.text_editor hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
.text_editor blockquote p {
  width: 93%;
  margin: 0;
}
.text_editor ul, .text_editor ol {
  margin-top: 1.6vw;
  margin-bottom: 1.6vw;
  list-style: none;
  padding-left: 30px;
}
.text_editor ul li, .text_editor ol li {
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.text_editor ul li:before, .text_editor ol li:before {
  content: " ";
  color: #9e996f;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  background: url(../img/pdl_arrow.svg);
  width: 21px;
  height: 21px;
  margin-right: 1px;
  transform: rotate(-90deg);
  top: 3px;
  left: -0.4em;
  position: relative;
}
.text_editor table {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 1.75rem;
  background-color: #fafafa;
  border: none !important;
}
.text_editor table tr:first-of-type {
  background: #333333;
  color: white;
}
.text_editor table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.text_editor table tr td {
  padding: 0.7em 0.7em 0.7em 0.7em;
  border: none;
  vertical-align: top;
}
.text_editor figure {
  position: relative;
}
.text_editor figure figcaption {
  position: relative;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  padding: 11px 0px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  background: white;
  max-width: 90%;
}

/* page title */
.page-title-section h1, .page-title-section .h1, .page-title-section h2, .page-title-section .h2 {
  border-left: 5px solid #f9700f;
  padding-left: 10px;
  font-family: "Simplon", sans-serif;
  font-weight: 600;
  letter-spacing: -0.005em;
  font-size: 58px;
  text-transform: unset;
  color: white;
}
@media (max-width: 1390px) {
  .page-title-section h1, .page-title-section .h1, .page-title-section h2, .page-title-section .h2 {
    font-size: 54px;
  }
}
@media (max-width: 1290px) {
  .page-title-section h1, .page-title-section .h1, .page-title-section h2, .page-title-section .h2 {
    font-size: 46px;
  }
}
@media (max-width: 990px) {
  .page-title-section h1, .page-title-section .h1, .page-title-section h2, .page-title-section .h2 {
    font-size: 36px;
  }
}
@media (max-width: 490px) {
  .page-title-section h1, .page-title-section .h1, .page-title-section h2, .page-title-section .h2 {
    font-size: 32px;
  }
}

/* /page title */
.list-styled {
  padding-left: 25px;
}
.list-styled li {
  position: relative;
  margin-bottom: 15px;
}
.list-styled li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: url("../img/pdl_arrow.svg");
  left: -25px;
  top: 5px;
}

textarea.form-control {
  height: 200px;
  padding: 20px;
}

/* /page title */
.fun_facts h1, .fun_facts h2, .fun_facts h3, .fun_facts h4, .fun_facts h5 {
  font-family: "Circular", sans-serif;
  font-weight: normal;
}
.fun_facts h2 {
  font-size: 3.3em;
}
.fun_facts h5 {
  font-size: 0.8em;
  font-weight: bold;
}

a.text-color:visited [class^=ti-], a.text-color:visited [class*=" ti-"] {
  color: #757575;
}

a.play-btn:visited [class^=ti-], a.play-btn:visited [class*=" ti-"] {
  color: #ffffff;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  padding: 1.3vw;
  float: left;
  margin: 0;
  flex-shrink: 0;
}
@media (min-width: 1790px) {
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    padding: 23.27px;
  }
}
@media (max-width: 1090px) {
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    padding: 20px;
  }
}
@media (max-width: 890px) {
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    padding: 19px;
  }
}
@media (max-width: 750px) {
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    padding: 16px;
  }
}
.col1.flush, .col2.flush, .col3.flush, .col4.flush, .col5.flush, .col6.flush, .col7.flush, .col8.flush, .col9.flush, .col10.flush, .col11.flush, .col12.flush {
  padding: 0;
}

.col1 {
  width: 8.3333333333%;
}
@media (max-width: 590px) {
  .col1 {
    width: 100%;
  }
}

.col2 {
  width: 16.6666666667%;
}
@media (max-width: 1090px) {
  .col2 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col2 {
    width: 100%;
  }
}

.col3 {
  width: 25%;
}
@media (max-width: 1090px) {
  .col3 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col3 {
    width: 100%;
  }
}

.col4 {
  width: 33.3333333333%;
}
@media (max-width: 1090px) {
  .col4 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col4 {
    width: 100%;
  }
}

.col5 {
  width: 41.6666666667%;
}
@media (max-width: 1090px) {
  .col5 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col5 {
    width: 100%;
  }
}

.col6 {
  width: 50%;
}
@media (max-width: 1090px) {
  .col6 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col6 {
    width: 100%;
  }
}

.col7 {
  width: 58.3333333333%;
}
@media (max-width: 1090px) {
  .col7 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col7 {
    width: 100%;
  }
}

.col8 {
  width: 66.6666666667%;
}
@media (max-width: 1090px) {
  .col8 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col8 {
    width: 100%;
  }
}

.col9 {
  width: 75%;
}
@media (max-width: 1090px) {
  .col9 {
    width: 100%;
  }
}

.col10 {
  width: 83.3333333333%;
}
@media (max-width: 1090px) {
  .col10 {
    width: 100%;
  }
}

.col11 {
  width: 91.6666666667%;
}
@media (max-width: 1090px) {
  .col11 {
    width: 100%;
  }
}

.col12 {
  width: 100%;
}

.offset1 {
  margin-left: 8.3333333333%;
}
@media (max-width: 1090px) {
  .offset1 {
    margin-left: 0;
  }
}

.offset2 {
  margin-left: 16.6666666667%;
}
@media (max-width: 1090px) {
  .offset2 {
    margin-left: 0;
  }
}

.offset3 {
  margin-left: 25%;
}
@media (max-width: 1090px) {
  .offset3 {
    margin-left: 0;
  }
}

.offset4 {
  margin-left: 33.3333333333%;
}
@media (max-width: 1090px) {
  .offset4 {
    margin-left: 0;
  }
}

.offset5 {
  margin-left: 41.6666666667%;
}
@media (max-width: 1090px) {
  .offset5 {
    margin-left: 0;
  }
}

.offset6 {
  margin-left: 50%;
}
@media (max-width: 1090px) {
  .offset6 {
    margin-left: 0;
  }
}

.offset7 {
  margin-left: 58.3333333333%;
}
@media (max-width: 1090px) {
  .offset7 {
    margin-left: 0;
  }
}

.offset8 {
  margin-left: 66.6666666667%;
}
@media (max-width: 1090px) {
  .offset8 {
    margin-left: 0;
  }
}

.offset9 {
  margin-left: 75%;
}
@media (max-width: 1090px) {
  .offset9 {
    margin-left: 0;
  }
}

.offset10 {
  margin-left: 83.3333333333%;
}
@media (max-width: 1090px) {
  .offset10 {
    margin-left: 0;
  }
}

.offset11 {
  margin-left: 91.6666666667%;
}
@media (max-width: 1090px) {
  .offset11 {
    margin-left: 0;
  }
}

.pad_offset1 {
  margin-left: 8.3333333333%;
}

.pad_offset2 {
  margin-left: 16.6666666667%;
}

.pad_offset3 {
  margin-left: 25%;
}

.pad_offset4 {
  margin-left: 33.3333333333%;
}

.pad_offset5 {
  margin-left: 41.6666666667%;
}

@media (max-width: 1090px) {
  .pad_offset6 {
    margin-left: 50%;
  }
}

.pad_offset7 {
  margin-left: 58.3333333333%;
}

@media (max-width: 1090px) {
  .pad_offset8 {
    margin-left: 66.6666666667%;
  }
}

.pad_offset9 {
  margin-left: 75%;
}

.pad_offset10 {
  margin-left: 83.3333333333%;
}

.pad_offset11 {
  margin-left: 91.6666666667%;
}

@media (max-width: 1090px) {
  .pad_col1 {
    width: 8.3333333333%;
  }
}

@media (max-width: 1090px) {
  .pad_col2 {
    width: 16.6666666667%;
  }
}

@media (max-width: 1090px) {
  .pad_col3 {
    width: 25%;
  }
}

@media (max-width: 1090px) {
  .pad_col4 {
    width: 33.3333333333%;
  }
}

@media (max-width: 1090px) {
  .pad_col5 {
    width: 41.6666666667%;
  }
}

@media (max-width: 1090px) {
  .pad_col6 {
    width: 50%;
  }
}

@media (max-width: 1090px) {
  .pad_col7 {
    width: 58.3333333333%;
  }
}

@media (max-width: 1090px) {
  .pad_col8 {
    width: 66.6666666667%;
  }
}

@media (max-width: 1090px) {
  .pad_col9 {
    width: 75%;
  }
}

@media (max-width: 1090px) {
  .pad_col10 {
    width: 83.3333333333%;
  }
}

@media (max-width: 1090px) {
  .pad_col11 {
    width: 91.6666666667%;
  }
}

@media (max-width: 1090px) {
  .pad_col12 {
    width: 100%;
  }
}

@media (max-width: 590px) {
  .phone_col1 {
    width: 8.3333333333%;
  }
}

@media (max-width: 590px) {
  .phone_col2 {
    width: 16.6666666667%;
  }
}

@media (max-width: 590px) {
  .phone_col3 {
    width: 25%;
  }
}

@media (max-width: 590px) {
  .phone_col4 {
    width: 33.3333333333%;
  }
}

@media (max-width: 590px) {
  .phone_col5 {
    width: 41.6666666667%;
  }
}

@media (max-width: 590px) {
  .phone_col6 {
    width: 50%;
  }
}

@media (max-width: 590px) {
  .phone_col7 {
    width: 58.3333333333%;
  }
}

@media (max-width: 590px) {
  .phone_col8 {
    width: 66.6666666667%;
  }
}

@media (max-width: 590px) {
  .phone_col9 {
    width: 75%;
  }
}

@media (max-width: 590px) {
  .phone_col10 {
    width: 83.3333333333%;
  }
}

@media (max-width: 590px) {
  .phone_col11 {
    width: 91.6666666667%;
  }
}

@media (max-width: 590px) {
  .phone_col12 {
    width: 100%;
  }
}

@media (max-width: 1090px) {
  .pad_hide {
    display: none;
  }
}

@media (max-width: 590px) {
  .phone_hide {
    display: none;
  }
}

/* Button style */
.btn {
  font-size: 16px;
  font-family: "Circular", sans-serif;
  text-transform: capitalize;
  padding: 11px 30px;
  border-radius: 35px;
  font-weight: 700;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  overflow: hidden;
  font-size: 1.15vw;
}
@media (min-width: 1790px) {
  .btn {
    font-size: 20.7px;
  }
}
@media (max-width: 1290px) {
  .btn {
    font-size: 14.835px;
  }
}
@media (max-width: 590px) {
  .btn {
    padding: 8px 22px;
    font-size: 15.5px;
  }
}
.btn::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0%;
  z-index: -1;
  transition: transform 0.2s ease-in-out;
  transform-origin: top;
  transform: scaleY(0);
}
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn:active {
  box-shadow: none;
}
.btn:visited {
  color: white;
}
.btn:hover::before {
  transform: scaleY(1);
  transform-origin: bottom;
}

.btn-sm {
  padding: 9px 23px;
  font-size: 1vw;
}
@media (min-width: 1790px) {
  .btn-sm {
    font-size: 18px;
  }
}
@media (max-width: 1290px) {
  .btn-sm {
    font-size: 12.9px;
  }
}
@media (max-width: 590px) {
  .btn-sm {
    font-size: 13px;
  }
}

.btn-xs {
  padding: 5px 15px;
  font-size: 0.8vw;
}
@media (min-width: 1790px) {
  .btn-xs {
    font-size: 14.4px;
  }
}
@media (max-width: 1290px) {
  .btn-xs {
    font-size: 10.32px;
  }
}
@media (max-width: 590px) {
  .btn-xs {
    font-size: 12px;
  }
}

.btn-primary {
  background: #222222;
  color: #fff;
  border: 1px solid #222222 !important;
}
.btn-primary::before {
  background: #fff;
}
.btn-primary:active {
  background: #222222 !important;
  color: #222222;
}
.btn-primary:active::before {
  height: 80%;
}
.btn-primary:focus {
  color: white;
}
.btn-primary:hover {
  background: #090909;
  color: #222222;
}

.card .btn-primary {
  border: 2px solid #222222;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #827e58;
  border-color: #222222;
}

.btn-secondary {
  background: #fff;
  color: #9e996f;
  border: 1px solid #fff;
}
.btn-secondary::before {
  background: #9e996f;
}
.btn-secondary:active {
  background: #9e996f;
  color: #fff;
  border: 1px solid #fff;
}
.btn-secondary:hover {
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
}

.btn-primary-outline {
  border: 1px solid #9e996f;
  color: #9e996f;
  background: transparent;
}
.btn-primary-outline::before {
  background: #fff;
}
.btn-primary-outline:hover {
  background: #9e996f;
  color: #9e996f;
}
.btn-primary-outline:visited {
  color: #9e996f;
}
.btn-primary-outline:active {
  background: #9e996f;
  color: #fff;
}

.btn-primary-white {
  color: #fff;
  border-color: #fff;
}
.btn-primary-white:hover {
  color: #9e996f;
}
.btn-primary-white:visited {
  color: white;
}

.text_editor span.detail_theme_button a, .text_editor p span.detail_theme_button a, .text_editor span.detail_theme_buttonred a, .text_editor p span.detail_theme_buttonred a {
  display: inline-block;
  border: none !important;
  margin-bottom: 5px !important;
  margin-right: 1px !important;
  padding: 10px 12px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background: #1c1c1c;
  border-radius: 2px;
  font-weight: 700;
  opacity: 0.25;
  transition: 0.25s opacity ease-in-out;
  color: white;
  cursor: pointer;
  font-size: 1.15vw;
}
@media (min-width: 1790px) {
  .text_editor span.detail_theme_button a, .text_editor p span.detail_theme_button a, .text_editor span.detail_theme_buttonred a, .text_editor p span.detail_theme_buttonred a {
    font-size: 20.7px;
  }
}
@media (max-width: 1290px) {
  .text_editor span.detail_theme_button a, .text_editor p span.detail_theme_button a, .text_editor span.detail_theme_buttonred a, .text_editor p span.detail_theme_buttonred a {
    font-size: 14.835px;
  }
}
@media (max-width: 590px) {
  .text_editor span.detail_theme_button a, .text_editor p span.detail_theme_button a, .text_editor span.detail_theme_buttonred a, .text_editor p span.detail_theme_buttonred a {
    font-size: 16px;
  }
}
.text_editor span.detail_theme_button a:after, .text_editor p span.detail_theme_button a:after, .text_editor span.detail_theme_buttonred a:after, .text_editor p span.detail_theme_buttonred a:after {
  display: none;
}
.text_editor span.detail_theme_button a:hover, .text_editor p span.detail_theme_button a:hover, .text_editor span.detail_theme_buttonred a:hover, .text_editor p span.detail_theme_buttonred a:hover {
  color: white;
  opacity: 1;
  cursor: pointer;
}

.text_editor span.detail_theme_buttonred a, .text_editor p span.detail_theme_buttonred a {
  opacity: 1;
  margin-left: -2px;
  background: #222222;
  border: 2px solid white !important;
  transition: 0.25s opacity ease-in-out, 0.3s background ease-in-out, 0.3s border ease-in-out, 0.3s color ease-in-out;
}
.text_editor span.detail_theme_buttonred a:hover, .text_editor p span.detail_theme_buttonred a:hover {
  color: #222222;
  background: white;
  border: 1px solid #222222 !important;
}

.page-template-01_homepage-php .btn-primary-white:hover {
  background: #222222;
  color: #222222;
}

.featurepanel_wrap .btn-primary-white:hover {
  background: #9e996f;
  color: #9e996f;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

.clearfix {
  clear: both;
}

.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}
.container .row {
  margin-right: 0px;
  margin-left: 0px;
}
@media (max-width: 990px) {
  .container .row {
    display: block;
    vertical-align: text-top;
  }
}

html {
  margin-top: 0px !important;
}

#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
  position: fixed !important;
}

::selection {
  background: #b3af8d;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a {
  color: #9e996f;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}
a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #9e996f;
}

a.text-primary:hover {
  color: #9e996f !important;
}

a.text-light:hover {
  color: #9e996f !important;
}

h4 {
  transition: 0.2s ease;
}

.slick-slide {
  outline: 0;
}

@media (max-width: 990px) {
  body.page-template-04_contact-php .section {
    padding-top: 45px;
  }
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.border-primary {
  border-color: #ededf1 !important;
}

/* overlay */
.overlay {
  position: relative;
  z-index: 7;
}
.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.72+31,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.72) 31%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.72) 31%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.72) 31%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b8000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
  opacity: 0.45;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #9e996f !important;
}

.bg-secondary {
  background: #1a1a1a !important;
}

.bg-accent {
  background: #222222 !important;
}

.bg-gray {
  background: #f8f8f8;
}

.text-primary {
  color: #9e996f !important;
}

.text-accent {
  color: #222222 !important;
}

.text-color {
  color: #757575;
}

.text-light {
  color: #9c9c9c !important;
}

.text-lighten {
  color: #d6d6e0 !important;
}

.text-muted {
  color: #b5b5b7 !important;
}

.text-dark {
  color: #1e1e4b !important;
}

.font-secondary {
  font-family: "Simplon", sans-serif;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pl-150 {
  padding-left: 150px;
}

.zindex-1 {
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.vertical-align-middle {
  vertical-align: middle;
}

.icon-md {
  font-size: 36px;
}

#map_canvas {
  height: 500px;
}

/* Custom Breadcrumb
================================================== */
.custom-breadcrumb li.nasted {
  position: relative;
  padding-left: 25px;
}
.custom-breadcrumb li.nasted::before {
  position: absolute;
  font-family: "themify";
  content: "\e649";
  font-size: 20px;
  top: 50%;
  left: -5px;
  color: #fff;
  transform: translateY(-50%);
}

.custom-breadcrumns {
  padding: 30px 0;
  -webkit-box-shadow: 0px -5px 70px 24px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px -5px 70px 24px rgba(0, 0, 0, 0.03);
  box-shadow: 0px -5px 70px 24px rgba(0, 0, 0, 0.03);
}
.custom-breadcrumns a {
  display: inline-block;
  color: #777777;
  font-weight: 500;
}
.custom-breadcrumns a:hover {
  color: #cccccc;
}
.custom-breadcrumns .current {
  color: #bdbdbd;
  font-weight: 500;
}
.custom-breadcrumns ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-breadcrumns ul li {
  display: inline-block;
  margin-right: 30px;
}
.custom-breadcrumns ul li.current_page_item a {
  color: #000000;
}

.icon-keyboard_arrow_right:before {
  content: "→";
  font-family: "Circular", sans-serif;
  display: none;
}

/* Articles ------------------------------------------------------------------------------ */
.flush {
  padding-left: 0;
  padding-right: 0;
}

.pdl_article {
  padding-right: 0px;
  padding-left: 0px;
  transform-origin: top center;
  transform: scale(1);
  z-index: 5;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 25%;
  -webkit-box-shadow: 0px 1px 12px 4px rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 12px 4px rgba(0, 0, 0, 0);
}
.pdl_article:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border: 1px solid black;
  pointer-events: none;
}
@media (min-width: 1090px) {
  .pdl_article:hover {
    z-index: 1000 !important;
    transform: scale(1.025);
    -webkit-box-shadow: 0px 1px 12px 4px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 1px 12px 4px rgba(0, 0, 0, 0.31);
  }
}
.pdl_article.presentation .card {
  background: #538090;
}
.pdl_article.programme .card {
  background: #D49BD6;
}
.pdl_article .card {
  position: relative;
  position: relative;
  min-height: 100%;
  margin-bottom: 0px;
  height: auto;
  border: none;
  background: #9e996f;
  border-radius: 0;
}
.pdl_article .card-text {
  padding-bottom: 70px;
}
.pdl_article .card a {
  display: block;
}
@media (max-width: 590px) {
  .pdl_article .card .card-body {
    padding: 15px;
  }
}
.pdl_article .card .image_cont {
  display: block;
  height: 16vw;
  overflow: hidden;
  background: transparent;
  padding-bottom: 0%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1790px) {
  .pdl_article .card .image_cont {
    height: 288px;
  }
}
@media (max-width: 1290px) {
  .pdl_article .card .image_cont {
    height: 206.4px;
  }
}
.pdl_article .card .image_cont img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pdl_article .card .list-inline {
  margin-bottom: 0 !important;
}
.pdl_article .card .list-inline .the_date {
  position: absolute;
  bottom: 29px;
  right: 15px;
}
.pdl_article .card h4 {
  font-size: 1.75vw;
  line-height: 1.1;
}
@media (max-width: 1190px) {
  .pdl_article .card h4 {
    font-size: 20.825px;
  }
}
@media (max-width: 590px) {
  .pdl_article .card h4 {
    font-size: 22px;
  }
}
.pdl_article .card:hover h4 {
  color: black;
}
.pdl_article .card:hover .pdl_expanders_button {
  transform: rotate(90deg) !important;
}
.pdl_article .card .pdl_expanders_button {
  padding: 1.25rem;
  bottom: 3px;
  transition: all 0.5s ease-in-out;
  transform: rotate(0);
}

/* Sidebar
================================================== */
.sidebar .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  font-family: "Circular", sans-serif;
  border-left: 3px solid #222222;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pull-left {
  float: left !important;
}

/* Widget common */
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar-left .widget {
  margin-right: 20px;
}

.sidebar-right .widget {
  margin-left: 20px;
}
@media (max-width: 590px) {
  .sidebar-right .widget {
    padding: 8px 22px;
    font-size: 14px;
    margin-left: 0;
    padding-left: 0;
  }
}

.sidebar .widget.box {
  padding: 25px;
}

.widget.box.solid {
  background: #f2f2f2;
}

.widget.box.red {
  background: #ec483b;
  color: #fff;
}

.widget.box.red .widget-title {
  color: #fff;
}

.widget ul li {
  line-height: 30px;
}

.sidebar .widget ul li a {
  color: #303030;
}

.sidebar .widget ul li a:hover {
  color: #ff4662;
}

.sidebar .widget ul li i {
  margin-right: 5px;
}

/*
.sidebar .btn {
  font-weight: 700;
  font-size: 12px;
  margin-top: 15px;
  padding: 10px 25px;
}
*/
/* Sidebar nav */
.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li a {
  color: #303030;
  border-radius: 0;
  padding: 15px 0;
  padding-left: 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
  color: #ffb600;
}

.sidebar ul.nav-tabs li {
  color: #303030;
  line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
  border-bottom: 0;
}

.sidebar .widget-categories ul li {
  display: inline-block;
  border: none;
  margin-bottom: 5px;
  margin-right: 1px;
  padding: 6px 11px;
  background: #1c1c1c;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 600;
  opacity: 0.15;
  transition: 0.5s opacity ease-in-out;
}
.sidebar .widget-categories ul li:hover {
  opacity: 0.35;
}
.sidebar .widget-categories ul li a {
  color: white;
}
.sidebar .widget-categories ul li a:hover {
  color: white;
}
.sidebar .btn {
  margin-left: 18px;
}
@media (max-width: 590px) {
  .sidebar .btn {
    margin-left: 0;
  }
}

/* Recent News */
.widget.recent-posts .widget-title {
  margin-bottom: 35px;
}

.widget.recent-posts ul li {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 17px;
}

.widget.recent-posts ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img {
  margin-right: 15px;
  width: 90px;
  height: 70px;
}

.widget.recent-posts .post-info .entry-title {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
}

.widget.recent-posts .entry-title a {
  color: #303030;
}

.widget.recent-posts .entry-title a:hover {
  color: #ffb600;
}

.widget.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

.cc-revoke, .cc-window {
  font-family: "Circular", sans-serif !important;
}

.cc-btn {
  font-size: 1em !important;
  font-weight: 600 !important;
}

/* page title */
.page-title-section {
  padding: 450px 0 50px;
  margin: 140px 0 0 0;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1190px) {
  .page-title-section {
    margin: 0px;
    padding: 350px 0 50px;
  }
}
@media screen and (max-height: 750px) {
  .page-title-section {
    padding: 50vh 0 50px;
  }
}
@media (max-width: 590px) {
  .page-title-section {
    padding: 260px 0 20px;
  }
}
@media (max-width: 450px) {
  .page-title-section {
    padding: 200px 0 20px;
  }
}
.page-title-section .container {
  position: relative;
  z-index: 2;
}

/* Text Editor Styles
================================================== */
@media (max-width: 590px) {
  body.page-template-default section.section {
    padding-top: 30px;
  }
}

.single_wrap {
  padding-top: 260px;
}

.content_wrap {
  display: block !important;
  flex-wrap: unset;
  padding-left: 15px;
  padding-right: 15px;
}

.content_col {
  width: 62%;
  float: left;
}
@media (max-width: 1190px) {
  .content_col {
    width: 66%;
  }
}
@media (max-width: 790px) {
  .content_col {
    width: 100%;
  }
}
.content_col section.attach .col-12 {
  padding-left: 0;
  padding-right: 0;
  padding-top: 50px;
}

.content_side {
  display: block;
  width: 28%;
  float: right !important;
}
@media (max-width: 750px) {
  .content_side {
    width: 100%;
    float: left !important;
  }
}

.text_editor span.detail_theme_spacer {
  margin-top: 40px;
  display: block;
}
.text_editor h2 {
  margin-bottom: 20px;
}
.text_editor p a {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-left: 1px !important;
  padding-right: 1px !important;
  margin-left: -1px !important;
  margin-right: -1px !important;
  display: inline-block;
  font-size: inherit;
  padding-bottom: 0px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  color: #7e7e7e;
}
.text_editor p a:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.text_editor p a:hover {
  color: #757575;
}
.text_editor p a:hover:after {
  width: 100%;
}
.text_editor ul li a {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-left: 1px !important;
  padding-right: 1px !important;
  margin-left: -1px !important;
  margin-right: -1px !important;
  display: inline-block;
  font-size: inherit;
  padding-bottom: 1px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  color: #7e7e7e;
}
.text_editor ul li a:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.text_editor ul li a:hover {
  color: #757575;
}
.text_editor ul li a:hover:after {
  width: 100%;
}
@media (max-width: 590px) {
  .text_editor .alignright {
    margin-left: 0;
    float: left;
    margin-right: 15px;
  }
}
.text_editor .fix_image {
  min-width: 100%;
  height: auto;
}
.text_editor .hover-shadow {
  box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.045);
}
.text_editor .attachement {
  width: 100%;
  padding-left: 0 !important;
}
.text_editor .attachement li:before {
  display: none;
}

/* Contact
================================================== */
.contact-fix {
  position: relative;
  padding-left: 30px;
  top: -3px;
}
@media (max-width: 590px) {
  .contact-fix {
    padding-left: 18px;
    padding-top: 50px;
  }
}
.contact-fix h5 {
  margin-bottom: -5px;
}
.contact-fix h5, .contact-fix a {
  display: inline-block !important;
}
.contact-fix hr {
  opacity: 1;
}
.contact-fix a {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-left: 1px !important;
  padding-right: 1px !important;
  margin-left: -1px !important;
  margin-right: -1px !important;
  margin-bottom: 12px !important;
  display: inline-block;
  font-size: inherit;
  padding-bottom: 1px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  color: #7e7e7e;
}
.contact-fix a:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.contact-fix a:hover {
  color: #757575;
}
.contact-fix a:hover:after {
  width: 100%;
}

span.wpcf7-not-valid-tip {
  margin-bottom: 10px;
}

div.wpcf7 .ajax-loader {
  margin: 19px 6px 0 10px;
  float: right;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  padding: 0;
  margin-left: 0;
  border: none !important;
  color: #dc3232;
}

div.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  padding: 0;
  color: #46b450;
  font-weight: bold;
  position: relative;
}
div.wpcf7 form.sent .wpcf7-response-output:after {
  content: "";
  width: 16px;
  height: 28px;
  position: absolute;
  background: #46b450;
  right: 0;
  top: -5px;
  background: none;
  transform: rotate(45deg);
  border-bottom: 7px solid #46b450;
  border-right: 7px solid #46b450;
}

div.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  padding: 0;
  color: #dc3232;
  font-weight: bold;
}

div.wpcf7 form.failed .wpcf7-response-output,
div.wpcf7 form.aborted .wpcf7-response-output {
  border: none;
  padding: 0;
  color: #dc3232;
  font-weight: bold;
}

div.wpcf7 form.spam .wpcf7-response-output {
  border: none;
  padding: 0;
  color: #f56e28;
  font-weight: bold;
}

/* Policies
================================================== */
body.page-template-05_policies .section.bg-gray {
  position: relative;
  padding-top: 50px;
}
@media (max-width: 590px) {
  body.page-template-05_policies .section.bg-gray {
    padding-top: 25px;
  }
}
body.page-template-05_policies .section.bg-gray:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
body.page-template-05_policies .section.bg-gray .mix-wrap {
  padding-bottom: 70px;
}
body.page-template-05_policies .section.bg-gray .mix-wrap .list-unstyled {
  width: 100% !important;
}
body.page-template-05_policies .section.bg-gray .mix-wrap .mix-holder {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
}

ul li.d-md-table {
  position: relative;
  z-index: 2;
  height: 200px;
}
@media (max-width: 590px) {
  ul li.d-md-table {
    height: 350px;
  }
}
ul li.d-md-table .d-md-table-cell.bg-primary {
  width: 110px;
}
@media (max-width: 590px) {
  ul li.d-md-table .d-md-table-cell.bg-primary {
    width: 50px;
    height: 100%;
    padding: 0;
    float: left;
    padding: 10px !important;
  }
}
@media (max-width: 590px) {
  ul li.d-md-table .d-md-table-cell.bg-primary .feature-icon {
    font-size: 26px;
  }
}
ul li.d-md-table .text-right {
  position: relative;
}
@media (max-width: 590px) {
  ul li.d-md-table .text-right {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left !important;
    padding-left: 65px;
  }
}
@media (max-width: 590px) {
  ul li.d-md-table .text-right br {
    display: none;
  }
}
ul li.d-md-table .text-right a.btn {
  font-size: 16px;
  padding: 11px 30px !important;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  overflow: hidden;
}
@media (max-width: 590px) {
  ul li.d-md-table .text-right a.btn {
    padding: 8px 20px !important;
    font-size: 14.5px;
  }
}
ul li.d-md-table .text-right a.btn:hover {
  color: #ff4662 !important;
}
ul li.d-md-table .text-right a {
  top: -15px;
  color: white;
}
ul li.d-md-table .text-right a:after {
  display: none;
}
ul li.d-md-table .text-right span {
  position: absolute;
  bottom: 30px;
  right: 35px;
  opacity: 0.5;
}
@media (max-width: 590px) {
  ul li.d-md-table .text-right span {
    right: 18px;
    font-size: 14px;
    bottom: 26px;
  }
}
ul li.d-md-table p {
  max-width: 810px;
}
ul li.d-md-table a.h4 {
  color: black;
  font-size: 20px;
  border: none !important;
  margin-bottom: 5px !important;
}
ul li.d-md-table a.h4:after {
  display: none !important;
}
ul li.d-md-table a.h4:visited {
  color: #292929;
}
ul li.d-md-table .vertical-align-middle {
  padding-top: 20px;
  vertical-align: top;
}
@media (max-width: 590px) {
  ul li.d-md-table .vertical-align-middle {
    padding-left: 70px !important;
  }
}

/* Video
================================================== */
.text_editor .responsiveEmbed {
  margin-bottom: 0;
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.text_editor .responsiveEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Forms
================================================== */
form {
  margin: 0;
  padding: 0;
  /*the container must be positioned relative:*/
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
form input {
  padding-left: 20px;
  font-family: "Circular", sans-serif !important;
  text-indent: 0 !important;
}
form .form-control {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  height: 60px;
  background: #ededed;
  border-radius: 0;
  padding-left: 25px;
  border: 1px solid #ededed;
  font-size: 1.25vw;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1790px) {
  form .form-control {
    font-size: 22.5px;
  }
}
@media (max-width: 1290px) {
  form .form-control {
    font-size: 16.125px;
  }
}
@media (max-width: 1190px) {
  form .form-control {
    height: 50px;
  }
}
@media (max-width: 590px) {
  form .form-control {
    font-size: 16px;
    height: 45px;
    padding-left: 20px;
    line-height: 45px;
  }
}
form .form-control:focus {
  border-color: #9e996f;
  box-shadow: none;
}
form .form-control::placeholder {
  transition: all 0.5s ease-in-out;
  font-size: 1.2vw;
}
@media (min-width: 1790px) {
  form .form-control::placeholder {
    font-size: 21.6px;
  }
}
@media (max-width: 1290px) {
  form .form-control::placeholder {
    font-size: 15.48px;
  }
}
@media (max-width: 590px) {
  form .form-control::placeholder {
    font-size: 16px;
  }
}
form .form-control:focus {
  border-color: black;
  box-shadow: none;
}
form .form-control:focus::placeholder {
  opacity: 0;
}
form textarea.form-control {
  height: 200px;
  border-radius: 35px;
}
@media (max-width: 1190px) {
  form textarea.form-control {
    border-radius: 25px;
  }
}
@media (max-width: 590px) {
  form textarea.form-control {
    line-height: 1.3;
  }
}
form button#submit {
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 58px;
}
@media (max-width: 1190px) {
  form button#submit {
    height: 50px;
    line-height: 48px;
  }
}
form .your-org {
  position: relative;
  display: block;
}
form .wpcf7-not-valid-tip {
  color: white;
  font-size: 18px;
  display: inline-block;
  background: red;
  padding: 3px 8px;
  top: 17px;
  border-radius: 96px;
  position: absolute;
  left: auto;
  right: 18px;
  font-weight: bold;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 19px;
}
@media (max-width: 1290px) {
  form .wpcf7-not-valid-tip {
    font-size: 16px;
    padding: 3px 8px;
    top: 14px;
    right: 15px;
    width: 22px;
    height: 22px;
    line-height: 15px;
  }
}
@media (max-width: 590px) {
  form .wpcf7-not-valid-tip {
    top: 12px;
    right: 12px;
  }
}
form .twocolwrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 490px) {
  form .twocolwrap {
    flex-direction: column;
  }
}
form .twocolwrap .wpcf7-form-control-wrap {
  width: calc(50% - 5px);
}
@media (max-width: 490px) {
  form .twocolwrap .wpcf7-form-control-wrap {
    width: calc(100% - 0px);
  }
}
form .selectwrap {
  position: relative;
  font-family: "Circular", sans-serif !important;
  margin-top: 0;
  margin-bottom: 1rem !important;
  padding-bottom: 0 !important;
}
form .selectwrap select {
  display: none !important;
  /*hide original SELECT element:*/
}
form .select-selected {
  background-color: #ededed;
  color: #6d757d !important;
  border-radius: 50px;
  height: 60px;
  padding: 22px 24px !important;
  line-height: 0.7;
}
@media (max-width: 1190px) {
  form .select-selected {
    height: 50px;
    line-height: 0.2;
  }
}
form .select-selected:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 50px;
  right: 20px;
  top: 6px;
  padding: 0 !important;
  transition: transform 0.4s ease;
  transform-origin: center center;
  border: none;
  background: url("../img/pdl_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1190px) {
  form .select-selected:after {
    width: 24px;
    height: 50px;
    right: 14px;
    top: 0px;
  }
}
form .select-selected.select-arrow-active:after {
  transform: rotate(180deg);
}
form .select-items div, form .select-selected {
  color: #999999;
  padding: 22px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 1390px) {
  form .select-items div, form .select-selected {
    padding: 14px 16px;
  }
}
form .select-items {
  border-top: 1px solid transparent;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
}
@media (max-width: 590px) {
  form .select-items {
    font-size: 16px;
  }
}
form .select-items div:last-of-type {
  border-bottom: none !important;
}
form .select-selected {
  border-bottom: none;
}
@media (max-width: 590px) {
  form .select-selected {
    font-size: 16px;
  }
}
form .select-items {
  position: absolute;
  right: 0;
  z-index: 99;
  background-color: #222222;
  top: 115%;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 10px;
  padding-top: 0;
  border: none;
}
form .select-items div {
  padding: 16px 16px;
}
form .select-hide {
  display: none;
}
form .select-items div:hover, form .same-as-selected {
  background-color: #f9f9f8;
  color: #000 !important;
}

.text_editor form input {
  padding-left: 20px;
  font-size: 16.5px !important;
  text-indent: 0 !important;
}
.text_editor .wpcf7-form {
  margin: 35px 0 35px 0;
}
.text_editor .wpcf7-form label {
  position: relative;
  width: 100%;
  display: block;
  font-weight: 600;
  color: transparent;
  font-size: 0.00001px;
  line-height: 0.00001px;
  margin-bottom: 10px;
}
.text_editor .wpcf7-form label .wpcf7-not-valid-tip {
  font-size: 16.5px;
  line-height: 1.3;
  padding: 5px 0 15px 0;
}
.text_editor .wpcf7-form .ajax-loader {
  float: right;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin: -32px 5px 0 0;
}
.text_editor .wpcf7-form .wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 70px;
  background: #fff;
  border-radius: 0;
  padding-left: 20px;
  border: 1px solid #ededed;
}
.text_editor .wpcf7-form .wpcf7-form-control:focus {
  border-color: #9e996f;
  box-shadow: none;
  outline: none;
}
.text_editor .wpcf7-form textarea.wpcf7-form-control {
  min-height: 200px;
  font-size: 16.5px;
  line-height: 1.3;
  padding-top: 20px;
}

@media (max-width: 990px) {
  .swipe_col_b {
    padding: 50px 0 10px 0;
    position: relative;
  }
}
@media (max-width: 990px) {
  .swipe_col_b .container {
    width: 100%;
    overflow-x: scroll;
    max-width: none;
    padding-left: 20px;
  }
}
@media (max-width: 990px) {
  .swipe_col_b .container .section-title {
    top: 0;
    left: 0;
  }
}
.swipe_col_b .container .row {
  margin-right: 0px;
  margin-left: 0px;
}
@media (max-width: 990px) {
  .swipe_col_b .container .row {
    white-space: nowrap;
    display: block;
    vertical-align: text-top;
  }
}
@media (max-width: 990px) {
  .swipe_col_b .container .col-sm-6, .swipe_col_b .container .col-md-6 {
    flex: none;
    max-width: none;
    width: 345px;
    display: inline-block;
    white-space: normal;
    vertical-align: text-top;
  }
}
@media (max-width: 990px) {
  .swipe_col_b .container .col-md-6 {
    padding-right: 0;
    width: 330px;
  }
}

.swipe_col {
  padding: 50px 0 10px 20px;
  position: relative;
}
@media (max-width: 990px) {
  .swipe_col {
    padding: 50px 0 10px 5px;
  }
}
.swipe_col .container {
  width: 100%;
  overflow-x: scroll;
  max-width: none;
  padding-left: 20px;
}
.swipe_col .container .section-title {
  top: 0;
  left: 0;
}
.swipe_col .container .row {
  white-space: nowrap;
  display: block;
  vertical-align: text-top;
}
.swipe_col .container .col-sm-6, .swipe_col .container .col-md-6 {
  flex: none;
  max-width: none;
  width: 415px;
  display: inline-block;
  white-space: normal;
  vertical-align: text-top;
}
@media (max-width: 990px) {
  .swipe_col .container .col-sm-6, .swipe_col .container .col-md-6 {
    width: 345px;
  }
}
.swipe_col .container .col-md-6 {
  padding-right: 0;
  width: 400px;
}
@media (max-width: 990px) {
  .swipe_col .container .col-md-6 {
    width: 330px;
  }
}

/* Gradient Overlays
================================================== */
.grad {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* Homepage Bottom */
.grad_home {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#df542f+5,e9b42a+30,ffffff+54&1+3,0.73+30,0+54 */
  background: -moz-linear-gradient(25deg, #df542f 3%, rgba(223, 84, 47, 0.98) 5%, rgba(233, 180, 42, 0.73) 30%, rgba(255, 255, 255, 0) 54%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(25deg, #df542f 3%, rgba(223, 84, 47, 0.98) 5%, rgba(233, 180, 42, 0.73) 30%, rgba(255, 255, 255, 0) 54%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(25deg, #df542f 3%, rgba(223, 84, 47, 0.98) 5%, rgba(233, 180, 42, 0.73) 30%, rgba(255, 255, 255, 0) 54%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#df542f", endColorstr="#00ffffff",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  background: rgba(0, 0, 0, 0.5);
}

/* Homepage Bottom */
.grad_homebottom {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e9b42a+50,df542f+100&0+0,0.6+50,0.9+100 */
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(233, 180, 42, 0.6) 50%, rgba(223, 84, 47, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(233, 180, 42, 0.6) 50%, rgba(223, 84, 47, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(233, 180, 42, 0.6) 50%, rgba(223, 84, 47, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#e6df542f", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

/* Orange/Yellow */
.grad_1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e9b42a+50,df542f+100&0+0,0.5+51,0.9+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(233, 180, 42, 0.49) 50%, rgba(233, 178, 42, 0.5) 51%, rgba(223, 84, 47, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(233, 180, 42, 0.49) 50%, rgba(233, 178, 42, 0.5) 51%, rgba(223, 84, 47, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(233, 180, 42, 0.49) 50%, rgba(233, 178, 42, 0.5) 51%, rgba(223, 84, 47, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#e6df542f", GradientType=0);
  /* IE6-9 */
}

/* Blue/Green */
.grad_2 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,47e87a+50,338add+100&0+0,0.5+51,0.9+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(71, 232, 122, 0.49) 50%, rgba(71, 230, 124, 0.5) 51%, rgba(51, 138, 221, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(71, 232, 122, 0.49) 50%, rgba(71, 230, 124, 0.5) 51%, rgba(51, 138, 221, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(71, 232, 122, 0.49) 50%, rgba(71, 230, 124, 0.5) 51%, rgba(51, 138, 221, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#e6338add", GradientType=0);
  /* IE6-9 */
}

/* Redish/Pinkish */
.grad_3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eb71a5+50,de6543+100&0+0,0.5+51,0.9+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(235, 113, 165, 0.49) 50%, rgba(235, 113, 163, 0.5) 51%, rgba(222, 101, 67, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(235, 113, 165, 0.49) 50%, rgba(235, 113, 163, 0.5) 51%, rgba(222, 101, 67, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(235, 113, 165, 0.49) 50%, rgba(235, 113, 163, 0.5) 51%, rgba(222, 101, 67, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#e6de6543", GradientType=0);
  /* IE6-9 */
}

/* Purple/Mint */
.grad_4 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,35d8b8+50,6658ce+100&0+0,0.5+51,0.9+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(53, 216, 184, 0.49) 50%, rgba(54, 213, 184, 0.5) 51%, rgba(102, 88, 206, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(53, 216, 184, 0.49) 50%, rgba(54, 213, 184, 0.5) 51%, rgba(102, 88, 206, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(53, 216, 184, 0.49) 50%, rgba(54, 213, 184, 0.5) 51%, rgba(102, 88, 206, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#e66658ce", GradientType=0);
  /* IE6-9 */
}

/* Red/Purple */
.grad_5 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,9463e3+50,e66a6c+100&0+0,0.5+51,0.9+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(148, 99, 227, 0.49) 50%, rgba(150, 99, 225, 0.5) 51%, rgba(230, 106, 108, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(148, 99, 227, 0.49) 50%, rgba(150, 99, 225, 0.5) 51%, rgba(230, 106, 108, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(148, 99, 227, 0.49) 50%, rgba(150, 99, 225, 0.5) 51%, rgba(230, 106, 108, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#e6e66a6c", GradientType=0);
  /* IE6-9 */
}

/* Yellow */
.grad_6 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e9b42a+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e9b42a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e9b42a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e9b42a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#e9b42a", GradientType=0);
  /* IE6-9 */
}

/* Orange */
.grad_7 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,df542f+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #df542f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #df542f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #df542f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#df542f", GradientType=0);
  /* IE6-9 */
}

/* Purple */
.grad_8 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,6658ce+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #6658ce 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #6658ce 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #6658ce 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#6658ce", GradientType=0);
  /* IE6-9 */
}

/* Blue */
.grad_9 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,338add+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #338add 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #338add 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #338add 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#338add", GradientType=0);
  /* IE6-9 */
}

/* Minty green */
.grad_10 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,47e89e+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #47e89e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #47e89e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #47e89e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#47e89e", GradientType=0);
  /* IE6-9 */
}

.person-attach {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.person-attach .card {
  background-color: #f5f5f8 !important;
}

footer {
  background: black !important;
  display: flex;
  flex-direction: row;
}
@media (max-width: 590px) {
  footer {
    flex-direction: column;
  }
}
footer p {
  font-size: 1.2vw;
  line-height: 1.25;
}
@media (min-width: 1790px) {
  footer p {
    font-size: 22.5px;
  }
}
@media (max-width: 1290px) {
  footer p {
    font-size: 16.125px;
  }
}
@media (max-width: 1050px) {
  footer p {
    font-size: 14px;
  }
}
@media (max-width: 890px) {
  footer p {
    font-size: 13px;
  }
}
@media (max-width: 490px) {
  footer p {
    font-size: 12px;
  }
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6 {
  font-family: "Circular", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
footer h3, footer .h3 {
  font-size: 2.4vw;
  letter-spacing: -0.035vw;
  word-spacing: -0.07vw;
}
@media (min-width: 1790px) {
  footer h3, footer .h3 {
    font-size: 43.2px;
    letter-spacing: -0.63px;
    word-spacing: -1.26px;
  }
}
@media (max-width: 1290px) {
  footer h3, footer .h3 {
    font-size: 30.96px;
    letter-spacing: -0.4515px;
    word-spacing: -0.903px;
  }
}
@media (max-width: 850px) {
  footer h3, footer .h3 {
    font-size: 27px;
  }
}
@media (max-width: 790px) {
  footer h3, footer .h3 {
    font-size: 24px;
  }
}
@media (max-width: 590px) {
  footer h3, footer .h3 {
    font-size: 26px;
  }
}
@media (max-width: 490px) {
  footer h3, footer .h3 {
    font-size: 26px;
  }
}
footer .boxgrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100vw;
  margin: 0;
  padding: 0;
}
footer .boxgrid_box {
  width: 50%;
  height: 25vw;
  box-sizing: border-box;
  padding: 1.8vw;
}
@media (min-width: 1790px) {
  footer .boxgrid_box {
    padding: 32.4px;
  }
}
@media (max-width: 1650px) {
  footer .boxgrid_box {
    padding: 1.6vw;
  }
}
@media (max-width: 1290px) {
  footer .boxgrid_box {
    padding: 20.64px;
  }
}
@media (max-width: 790px) {
  footer .boxgrid_box {
    padding: 15px;
  }
}
@media (max-width: 590px) {
  footer .boxgrid_box {
    padding: 15px;
  }
}
@media (max-width: 1090px) {
  footer .boxgrid_box {
    width: 50%;
    height: 50vw;
  }
}
@media (max-width: 590px) {
  footer .boxgrid_box {
    width: 100vw;
    height: 100vw;
  }
}
footer .boxgrid_box.large {
  height: auto;
}
footer .boxgrid_box.footer_right {
  position: relative;
  width: 50%;
  background-color: #0B1315;
}
@media (max-width: 890px) {
  footer .boxgrid_box.footer_right {
    width: 54%;
  }
}
@media (max-width: 750px) {
  footer .boxgrid_box.footer_right {
    width: 100%;
    background-color: #151d1f;
    padding-bottom: 50px;
  }
}
footer .boxgrid_box.footer_right table {
  margin-bottom: 0;
  margin-top: 0;
  color: white;
}
@media (max-width: 750px) {
  footer .boxgrid_box.footer_right table {
    border-top: 1px solid #2f2f2f;
  }
}
footer .boxgrid_box.footer_right table tr:first-of-type td {
  border-top: none;
  font-family: inherit;
  word-spacing: 0px !important;
  padding-top: 0 !important;
  background: transparent !important;
}
@media (max-width: 590px) {
  footer .boxgrid_box.footer_right table tr:first-of-type td {
    padding-top: 5px !important;
  }
}
footer .boxgrid_box.footer_right table tr:nth-of-type(4) td {
  border-bottom: 0;
}
footer .boxgrid_box.footer_right table tr:last-of-type td {
  border-bottom: 0;
  border-top: none;
  padding-top: 11vw;
}
footer .boxgrid_box.footer_right table tr td {
  border-bottom: 1px solid #444444;
  background: transparent;
  border-top: none;
  width: 50%;
  vertical-align: top;
  padding: 0.35vw 0 0.4vw 0;
}
@media (max-width: 890px) {
  footer .boxgrid_box.footer_right table tr td {
    padding: 6px 0 6px 0;
  }
}
@media (max-width: 590px) {
  footer .boxgrid_box.footer_right table tr td {
    width: 20%;
    border-bottom: 1px solid #2f2f2f;
    padding: 5px 0 6px 0;
  }
  footer .boxgrid_box.footer_right table tr td:nth-of-type(1) {
    width: 0;
    display: none;
  }
  footer .boxgrid_box.footer_right table tr td:nth-of-type(2) {
    width: 100%;
  }
}
footer .boxgrid_box.footer_right table tr td p {
  font-family: "Circular", sans-serif;
  padding-top: 0.4vw;
  min-width: unset;
  max-width: none;
  width: auto;
  opacity: 0.65;
  word-spacing: -1px;
}
@media (max-width: 490px) {
  footer .boxgrid_box.footer_right table tr td p {
    font-size: 13px;
  }
}
footer .boxgrid_box.footer_right table tr td img {
  position: relative;
  width: 2.3vw;
  height: 2.3vw;
  top: 0.25vw;
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
@media (min-width: 1790px) {
  footer .boxgrid_box.footer_right table tr td img {
    width: 36px !important;
    height: 36px !important;
  }
}
@media (max-width: 1290px) {
  footer .boxgrid_box.footer_right table tr td img {
    width: 25.8px !important;
    height: 25.8px !important;
  }
}
@media (max-width: 890px) {
  footer .boxgrid_box.footer_right table tr td img {
    top: 1px;
    width: 22px !important;
    height: 22px !important;
  }
}
@media (max-width: 490px) {
  footer .boxgrid_box.footer_right table tr td img {
    top: 0;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 24px !important;
    height: 24px !important;
  }
}
@media (min-width: 990px) {
  footer .boxgrid_box.footer_right table tr td img:hover {
    opacity: 0.5;
  }
}
footer .boxgrid_box.footer_right table tr td a {
  font-family: "Circular", sans-serif;
  margin-right: 1vw;
  color: white !important;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 590px) {
  footer .boxgrid_box.footer_right table tr td a {
    font-size: 26px;
  }
}
footer .boxgrid_box.footer_right table tr td a:hover {
  opacity: 1;
}
footer .boxgrid_box.footer_right .policies a {
  color: white !important;
  text-decoration: none;
  opacity: 0.25;
  margin-right: 20px;
  transition: opacity 0.3s ease-in-out;
  font-size: 1.3vw;
  display: block;
  line-height: 1.35;
  word-spacing: -1px;
}
@media (min-width: 1790px) {
  footer .boxgrid_box.footer_right .policies a {
    font-size: 23.4px;
  }
}
@media (max-width: 890px) {
  footer .boxgrid_box.footer_right .policies a {
    font-size: 14px;
  }
}
@media (max-width: 590px) {
  footer .boxgrid_box.footer_right .policies a {
    font-size: 13px;
  }
}
footer .boxgrid_box.footer_right .policies a:hover {
  opacity: 1;
}
footer .boxgrid_box.footer_left {
  background-image: url("https://iadt.ie/wp-content/themes/iadt/assets/css/img/2021_logo.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #171F21;
  background-size: 26%;
  display: flex;
  position: relative;
  width: 50%;
  background-position: 2vw 2vw;
}
@media (max-width: 890px) {
  footer .boxgrid_box.footer_left {
    width: 46%;
    background-size: 34%;
  }
}
@media (max-width: 750px) {
  footer .boxgrid_box.footer_left {
    background-size: 33%;
    background-position: left 20px bottom -25px;
    height: 200px !important;
    width: 100%;
    background-color: #151d1f;
    z-index: 100;
  }
}
@media (max-width: 490px) {
  footer .boxgrid_box.footer_left {
    background-size: 33%;
  }
}
footer .boxgrid_box.footer_left .backtotop {
  position: absolute;
  bottom: 21px;
  left: 17px;
}
@media (max-width: 590px) {
  footer .boxgrid_box.footer_left .backtotop {
    top: auto;
    left: auto;
    right: 7px;
    bottom: 15px;
  }
}
footer .boxgrid_box.footer_left .backtotop img {
  width: 3.7vw;
  height: 3.7vw;
}
@media (min-width: 1790px) {
  footer .boxgrid_box.footer_left .backtotop img {
    width: 66.6px !important;
    height: 66.6px !important;
  }
}
@media (max-width: 1290px) {
  footer .boxgrid_box.footer_left .backtotop img {
    width: 47.73px !important;
    height: 47.73px !important;
  }
}
@media (max-width: 390px) {
  footer .boxgrid_box.footer_left .backtotop img {
    width: 42px;
    height: 42px;
  }
}
footer .tooltip {
  position: relative !important;
  display: inline-block !important;
  cursor: pointer;
  opacity: 1;
  color: white;
  transition: color 0.4s ease-in-out;
}
footer .tooltip:hover {
  color: rgba(255, 255, 255, 0.5);
}
footer .tooltip .tooltiptext {
  display: block;
  width: 220px;
  bottom: 110%;
  left: 50%;
  border: none !important;
  margin-left: -110px;
  background-color: #dddddd !important;
  color: #000000 !important;
  font-size: 20px !important;
  font-weight: bold;
  text-align: center;
  padding: 13px 5px 13px 5px !important;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
@media (max-width: 590px) {
  footer .tooltip .tooltiptext {
    width: 160px;
    left: 0%;
    margin-left: 0px;
    padding: 9px 5px 9px 5px !important;
    font-size: 16px !important;
  }
}
footer .tooltip .tooltiptext.on {
  opacity: 1;
  bottom: 120%;
}
footer .tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 7px;
  border-style: solid;
  border-color: #dddddd transparent transparent transparent;
}
@media (max-width: 590px) {
  footer .tooltip .tooltiptext::after {
    left: 10%;
  }
}

.input-wrapper {
  position: relative;
}
.input-wrapper button {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 17px 15px 15px 15px !important;
  margin-bottom: 1.5em !important;
  line-height: 1.2 !important;
  font-size: 13px !important;
}

.top-header {
  transition: transform 0.2s ease;
  transform-origin: top;
  background: #292929 !important;
  padding-top: 8px !important;
  padding-bottom: 3px !important;
}
@media (max-width: 1350px) {
  .top-header {
    font-size: 14.5px;
  }
}
@media (max-width: 1023px) {
  .top-header {
    padding: 3px 0 !important;
  }
}
@media (max-width: 590px) {
  .top-header {
    padding: 0px !important;
  }
}
@media (max-width: 490px) {
  .top-header {
    font-size: 13px;
  }
}
.top-header .container {
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 590px) {
  .top-header .container {
    padding-right: 15px;
  }
}
@media (max-width: 1023px) {
  .top-header .list-inline .menu-item {
    display: none;
  }
}
.top-header .list-inline .menu-item.ismobile {
  display: inline-block;
}
.top-header .list-inline .menu-item.ismobile a {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.top-header .list-inline .menu-item.ismobile a:last-of-type {
  padding-right: 0 !important;
}
@media (max-width: 1023px) {
  .top-header .list-inline .menu-item.ismobile {
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  .top-header .text-center {
    text-align: right !important;
  }
}
.top-header ul li a {
  display: inline-block;
  color: #9c9c9c;
  padding: 0.7rem !important;
  transition: color 0.3s ease;
}
.top-header ul li a:hover, .top-header ul li a.current-menu-item {
  color: white;
}
.top-header ul li.current-menu-item a, .top-header ul li.current-page-ancestor a {
  color: white;
}
.top-header.hide {
  transform: scaleY(0);
  transform-origin: top;
}

@media (min-width: 1200px) {
  .header:hover {
    z-index: 1080;
  }
}
.header.fixed-top {
  top: -1px;
  position: relative !important;
}
.header.fix {
  position: fixed !important;
}
@media (max-width: 1023px) {
  .header {
    position: static !important;
  }
}
.header.user_bar {
  padding-top: 0;
}
@media (max-width: 1023px) {
  .header.user_bar {
    padding-top: 0;
  }
}

.navigation {
  background: transparent;
  transition: 0.2s ease;
  border-bottom: 1px solid black;
  height: 3.55vw;
  font-size: 1.3vw;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 1790px) {
  .navigation {
    margin-top: 0;
    height: 63.9px;
  }
}
@media (max-width: 1290px) {
  .navigation {
    font-size: 16.125px;
    margin-top: 0;
    height: 45.795px;
  }
}
@media (max-width: 590px) {
  .navigation {
    font-size: 16px;
    margin-top: 0;
    height: 40px;
  }
}
.navigation .nav-item {
  margin: 0;
  position: relative;
  border-left: 1px solid black;
}
@media (max-width: 1023px) {
  .navigation .nav-item {
    border-left: none;
  }
}
.navigation .nav-item.hide_large {
  display: none !important;
}
@media (max-width: 1023px) {
  .navigation .nav-item.hide_large {
    display: block !important;
  }
}
.navigation .nav-item a {
  padding: 0 1vw !important;
  height: 100%;
  display: block;
}
@media (max-width: 1023px) {
  .navigation .nav-item a {
    padding-left: 0;
    color: black;
  }
}
@media (max-width: 1023px) {
  .navigation .nav-item {
    padding-left: 15px;
  }
  .navigation .nav-item.show {
    padding-left: 0;
  }
  .navigation .nav-item.show a {
    padding-left: 25px;
  }
}
@media (max-width: 490px) {
  .navigation .nav-item {
    padding-left: 8px;
  }
  .navigation .nav-item.show a {
    padding-left: 15px;
    color: black;
  }
}
.navigation .nav-item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  content: "";
  background: #222222;
  background: #f9700f;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
  /* HIDE UNDERNEATH HIGHLIGHT */
  display: none;
}
@media (max-width: 1023px) {
  .navigation .nav-item::before {
    display: none;
  }
}
.navigation .nav-item:hover::before, .navigation .nav-item.active::before, .navigation .nav-item.current-page-ancestor::before {
  transform: scaleY(1);
  transform-origin: bottom;
}
.navigation .nav-item.current-page-ancestor.dropdown::before {
  width: calc(100% - 19px);
}
.navigation .nav-item .nav-link {
  font-weight: 400;
}
.navigation .nav-item .dropdown-menu .nav-item::before {
  display: none !important;
}
.navigation .nav-item .dropdown-menu .nav-item::before:hover::before, .navigation .nav-item .dropdown-menu .nav-item::before.active::before {
  display: none !important;
}
.navigation .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 2rem 0.25rem 0;
}
.navigation .navbar-light .navbar-toggler {
  color: black;
  border: none;
  margin: 0;
  position: absolute;
  right: 0;
  width: 60px;
  border-left: 1px solid black;
  height: 100%;
}
@media (max-width: 1023px) {
  .navigation .navbar-light .navbar-toggler {
    width: 75px;
  }
}
.navigation .navbar-light .navbar-toggler .navbar-toggler-icon {
  width: auto;
}
.navigation .navbar-light .navbar-toggler:before, .navigation .navbar-light .navbar-toggler:after {
  content: "";
  width: 47px;
  height: 2px;
  position: absolute;
  top: 20px;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  display: none;
}
@media (max-width: 1023px) {
  .navigation .navbar-light .navbar-toggler:before, .navigation .navbar-light .navbar-toggler:after {
    top: 15px;
  }
}
@media (max-width: 590px) {
  .navigation .navbar-light .navbar-toggler:before, .navigation .navbar-light .navbar-toggler:after {
    top: 19px;
    width: 30px;
  }
}
.navigation .navbar-light .navbar-toggler:after {
  top: 30px;
  left: 0px;
  transform: rotate(0deg);
}
.navigation .navbar-light .navbar-toggler[aria-expanded=true] span:after {
  content: "Close";
}
.navigation .navbar-light .navbar-toggler[aria-expanded=true]:before {
  top: 22px;
  left: 0px;
  transform: rotate(45deg);
}
.navigation .navbar-light .navbar-toggler[aria-expanded=true]:after {
  top: 22px;
  left: 0px;
  transform: rotate(-45deg);
}
.navigation .navbar-light .navbar-toggler[aria-expanded=false] span:after {
  content: "Menu";
}
.navigation .navbar-light .navbar-toggler span {
  opacity: 1;
  text-align: right;
  background: none;
  color: black;
  font-weight: 500;
  font-size: 15px;
  margin-top: 6px;
}
@media (max-width: 1023px) {
  .navigation .navbar-light .navbar-toggler span {
    font-size: 17px;
    margin-top: 10px;
    margin-left: 2px;
  }
}
@media (max-width: 590px) {
  .navigation .navbar-light .navbar-toggler span {
    font-size: 15px;
  }
}
.navigation.nav-bg {
  margin-top: 0 !important;
  background: white;
  box-shadow: -1px 9px 37px -4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -1px 9px 37px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 9px 37px -4px rgba(0, 0, 0, 0.15);
}
.navigation.nav-bg .navbar-brand img {
  margin-top: 23px;
  height: 60px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1090px) {
  .navigation.nav-bg .navbar-brand img {
    height: 66px;
  }
}
.navigation.nav-bg .navbar-brand span {
  background: white;
}
.navigation.nav-bg .navbar-brand:after {
  opacity: 0;
}
.navigation.nav-bg .navbar-expand-xl .navbar-nav .nav-link {
  color: black;
}
.navigation.nav-bg .navbar-expand-xl .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1023px) {
  .navigation.nav-bg .navbar-expand-xl .navbar-nav .nav-link {
    padding: 20px;
  }
}
.navigation.nav-bg .navbar-light .navbar-nav .active > .nav-link,
.navigation.nav-bg .navbar-light .navbar-nav .nav-link.active,
.navigation.nav-bg .navbar-light .navbar-nav .nav-link.show,
.navigation.nav-bg .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.navigation.nav-bg .nav-item::before {
  background: #222222;
  display: none;
}
.navigation .navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.navigation .navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #222222;
  border-bottom: none;
  padding: 15px;
  top: 96px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  background: #1c1c1c;
  line-height: 2;
}
@media (max-width: 1023px) {
  .navigation .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform-origin: unset;
    padding: 0;
    border-bottom: none;
  }
}
.navigation .navbar .dropdown-menu:before {
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background: #1c1c1c;
  position: absolute;
  top: -5px;
  left: 20px;
  z-index: 100;
}
.navigation .navbar .dropdown-menu.view {
  visibility: visible !important;
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1023px) {
  .navigation .navbar .dropdown-menu.view {
    display: block;
  }
}
.navigation .navbar .dropdown-menu.show {
  visibility: hidden;
}
@media (max-width: 1023px) {
  .navigation .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
}
.navigation .navbar .dropdown-item {
  position: relative;
  color: white;
  transition: 0.2s ease;
  font-family: "Circular", sans-serif;
}
.navigation .navbar .dropdown-item:not(:last-child) {
  margin-bottom: 10px;
}
.navigation .navbar .dropdown-item:hover {
  color: #cccccc;
  background: transparent;
}
@media (max-width: 1023px) {
  .navigation .navbar .text-center {
    text-align: left !important;
  }
}
.navigation .navbar-collapse {
  height: 100%;
}
@media (max-width: 1023px) {
  .navigation .navbar-collapse:before {
    content: "";
    display: block;
    height: 46px;
  }
}
.navigation .container {
  transition: max-width 0.3s ease;
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .navigation .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.navigation .container nav.navbar {
  height: 100%;
}
.navigation .container .navbar-nav {
  padding-left: 50px;
  height: 100%;
}
@media (max-width: 1023px) {
  .navigation .container .navbar-nav {
    padding-left: 0;
    z-index: 1010;
    width: calc(100% - 7px);
    width: 33vw;
    height: auto;
    margin: 0;
    padding: 0 19px 0 19px;
    right: 0;
    background-color: #222222;
    top: 115%;
    left: 3px;
    right: 0;
    border-radius: 10px;
    border: none;
    margin: 12px;
  }
  .navigation .container .navbar-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.175);
    padding: 12px 4px;
    color: white;
  }
  .navigation .container .navbar-nav li.hide_large {
    display: none !important;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .navigation .container .navbar-nav li.hide_large {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .navigation .container .navbar-nav li:last-of-type {
    border-bottom: none;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .navigation .container .navbar-nav li:last-of-type {
    padding-bottom: 17px;
  }
}
@media (max-width: 1023px) {
  .navigation .container .navbar-nav li.current_page_item a {
    color: rgba(255, 255, 255, 0.4) !important;
  }
}
@media (max-width: 1023px) and (min-width: 990px) {
  .navigation .container .navbar-nav li:hover a {
    text-indent: 7px;
  }
  .navigation .container .navbar-nav li:hover a span {
    opacity: 1;
    transform: scale(1.1);
  }
}
@media (max-width: 1023px) {
  .navigation .container .navbar-nav li a {
    display: block;
    position: relative;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10+ and Edge */
    user-select: none;
    /* Standard syntax */
    color: white !important;
    opacity: 1;
    transition: all 0.1s ease-in-out;
    text-indent: 0px;
    height: auto;
    line-height: 1;
  }
}
@media (max-width: 1023px) {
  .navigation .container .navbar-nav:after {
    content: "";
    display: table;
    height: 0px;
    width: 100%;
    clear: both;
  }
}
@media (max-width: 650px) {
  .navigation .container .navbar-nav {
    width: calc(100vw - 24px);
  }
}
.navigation .container .navbar-nav.fixmob {
  display: none;
}
@media (max-width: 1100px) {
  .navigation .container .navbar-nav.fixmob {
    display: block;
    display: block;
  }
}
.navigation .container .navbar-nav.fixmob li:last-of-type {
  padding-bottom: 10px;
}
.navigation .container .navbar-nav.hidden_nav .list-inline-item {
  display: block;
}
.navigation .container .navbar-nav .dropdown-toggle::after {
  width: 8px;
  height: 8px;
  margin-left: 10px;
  vertical-align: 0.255em;
  content: "";
  border-top: 3px #ccc solid;
  border-right: none;
  border-bottom: none;
  border-left: 3px #ccc solid;
  transform: rotate(-135deg);
  opacity: 0.35;
}
@media (max-width: 1023px) {
  .navigation .container .navbar-nav .dropdown-toggle::after {
    float: right;
    margin-right: 25px;
  }
}
@media (max-width: 490px) {
  .navigation .container .navbar-nav .dropdown-toggle::after {
    margin-right: 15px;
  }
}
.navigation .navbar-brand {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 0px;
  background: transparent;
  height: 100%;
  display: flex;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .navigation .navbar-brand.middle:hover span:nth-of-type(2) {
    top: 100%;
  }
}
@media (min-width: 1200px) {
  .navigation .navbar-brand.first:hover span:nth-of-type(1) {
    top: 100%;
  }
}
@media (min-width: 1200px) {
  .navigation .navbar-brand.last:hover span:nth-of-type(3) {
    top: 100%;
  }
}
@media (min-width: 1200px) {
  .navigation .navbar-brand.normal:hover span:nth-of-type(1), .navigation .navbar-brand.normal:hover span:nth-of-type(3) {
    top: 100%;
  }
}
@media (min-width: 1200px) {
  .navigation .navbar-brand.firsttwo:hover span:nth-of-type(1), .navigation .navbar-brand.firsttwo:hover span:nth-of-type(2) {
    top: 100%;
  }
}
@media (min-width: 1200px) {
  .navigation .navbar-brand.lasttwo:hover span:nth-of-type(2), .navigation .navbar-brand.lasttwo:hover span:nth-of-type(3) {
    top: 100%;
  }
}
.navigation .navbar-brand span {
  position: relative;
  display: block;
  border-right: 1px solid black;
  font-size: 2.1vw;
  letter-spacing: -0.03em;
  padding: 0 0.6vw;
  transition: all ease-in-out 0.3s;
  top: 0;
}
@media (min-width: 1790px) {
  .navigation .navbar-brand span {
    font-size: 37.8px;
    padding: 0 9px;
  }
}
@media (max-width: 1290px) {
  .navigation .navbar-brand span {
    font-size: 27.09px;
    padding: 0 6.45px;
  }
}
@media (max-width: 590px) {
  .navigation .navbar-brand span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .navigation .navbar-brand span:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    border: 1px solid black;
    border-top: none;
  }
}
.navigation .navbar-brand span:nth-of-type(1) {
  border-top: 1px solid black;
  padding-left: 0.8vw;
}
@media (max-width: 1023px) {
  .navigation .navbar-brand span:nth-of-type(1) {
    padding-left: 11px;
  }
}
.navigation .navbar-brand span:nth-of-type(2) {
  border-top: 1px solid black;
}
.navigation .navbar-brand span:nth-of-type(3) {
  border-top: 1px solid black;
}
.navigation .navbar-brand img {
  object-position: 50% 50%;
  object-fit: contain;
  object-position: left center;
  height: auto;
  width: 100%;
  transition: height 0.4s ease;
  margin-top: 15px;
  margin-bottom: 0px;
}
@media (max-width: 1250px) {
  .navigation .navbar-brand img {
    margin-top: 23px;
  }
}
@media (max-width: 1023px) {
  .navigation .navbar-brand img {
    margin-top: 49px;
    height: 120px;
  }
}
@media (max-width: 490px) {
  .navigation .navbar-brand img {
    margin-top: 75px;
    height: 58px;
  }
}
.navigation .navbar-brand:after {
  content: "detail_theme";
  white-space: pre;
  position: absolute;
  display: block;
  left: 120%;
  top: 86px;
  font-weight: 500;
  font-size: 14.5px;
  width: 140px;
  word-spacing: -0.02em;
  letter-spacing: -0.01em;
  display: none;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
}

link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.3);
}

.non-drop {
  margin-right: 20px !important;
}

@media (max-width: 1023px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 2px 0 !important;
  }
}

.long_nav {
  padding-top: 5px;
  position: sticky;
  top: 120px;
}
.long_nav .sidebar .widget-title {
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .long_nav .widget {
    margin-left: 0;
    margin-top: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}
.long_nav .widget ul li {
  line-height: 35px;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
}
.long_nav .widget ul li:first-of-type {
  border-top: 1px solid #ddd;
}
.long_nav .widget ul li:hover a {
  color: #9e996f;
}
.long_nav .widget ul li.current_page_item {
  pointer-events: none;
}
.long_nav .widget ul li.current_page_item a {
  opacity: 0.4;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px #0000000d;
}

.iadt_bar {
  position: relative;
  z-index: 2000;
}

.pdl_bar {
  top: 0;
  left: 0;
}
.globalbar_wrap {
  position: relative;
  margin-top: -50px;
  z-index: 10999;
}
@media (max-width: 1280px) {
  .globalbar_wrap {
    margin-top: -40px;
  }
}
@media (max-width: 1060px) {
  .globalbar_wrap {
    margin-top: 0px;
  }
}

.globalbar {
  height: 4.25vw;
  background: black;
  color: white;
  font-size: 1.35vw;
  line-height: 1.42 !important;
  word-spacing: -0.05em;
  letter-spacing: -0.015em;
  font-family: "Circular", sans-serif;
}
@media (min-width: 1790px) {
  .globalbar {
    font-size: 24.3px;
    height: 76.5px;
  }
}
@media (max-width: 1290px) {
  .globalbar {
    font-size: 17.415px;
    height: 54.825px;
  }
}
@media (max-width: 590px) {
  .globalbar {
    font-size: 16px;
    height: 50px;
  }
}
.globalbar .container {
  width: 97%;
  margin: auto;
  max-width: none;
  padding: 0;
}
@media (max-width: 767px) {
  .globalbar .container {
    padding: 0 17px;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .globalbar .container {
    width: calc(100% - 30px);
    padding: 0;
  }
}
.globalbar_title {
  display: block;
  font-weight: bold;
  padding: 1.13vw 0 0 0;
  margin: 0;
  float: left;
  font-size: 0.975vw;
  line-height: 1vw;
  text-decoration: none;
  color: white !important;
  user-select: none;
  outline: none !important;
}
@media (min-width: 1790px) {
  .globalbar_title {
    padding-top: 20.34px;
    font-size: 17.55px;
    line-height: 18px;
  }
}
@media (max-width: 1290px) {
  .globalbar_title {
    padding-top: 15.48px;
    font-size: 12.5775px;
    line-height: 12.9px;
  }
}
@media (max-width: 590px) {
  .globalbar_title {
    line-height: 1.01;
    font-size: 11px;
    padding-top: 14px;
  }
}
.globalbar_title span {
  opacity: 0.5;
}
.globalbar button {
  float: right;
  position: relative;
  z-index: 10002;
  margin-top: 0.95vw;
  width: 2.3vw;
  height: 2.3vw;
  border: 0;
  padding: 0;
  outline: none;
  background: none !important;
  margin-right: -0.5vw;
  animation-name: menu;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@keyframes menu {
  0% {
    transform: rotate(0deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: rotate(0deg) scale(1);
    animation-timing-function: ease-in;
  }
  82.5% {
    transform: rotate(90deg) scale(1.15);
    animation-timing-function: ease-out;
  }
  85% {
    transform: rotate(180deg) scale(1);
    animation-timing-function: ease-out;
  }
  100% {
    transform: rotate(180deg) scale(1);
    animation-timing-function: ease-out;
  }
}
@keyframes menu_hover {
  0% {
    transform: rotate(0deg) scale(1);
    animation-timing-function: ease-in;
  }
  50% {
    transform: rotate(90deg) scale(1.15);
    animation-timing-function: ease-out;
  }
  100% {
    transform: rotate(180deg) scale(1);
    animation-timing-function: ease-out;
  }
}
@media (min-width: 1790px) {
  .globalbar button {
    margin-top: 17.1px;
    width: 41.4px;
    height: 41.4px;
  }
}
@media (max-width: 1290px) {
  .globalbar button {
    margin-top: 12.255px;
    width: 29.67px;
    height: 29.67px;
  }
}
@media (max-width: 590px) {
  .globalbar button {
    animation-name: none;
    margin-right: -4px;
    margin-top: 10px;
  }
}
.globalbar button:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  top: calc(50% - 1px);
  width: 100%;
  background: white;
}
.globalbar button:before {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  left: calc(50% - 1px);
  height: 100%;
  background: white;
}
.globalbar .globalnav_close {
  position: fixed;
  overflow: hidden;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 25%;
  height: 100%;
  display: none;
}
@media (min-width: 1790px) {
  .globalbar .globalnav_close {
    width: calc(100% - 1350px);
  }
}
@media (max-width: 750px) {
  .globalbar .globalnav_close {
    width: 15%;
  }
}
@media (max-width: 590px) {
  .globalbar .globalnav_close {
    display: none;
  }
}
.globalbar .globalnav_panel {
  position: fixed;
  overflow: hidden;
  z-index: 10001;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 75%;
  height: 100%;
  transform: rotate(0deg);
  display: none;
}
@media (min-width: 1790px) {
  .globalbar .globalnav_panel {
    width: 1350px;
  }
}
@media (max-width: 890px) {
  .globalbar .globalnav_panel {
    width: 92%;
  }
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel {
    top: 50px;
  }
}
@media (max-width: 590px) {
  .globalbar .globalnav_panel {
    width: 100%;
  }
}
.globalbar .globalnav_panel .globalnav_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 100%;
  padding-top: 5.5vw;
  padding-bottom: 5.5vw;
  overflow-y: auto;
}
@media (min-width: 1790px) {
  .globalbar .globalnav_panel .globalnav_wrap {
    padding-top: 99px;
    padding-bottom: 99px;
    width: 1350px;
  }
}
@media (max-width: 1290px) {
  .globalbar .globalnav_panel .globalnav_wrap {
    padding-top: 70.95px;
    padding-bottom: 70.95px;
  }
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel .globalnav_wrap {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.globalbar .globalnav_panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  width: 66%;
  float: left;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul {
    width: calc(100% - 20px);
    column-count: 1;
  }
}
.globalbar .globalnav_panel ul li {
  display: block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0;
}
.globalbar .globalnav_panel ul li a {
  color: white;
  text-decoration: none;
  margin-bottom: 0.5vw;
  transition: color 0.1s ease-in-out;
}
.globalbar .globalnav_panel ul li a:hover {
  color: white;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li {
    position: relative;
    border-top: 1px solid #333333;
    padding: 9px 0 8px 0;
  }
  .globalbar .globalnav_panel ul li:last-of-type {
    border-bottom: 1px solid #333333;
  }
}
.globalbar .globalnav_panel ul li .mobile_toggle {
  display: none;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li .mobile_toggle {
    display: block;
    position: absolute;
    right: -3px;
    top: 0;
    width: 31px;
    height: 38px;
    z-index: 9999;
    transform: rotate(180deg);
    background: url(img/icon-12.svg);
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 590px) {
  .globalbar .globalnav_panel ul li .mobile_toggle {
    right: -5px;
    top: 1px;
  }
}
.globalbar .globalnav_panel ul li ul {
  column-count: 1;
  margin-bottom: 2vw;
  float: none;
  width: 90%;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li ul {
    display: none;
    margin-top: 13px;
  }
}
.globalbar .globalnav_panel ul li ul li {
  display: block;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li ul li {
    padding: 2px 0 1px 0;
    border: none;
  }
}
.globalbar .globalnav_panel ul li ul li:last-of-type {
  border-bottom: none;
}
.globalbar .globalnav_panel ul li ul li a {
  text-decoration: none;
  color: #999;
  margin-bottom: 0.05vw;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li.on ul {
    display: block !important;
  }
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li.on .mobile_toggle {
    transform: rotate(0deg);
  }
}
.globalbar .globalnav_panel ul + ul {
  column-count: 1;
  width: 33%;
}
.globalbar .globalnav_panel ul + ul li a {
  line-height: 1.3;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul + ul {
    width: 100%;
    margin-top: 13px;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .globalbar .globalnav_panel ul + ul li a {
    font-size: 15.738px;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .globalbar .globalnav_panel ul + ul li {
    border: none !important;
    padding: 2px 0 2px 0;
  }
}
.globalbar.on .globalnav_panel, .globalbar.on .globalnav_close {
  display: flex;
}
.globalbar.on button {
  animation-name: none;
  transform: rotate(45deg);
  background: none !important;
}
.globalbar:hover button {
  animation-name: menu_hover;
  animation-duration: 0.8s !important;
  animation-iteration-count: 1 !important;
  background: none !important;
}
.globalbar.on:hover button {
  animation-name: none;
}

html.lock, body.lock {
  position: fixed;
}
@media (max-width: 750px) {
  html.lock, body.lock {
    height: 100%;
    overflow: hidden;
  }
}

.primarycontent_subnav .primarycontent_subnav-sticky {
  top: 50px;
  position: sticky;
  margin-bottom: 50px;
}
.primarycontent_subnav h5 {
  padding-bottom: 1vw;
  font-size: 0.9em;
  user-select: none;
}
@media (min-width: 1790px) {
  .primarycontent_subnav h5 {
    padding-bottom: 18px;
  }
}
@media (max-width: 1290px) {
  .primarycontent_subnav h5 {
    padding-bottom: 12.9px;
  }
}
.primarycontent_subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid gray;
}
.primarycontent_subnav ul li {
  border-bottom: 1px solid gray;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}
@media (min-width: 1790px) {
  .primarycontent_subnav ul li {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (max-width: 1290px) {
  .primarycontent_subnav ul li {
    padding-top: 6.45px;
    padding-bottom: 7.74px;
  }
}
.primarycontent_subnav ul li.current_page_item a, .primarycontent_subnav ul li.current-menu-item a, .primarycontent_subnav ul li:hover a {
  opacity: 0.5;
  outline: none !important;
}
.primarycontent_subnav ul li a {
  text-decoration: none;
  font-size: 0.9em;
  color: #000000 !important;
  outline: none !important;
  user-select: none;
}

.globalnav_panel > .globalnav_wrap > ul > li > a {
  font-size: 2.01vw;
}
.globalnav_panel > .globalnav_wrap > ul > li > a:hover {
  opacity: 0.6;
}
@media (min-width: 1790px) {
  .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 36.18px;
  }
}
@media (max-width: 1290px) {
  .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 25.929px;
  }
}
@media (max-width: 850px) {
  .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 22px;
  }
}
@media (max-width: 590px) {
  .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 24px;
  }
}
@media (max-width: 490px) {
  .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 24px;
  }
}

.box {
  padding: 1.8vw;
}
@media (min-width: 1790px) {
  .box {
    padding: 32.4px;
  }
}
@media (max-width: 1650px) {
  .box {
    padding: 1.6vw;
  }
}
@media (max-width: 1290px) {
  .box {
    padding: 20.64px;
  }
}
@media (max-width: 850px) {
  .box {
    padding: 15px;
  }
}
@media (max-width: 590px) {
  .box {
    padding: 15px;
  }
}

.hero-section {
  padding: 0;
  height: 80vh;
  min-height: 700px;
  margin-top: -3.55vw;
}
@media (max-width: 1190px) {
  .hero-section {
    min-height: 0;
    max-height: 600px !important;
  }
}
@media (max-width: 490px) {
  .hero-section {
    max-height: 340px !important;
  }
}
.hero-section .swiper-container {
  position: relative;
  z-index: 10 !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-section .swiper-container .slick-track {
  height: 80vh;
  min-height: 700px;
}
.hero-section .swiper-container .hero-slider-item {
  box-sizing: border-box;
  height: 100% !important;
  background-size: cover;
  background-position: center center;
}
.hero-section .swiper-container .hero-slider-item .container {
  top: 40%;
  position: relative;
  z-index: 4;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1190px) {
  .hero-section .swiper-container .hero-slider-item .container {
    top: 20%;
  }
}
@media (max-width: 890px) {
  .hero-section .swiper-container .hero-slider-item .container {
    top: 20%;
  }
}
@media (max-width: 590px) {
  .hero-section .swiper-container .hero-slider-item .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 490px) {
  .hero-section .swiper-container .hero-slider-item .container {
    top: 13%;
  }
}
.hero-section .swiper-container .hero-slider-item .container h1 {
  font-family: "Simplon", sans-serif;
  width: 75%;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 2%;
  font-kerning: normal;
  font-size: 12vw;
  letter-spacing: -0.02em;
  word-spacing: -0.02em;
  position: relative;
  left: 30px;
  opacity: 0;
  transition-delay: 0.5s;
  transition: opacity 0.5s ease-in-out, left 0.5s ease-in-out;
}
.hero-section .swiper-container .hero-slider-item .container p {
  width: 66%;
}
.hero-section .swiper-container .hero-slider-item .container .btn {
  background: transparent;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.hero-section .swiper-container .hero-slider-item .container .btn::before {
  background: #222222;
  transform: scaleY(1);
}
.hero-section .swiper-container .hero-slider-item .container .btn:hover::before {
  transform: scaleY(0);
}
.hero-section .swiper-container .hero-slider-item:after {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  opacity: 0;
  z-index: 1;
}
.hero-section .swiper-container .swiper-slide-prev .container h1 {
  transition-delay: 0s;
  left: -30px;
}
.hero-section .swiper-container .swiper-slide-prev .container .btn {
  transition-delay: 0s;
}
.hero-section .swiper-container .swiper-slide-active .container h1 {
  transition-delay: 0.75s;
  left: 0;
  opacity: 1;
}
.hero-section .swiper-container .swiper-slide-active .container .btn {
  transition-delay: 1s;
  opacity: 1;
}
.hero-section .swiper-container .swiper-button-next,
.hero-section .swiper-container .swiper-button-prev,
.hero-section .swiper-container .prevArrow,
.hero-section .swiper-container .nextArrow {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 25px;
  z-index: 11;
  padding: 15px;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  font-size: 40px;
  transition: all linear 0.2s;
  background: transparent;
}
@media (max-width: 991px) {
  .hero-section .swiper-container .swiper-button-next,
.hero-section .swiper-container .swiper-button-prev,
.hero-section .swiper-container .prevArrow,
.hero-section .swiper-container .nextArrow {
    bottom: 30px;
  }
}
@media (max-width: 590px) {
  .hero-section .swiper-container .swiper-button-next,
.hero-section .swiper-container .swiper-button-prev,
.hero-section .swiper-container .prevArrow,
.hero-section .swiper-container .nextArrow {
    bottom: 20px;
  }
}
.hero-section .swiper-container .swiper-button-next:focus,
.hero-section .swiper-container .swiper-button-prev:focus,
.hero-section .swiper-container .prevArrow:focus,
.hero-section .swiper-container .nextArrow:focus {
  outline: 0;
}
.hero-section .swiper-container .swiper-button-next:hover,
.hero-section .swiper-container .swiper-button-prev:hover,
.hero-section .swiper-container .prevArrow:hover,
.hero-section .swiper-container .nextArrow:hover {
  color: #9e996f;
}
@media (max-width: 590px) {
  .hero-section .swiper-container .swiper-button-next:after,
.hero-section .swiper-container .swiper-button-prev:after,
.hero-section .swiper-container .prevArrow:after,
.hero-section .swiper-container .nextArrow:after {
    font-size: 34px;
  }
}
.hero-section .swiper-container .prevArrow, .hero-section .swiper-container .swiper-button-prev {
  right: 90px;
}
@media (max-width: 590px) {
  .hero-section .swiper-container .prevArrow, .hero-section .swiper-container .swiper-button-prev {
    right: 60px;
  }
}
.hero-section .swiper-container .nextArrow, .hero-section .swiper-container .swiper-button-next {
  right: 30px !important;
}
@media (max-width: 590px) {
  .hero-section .swiper-container .nextArrow, .hero-section .swiper-container .swiper-button-next {
    right: 10px !important;
  }
}
.hero-section .swiper-container .swiper-pagination {
  position: absolute;
  left: 35px !important;
  bottom: 35px !important;
  padding-left: 0;
  text-align: left;
}
@media (max-width: 590px) {
  .hero-section .swiper-container .swiper-pagination {
    left: 11px !important;
    bottom: 15px !important;
  }
}
.hero-section .swiper-container .swiper-pagination span {
  display: inline-block;
  background: none !important;
  margin: 0 12px !important;
  opacity: 0.6;
  width: auto !important;
  height: auto !important;
  color: white;
  font-weight: 500;
  font-size: 21px;
}
@media (max-width: 590px) {
  .hero-section .swiper-container .swiper-pagination span {
    font-size: 15px;
  }
}
.hero-section .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1 !important;
  font-size: 21px;
}
@media (max-width: 590px) {
  .hero-section .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
    font-size: 15px;
  }
}

.pagingInfo {
  position: absolute;
  left: 20px;
  bottom: 25px;
  padding-left: 0;
  z-index: 100;
  font-weight: 600;
  display: none;
}

body.page-template-01_homepage {
  scroll-behavior: smooth;
}
@media (max-width: 590px) {
  body.page-template-01_homepage h2.section-title {
    font-size: 22px;
  }
}
@media (max-width: 590px) {
  body.page-template-01_homepage .pdl_banners.first_object .pdl_shapes {
    width: 100%;
    position: absolute;
    z-index: 18;
    left: 0;
    top: 65vw;
  }
}
@media (max-width: 590px) {
  body.page-template-01_homepage .pdl_banners.first_object .pdl_shapes .pdl_shape.pdl_borderright {
    border-right: none;
  }
}
@media (max-width: 590px) {
  body.page-template-01_homepage .pdl_banners_text {
    position: relative;
    z-index: 20;
    padding-bottom: 20px;
  }
}
body.page-template-01_homepage div#nextcont + div.pdl_shapes svg.pdl_shape.pdl_line {
  border-right: 1px solid black !important;
}
@media (max-width: 590px) {
  body.page-template-01_homepage .pdl_contact div.pdl_shapes:nth-of-type(1) {
    margin-top: 0 !important;
  }
}

/* banner feature */
.feature-icon {
  font-size: 50px;
  color: #9e996f;
  display: inline-block;
}

.fun_section {
  z-index: 100;
  position: relative;
}
.fun_section article.pdl_article {
  width: 100%;
}

@media (max-width: 590px) {
  .clear_brs br {
    display: none !important;
  }
}

.feature-blocks {
  position: relative;
  z-index: 10;
  margin-top: -100px;
  padding-left: 70px;
  padding-top: 75px;
  padding-right: 20%;
  padding-bottom: 200px;
  justify-content: space-between;
}
.feature-blocks .facts_br {
  width: 100%;
}
@media (max-width: 590px) {
  .feature-blocks .facts_br {
    flex-wrap: wrap;
  }
}
@media (max-width: 590px) {
  .feature-blocks h2.section-title {
    font-size: 21px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .feature-blocks br {
    display: none;
  }
}
.feature-blocks .fun {
  padding-left: 0;
  width: auto;
  flex: auto;
}
@media (max-width: 590px) {
  .feature-blocks .fun {
    width: 100%;
  }
}
.feature-blocks .fun:nth-of-type(3) {
  max-width: 36% !important;
}
.feature-blocks .fun h2 {
  font-size: 120px;
  font-weight: 400;
}
@media (max-width: 1590px) {
  .feature-blocks .fun h2 {
    font-size: 7vw;
  }
}
@media (max-width: 1490px) {
  .feature-blocks .fun h2 {
    font-size: 6.5vw;
  }
}
@media (max-width: 991px) {
  .feature-blocks .fun h2 {
    font-size: 11.5vw;
  }
}
@media (max-width: 590px) {
  .feature-blocks .fun h2 {
    font-size: 17vw;
  }
}
.feature-blocks .fun h5 {
  font-size: 15px;
  text-transform: uppercase;
}
@media (max-width: 590px) {
  .feature-blocks .fun h5 {
    font-size: 12px;
  }
}
.feature-blocks .down_arrow {
  position: absolute;
  bottom: 65px;
  left: 70px;
  width: 25px;
}
@media (max-width: 991px) {
  .feature-blocks .down_arrow {
    left: 45px;
    bottom: 55px;
    width: 22px;
  }
}
@media (max-width: 590px) {
  .feature-blocks .down_arrow {
    left: 32px;
    bottom: 25px;
  }
}
@media (max-width: 1400px) {
  .feature-blocks {
    padding-right: 8%;
  }
}
@media (max-width: 1200px) {
  .feature-blocks {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
  }
  .feature-blocks h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .feature-blocks {
    margin-top: 0;
    padding: 50px 50px 180px 50px;
  }
  .feature-blocks h3 {
    font-size: 25px;
  }
  .feature-blocks p {
    margin-bottom: 35px;
  }
}
@media (max-width: 490px) {
  .feature-blocks {
    padding: 35px 40px 180px 35px;
  }
}

/* /banner feature */
/* course */
.card-btn {
  font-size: 12px;
  padding: 5px 10px;
}

.flex-basis-33 {
  flex-basis: 33.3333%;
}

.hover-shadow {
  transition: 0.3s ease;
}
.hover-shadow:hover {
  box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
}

/* /course */
/* success story */
.success-video {
  min-height: 300px;
}
.success-video .play-btn {
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .success-video .play-btn {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

img.float_img {
  width: 46%;
  height: auto !important;
  min-height: unset !important;
  max-height: unset !important;
  margin-top: -16vw;
}
@media (max-width: 950px) {
  img.float_img {
    width: calc(100% - 30px) !important;
    height: 20% !important;
    margin-left: 15px;
    margin-top: -120px;
  }
}

.play-btn {
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #9e996f;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.play-btn i {
  line-height: 100px;
  text-indent: 4px;
}
.play-btn::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -2;
  transition: 0.3s ease;
  transition-delay: 0.2s;
}
.play-btn::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 80%;
  transform: translate(-50%, -50%);
  background: #9e996f;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: 0.3s ease;
}
.play-btn:hover::before {
  height: 80%;
  width: 80%;
  transition-delay: 0s;
}
.play-btn:hover::after {
  height: 0;
  width: 0;
  transition: 0s ease;
}

/* /success story */
/* events */
.card-date {
  position: absolute;
  background: #9e996f;
  font-family: "Simplon", sans-serif;
  text-align: center;
  padding: 10px;
  color: #fff;
  top: 0;
  left: 0;
  text-transform: uppercase;
}
.card-date span {
  font-size: 40px;
}

/* /events */
/* teacher */
.teacher-info {
  width: 70%;
  bottom: 0;
  right: 0;
}

@media (max-width: 991px) {
  .featurepanel {
    /*
    position: absolute;
    bottom: 0;
    left: 0;
    height: 450px;
    width: 100%;
    background: black;
    */
  }
}
.featurepanel .featurepanel_wrap {
  position: relative;
  background: transparent;
}
@media (max-width: 991px) {
  .featurepanel .featurepanel_wrap {
    opacity: 0.95;
  }
}
.featurepanel .featurepanel_wrap .img-fluid {
  max-width: 580px;
}
@media (max-width: 991px) {
  .featurepanel .featurepanel_wrap .img-fluid {
    width: auto !important;
    height: 450px;
  }
}
.featurepanel .featurepanel_wrap .swiper-container {
  position: relative;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  margin-top: -100px;
}
.featurepanel .featurepanel_wrap .swiper-container .swiper-slide {
  padding: 0px;
}
.featurepanel .featurepanel_wrap .swiper-container .swiper-slide:hover {
  z-index: 1000 !important;
}
.featurepanel .featurepanel_wrap .swiper-container .swiper-slide .pdl_article .card .card-body {
  min-height: 25vw;
}
@media (max-width: 1490px) {
  .featurepanel .featurepanel_wrap .swiper-container .swiper-slide .pdl_article .card .card-body {
    min-height: 27vw;
  }
}
@media (max-width: 1290px) {
  .featurepanel .featurepanel_wrap .swiper-container .swiper-slide .pdl_article .card .card-body {
    min-height: 31vw;
  }
}
@media (max-width: 1150px) {
  .featurepanel .featurepanel_wrap .swiper-container .swiper-slide .pdl_article .card .card-body {
    min-height: 46vw;
  }
}
@media (max-width: 850px) {
  .featurepanel .featurepanel_wrap .swiper-container .swiper-slide .pdl_article .card .card-body {
    min-height: 55vw;
  }
}
@media (max-width: 590px) {
  .featurepanel .featurepanel_wrap .swiper-container .swiper-slide .pdl_article .card .card-body {
    min-height: 85vw;
  }
}
.featurepanel .featurepanel_wrap .swiper-container .swiper-slide .pdl_article:after {
  width: calc(100% + 0px);
  height: calc(100% + 0px);
}
.featurepanel .featurepanel_wrap .swiper-container .swiper-button-next, .featurepanel .featurepanel_wrap .swiper-container .swiper-button-prev {
  top: 55px !important;
  right: 19px !important;
  left: auto !important;
  outline: none !important;
  background: none !important;
  display: block;
  padding: 0;
  background-image: url(../img/pdl_arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 36px;
  transform: rotate(-90deg);
}
@media (max-width: 590px) {
  .featurepanel .featurepanel_wrap .swiper-container .swiper-button-next, .featurepanel .featurepanel_wrap .swiper-container .swiper-button-prev {
    top: 67px !important;
    right: 15px !important;
    width: 28px;
  }
}
.featurepanel .featurepanel_wrap .swiper-container .swiper-button-next:after, .featurepanel .featurepanel_wrap .swiper-container .swiper-button-prev:after {
  display: none !important;
}
.featurepanel .featurepanel_wrap .swiper-container .swiper-button-next:focus, .featurepanel .featurepanel_wrap .swiper-container .swiper-button-next:active, .featurepanel .featurepanel_wrap .swiper-container .swiper-button-prev:focus, .featurepanel .featurepanel_wrap .swiper-container .swiper-button-prev:active {
  outline: none;
}
.featurepanel .featurepanel_wrap .swiper-container .swiper-button-prev {
  right: 74px !important;
  transform: rotate(90deg);
}
@media (max-width: 590px) {
  .featurepanel .featurepanel_wrap .swiper-container .swiper-button-prev {
    right: 68px !important;
  }
}

.story_panel {
  position: relative;
  overflow: hidden;
  padding-top: 25vw;
}
.story_panel .container {
  position: relative;
  z-index: 7;
}
.story_panel .container .p-5 {
  padding: 35px 30px 35px 35px !important;
}

.full_cover_vid {
  position: absolute;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
.full_cover_vid:after {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  opacity: 0.6;
  z-index: 2;
}
.introblock {
  position: relative;
  z-index: 100;
  padding: 2.8vw;
}
.introblock img {
  width: 20px;
}

.info_pop {
  width: 30vw;
  height: 65vh;
  padding: 2.5vw;
  z-index: 1075;
  min-height: 550px;
  max-width: 450px;
  background: rgba(17, 17, 17, 0.9);
  position: fixed;
  bottom: 0;
  right: 0;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 1290px) {
  .info_pop {
    width: 36vw;
  }
}
@media (max-width: 990px) {
  .info_pop {
    width: 50vw;
    height: 65vh;
    padding: 5vw;
  }
}
@media (max-width: 490px) {
  .info_pop {
    width: 87vw;
    height: 65vh;
    padding: 30px;
    min-height: 450px;
  }
}
@media screen and (max-height: 50vw) {
  .info_pop {
    width: 50vw;
    height: 62vh;
    min-height: 345px;
    max-width: none;
  }
  .info_pop p {
    width: 82%;
    color: white;
  }
  .info_pop .closer_btn {
    margin-bottom: -2vw;
  }
}
@media screen and (max-width: 750px) and (max-height: 55vw) {
  .info_pop {
    width: 85vw;
    height: 80vh;
    min-height: unset;
    max-width: none;
  }
  .info_pop p {
    width: 97%;
    color: #848484;
  }
  .info_pop .closer_btn {
    margin-bottom: -6vw !important;
  }
}
.info_pop.off, .info_pop.sc_off {
  opacity: 0;
  bottom: -10px;
  pointer-events: none;
}
.info_pop h3 {
  color: white;
  margin-bottom: 8px;
}
.info_pop_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.info_pop_inner p {
  color: rgba(255, 255, 255, 0.8);
}
.info_pop .btn-primary-white {
  color: white;
  background: transparent;
  border-color: white !important;
}
.info_pop .btn-primary-white::before {
  background: white !important;
}
.info_pop .btn-primary-white:hover {
  color: #111111;
}
.info_pop .closer {
  cursor: pointer;
}
.info_pop .closer_btn {
  position: relative;
  float: left;
  width: 44px;
  height: 44px;
  top: -7px;
  left: -5px;
  margin-bottom: 23px;
}
@media (max-width: 490px) {
  .info_pop .closer_btn {
    width: 30px;
    height: 30px;
  }
}
.info_pop .closer_btn span {
  position: absolute;
  width: 2px;
  height: 100%;
  background: white;
  left: 50%;
  top: 0;
  margin-left: 0;
  transform: rotate(45deg);
}
.info_pop .closer_btn span + span {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-left: 0;
  margin-top: -1px;
}

.pdl_homepage_collab {
  border-top: 1px black solid;
}
.pdl_homepage_collab .pdl_banners_text {
  background: #538090;
  padding-bottom: 0;
}
.pdl_homepage_collab .pdl_banners_text h1 {
  background: #538090;
  padding: 4vw 3.55vw 5vw 3.55vw;
}
.pdl_homepage_collab .pdl_banners_text p {
  padding-bottom: 12vw;
}
.pdl_homepage_collab .pdl_banners_text .pdl_expanders_button {
  padding: 2.2vw 3vw 6vw 3vw;
  transition: all 0.3s ease-in-out;
  transform: rotate(0);
}
.pdl_homepage_collab .pdl_banners_text:hover .pdl_expanders_button {
  padding: 3vw;
  transform: rotate(90deg);
}
.pdl_homepage_collab .pdl_banners_img .pdl_shapes {
  border-top: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.pdl_homepage_collab .pdl_banners_img:after, .pdl_homepage_collab .pdl_banners_img:before {
  content: "";
  position: absolute;
  background: black;
  z-index: 5;
  top: 0;
  left: 12.5vw;
  height: 100%;
  width: 1px;
}
@media (max-width: 590px) {
  .pdl_homepage_collab .pdl_banners_img:after, .pdl_homepage_collab .pdl_banners_img:before {
    left: 50vw;
  }
}
.pdl_homepage_collab .pdl_banners_img:before {
  left: 25vw;
}
@media (max-width: 590px) {
  .pdl_homepage_collab .pdl_banners_img:before {
    left: calc(75vw + 1px);
    bottom: 0 !important;
    top: auto;
    height: calc(100% - 25vw);
  }
}
.pdl_homepage_collab .pdl_banners_img img {
  position: relative;
  z-index: 1;
}
@media (max-width: 590px) {
  .pdl_homepage_collab .pdl_banners_text_holder {
    height: 60vw;
  }
}
.pdl_homepage_collab .pdl_banners_text_holder .pdl_expanders_button {
  padding: 3vw !important;
  transform-origin: center center;
  transform: rotate(0deg);
}

body.page-template-02_about .pdl_banners_text h1 {
  font-size: 6.9vw;
}
@media (max-width: 850px) {
  body.page-template-02_about .pdl_banners_text h1 {
    font-size: 64px;
  }
}
@media (max-width: 590px) {
  body.page-template-02_about .pdl_banners_text h1 {
    font-size: 36px;
  }
}
body.page-template-02_about ul.pdl_expanders li {
  background: #d4d4d9;
}
body.page-template-02_about ul.pdl_expanders li .pdl_expanders_content {
  background: #d4d4d9;
}
body.page-template-02_about .pdl_people {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 650px) {
  body.page-template-02_about .pdl_people {
    flex-direction: column;
  }
}
body.page-template-02_about .pdl_people article.pdl_person {
  width: 25%;
  position: relative;
}
@media (max-width: 950px) {
  body.page-template-02_about .pdl_people article.pdl_person {
    width: 50%;
  }
}
@media (max-width: 650px) {
  body.page-template-02_about .pdl_people article.pdl_person {
    width: 100%;
  }
}
body.page-template-02_about .pdl_people article.pdl_person:after {
  height: calc(100% + 2px);
}
body.page-template-02_about .pdl_people article.pdl_person:nth-of-type(1) div.person_panel {
  right: auto;
  left: calc(100% - 1px);
  border-left: none;
}
body.page-template-02_about .pdl_people article.pdl_person:nth-of-type(1) div.person_panel section .closer {
  left: auto !important;
  right: 0 !important;
}
body.page-template-02_about .pdl_people article.pdl_person:nth-of-type(2) div.person_panel {
  right: auto;
  left: calc(100% - 1px);
  border-left: none;
}
@media (max-width: 950px) {
  body.page-template-02_about .pdl_people article.pdl_person:nth-of-type(2) div.person_panel {
    right: 100%;
    left: auto;
  }
}
body.page-template-02_about .pdl_people article.pdl_person:nth-of-type(2) div.person_panel section .closer {
  left: auto !important;
  right: 0 !important;
}
@media (max-width: 950px) {
  body.page-template-02_about .pdl_people article.pdl_person:nth-of-type(2) div.person_panel section .closer {
    right: auto !important;
    left: 0 !important;
  }
}
@media (max-width: 590px) {
  body.page-template-02_about .pdl_people article.pdl_person:nth-of-type(2) div.person_panel section .closer {
    left: auto !important;
    right: 0 !important;
  }
}
body.page-template-02_about .pdl_people article.pdl_person:nth-of-type(3) div.person_panel {
  right: 100%;
  left: auto;
}
@media (max-width: 950px) {
  body.page-template-02_about .pdl_people article.pdl_person:nth-of-type(3) div.person_panel {
    right: auto;
    left: calc(100% - 1px);
  }
}
body.page-template-02_about .pdl_people article.pdl_person:nth-of-type(3) div.person_panel section .closer {
  left: auto !important;
  right: 0 !important;
}
@media (max-width: 950px) {
  body.page-template-02_about .pdl_people article.pdl_person:nth-of-type(3) div.person_panel section .closer {
    left: auto !important;
    right: 0 !important;
  }
}
body.page-template-02_about .pdl_people article.pdl_person:nth-of-type(4) div.person_panel {
  right: 100%;
  left: auto;
}
body.page-template-02_about .pdl_people article.pdl_person:nth-of-type(4) div.person_panel section .closer {
  left: auto !important;
  right: 0 !important;
}
body.page-template-02_about .pdl_people article.pdl_person.on {
  z-index: 9999;
}
body.page-template-02_about .pdl_people article.pdl_person.on:hover {
  transform: scale(1) !important;
  box-shadow: none;
}
body.page-template-02_about .pdl_people article.pdl_person.on .card {
  background: #d4d4d9;
}
body.page-template-02_about .pdl_people article.pdl_person.on .card .pdl_expanders_button {
  opacity: 0;
}
body.page-template-02_about .pdl_people article.pdl_person.on div.person_panel {
  opacity: 1;
  display: block;
  pointer-events: auto;
}
body.page-template-02_about .pdl_people article.pdl_person .pdl_expanders_button {
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 650px) {
  body.page-template-02_about .pdl_people article.pdl_person .pdl_expanders_button {
    left: auto;
    right: 0;
    bottom: 47px;
  }
}
body.page-template-02_about .pdl_people article.pdl_person.fadeout .card .image_cont {
  opacity: 0.5;
}
body.page-template-02_about .pdl_people article.pdl_person div.person_panel {
  content: "";
  background: #d4d4d9;
  position: absolute;
  width: calc(25vw + 1px);
  height: calc(100% + 2px);
  left: 100%;
  top: -1px;
  box-sizing: border-box;
  border: 1px solid black;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1350px) {
  body.page-template-02_about .pdl_people article.pdl_person div.person_panel {
    width: calc(50vw + 1px);
  }
}
@media (max-width: 650px) {
  body.page-template-02_about .pdl_people article.pdl_person div.person_panel {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border: none !important;
    display: none;
  }
}
body.page-template-02_about .pdl_people article.pdl_person div.person_panel section {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 650px) {
  body.page-template-02_about .pdl_people article.pdl_person div.person_panel section {
    padding-bottom: 80px !important;
  }
}
body.page-template-02_about .pdl_people article.pdl_person div.person_panel section .closer {
  cursor: pointer;
  position: absolute;
  right: auto;
  left: 0 !important;
  top: 0 !important;
  opacity: 1;
  transition: all 0.35s ease-in-out;
  transition-delay: 0.6s;
  z-index: 900;
  pointer-events: auto !important;
  margin: 0 !important;
  height: auto !important;
  width: auto !important;
  padding: 1.25rem !important;
  transform: rotate(45deg) !important;
}
@media (max-width: 650px) {
  body.page-template-02_about .pdl_people article.pdl_person div.person_panel section .closer {
    left: auto !important;
    bottom: auto !important;
    right: 0px !important;
    top: -110px !important;
    height: 30px;
  }
}
body.page-template-02_about .pdl_people article.pdl_person div.person_panel section .closer .pdl_expanders_button {
  position: relative;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  padding: 0 !important;
}
body.page-template-02_about .pdl_people article.pdl_person div.person_panel section h3 {
  color: black;
  margin-bottom: 8px;
  line-height: 1.15;
}
@media (max-width: 950px) {
  body.page-template-02_about .pdl_people article.pdl_person div.person_panel section h3 {
    font-size: 24px !important;
  }
}
@media (max-width: 650px) {
  body.page-template-02_about .pdl_people article.pdl_person div.person_panel section h3 {
    display: none;
  }
}
body.page-template-02_about .pdl_people article.pdl_person div.person_panel section h3 pre {
  font-size: inherit;
  font-family: inherit;
  line-height: 1.1;
  padding: 0;
  background: transparent;
  color: black;
  font-weight: normal;
  font-family: "Circular", sans-serif;
}
body.page-template-02_about .pdl_people article.pdl_person div.person_panel section p {
  color: black;
  width: 90% !important;
}
body.page-template-02_about .pdl_people article.pdl_person div.person_panel section ul.pdl_social {
  bottom: 1.75vw;
  left: 2vw;
  transform: scale(0.7);
  transform-origin: left;
}
@media (max-width: 650px) {
  body.page-template-02_about .pdl_people article.pdl_person div.person_panel section ul.pdl_social {
    transform: scale(1);
    bottom: 15px;
    left: 15px;
  }
}
body.page-template-02_about .pdl_people article.pdl_person .card {
  background: white;
}
body.page-template-02_about .pdl_people article.pdl_person .card .card-body {
  padding-bottom: 7vw;
}
@media (max-width: 650px) {
  body.page-template-02_about .pdl_people article.pdl_person .card .card-body {
    padding-bottom: 30px;
  }
}
body.page-template-02_about .pdl_people article.pdl_person .card .card-body h4 {
  font-size: 1.25vw !important;
  line-height: 1.2;
}
@media (min-width: 1790px) {
  body.page-template-02_about .pdl_people article.pdl_person .card .card-body h4 {
    font-size: 22.5px !important;
  }
}
@media (max-width: 1290px) {
  body.page-template-02_about .pdl_people article.pdl_person .card .card-body h4 {
    font-size: 16.125px !important;
  }
}
@media (max-width: 650px) {
  body.page-template-02_about .pdl_people article.pdl_person .card .card-body h4 {
    font-size: 16px !important;
  }
}
@media (max-width: 490px) {
  body.page-template-02_about .pdl_people article.pdl_person .card .card-body h4 {
    font-size: 15px !important;
  }
}
body.page-template-02_about .pdl_people article.pdl_person .card .card-body h4 pre {
  color: black;
  background: transparent;
  padding: 0;
  font-family: "Circular", sans-serif;
  font-weight: normal;
  font-size: inherit;
  line-height: 1.2;
  font-family: "Circular", sans-serif;
  font-weight: normal;
}
body.page-template-02_about .pdl_people article.pdl_person .card .image_cont {
  height: 33vw;
}
@media (max-width: 950px) {
  body.page-template-02_about .pdl_people article.pdl_person .card .image_cont {
    height: 50vw;
  }
}
@media (max-width: 790px) {
  body.page-template-02_about .pdl_people article.pdl_person .card .image_cont {
    height: 70vw;
  }
}

body.page-template-07_collaborate .pdl_banners .pdl_shapes {
  display: none;
}
body.page-template-07_collaborate .pdl_banners .pdl_banners_img .pdl_shapes {
  display: flex;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 3.55vw;
  width: calc(37.5vw + 2px);
  border-top: none !important;
}
@media (min-width: 1790px) {
  body.page-template-07_collaborate .pdl_banners .pdl_banners_img .pdl_shapes {
    top: 62.9px;
  }
}
@media (max-width: 1290px) {
  body.page-template-07_collaborate .pdl_banners .pdl_banners_img .pdl_shapes {
    top: 44.795px;
  }
}
@media (max-width: 590px) {
  body.page-template-07_collaborate .pdl_banners .pdl_banners_img .pdl_shapes {
    top: 39px;
    width: calc(75vw + 1px);
  }
}
body.page-template-07_collaborate .pdl_banners .pdl_banners_text {
  padding-bottom: 0;
}
body.page-template-07_collaborate .pdl_collab {
  position: relative;
  z-index: 1000;
}
body.page-template-07_collaborate .pdl_shapes {
  position: relative;
  z-index: 1;
}
body.page-template-07_collaborate .pdl_method .pdl_box_title {
  border-right: 1px solid black;
}
body.page-template-07_collaborate .pdl_method .article_holder {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
body.page-template-07_collaborate .pdl_method .article_holder article {
  width: 33.3333333333%;
}
body.page-template-07_collaborate .pdl_method .article_holder article:hover {
  transform: scale(1);
  -webkit-box-shadow: 0px 1px 12px 4px rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 12px 4px rgba(0, 0, 0, 0);
}
@media (max-width: 590px) {
  body.page-template-07_collaborate .pdl_method .article_holder article {
    width: 100%;
  }
}
body.page-template-07_collaborate .pdl_method .article_holder article .card {
  background: #538090;
}
body.page-template-07_collaborate .pdl_method .article_holder article .card .image_cont {
  height: 17vw;
}
@media (min-width: 1790px) {
  body.page-template-07_collaborate .pdl_method .article_holder article .card .image_cont {
    height: 306px;
  }
}
@media (max-width: 1290px) {
  body.page-template-07_collaborate .pdl_method .article_holder article .card .image_cont {
    height: 219.3px;
  }
}

.pdl_logos {
  display: block;
  width: 100%;
  background: #d4d4d9;
  border-bottom: 1px solid black;
}
.pdl_logos .pdl_box_text, .pdl_logos .pdl_box_title {
  border-bottom: 1px solid black;
}
.pdl_logos ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0;
  margin: 0;
  padding-top: 0 !important;
  padding-bottom: 70px !important;
}
.pdl_logos ul li {
  position: relative;
  left: -1px;
  padding: 0;
  margin: 0;
  width: 20%;
  height: 19.02vw;
  margin-bottom: -70px;
}
@media (max-width: 650px) {
  .pdl_logos ul li {
    width: 50%;
    height: calc(33.3333333333vw + 30px);
  }
}
.pdl_logos ul li img {
  height: 100%;
  width: auto;
}
.pdl_logos ul li:nth-of-type(3), .pdl_logos ul li:nth-of-type(8), .pdl_logos ul li:nth-of-type(13), .pdl_logos ul li:nth-of-type(18), .pdl_logos ul li:nth-of-type(23), .pdl_logos ul li:nth-of-type(28),
.pdl_logos ul li :nth-of-type(33), .pdl_logos ul li:nth-of-type(38), .pdl_logos ul li:nth-of-type(43), .pdl_logos ul li:nth-of-type(48) {
  text-align: center;
}
@media (max-width: 650px) {
  .pdl_logos ul li:nth-of-type(3), .pdl_logos ul li:nth-of-type(8), .pdl_logos ul li:nth-of-type(13), .pdl_logos ul li:nth-of-type(18), .pdl_logos ul li:nth-of-type(23), .pdl_logos ul li:nth-of-type(28),
.pdl_logos ul li :nth-of-type(33), .pdl_logos ul li:nth-of-type(38), .pdl_logos ul li:nth-of-type(43), .pdl_logos ul li:nth-of-type(48) {
    text-align: left;
  }
}
.pdl_logos ul li:nth-of-type(4), .pdl_logos ul li:nth-of-type(5), .pdl_logos ul li:nth-of-type(9), .pdl_logos ul li:nth-of-type(10), .pdl_logos ul li:nth-of-type(14), .pdl_logos ul li:nth-of-type(15), .pdl_logos ul li:nth-of-type(19), .pdl_logos ul li:nth-of-type(20), .pdl_logos ul li:nth-of-type(24), .pdl_logos ul li:nth-of-type(25), .pdl_logos ul li:nth-of-type(29), .pdl_logos ul li:nth-of-type(30), .pdl_logos ul li:nth-of-type(34), .pdl_logos ul li:nth-of-type(35), .pdl_logos ul li:nth-of-type(39), .pdl_logos ul li:nth-of-type(40), .pdl_logos ul li:nth-of-type(44), .pdl_logos ul li:nth-of-type(45), .pdl_logos ul li:nth-of-type(49), .pdl_logos ul li:nth-of-type(50) {
  text-align: right;
}
@media (max-width: 650px) {
  .pdl_logos ul li:nth-of-type(4), .pdl_logos ul li:nth-of-type(5), .pdl_logos ul li:nth-of-type(9), .pdl_logos ul li:nth-of-type(10), .pdl_logos ul li:nth-of-type(14), .pdl_logos ul li:nth-of-type(15), .pdl_logos ul li:nth-of-type(19), .pdl_logos ul li:nth-of-type(20), .pdl_logos ul li:nth-of-type(24), .pdl_logos ul li:nth-of-type(25), .pdl_logos ul li:nth-of-type(29), .pdl_logos ul li:nth-of-type(30), .pdl_logos ul li:nth-of-type(34), .pdl_logos ul li:nth-of-type(35), .pdl_logos ul li:nth-of-type(39), .pdl_logos ul li:nth-of-type(40), .pdl_logos ul li:nth-of-type(44), .pdl_logos ul li:nth-of-type(45), .pdl_logos ul li:nth-of-type(49), .pdl_logos ul li:nth-of-type(50) {
    text-align: left;
  }
}

.mix-wrap .filter-controls li {
  cursor: pointer;
  transition: 0.1s ease;
}
@media (max-width: 590px) {
  .mix-wrap .filter-controls li {
    display: block;
  }
}
.mix-wrap .filter-controls li.mixitup-control-active {
  font-weight: 600;
}
/* Settings ----------------------------------------------------------------------------- */
.first_object {
  margin-top: -3.55vw;
}
.first_object.on {
  margin-top: 0 !important;
}
@media (min-width: 1790px) {
  .first_object {
    margin-top: -63.9px;
  }
}
@media (max-width: 1290px) {
  .first_object {
    margin-top: -45.795px;
  }
}
@media (max-width: 590px) {
  .first_object {
    margin-top: -40px;
  }
}

.pdl_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pdl_box_title, .pdl_box_text {
  width: 50%;
  position: relative;
}
@media (max-width: 590px) {
  .pdl_box_title, .pdl_box_text {
    width: 100%;
  }
}
.normal_padding {
  padding: 3.55vw !important;
}
@media (max-width: 590px) {
  .normal_padding {
    padding: 15px !important;
  }
}

.small_padding {
  padding: 2.5vw 2.45vw !important;
}
@media (max-width: 590px) {
  .small_padding {
    padding: 15px !important;
  }
}

.right_border {
  border-right: 1px solid black;
}

.pdl_shiftleft {
  left: -1px;
  position: relative;
}
@media (max-width: 590px) {
  .pdl_shiftleft {
    left: 0px;
  }
}

.pdl_shiftright {
  left: 1px;
  position: relative;
}
@media (max-width: 590px) {
  .pdl_shiftright {
    left: 0px;
  }
}

.reduce_paras p {
  width: 95% !important;
}

.normal_lineheight {
  line-height: 3.4vw;
}
@media (min-width: 1790px) {
  .normal_lineheight {
    line-height: 61.2px;
  }
}
@media (max-width: 1490px) {
  .normal_lineheight {
    line-height: 3.45vw;
  }
}
@media (max-width: 1290px) {
  .normal_lineheight {
    line-height: 43.86px;
  }
}
@media (max-width: 590px) {
  .normal_lineheight {
    line-height: 38px;
  }
}

.no_topborder {
  border-top: none !important;
}

ul.pdl_expanders {
  position: relative;
  border-top: 1px solid black;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
ul.pdl_expanders:after {
  content: "";
  position: absolute;
  z-index: 6;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: black;
}
ul.pdl_expanders li {
  position: relative;
  z-index: 5;
  width: 50%;
  background: #ffffff;
  border-bottom: 1px solid black;
  min-height: 13.75vw;
  cursor: pointer;
}
@media (min-width: 1790px) {
  ul.pdl_expanders li {
    min-height: 247.5px;
  }
}
@media (max-width: 1290px) {
  ul.pdl_expanders li {
    min-height: 145.125px;
  }
}
@media (max-width: 590px) {
  ul.pdl_expanders li {
    width: 100%;
  }
}
ul.pdl_expanders li:last-of-type {
  border-right: 1px solid black;
}
ul.pdl_expanders li:nth-of-type(even) {
  border-right: none !important;
}
ul.pdl_expanders li h3 {
  font-family: "Circular", sans-serif;
  font-weight: normal;
  letter-spacing: -0.018em;
}
ul.pdl_expanders li:after {
  content: "";
  position: absolute;
  z-index: 6;
  left: -1px;
  top: 0;
  height: 100%;
  width: 1px;
  background: black;
}
ul.pdl_expanders li .pdl_expanders_icon {
  content: "";
  position: absolute;
  z-index: 6;
  right: 2.5vw;
  top: 2vw;
  height: 5.2vw;
  width: 5.2vw;
}
@media (min-width: 1790px) {
  ul.pdl_expanders li .pdl_expanders_icon {
    width: 93.6px;
    height: 93.6px;
  }
}
@media (max-width: 1290px) {
  ul.pdl_expanders li .pdl_expanders_icon {
    width: 67.08px;
    height: 67.08px;
  }
}
@media (max-width: 1290px) {
  ul.pdl_expanders li .pdl_expanders_icon {
    width: 55px;
    height: 55px;
  }
}
ul.pdl_expanders li .pdl_expanders_content {
  position: absolute;
  top: 95%;
  left: 0px;
  height: calc(100% + 2px);
  width: calc(100% + 1px);
  background: #ffffff;
  padding-top: 0 !important;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media (max-width: 590px) {
  ul.pdl_expanders li .pdl_expanders_content {
    height: calc(150% + 2px);
    border-right: none !important;
  }
}
ul.pdl_expanders li .pdl_expanders_content:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  width: 1px;
  background: black;
}
ul.pdl_expanders li .pdl_expanders_content p {
  width: 92%;
}
ul.pdl_expanders li:hover {
  z-index: 10;
  border-right: 1px solid black;
  cursor: pointer;
}
@media (max-width: 590px) {
  ul.pdl_expanders li:hover {
    border-right: none !important;
  }
}
ul.pdl_expanders li:hover .pdl_expanders_button {
  opacity: 0;
  transform: rotate(15deg);
}
ul.pdl_expanders li:hover .pdl_expanders_content {
  opacity: 1;
  top: 100%;
}
ul.pdl_expanders li:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  height: 100%;
  width: 1px;
  background: black;
}

.pdl_expanders_button {
  position: absolute;
  z-index: 6;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
  opacity: 1;
  padding: 2.2vw 2.8vw;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 590px) {
  .pdl_expanders_button {
    padding: 15px 15px;
  }
}
.pdl_expanders_button span {
  display: block;
  width: 2.1vw;
  height: 2.1vw;
  position: relative;
}
@media (min-width: 1790px) {
  .pdl_expanders_button span {
    height: 37.8px;
    width: 37.8px;
  }
}
@media (max-width: 1290px) {
  .pdl_expanders_button span {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 750px) {
  .pdl_expanders_button span {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 590px) {
  .pdl_expanders_button span {
    width: 22px;
    height: 22px;
  }
}
.pdl_expanders_button span:after, .pdl_expanders_button span:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: black;
}
@media (max-width: 590px) {
  .pdl_expanders_button span:after, .pdl_expanders_button span:before {
    height: 1px;
  }
}
.pdl_expanders_button span:before {
  width: 2px;
  height: 100%;
  margin-top: 0;
  margin-left: -1px;
  top: 0;
  left: 50%;
}
@media (max-width: 590px) {
  .pdl_expanders_button span:before {
    width: 1px;
  }
}

.pdl_button {
  position: relative;
  display: inline-block;
  width: auto;
  background: black;
  padding: 0 4vw;
  border-radius: 100px;
  height: 3.5vw;
  line-height: 3.2vw;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid white;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  font-family: "OnShow", sans-serif;
  border: 1px solid black;
  user-select: none;
}
@media (min-width: 1790px) {
  .pdl_button {
    height: 63px;
    line-height: 57.6px;
  }
}
@media (max-width: 1290px) {
  .pdl_button {
    height: 45.15px;
    line-height: 41.28px;
  }
}
@media (max-width: 590px) {
  .pdl_button {
    height: 40px;
    line-height: 36px;
  }
}
.pdl_button span {
  display: block;
  position: relative;
  z-index: 5;
  color: white;
  transition: all 0.5s ease-in-out;
}
.pdl_button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: white;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.pdl_button:hover span {
  color: black;
}
.pdl_button:hover:after {
  top: 0;
}

.pdl_arrow {
  display: block;
  position: relative;
  width: 2.1vw;
  margin-top: 3vw;
  top: 0;
  transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
@media (min-width: 1790px) {
  .pdl_arrow {
    width: 37.8px;
  }
}
@media (max-width: 1290px) {
  .pdl_arrow {
    width: 27.09px;
  }
}
@media (max-width: 590px) {
  .pdl_arrow {
    width: 22px;
    margin-top: 30px;
  }
}
.pdl_arrow:hover {
  top: 0.25vw;
}

ul.pdl_social {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  position: absolute;
  bottom: 3.5vw;
  left: 3.5vw;
}
ul.pdl_social li {
  display: inline-block;
  margin-right: 1.25vw;
  margin-left: 0;
  filter: invert(1);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1790px) {
  ul.pdl_social li {
    margin-right: 34.2px;
  }
}
@media (max-width: 1290px) {
  ul.pdl_social li {
    margin-right: 24.51px;
  }
}
@media (max-width: 850px) {
  ul.pdl_social li {
    margin-right: 20px;
  }
}
ul.pdl_social li a {
  outline: none !important;
}
ul.pdl_social li a img {
  width: 2.5vw;
}
@media (min-width: 1790px) {
  ul.pdl_social li a img {
    width: 45px;
  }
}
@media (max-width: 1290px) {
  ul.pdl_social li a img {
    width: 32.25px;
  }
}
@media (max-width: 850px) {
  ul.pdl_social li a img {
    width: 20px;
  }
}

/* Blocks ------------------------------------------------------------------------------ */
.pdl_shapes {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  margin-bottom: -1px;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  height: 12.5vw;
  display: flex;
  flex-direction: row;
}
@media (max-width: 590px) {
  .pdl_shapes {
    height: auto;
  }
}
.pdl_shapes.four {
  width: 50vw;
}
.pdl_shapes.five {
  width: 62.5vw;
  float: left;
}
.pdl_shapes.five svg:hover {
  fill: rgba(255, 255, 255, 0) !important;
}
.pdl_shapes svg {
  transform: translate3d(0);
  margin-top: -1px;
  fill: transparent !important;
  transition: all 1.5s ease-in-out;
}
.pdl_shapes svg.pdl_shape {
  height: 12.5vw;
  width: auto;
  fill: none;
  stroke-width: 1px;
  stroke: black;
}
@media (max-width: 590px) {
  .pdl_shapes svg.pdl_shape {
    height: 25vw;
    stroke-width: 2px;
  }
}
@media (max-width: 590px) {
  .pdl_shapes svg.hide_shape {
    display: none;
  }
}
@media (max-width: 590px) {
  .pdl_shapes svg.half_line {
    width: 50vw;
  }
}
.pdl_shapes svg.pdl_borderright {
  border-right: solid 1px black;
}
.pdl_shapes svg.pdl_shiftleft {
  left: -1px;
  position: relative;
}
.pdl_shapes svg:hover {
  fill: #908b63 !important;
  fill: #FFFF89 !important;
  transition: all 0.2s ease-in-out;
}
.pdl_shapes.pdl_pink svg:hover {
  fill: #D49BD6 !important;
}
.pdl_shapes.pdl_yellow svg:hover {
  fill: #FFFF89 !important;
}
.pdl_shapes.pdl_gold svg:hover {
  fill: #908b63 !important;
}
.pdl_shapes.pdl_blue svg:hover {
  fill: #538090 !important;
}

.pdl_collaborate .pdl_shapes.pdl_blue svg:hover {
  fill: #d5d5e4 !important;
}

.pdl_shapes2 {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  margin-bottom: -1px;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  height: 12.5vw;
  display: flex;
  flex-direction: row;
}
.pdl_shapes2 .pdl_shape {
  position: relative;
  height: 12.5vw;
}
.pdl_shapes2 .pdl_shape.pdl_borderright {
  border-right: solid 1px black;
}
.pdl_shapes2 .pdl_shape svg {
  display: block;
  position: relative;
  z-index: 5;
  height: 100%;
  width: auto;
  fill: none;
  stroke-width: 1px;
  stroke: black;
  transition: opacity 1.5s ease-in-out, filter 1.5s ease-in-out;
}
.pdl_shapes2 .pdl_shape svg.pdl_shape_a {
  fill: transparent !important;
}
.pdl_shapes2 .pdl_shape svg.pdl_shape_b {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  stroke-width: 0px;
  stroke: transparent;
  fill: #9e996f !important;
  filter: blur(45px);
  opacity: 0;
}
.pdl_shapes2 .pdl_shape:hover svg.pdl_shape_b {
  filter: blur(0px);
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0, 0.55, 0.45, 1), filter 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
.pdl_shapes2 svg {
  transform: translate3d(0);
  margin-top: -1px;
  fill: rgba(144, 139, 99, 0) !important;
  transition: all 1.5s ease-in-out;
}
.pdl_shapes2 svg.pdl_shape {
  width: auto;
  fill: none;
  stroke-width: 1px;
  stroke: black;
}
.pdl_shapes2 svg.pdl_borderright {
  border-right: solid 1px black;
}
.pdl_shapes2 svg:hover {
  fill: #908b63 !important;
  transition: all 0.2s ease-in-out;
}

.pdl_banners {
  position: relative;
  padding-top: 0px;
  border-bottom: 1px solid black;
  overflow-y: hidden;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pdl_banners_img, .pdl_banners_text {
  width: 50%;
}
@media (max-width: 590px) {
  .pdl_banners_img, .pdl_banners_text {
    width: 100%;
  }
}
.pdl_banners_img {
  width: 50%;
  background: #3c3a3a;
  overflow: auto;
}
@media (max-width: 590px) {
  .pdl_banners_img {
    height: 90vw;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid black;
  }
}
.pdl_banners_img span {
  content: "";
  position: absolute;
  background: black;
  z-index: 15;
  top: 3.55vw;
  left: 12.5vw;
  height: 100%;
  width: 1px;
}
@media (min-width: 1790px) {
  .pdl_banners_img span {
    top: 62.9px;
  }
}
@media (max-width: 1290px) {
  .pdl_banners_img span {
    top: 44.795px;
  }
}
@media (max-width: 590px) {
  .pdl_banners_img span {
    left: 25vw;
    top: 39px;
  }
}
.pdl_banners_img span + span {
  left: 25vw;
}
@media (max-width: 590px) {
  .pdl_banners_img span + span {
    left: 50vw;
  }
}
.pdl_banners_img span + span + span {
  display: none;
}
@media (max-width: 590px) {
  .pdl_banners_img span + span + span {
    display: block;
    left: 75vw;
  }
}
.pdl_banners .banner_bg {
  width: 100%;
  height: 100%;
  background: #111111;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  align-self: flex-start;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}
.pdl_banners .banner_bg:after, .pdl_banners .banner_bg:before {
  display: none;
  content: "";
  position: absolute;
  background: black;
  z-index: 15;
  top: 3.55vw;
  left: 12.5vw;
  height: 100%;
  width: 1px;
}
.pdl_banners .banner_bg:before {
  left: 25vw;
}
.pdl_banners .banner_bg.on {
  opacity: 0;
}
.pdl_banners .banner_bg .grad {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  opacity: 0.7;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&1+0,0+41 */
  background: -moz-linear-gradient(-45deg, white 0%, rgba(255, 255, 255, 0.98) 1%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, white 0%, rgba(255, 255, 255, 0.98) 1%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, white 0%, rgba(255, 255, 255, 0.98) 1%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.pdl_banners .banner_bg .grad_post {
  display: none;
}
.pdl_banners.fix .pdl_banners_img div.relwrap div.relwrap_bars:after, .pdl_banners.fix .pdl_banners_img div.relwrap div.relwrap_bars:before {
  position: fixed;
}
.pdl_banners_text {
  position: relative;
  z-index: 10;
  background: white;
  color: black;
  padding-bottom: 12.5%;
  border-left: 1px solid black;
}
@media (max-width: 590px) {
  .pdl_banners_text {
    margin-top: 0;
    padding-bottom: 31.25%;
    border-left: none;
  }
}
.pdl_banners_text:after {
  content: "";
  display: table;
  height: 0px;
  width: 100%;
  clear: both;
}
.pdl_banners_text h1 {
  position: relative;
  display: block;
  margin-left: -12.5vw;
  width: 61.875vw;
  font-size: 7.5vw;
  line-height: 1;
  margin-bottom: 0;
  background: white;
  padding: 6.8vw 3.55vw 4vw 3.55vw;
}
@media (max-width: 1290px) {
  .pdl_banners_text h1 {
    padding: 87.72px 45.795px 51.6px 45.795px;
  }
}
@media (max-width: 850px) {
  .pdl_banners_text h1 {
    font-size: 70px;
  }
}
@media (max-width: 590px) {
  .pdl_banners_text h1 {
    margin-left: 0;
    width: 100%;
    font-size: 36px;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 25px;
  }
}
.pdl_banners_text h1:after, .pdl_banners_text h1:before {
  content: "";
  height: 300vh;
  position: absolute;
  top: -50vw;
  left: 0;
  width: 1px;
  background: black;
}
@media (max-width: 590px) {
  .pdl_banners_text h1:after, .pdl_banners_text h1:before {
    display: none;
  }
}
.pdl_banners_text h1:before {
  width: 12.5vw;
  height: 1px;
  top: auto;
  bottom: -1px;
}
.pdl_banners_text .pdl_banners_text_holder {
  position: relative;
  width: 37.5vw;
  float: right;
  padding-top: 0 !important;
  margin-top: -4px;
}
@media (max-width: 590px) {
  .pdl_banners_text .pdl_banners_text_holder {
    float: left;
    width: 100%;
  }
}
.pdl_banners_text .pdl_banners_text_holder:before {
  content: "";
  position: absolute;
  left: 0;
  top: -50vw;
  height: 200vh;
  width: 1px;
  background: black;
}
@media (max-width: 590px) {
  .pdl_banners_text .pdl_banners_text_holder:before {
    display: none;
  }
}
.pdl_banners:after {
  content: "";
  display: table;
  height: 0px;
  width: 100%;
  clear: both;
}

.pdl_banners_post {
  display: block;
  overflow: visible;
  margin-bottom: 10vw;
}
@media (max-width: 590px) {
  .pdl_banners_post {
    margin-bottom: 40vw;
  }
}
.pdl_banners_post .pdl_banners_img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.pdl_banners_post .pdl_banners_img .banner_bg:after, .pdl_banners_post .pdl_banners_img .banner_bg:before {
  height: calc(100% - 3.55vw + 2px);
}
.pdl_banners_post .pdl_banners_img .banner_bg .grad_post {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0.5+0,0+42 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.49) 1%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.49) 1%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.49) 1%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80ffffff", endColorstr="#00ffffff", GradientType=0);
  /* IE6-9 */
  opacity: 0.7;
}
.pdl_banners_post .pdl_banners_img .banner_bg .grad {
  opacity: 0.7;
}
.pdl_banners_post .pdl_banners_text {
  position: relative;
  z-index: 99;
  background: #9e996f;
  float: right;
  width: 62.5vw;
  margin-top: 12.5vw;
  top: 6.25vw;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.pdl_banners_post .pdl_banners_text.presentation {
  background: #538090;
}
.pdl_banners_post .pdl_banners_text.programme {
  background: #D49BD6;
}
@media (max-width: 590px) {
  .pdl_banners_post .pdl_banners_text {
    width: calc(100vw - 15px);
    margin-top: 37.5vw;
    top: 37.5vw;
    margin-right: 0px;
    border-right: none;
    border-left: 1px solid black;
  }
}
.pdl_banners_post .pdl_banners_text h1 {
  margin: 0;
  width: auto;
  background: transparent;
  padding: 0vw;
  font-size: 6vw;
}
@media (max-width: 590px) {
  .pdl_banners_post .pdl_banners_text h1 {
    font-size: 34px;
  }
}
.pdl_banners_post .pdl_banners_text h1:before, .pdl_banners_post .pdl_banners_text h1:after {
  display: none;
}
.pdl_banners_post .pdl_banners_text .pdl_banners_text_holder:before {
  display: none;
}
.pdl_banners_post .pdl_banners_text blockquote {
  background: none;
  padding: 0;
  border: none;
  width: 75%;
  font-size: 2.2vw;
  line-height: 1.1;
}
@media (min-width: 1790px) {
  .pdl_banners_post .pdl_banners_text blockquote {
    font-size: 39.6px;
  }
}
@media (max-width: 1290px) {
  .pdl_banners_post .pdl_banners_text blockquote {
    font-size: 28.38px;
  }
}
@media (max-width: 590px) {
  .pdl_banners_post .pdl_banners_text blockquote {
    font-size: 20px;
    margin-top: 12px !important;
  }
}
.pdl_banners_post .pdl_banners_text table {
  width: 100%;
  height: 100%;
  border: 0px solid;
  border-collapse: collapse;
  padding: 0;
  margin-bottom: 0;
  margin-top: 3vw;
  width: 45.5vw;
  float: right;
}
@media (max-width: 890px) {
  .pdl_banners_post .pdl_banners_text table {
    width: 100%;
  }
}
@media (max-width: 590px) {
  .pdl_banners_post .pdl_banners_text table {
    margin-top: 14vw;
  }
}
.pdl_banners_post .pdl_banners_text table tr {
  border-top: 1px solid black;
}
.pdl_banners_post .pdl_banners_text table th {
  border: 0px solid;
  padding: 0px;
}
.pdl_banners_post .pdl_banners_text table td {
  width: 50%;
  border: 0px solid;
  padding: 0.25vw 0 0.3vw 0;
  vertical-align: top;
}
@media (max-width: 590px) {
  .pdl_banners_post .pdl_banners_text table td {
    padding: 3px 0 4px 0;
  }
}
.pdl_banners_post .pdl_banners_text table td:nth-of-type(1) {
  width: 50%;
}

#nextcont {
  height: 0px;
  clear: both;
}

@media (max-width: 590px) {
  .pdl_work .pdl_box_title {
    border-right: none !important;
  }
}
@media (max-width: 590px) {
  .pdl_work .pdl_box_text {
    height: 50px;
  }
  .pdl_work .pdl_box_text p {
    display: none;
  }
}

.pdl_collaborate {
  background: #538090;
  border-bottom: 1px solid black;
}
@media (max-width: 590px) {
  .pdl_collaborate {
    position: relative;
  }
}
.pdl_collaborate .pdl_box_title {
  position: relative;
}
@media (max-width: 590px) {
  .pdl_collaborate .pdl_box_title {
    position: unset;
    border-right: none !important;
  }
}
@media (max-width: 590px) {
  .pdl_collaborate .pdl_box_title .pdl_social {
    position: absolute;
    top: 191px;
    right: 0;
    left: auto;
    z-index: 100;
  }
}
@media (max-width: 590px) {
  .pdl_collaborate .pdl_box_title .pdl_social li {
    margin-right: 14px;
  }
}
@media (max-width: 590px) {
  .pdl_collaborate .pdl_box_text {
    padding-bottom: 100px !important;
  }
}
.pdl_collaborate .pdl_button {
  float: right;
  margin-bottom: 5vw;
}
@media (max-width: 590px) {
  .pdl_collaborate .pdl_button {
    position: absolute;
    top: 125px;
    left: 14px;
  }
}
.pdl_collaborate .pdl_button:hover span {
  mix-blend-mode: multiply;
}
.pdl_collaborate .pdl_button:after {
  background: #538090;
}
.pdl_collaborate p {
  display: block;
  width: 100%;
}
@media (max-width: 590px) {
  .pdl_collaborate .pdl_line {
    border-right: none !important;
  }
}

.pdl_related {
  border-top: 1px solid black;
}
@media (max-width: 590px) {
  .pdl_related .pdl_box_title {
    border-right: none !important;
  }
}

.pdl_principles {
  background: #d4d4d9;
  border-top: 1px solid black;
}
@media (max-width: 590px) {
  .pdl_principles .pdl_box_title {
    border-right: none !important;
  }
}
.pdl_principles .pdl_box_text {
  padding-left: 12.5vw;
  padding-bottom: 4vw;
}

@media (max-width: 590px) {
  .pdl_contact {
    position: relative;
  }
}
@media (max-width: 850px) {
  .pdl_contact .pdl_box_text {
    width: 62.5%;
  }
}
@media (max-width: 590px) {
  .pdl_contact .pdl_box_text {
    width: 100%;
    position: static;
  }
}
.pdl_contact .pdl_box_title:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  background: black;
}
@media (max-width: 850px) {
  .pdl_contact .pdl_box_title {
    width: 37.5%;
    left: 1px;
  }
}
@media (max-width: 590px) {
  .pdl_contact .pdl_box_title {
    width: 100%;
    position: static;
  }
}
@media (max-width: 590px) {
  .pdl_contact .pdl_box_title .pdl_social {
    bottom: 30vw;
    z-index: 999;
  }
}
@media (max-width: 590px) {
  .pdl_contact .pdl_shapes {
    margin-top: 25%;
  }
}

.pdl_newsfeed {
  padding: 0;
  margin-bottom: -1px;
  z-index: 100;
}
.pdl_newsfeed:after {
  content: "";
  display: table;
  height: 0px;
}

.mix-container {
  padding-top: 1px;
  overflow: hidden !important;
  background: #222;
}
@media (max-width: 990px) {
  .mix-container.row {
    white-space: normal;
    display: flex;
    vertical-align: auto;
  }
}
@media (max-width: 990px) {
  .mix-container.row article {
    width: 33.3333333333%;
  }
}
@media (max-width: 690px) {
  .mix-container.row article {
    width: 50%;
  }
}
@media (max-width: 490px) {
  .mix-container.row article {
    width: 100%;
  }
}

body.page-template-04_contact .pdl_shapes {
  border-bottom: none !important;
}

body.blog .filter-controls, body.archive .filter-controls {
  position: relative;
  top: 5px;
}
@media (max-width: 590px) {
  body.blog .filter-controls, body.archive .filter-controls {
    margin-top: -30px !important;
  }
}
body.blog .filter-controls li:first-of-type, body.archive .filter-controls li:first-of-type {
  margin-left: 0 !important;
}
body.blog .filter-controls li.current-cat a, body.archive .filter-controls li.current-cat a {
  color: #9e996f;
  font-weight: 600;
}
body.blog .filter-controls li a, body.archive .filter-controls li a {
  color: #757575;
}
body.blog .filter-controls li a:hover, body.archive .filter-controls li a:hover {
  color: #9e996f;
}
body.blog .news_container, body.archive .news_container {
  padding-bottom: 12.5vw;
}
body.blog .news_container div.pagination, body.archive .news_container div.pagination {
  padding: 15px;
  width: 100%;
}
body.blog .news_container div.pagination .page-item, body.archive .news_container div.pagination .page-item {
  color: gray;
}
body.blog .news_container div.pagination .page-item:focus, body.archive .news_container div.pagination .page-item:focus {
  outline: 0 !important;
}
body.blog .news_container div.pagination .page-item .page-link, body.archive .news_container div.pagination .page-item .page-link {
  color: gray;
  outline: none !important;
  box-shadow: none;
}
body.blog .news_container div.pagination .page-item .page-link:visited, body.archive .news_container div.pagination .page-item .page-link:visited {
  color: gray;
}
body.blog .news_container div.pagination .page-item .page-link:focus, body.archive .news_container div.pagination .page-item .page-link:focus {
  outline: 0 !important;
  box-shadow: none;
}
body.blog .news_container div.pagination .page-item.active .page-link, body.archive .news_container div.pagination .page-item.active .page-link {
  background: #9e996f;
  border-color: transparent;
  color: white;
}
body.blog section.bg-gray, body.archive section.bg-gray {
  position: relative;
}
body.blog section.bg-gray:after, body.archive section.bg-gray:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
body.blog section.bg-gray .row, body.archive section.bg-gray .row {
  position: relative;
  z-index: 2;
}

.filter-controls .list-inline-item:first-child {
  margin-left: 0 !important;
}

body.single .section_single {
  padding-top: 60px;
}
@media (max-width: 1190px) {
  body.single .section_single {
    padding-top: 40px;
  }
}
@media (max-width: 590px) {
  body.single .section_single {
    padding-top: 20px;
  }
}
body.single ul.post_meta_data {
  padding-left: 0;
  font-size: 14px;
  margin-bottom: 40px;
}
@media (max-width: 590px) {
  body.single ul.post_meta_data {
    margin-top: 20px;
    font-size: 13px;
  }
}
@media (max-width: 590px) {
  body.single ul.post_meta_data li {
    display: block !important;
    margin-bottom: 2px !important;
    margin-top: 0 !important;
    width: 100%;
  }
}
body.single ul.post_meta_data li:before {
  display: none;
}
body.single section.bg-gray {
  position: relative;
}
body.single section.bg-gray:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
body.single section.bg-gray .row {
  position: relative;
  z-index: 2;
}
body.single h2.primary_heading {
  margin: 0px 0 5px 0;
}
body.single span.detail_theme_spacer {
  margin-top: 40px;
  display: block;
}

body.archive .pdl_banners, body.category .pdl_banners, body.page-template-06_work .pdl_banners {
  border-bottom: none !important;
}
@media (max-width: 690px) {
  body.archive .pdl_banners .pdl_banners_text, body.archive .pdl_banners .pdl_banners_text_holder, body.category .pdl_banners .pdl_banners_text, body.category .pdl_banners .pdl_banners_text_holder, body.page-template-06_work .pdl_banners .pdl_banners_text, body.page-template-06_work .pdl_banners .pdl_banners_text_holder {
    float: left;
    width: 100%;
  }
}
body.archive .pdl_banners .pdl_banners_text, body.category .pdl_banners .pdl_banners_text, body.page-template-06_work .pdl_banners .pdl_banners_text {
  border: none;
  padding-bottom: 18.75vw;
}
@media (max-width: 1290px) {
  body.archive .pdl_banners .pdl_banners_text, body.category .pdl_banners .pdl_banners_text, body.page-template-06_work .pdl_banners .pdl_banners_text {
    padding-bottom: 185px;
  }
}
@media (max-width: 1190px) {
  body.archive .pdl_banners .pdl_banners_text, body.category .pdl_banners .pdl_banners_text, body.page-template-06_work .pdl_banners .pdl_banners_text {
    padding-bottom: 155px;
  }
}
@media (max-width: 1023px) {
  body.archive .pdl_banners .pdl_banners_text, body.category .pdl_banners .pdl_banners_text, body.page-template-06_work .pdl_banners .pdl_banners_text {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 690px) {
  body.archive .pdl_banners .pdl_banners_text, body.category .pdl_banners .pdl_banners_text, body.page-template-06_work .pdl_banners .pdl_banners_text {
    margin-bottom: 0;
  }
}
body.archive .pdl_banners .pdl_banners_text h1, body.category .pdl_banners .pdl_banners_text h1, body.page-template-06_work .pdl_banners .pdl_banners_text h1 {
  position: relative;
  display: block;
  margin-left: -50vw;
  width: 105%;
  margin-bottom: -11.25vw;
  padding: 6.6vw 3.55vw 4vw 3.2vw;
}
@media (max-width: 1050px) {
  body.archive .pdl_banners .pdl_banners_text h1, body.category .pdl_banners .pdl_banners_text h1, body.page-template-06_work .pdl_banners .pdl_banners_text h1 {
    left: -6px;
    top: 4px;
  }
}
@media (max-width: 750px) {
  body.archive .pdl_banners .pdl_banners_text h1, body.category .pdl_banners .pdl_banners_text h1, body.page-template-06_work .pdl_banners .pdl_banners_text h1 {
    left: -8px;
    top: 9px;
  }
}
@media (max-width: 690px) {
  body.archive .pdl_banners .pdl_banners_text h1, body.category .pdl_banners .pdl_banners_text h1, body.page-template-06_work .pdl_banners .pdl_banners_text h1 {
    z-index: 999;
    float: none;
    margin: 0px;
    left: 4px;
    top: 32px;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
body.archive .pdl_banners .pdl_banners_text h1:before, body.archive .pdl_banners .pdl_banners_text h1:after, body.category .pdl_banners .pdl_banners_text h1:before, body.category .pdl_banners .pdl_banners_text h1:after, body.page-template-06_work .pdl_banners .pdl_banners_text h1:before, body.page-template-06_work .pdl_banners .pdl_banners_text h1:after {
  display: none;
}
@media (max-width: 1023px) {
  body.archive .pdl_banners .pdl_banners_text_holder, body.category .pdl_banners .pdl_banners_text_holder, body.page-template-06_work .pdl_banners .pdl_banners_text_holder {
    padding: 15px 15px 0 27px !important;
  }
}
@media (max-width: 690px) {
  body.archive .pdl_banners .pdl_banners_text_holder, body.category .pdl_banners .pdl_banners_text_holder, body.page-template-06_work .pdl_banners .pdl_banners_text_holder {
    padding: 105px 15px 45px 15px !important;
  }
}
body.archive .pdl_banners .pdl_banners_text_holder p, body.category .pdl_banners .pdl_banners_text_holder p, body.page-template-06_work .pdl_banners .pdl_banners_text_holder p {
  margin-bottom: 2vw;
}
@media (max-width: 690px) {
  body.archive .pdl_banners .pdl_banners_text_holder p, body.category .pdl_banners .pdl_banners_text_holder p, body.page-template-06_work .pdl_banners .pdl_banners_text_holder p {
    display: none;
  }
}
@media (max-width: 690px) {
  body.archive .pdl_banners .pdl_banners_text_holder:before, body.category .pdl_banners .pdl_banners_text_holder:before, body.page-template-06_work .pdl_banners .pdl_banners_text_holder:before {
    display: none;
  }
}

.mix-wrap {
  display: block;
  width: 100%;
}
.mix-wrap:after {
  content: "";
  display: table;
  height: 0px;
  width: 100%;
  clear: both;
}
.mix-wrap .pdl_shapes {
  border-bottom: none !important;
}
@media (max-width: 690px) {
  .mix-wrap .pdl_shapes {
    display: none;
  }
}

.pdl_newsfeed {
  position: relative;
  z-index: 100;
  margin-top: -12.5vw;
}

.shortcuts_block_holder {
  height: 160px;
  width: 37.5vw;
  float: right;
  display: block;
  padding-top: 1vw !important;
  padding-bottom: 0 !important;
}
@media (max-width: 1290px) {
  .shortcuts_block_holder {
    padding-top: 0 !important;
    height: 130px;
  }
}
@media (max-width: 1050px) {
  .shortcuts_block_holder {
    padding-top: 0 !important;
    height: 110px;
    margin-top: -12px;
  }
}
@media (max-width: 690px) {
  .shortcuts_block_holder {
    height: 160px;
    width: 100vw;
    position: absolute;
    top: -110px;
  }
}

.shortcuts_block {
  position: relative;
  width: calc(100% + 20px);
  float: left;
  margin-left: -10px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.085em;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media (max-width: 1023px) {
  .shortcuts_block {
    font-size: 15.738px;
  }
}
@media (max-width: 590px) {
  .shortcuts_block {
    width: calc(100% + 5px);
    float: left;
    margin-left: -3px;
  }
}
.shortcuts_block.on ul {
  display: block;
}
.shortcuts_block.on span {
  color: rgba(0, 0, 0, 0.4);
}
.shortcuts_block.on span span {
  transform: rotate(180deg);
}
.shortcuts_block h2 {
  margin-top: -15px;
}
.shortcuts_block span {
  display: block;
  color: black;
  background: #ececec;
  line-height: 60px;
  border-radius: 50px;
  padding: 0 15px 0 25px;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
  cursor: pointer;
  transition: color 0.05s ease-in-out;
  font-family: "OnShow", sans-serif;
  font-weight: bold;
}
@media (max-width: 1290px) {
  .shortcuts_block span {
    line-height: 55px;
  }
}
@media (max-width: 1023px) {
  .shortcuts_block span {
    padding: 0 15px 0 21px;
  }
}
@media (max-width: 1050px) {
  .shortcuts_block span {
    line-height: 44px;
  }
}
.shortcuts_block span i, .shortcuts_block span em {
  font-style: normal;
}
.shortcuts_block span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #555555;
  display: block;
  position: relative;
  display: none;
}
.shortcuts_block span span {
  width: 20px;
  height: 50px;
  position: absolute;
  right: 22px;
  top: 6px;
  padding: 0 !important;
  border: none !important;
  transition: transform 0.4s ease;
  transform-origin: center center;
  pointer-events: none;
}
@media (max-width: 1050px) {
  .shortcuts_block span span {
    height: 34px;
    width: 17px;
    right: 16px;
    top: 4px;
  }
}
@media (max-width: 690px) {
  .shortcuts_block span span {
    top: 5px;
    width: 17px;
    height: 34px;
  }
}
.shortcuts_block ul {
  display: none;
  position: absolute;
  z-index: 1010;
  width: calc(100% - 7px);
  margin: 0;
  padding: 0 19px 0 19px;
  right: 0;
  background-color: #222222;
  top: 115%;
  left: 3px;
  right: 0;
  border-radius: 10px;
  border: none;
}
.shortcuts_block ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.175) !important;
  padding: 12px 0px;
  color: white;
}
.shortcuts_block ul li:last-of-type {
  border-bottom: none;
}
@media (min-width: 990px) {
  .shortcuts_block ul li:hover a {
    text-indent: 7px;
  }
  .shortcuts_block ul li:hover a span {
    opacity: 1;
    transform: scale(1.1);
  }
}
.shortcuts_block ul li a {
  display: block;
  position: relative;
  height: 70px;
  line-height: 70px;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
  color: white !important;
  opacity: 1;
  transition: all 0.1s ease-in-out;
  text-indent: 0px;
}
.shortcuts_block ul li a.no-h {
  height: auto;
  line-height: inherit;
}
.shortcuts_block ul li a span {
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.25;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  filter: invert(1);
}
.shortcuts_block ul li a span:after, .shortcuts_block ul li a span:before {
  display: none;
}
.shortcuts_block.content_types ul li {
  position: relative;
  cursor: pointer;
}
.shortcuts_block.content_types ul li:hover {
  cursor: pointer;
}
.shortcuts_block.content_types ul li:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  right: 0;
  top: 18px;
  border-radius: 30px;
  cursor: pointer;
}
.shortcuts_block.content_types ul li:nth-of-type(1):after {
  display: none;
}
.shortcuts_block.content_types ul li:nth-of-type(2):after {
  background: #9e996f;
}
.shortcuts_block.content_types ul li:nth-of-type(3):after {
  background: #D49BD6;
}
.shortcuts_block.content_types ul li:nth-of-type(4):after {
  background: #538090;
}

/* Page Builder ----------------------------------------------------------------------------- */
body.single .text_editor {
  display: flex;
  flex-direction: row;
}
@media (max-width: 490px) {
  body.single .text_editor {
    flex-direction: column;
  }
}
body.single .text_editor_left, body.single .text_editor_right {
  width: 38%;
  padding-top: 0 !important;
}
@media (max-width: 890px) {
  body.single .text_editor_left, body.single .text_editor_right {
    width: 37.2vw;
  }
}
@media (max-width: 590px) {
  body.single .text_editor_left, body.single .text_editor_right {
    width: 100%;
  }
}
@media (max-width: 490px) {
  body.single .text_editor_left, body.single .text_editor_right {
    width: 100%;
    padding-bottom: 0px !important;
    margin-bottom: -5px;
  }
}
body.single .text_editor_right {
  padding-left: 0 !important;
  width: 55%;
}
@media (max-width: 890px) {
  body.single .text_editor_right {
    width: 62.8vw;
  }
}
@media (max-width: 590px) {
  body.single .text_editor_right {
    width: 100%;
    padding-left: 15px !important;
  }
}
@media (max-width: 490px) {
  body.single .text_editor_right {
    padding-bottom: 40px !important;
    margin-bottom: 0px;
  }
}
body.single .text_editor p {
  margin-bottom: 0;
}

.content_expander .content_wrap {
  padding-top: 0 !important;
}
.content_expander .content_wrap .expander-group div.expander h3 i, .content_expander .content_wrap .expander-group div.expander-open h3 i {
  font-family: "Circular", sans-serif;
}

.imgvid_block {
  margin-top: 0;
  padding-top: 0 !important;
}
.imgvid_block_box {
  width: 100%;
  height: 57vw;
  background: #222222;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.imgvid_block_box.wide {
  height: 40vw;
}
.imgvid_block_box a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.imgvid_block_box pre {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  margin: 0;
  background: black;
  padding: 3px 8px;
  font-family: "Circular", sans-serif;
  color: white;
  line-height: 1.2;
}
.imgvid_block_box .overlay-play {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("https://www.iadt.ie/interface/img/generic/button_play.png") 0 50% no-repeat;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.1);
  background-size: 16%;
  display: block;
  transition: all 0.3s ease;
}
.imgvid_block_box:hover .overlay-play {
  background-size: 17%;
}

.pullquote_block {
  padding-top: 0 !important;
}
.pullquote_block blockquote {
  border: none;
  background: none;
  padding: 0;
  max-width: 70% !important;
  font-size: 3.65vw;
  line-height: 1.1;
  font-family: "OnShow", sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media (min-width: 1790px) {
  .pullquote_block blockquote {
    font-size: 65.7px;
  }
}
@media (max-width: 1190px) {
  .pullquote_block blockquote {
    font-size: 43.435px;
    max-width: 80% !important;
  }
}
@media (max-width: 1050px) {
  .pullquote_block blockquote {
    font-size: 31.5px;
    max-width: 83% !important;
  }
}
@media (max-width: 590px) {
  .pullquote_block blockquote {
    font-size: 22px;
    max-width: 99% !important;
  }
}

section.section.attach .col-12 {
  padding: 0;
}
section.section.attach .col-12 ul li {
  margin-bottom: 0;
  display: flex !important;
  flex-direction: row;
  border-top: 1px solid black;
}
@media (max-width: 590px) {
  section.section.attach .col-12 ul li {
    flex-direction: column;
    height: auto;
  }
}
section.section.attach .col-12 ul li div:nth-of-type(1) {
  width: 35%;
}
section.section.attach .col-12 ul li div:nth-of-type(2) {
  width: 31%;
}
section.section.attach .col-12 ul li div:nth-of-type(3) {
  width: 33%;
}
@media (max-width: 590px) {
  section.section.attach .col-12 ul li div {
    width: 100% !important;
  }
}

.swiper-button-next, .swiper-button-prev {
  top: 55px !important;
  right: 19px !important;
  left: auto !important;
  background: none !important;
  display: block;
  padding: 0;
  background-image: url(../img/pdl_arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 36px;
  transform: rotate(-90deg);
}
@media (max-width: 590px) {
  .swiper-button-next, .swiper-button-prev {
    top: 67px !important;
    right: 15px !important;
    width: 28px;
  }
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none !important;
}

.swiper-button-prev {
  right: 74px !important;
  transform: rotate(90deg);
}
@media (max-width: 590px) {
  .swiper-button-prev {
    right: 68px !important;
  }
}

section.primary_content {
  padding-bottom: 0 !important;
  margin-bottom: 50px !important;
}

section.content_block, section.attach {
  padding-top: 0 !important;
}

section.content_html {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 50px !important;
}

section.content_html {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 50px !important;
}

section.content_slideshow_box .pdl_box_title {
  width: 38%;
}
section.content_slideshow_box .pdl_box_text {
  padding-left: 0 !important;
  width: 54%;
}

section.content_slideshow {
  margin-bottom: 0px !important;
  padding-bottom: 60px;
  margin-top: 0 !important;
  background: black;
}
section.content_slideshow_box {
  background: black;
}
section.content_slideshow_box h2 {
  color: white;
}
section.content_slideshow .content_col {
  width: 100%;
}
section.content_slideshow .swiper-container {
  width: 100%;
  height: 70%;
  padding-right: 30%;
}
@media (max-width: 1090px) {
  section.content_slideshow .swiper-container {
    padding-right: 20%;
  }
}
@media (max-width: 590px) {
  section.content_slideshow .swiper-container {
    padding-right: 0%;
    padding-top: 50px;
  }
}
section.content_slideshow .swiper-container .swiper-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 590px) {
  section.content_slideshow .swiper-container .swiper-wrapper {
    margin-bottom: 0px;
  }
}
section.content_slideshow .swiper-slide {
  text-align: center;
  background: black;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-box-align: left;
  -ms-flex-align: left;
  -webkit-align-items: left;
  align-items: left;
}
section.content_slideshow .swiper-slide img {
  width: 100%;
}
section.content_slideshow .swiper-slide span {
  position: relative;
  bottom: 0;
  left: 0;
  color: white;
  padding: 10px 0px;
  height: auto;
  text-align: left;
  width: 40%;
  overflow: visible;
  display: block;
  background: black;
}
@media (max-width: 1090px) {
  section.content_slideshow .swiper-slide span {
    width: 50%;
  }
}
@media (max-width: 590px) {
  section.content_slideshow .swiper-slide span {
    width: 80%;
  }
}
section.content_slideshow .swiper-button-next, section.content_slideshow .swiper-button-prev {
  top: 17px !important;
  right: 0px !important;
  left: auto !important;
  background: none !important;
  display: block;
  padding: 0;
  background-image: url(../img/pdl_arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 36px;
  transform: rotate(-90deg);
  filter: invert(1);
}
@media (max-width: 590px) {
  section.content_slideshow .swiper-button-next, section.content_slideshow .swiper-button-prev {
    top: 15px !important;
    right: auto !important;
    width: 28px;
    left: 42px !important;
  }
}
section.content_slideshow .swiper-button-next:after, section.content_slideshow .swiper-button-prev:after {
  display: none !important;
}
section.content_slideshow .swiper-button-prev {
  right: 53px !important;
  transform: rotate(90deg);
}
@media (max-width: 590px) {
  section.content_slideshow .swiper-button-prev {
    left: -6px !important;
  }
}
section.content_slideshow .swiper-pagination {
  text-align: left;
}
section.content_slideshow .swiper-pagination-bullets {
  bottom: 0px;
  left: 0;
  width: 100%;
  display: none;
}
section.content_slideshow .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: left;
  line-height: 20px;
  color: #000;
  opacity: 1;
  background: transparent;
  outline: none;
}
section.content_slideshow .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 0.35;
}

section.content_text {
  padding-bottom: 0 !important;
  margin-bottom: 50px !important;
  margin-bottom: 50px !important;
}

/* Expanding Boxes */
.expander-group {
  margin-top: -1px;
  background: white;
  margin-bottom: 1.8vw !important;
}
@media (min-width: 1790px) {
  .expander-group {
    margin-bottom: 32.4px !important;
  }
}
@media (max-width: 1290px) {
  .expander-group {
    margin-bottom: 23.22px !important;
  }
}
.expander-group hr {
  border-bottom: 1px solid #000;
  border-top: none;
  opacity: 1;
  margin: 22px 0 0 0;
  clear: both;
}
@media (max-width: 1050px) {
  .expander-group hr {
    margin: 12px 0 0 0;
  }
}
.expander-group div.expander, .expander-group div.expander-open {
  margin-top: -1px;
  padding-top: 0;
}
.expander-group div.expander hr, .expander-group div.expander-open hr {
  background: none;
}
.expander-group div.expander h3, .expander-group div.expander-open h3 {
  cursor: pointer;
  padding-bottom: 0;
  transition: 0.1s ease-in-out;
  margin-bottom: 0;
  padding-top: 25px;
  user-select: none;
}
.expander-group div.expander h3 i, .expander-group div.expander-open h3 i {
  font-style: normal;
  padding-right: 35px;
  display: inline-block;
}
@media (max-width: 1050px) {
  .expander-group div.expander h3, .expander-group div.expander-open h3 {
    padding-top: 12px;
  }
}
.expander-group div.expander h3:first-of-type, .expander-group div.expander-open h3:first-of-type {
  border-top: 1px solid #000;
}
.expander-group div.expander h3.ui-state-active, .expander-group div.expander-open h3.ui-state-active {
  border-bottom: 0;
  transition: 0.1s ease-in-out;
}
.expander-group div.expander h3.ui-state-active hr, .expander-group div.expander-open h3.ui-state-active hr {
  opacity: 0;
}
.expander-group div.expander h3.ui-state-active span.ui-accordion-header-icon, .expander-group div.expander-open h3.ui-state-active span.ui-accordion-header-icon {
  transform: rotate(45deg);
}
.expander-group div.expander h3.ui-accordion-header, .expander-group div.expander-open h3.ui-accordion-header {
  font-weight: normal;
  position: relative;
  outline: none;
}
.expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon, .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon {
  height: 36px;
  width: 36px;
  position: absolute;
  right: 0px;
  top: 19px;
  transition: 0.1s ease-in-out;
  background-image: none !important;
}
@media (max-width: 1050px) {
  .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon, .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon {
    height: 30px;
    width: 30px;
    top: 11px;
  }
}
@media (max-width: 500px) {
  .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon, .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon {
    height: 28px;
    width: 28px;
    top: 10px;
  }
}
.expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:after, .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:before, .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:after, .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 17px;
  height: 100%;
  width: 2px;
  background: black;
}
@media (max-width: 1050px) {
  .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:after, .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:before, .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:after, .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:before {
    left: 14px;
  }
}
@media (max-width: 500px) {
  .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:after, .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:before, .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:after, .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:before {
    left: 13px;
  }
}
.expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:before, .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:before {
  top: 17px;
  left: 0px;
  height: 2px;
  width: 100%;
}
@media (max-width: 1050px) {
  .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:before, .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:before {
    top: 14px;
  }
}
@media (max-width: 500px) {
  .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:before, .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:before {
    top: 13px;
  }
}
.expander-group div.expander h3 span.ui-accordion-header-icon, .expander-group div.expander-open h3 span.ui-accordion-header-icon {
  height: 35px;
  width: 35px;
  position: absolute;
  right: 20px;
  transition: 0.1s ease-in-out;
}
@media (max-width: 500px) {
  .expander-group div.expander h3 span.ui-accordion-header-icon, .expander-group div.expander-open h3 span.ui-accordion-header-icon {
    height: 28px;
    width: 28px;
  }
}
.expander-group div.expander div.ui-accordion-content, .expander-group div.expander-open div.ui-accordion-content {
  z-index: -1;
  margin-top: 0px !important;
}
@media (max-width: 1290px) {
  .expander-group div.expander div.ui-accordion-content div.col_5, .expander-group div.expander-open div.ui-accordion-content div.col_5 {
    margin-left: 42%;
    width: 50%;
  }
}
@media (max-width: 1050px) {
  .expander-group div.expander div.ui-accordion-content div.col_5, .expander-group div.expander-open div.ui-accordion-content div.col_5 {
    margin-left: 0%;
    width: 90%;
  }
}
.expander-group div.expander div.ui-accordion-content div.col_5 h3, .expander-group div.expander-open div.ui-accordion-content div.col_5 h3 {
  font-size: 25px;
}
@media (max-width: 1050px) {
  .expander-group div.expander div.ui-accordion-content div.col_5 h3, .expander-group div.expander-open div.ui-accordion-content div.col_5 h3 {
    font-size: 24px;
  }
}
@media (max-width: 1050px) {
  .expander-group div.expander div.ui-accordion-content, .expander-group div.expander-open div.ui-accordion-content {
    margin-top: 0px !important;
  }
}
.expander-group div.expander div.ui-accordion-content div.expander-content, .expander-group div.expander-open div.ui-accordion-content div.expander-content {
  padding-left: 37%;
  margin-bottom: 35px;
}
@media (max-width: 590px) {
  .expander-group div.expander div.ui-accordion-content div.expander-content, .expander-group div.expander-open div.ui-accordion-content div.expander-content {
    padding-left: 0%;
    padding-right: 40px;
  }
}
.expander-group div.expander div.ui-accordion-content hr, .expander-group div.expander-open div.ui-accordion-content hr {
  border-bottom: none;
  opacity: 1;
  clear: both;
}
.expander-group div.expander div.ui-accordion-content h3 span.dob, .expander-group div.expander-open div.ui-accordion-content h3 span.dob {
  font-weight: normal;
  margin-left: 6px;
}
.expander-group div.expander div.ui-accordion-content-active hr, .expander-group div.expander-open div.ui-accordion-content-active hr {
  border-bottom: 1px solid #000;
}

/*# sourceMappingURL=style.css.map */
