@charset "UTF-8";
body {
  background-color: #fff;
  color: #273037;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  padding: 0;
  margin: 0 auto;
  color: #2b363d;
  padding-top: 55px;
  overflow-x: hidden; }

a {
  color: #4e8ef5; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333f48;
    text-decoration: none; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #4e8ef5; }

h1 {
  font-size: 26px;
  line-height: 1.2; }

h2 {
  font-size: 30px;
  line-height: 1;
  padding: 8px 0 18px;
  color: #b6b7b3; }

h3 {
  font-size: 24px;
  line-height: 1.2;
  padding: 23px 0 10px; }
  h3 b, h3 strong {
    font-size: 16px;
    display: block;
    color: #95a0a9; }

h4 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #95a0a9; }
  h4 a {
    color: #95a0a9; }

h5 {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: none;
  font-weight: 400; }

h6 {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.075em; }

p {
  margin: 0;
  padding: 0 0 13px 0;
  font-weight: 300;
  letter-spacing: 0.07em; }

b, strong {
  font-weight: 600; }

ul {
  list-style: none;
  padding: 8px 0 0 20px;
  margin: 0 0 10px; }
  ul li {
    position: relative;
    font-weight: 300; }
    ul li:before {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      border-radius: 100%;
      background-color: #273037;
      position: absolute;
      top: 9px;
      left: 5px; }

li {
  padding: 0 20px 10px; }

@media (min-width: 699px) {
  body {
    font-size: 18px; }

  h1 {
    font-size: 40px;
    line-height: 1.3; }

  h2 {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0.025em; }

  h3 {
    font-size: 30px;
    line-height: 1.2; }
    h3 b, h3 strong {
      font-size: 20px; }

  h4 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.08em; }

  h5 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.075em;
    padding-bottom: 12px; }

  h6 {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.05em; }

  p {
    margin: 0;
    padding: 0 0 13px 0;
    line-height: 1.6; }

  ul {
    padding: 8px 0 0 30px; }

  ul li:before {
    top: 12px; } }
@media (min-width: 1024px) {
  body {
    line-height: 1.7;
    padding-top: 66px; }
    body.alert-on-page {
      padding-top: 159px; }

  h1 {
    font-size: 50px;
    line-height: 1.1; }

  h2 {
    font-size: 63px;
    letter-spacing: 0.065em;
    line-height: 1;
    padding-bottom: 10px; }

  h3 {
    font-size: 35px;
    line-height: 1.1;
    padding-bottom: 15px; }

  h4 {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 24px; }

  h5 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.075em; }

  h6 {
    font-size: 15px;
    line-height: 1; }

  ul {
    padding: 8px 0 0 30px; }

  ul li:before {
    top: 14px; } }
ol {
  margin: 0;
  padding: 0 0 0 25px;
  list-style-type: none; }
  ol li {
    counter-increment: step-counter;
    margin-bottom: 10px; }
    ol li::before {
      content: counter(step-counter);
      margin: 0px 21px 0 -65px;
      font-size: 100%;
      background-color: #273037;
      color: white;
      font-weight: bold;
      padding: 3px 8px;
      border-radius: 3px 0 0 3px;
      border-right: 1px solid #273037;
      width: 45px;
      display: inline-block;
      text-align: center; }

img {
  max-width: 100%; }

table {
  border: 1px solid #273037;
  border-right: none;
  border-top: none;
  margin: 10px 5px;
  border-collapse: collapse;
  border-spacing: 0; }
  table td, table th {
    border-top: 1px solid #273037;
    border-right: 1px solid #273037;
    padding: 4px 8px;
    font-size: 12px; }
  table th {
    background-color: #95a0a9;
    color: #fff;
    font-size: 14px; }

.main-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.85s; }
  .main-header:after {
    content: '';
    display: block;
    clear: both; }
  .main-header .alert-banner {
    display: none; }

.skip-links {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

.logo {
  display: block;
  text-align: center; }
  .logo img {
    vertical-align: middle;
    max-height: 47px;
    margin-right: -20px;
    margin-top: 18px;
    max-width: 200px; }

@media (min-width: 1024px) {
  .logo {
    float: left;
    height: 40px;
    padding-left: 2vw;
    padding-top: 14px; }
    .logo img {
      max-height: 47px;
      margin: 0; } }
.footer-heading {
  font-size: 16px;
  font-weight: 600;
  color: #95a0a9;
  padding: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 2px; }

footer {
  padding-top: 50px;
  text-align: center;
  border-top: solid 33px #086972;
  background-color: #fff; }
  footer ul {
    padding: 0 0 40px 0;
    margin: 0; }
    footer ul li {
      font-size: 13px;
      padding: 0;
      letter-spacing: 1px; }
      footer ul li:before {
        display: none; }
  footer p {
    font-size: 13px;
    padding: 0;
    letter-spacing: 0; }
    footer p.copyright {
      color: #95a0a9; }
      footer p.copyright em {
        font-style: normal; }
    footer p.legal-links a:before {
      content: '';
      border-right: 1px solid #333f48;
      display: inline-block;
      height: 15px;
      margin: 0 10px 0;
      position: relative;
      top: 3px; }
    footer p.legal-links a:first-child:before {
      display: none; }
  footer a {
    color: #333f48;
    text-decoration: none; }
    footer a:hover {
      color: #4e8ef5;
      text-decoration: underline; }
  footer img {
    max-width: 150px;
    margin: 0 auto 50px; }
  footer .back-top-wrapper {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px; }
    footer .back-top-wrapper a {
      color: #95a0a9;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 13px; }
  footer a.scroll-back.stick span {
    opacity: 0;
    position: fixed;
    bottom: -10px;
    right: 16px;
    margin-right: -16px;
    z-index: 100;
    transition: all 0.5s ease;
    background-color: rgba(255, 105, 75, 0.75);
    padding: 10px;
    height: 30px;
    width: 30px;
    border: none; }
    footer a.scroll-back.stick span:after {
      content: '';
      display: block;
      margin: 0 0 0 -2px;
      height: 15px;
      width: 15px;
      border-left: 2px solid #fff;
      border-top: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  footer a.scroll-back.stick.fixed span {
    opacity: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    bottom: 10px; }
  footer a.scroll-back.stick.footer-fix span {
    right: 50%;
    box-shadow: 0 0 10px 0 transparent;
    background-color: transparent; }
    footer a.scroll-back.stick.footer-fix span:after {
      border-color: #95a0a9; }

.social-icons a {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
  text-indent: 999px;
  display: inline-block;
  background-repeat: no-repeat;
  margin: 10px; }
  .social-icons a.facebook {
    background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyBzdHlsZT0nZmlsbDojMzMzZjQ4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNOSA4aC0zdjRoM3YxMmg1di0xMmgzLjY0MmwuMzU4LTRoLTR2LTEuNjY3YzAtLjk1NS4xOTItMS4zMzMgMS4xMTUtMS4zMzNoMi44ODV2LTVoLTMuODA4Yy0zLjU5NiAwLTUuMTkyIDEuNTgzLTUuMTkyIDQuNjE1djMuMzg1eicvPjwvc3ZnPg=="); }
  .social-icons a.twitter {
    background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyBzdHlsZT0nZmlsbDojMzMzZjQ4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNMjQgNC41NTdjLS44ODMuMzkyLTEuODMyLjY1Ni0yLjgyOC43NzUgMS4wMTctLjYwOSAxLjc5OC0xLjU3NCAyLjE2NS0yLjcyNC0uOTUxLjU2NC0yLjAwNS45NzQtMy4xMjcgMS4xOTUtLjg5Ny0uOTU3LTIuMTc4LTEuNTU1LTMuNTk0LTEuNTU1LTMuMTc5IDAtNS41MTUgMi45NjYtNC43OTcgNi4wNDUtNC4wOTEtLjIwNS03LjcxOS0yLjE2NS0xMC4xNDgtNS4xNDQtMS4yOSAyLjIxMy0uNjY5IDUuMTA4IDEuNTIzIDYuNTc0LS44MDYtLjAyNi0xLjU2Ni0uMjQ3LTIuMjI5LS42MTYtLjA1NCAyLjI4MSAxLjU4MSA0LjQxNSAzLjk0OSA0Ljg5LS42OTMuMTg4LTEuNDUyLjIzMi0yLjIyNC4wODQuNjI2IDEuOTU2IDIuNDQ0IDMuMzc5IDQuNiAzLjQxOS0yLjA3IDEuNjIzLTQuNjc4IDIuMzQ4LTcuMjkgMi4wNCAyLjE3OSAxLjM5NyA0Ljc2OCAyLjIxMiA3LjU0OCAyLjIxMiA5LjE0MiAwIDE0LjMwNy03LjcyMSAxMy45OTUtMTQuNjQ2Ljk2Mi0uNjk1IDEuNzk3LTEuNTYyIDIuNDU3LTIuNTQ5eicvPjwvc3ZnPg=="); }
  .social-icons a.linkedin {
    background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyBzdHlsZT0nZmlsbDojMzMzZjQ4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNNC45OCAzLjVjMCAxLjM4MS0xLjExIDIuNS0yLjQ4IDIuNXMtMi40OC0xLjExOS0yLjQ4LTIuNWMwLTEuMzggMS4xMS0yLjUgMi40OC0yLjVzMi40OCAxLjEyIDIuNDggMi41em0uMDIgNC41aC01djE2aDV2LTE2em03Ljk4MiAwaC00Ljk2OHYxNmg0Ljk2OXYtOC4zOTljMC00LjY3IDYuMDI5LTUuMDUyIDYuMDI5IDB2OC4zOTloNC45ODh2LTEwLjEzMWMwLTcuODgtOC45MjItNy41OTMtMTEuMDE4LTMuNzE0di0yLjE1NXonLz48L3N2Zz4="); }
  .social-icons a.youtube {
    background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyBzdHlsZT0nZmlsbDojMzMzZjQ4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNMTkuNjE1IDMuMTg0Yy0zLjYwNC0uMjQ2LTExLjYzMS0uMjQ1LTE1LjIzIDAtMy44OTcuMjY2LTQuMzU2IDIuNjItNC4zODUgOC44MTYuMDI5IDYuMTg1LjQ4NCA4LjU0OSA0LjM4NSA4LjgxNiAzLjYuMjQ1IDExLjYyNi4yNDYgMTUuMjMgMCAzLjg5Ny0uMjY2IDQuMzU2LTIuNjIgNC4zODUtOC44MTYtLjAyOS02LjE4NS0uNDg0LTguNTQ5LTQuMzg1LTguODE2em0tMTAuNjE1IDEyLjgxNnYtOGw4IDMuOTkzLTggNC4wMDd6Jy8+PC9zdmc+"); }
  
.social-icons a.instagram {
    background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgMzAgMzAiIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiPiAgICA8cGF0aCBkPSJNIDkuOTk4MDQ2OSAzIEMgNi4xMzkwNDY5IDMgMyA2LjE0MTk1MzEgMyAxMC4wMDE5NTMgTCAzIDIwLjAwMTk1MyBDIDMgMjMuODYwOTUzIDYuMTQxOTUzMSAyNyAxMC4wMDE5NTMgMjcgTCAyMC4wMDE5NTMgMjcgQyAyMy44NjA5NTMgMjcgMjcgMjMuODU4MDQ3IDI3IDE5Ljk5ODA0NyBMIDI3IDkuOTk4MDQ2OSBDIDI3IDYuMTM5MDQ2OSAyMy44NTgwNDcgMyAxOS45OTgwNDcgMyBMIDkuOTk4MDQ2OSAzIHogTSAyMiA3IEMgMjIuNTUyIDcgMjMgNy40NDggMjMgOCBDIDIzIDguNTUyIDIyLjU1MiA5IDIyIDkgQyAyMS40NDggOSAyMSA4LjU1MiAyMSA4IEMgMjEgNy40NDggMjEuNDQ4IDcgMjIgNyB6IE0gMTUgOSBDIDE4LjMwOSA5IDIxIDExLjY5MSAyMSAxNSBDIDIxIDE4LjMwOSAxOC4zMDkgMjEgMTUgMjEgQyAxMS42OTEgMjEgOSAxOC4zMDkgOSAxNSBDIDkgMTEuNjkxIDExLjY5MSA5IDE1IDkgeiBNIDE1IDExIEEgNCA0IDAgMCAwIDExIDE1IEEgNCA0IDAgMCAwIDE1IDE5IEEgNCA0IDAgMCAwIDE5IDE1IEEgNCA0IDAgMCAwIDE1IDExIHoiLz48L3N2Zz4="); }
  
  .social-icons a.wechat {
    width: 25px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:v='http://vecta.io' width='26' height='22' viewBox='0 0 26 22' %3E%3Cstyle%3E%3C!%5BCDATA%5Bsvg%7Bstroke:%23000;stroke-linecap:round;stroke-linejoin:round;fill:%23fff;fill-rule:evenodd;font-family:Roboto;font-size:14px;text-anchor:middle%7Dsvg text%7Bstroke:none%7D%5D%5D%3E%3C/style%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M 21.502 17.228 C 23.026 16.123 24 14.49 24 12.674 C 24 9.348 20.763 6.651 16.771 6.651 C 12.779 6.651 9.542 9.348 9.542 12.674 C 9.542 16.001 12.779 18.698 16.771 18.698 C 17.596 18.698 18.392 18.581 19.131 18.368 L 19.343 18.336 C 19.482 18.336 19.608 18.379 19.727 18.447 L 21.31 19.361 L 21.449 19.406 C 21.582 19.406 21.69 19.298 21.69 19.165 L 21.651 18.989 L 21.325 17.774 L 21.3 17.62 C 21.3 17.458 21.38 17.315 21.502 17.228 Z M 8.675 0 C 3.884 0 0 3.236 0 7.229 C 0 9.407 1.168 11.368 2.997 12.693 C 3.144 12.797 3.24 12.969 3.24 13.164 L 3.21 13.348 L 2.819 14.806 L 2.772 15.017 C 2.772 15.177 2.902 15.307 3.061 15.307 L 3.229 15.253 L 5.128 14.156 C 5.27 14.074 5.421 14.023 5.588 14.023 L 5.843 14.061 C 6.729 14.316 7.685 14.458 8.675 14.458 L 9.151 14.446 C 8.963 13.882 8.86 13.288 8.86 12.675 C 8.86 9.034 12.402 6.082 16.771 6.082 L 17.242 6.094 C 16.589 2.641 13.002 0 8.675 0 Z M 14.361 11.711 C 13.829 11.711 13.398 11.279 13.398 10.747 C 13.398 10.214 13.829 9.783 14.361 9.783 C 14.894 9.783 15.325 10.214 15.325 10.747 C 15.325 11.279 14.894 11.711 14.361 11.711 Z M 19.181 11.711 C 18.648 11.711 18.217 11.279 18.217 10.747 C 18.217 10.214 18.648 9.783 19.181 9.783 C 19.713 9.783 20.144 10.214 20.144 10.747 C 20.144 11.279 19.713 11.711 19.181 11.711 Z M 5.783 6.072 C 5.144 6.072 4.627 5.554 4.627 4.916 C 4.627 4.277 5.144 3.759 5.783 3.759 C 6.422 3.759 6.94 4.277 6.94 4.916 C 6.94 5.554 6.422 6.072 5.783 6.072 Z M 11.566 6.072 C 10.927 6.072 10.41 5.554 10.41 4.916 C 10.41 4.277 10.927 3.759 11.566 3.759 C 12.205 3.759 12.723 4.277 12.723 4.916 C 12.723 5.554 12.205 6.072 11.566 6.072 Z' stroke='none' fill='%23333f48'/%3E%3C/g%3E%3C/svg%3E"); }
  .social-icons a.xing {
    width: 22px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:v='http://vecta.io' width='24' height='26' viewBox='0 0 24 26' %3E%3Cstyle%3E%3C!%5BCDATA%5Bsvg%7Bstroke:%23000;stroke-linecap:round;stroke-linejoin:round;fill:%23fff;fill-rule:evenodd;font-family:Roboto;font-size:14px;text-anchor:middle%7Dsvg text%7Bstroke:none%7D%5D%5D%3E%3C/style%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M 13.577 24 L 8.253 14.333 L 16.323 0 L 21.256 0 L 13.187 14.333 L 18.457 24 L 13.577 24 Z M 6.286 5 L 1.347 5 L 4.115 9.744 L 0 17 L 4.914 17 L 9.031 9.729 L 6.286 5 Z' stroke='none' fill='%23333f48'/%3E%3C/g%3E%3C/svg%3E"); }

.sticky-soc {
  position: fixed;
  top: 30%;
  right: 10px;
  z-index: 13;
  background-color: #333f48;
  border-radius: 4px;
  padding: 0 10px;
  display: none; }
  .sticky-soc a {
    display: block;
    width: 15px;
    height: 15px;
    margin: 10px auto; }
    .sticky-soc a.facebook {
      background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyBzdHlsZT0nZmlsbDojZmZmJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMycgaGVpZ2h0PScxMycgdmlld0JveD0nMCAwIDIwIDIwJz48cGF0aCBkPSdNOSA4aC0zdjRoM3YxMmg1di0xMmgzLjY0MmwuMzU4LTRoLTR2LTEuNjY3YzAtLjk1NS4xOTItMS4zMzMgMS4xMTUtMS4zMzNoMi44ODV2LTVoLTMuODA4Yy0zLjU5NiAwLTUuMTkyIDEuNTgzLTUuMTkyIDQuNjE1djMuMzg1eicvPjwvc3ZnPg=="); }
    .sticky-soc a.twitter {
      background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyBzdHlsZT0nZmlsbDojZmZmJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMycgaGVpZ2h0PScxMycgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNMjQgNC41NTdjLS44ODMuMzkyLTEuODMyLjY1Ni0yLjgyOC43NzUgMS4wMTctLjYwOSAxLjc5OC0xLjU3NCAyLjE2NS0yLjcyNC0uOTUxLjU2NC0yLjAwNS45NzQtMy4xMjcgMS4xOTUtLjg5Ny0uOTU3LTIuMTc4LTEuNTU1LTMuNTk0LTEuNTU1LTMuMTc5IDAtNS41MTUgMi45NjYtNC43OTcgNi4wNDUtNC4wOTEtLjIwNS03LjcxOS0yLjE2NS0xMC4xNDgtNS4xNDQtMS4yOSAyLjIxMy0uNjY5IDUuMTA4IDEuNTIzIDYuNTc0LS44MDYtLjAyNi0xLjU2Ni0uMjQ3LTIuMjI5LS42MTYtLjA1NCAyLjI4MSAxLjU4MSA0LjQxNSAzLjk0OSA0Ljg5LS42OTMuMTg4LTEuNDUyLjIzMi0yLjIyNC4wODQuNjI2IDEuOTU2IDIuNDQ0IDMuMzc5IDQuNiAzLjQxOS0yLjA3IDEuNjIzLTQuNjc4IDIuMzQ4LTcuMjkgMi4wNCAyLjE3OSAxLjM5NyA0Ljc2OCAyLjIxMiA3LjU0OCAyLjIxMiA5LjE0MiAwIDE0LjMwNy03LjcyMSAxMy45OTUtMTQuNjQ2Ljk2Mi0uNjk1IDEuNzk3LTEuNTYyIDIuNDU3LTIuNTQ5eicvPjwvc3ZnPg=="); }

     .sticky-soc a.instagram {
      background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTUgMTUiIHdpZHRoPSIxNXB4IiBoZWlnaHQ9IjE1cHgiPgo8ZyBpZD0ic3VyZmFjZTI2MDk1MTgwMyI+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgc3R5bGU9ImZpbGw6cmdiKDEwMCUsMTAwJSwxMDAlKTtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTsiLz4KPHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYigyMCUsMjAlLDIwJSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDQuODAwNzgxIDAuODk4NDM4IEMgMi42NDg0MzggMC44OTg0MzggMC44OTg0MzggMi42NDg0MzggMC44OTg0MzggNC44MDA3ODEgTCAwLjg5ODQzOCAxMC4xOTkyMTkgQyAwLjg5ODQzOCAxMi4zNTE1NjIgMi42NDg0MzggMTQuMTAxNTYyIDQuODAwNzgxIDE0LjEwMTU2MiBMIDEwLjE5OTIxOSAxNC4xMDE1NjIgQyAxMi4zNTE1NjIgMTQuMTAxNTYyIDE0LjEwMTU2MiAxMi4zNTE1NjIgMTQuMTAxNTYyIDEwLjE5OTIxOSBMIDE0LjEwMTU2MiA0LjgwMDc4MSBDIDE0LjEwMTU2MiAyLjY0ODQzOCAxMi4zNTE1NjIgMC44OTg0MzggMTAuMTk5MjE5IDAuODk4NDM4IFogTSA0LjgwMDc4MSAxLjUgTCAxMC4xOTkyMTkgMS41IEMgMTIuMDI3MzQ0IDEuNSAxMy41IDIuOTcyNjU2IDEzLjUgNC44MDA3ODEgTCAxMy41IDEwLjE5OTIxOSBDIDEzLjUgMTIuMDI3MzQ0IDEyLjAyNzM0NCAxMy41IDEwLjE5OTIxOSAxMy41IEwgNC44MDA3ODEgMTMuNSBDIDIuOTcyNjU2IDEzLjUgMS41IDEyLjAyNzM0NCAxLjUgMTAuMTk5MjE5IEwgMS41IDQuODAwNzgxIEMgMS41IDIuOTcyNjU2IDIuOTcyNjU2IDEuNSA0LjgwMDc4MSAxLjUgWiBNIDExLjEwMTU2MiAzLjMwMDc4MSBDIDEwLjc2OTUzMSAzLjMwMDc4MSAxMC41IDMuNTcwMzEyIDEwLjUgMy44OTg0MzggQyAxMC41IDQuMjMwNDY5IDEwLjc2OTUzMSA0LjUgMTEuMTAxNTYyIDQuNSBDIDExLjQyOTY4OCA0LjUgMTEuNjk5MjE5IDQuMjMwNDY5IDExLjY5OTIxOSAzLjg5ODQzOCBDIDExLjY5OTIxOSAzLjU3MDMxMiAxMS40Mjk2ODggMy4zMDA3ODEgMTEuMTAxNTYyIDMuMzAwNzgxIFogTSA3LjUgNC4xOTkyMTkgQyA1LjY3OTY4OCA0LjE5OTIxOSA0LjE5OTIxOSA1LjY3OTY4OCA0LjE5OTIxOSA3LjUgQyA0LjE5OTIxOSA5LjMyMDMxMiA1LjY3OTY4OCAxMC44MDA3ODEgNy41IDEwLjgwMDc4MSBDIDkuMzIwMzEyIDEwLjgwMDc4MSAxMC44MDA3ODEgOS4zMjAzMTIgMTAuODAwNzgxIDcuNSBDIDEwLjgwMDc4MSA1LjY3OTY4OCA5LjMyMDMxMiA0LjE5OTIxOSA3LjUgNC4xOTkyMTkgWiBNIDcuNSA0LjgwMDc4MSBDIDguOTk2MDk0IDQuODAwNzgxIDEwLjE5OTIxOSA2LjAwMzkwNiAxMC4xOTkyMTkgNy41IEMgMTAuMTk5MjE5IDguOTk2MDk0IDguOTk2MDk0IDEwLjE5OTIxOSA3LjUgMTAuMTk5MjE5IEMgNi4wMDM5MDYgMTAuMTk5MjE5IDQuODAwNzgxIDguOTk2MDk0IDQuODAwNzgxIDcuNSBDIDQuODAwNzgxIDYuMDAzOTA2IDYuMDAzOTA2IDQuODAwNzgxIDcuNSA0LjgwMDc4MSBaIE0gNy41IDQuODAwNzgxICIvPgo8L2c+Cjwvc3ZnPgo="); }

    .sticky-soc a.linkedin {
      background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyBzdHlsZT0nZmlsbDojZmZmJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMycgaGVpZ2h0PScxMycgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNNC45OCAzLjVjMCAxLjM4MS0xLjExIDIuNS0yLjQ4IDIuNXMtMi40OC0xLjExOS0yLjQ4LTIuNWMwLTEuMzggMS4xMS0yLjUgMi40OC0yLjVzMi40OCAxLjEyIDIuNDggMi41em0uMDIgNC41aC01djE2aDV2LTE2em03Ljk4MiAwaC00Ljk2OHYxNmg0Ljk2OXYtOC4zOTljMC00LjY3IDYuMDI5LTUuMDUyIDYuMDI5IDB2OC4zOTloNC45ODh2LTEwLjEzMWMwLTcuODgtOC45MjItNy41OTMtMTEuMDE4LTMuNzE0di0yLjE1NXonLz48L3N2Zz4="); }
    .sticky-soc a.youtube {
      background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyBzdHlsZT0nZmlsbDojZmZmJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNMTkuNjE1IDMuMTg0Yy0zLjYwNC0uMjQ2LTExLjYzMS0uMjQ1LTE1LjIzIDAtMy44OTcuMjY2LTQuMzU2IDIuNjItNC4zODUgOC44MTYuMDI5IDYuMTg1LjQ4NCA4LjU0OSA0LjM4NSA4LjgxNiAzLjYuMjQ1IDExLjYyNi4yNDYgMTUuMjMgMCAzLjg5Ny0uMjY2IDQuMzU2LTIuNjIgNC4zODUtOC44MTYtLjAyOS02LjE4NS0uNDg0LTguNTQ5LTQuMzg1LTguODE2em0tMTAuNjE1IDEyLjgxNnYtOGw4IDMuOTkzLTggNC4wMDd6Jy8+PC9zdmc+"); }
    .sticky-soc a.wechat {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:v='http://vecta.io' width='26' height='22' viewBox='0 0 26 22' %3E%3Cstyle%3E%3C!%5BCDATA%5Bsvg%7Bstroke:%23000;stroke-linecap:round;stroke-linejoin:round;fill:%23fff;fill-rule:evenodd;font-family:Roboto;font-size:14px;text-anchor:middle%7Dsvg text%7Bstroke:none%7D%5D%5D%3E%3C/style%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M 21.502 17.228 C 23.026 16.123 24 14.49 24 12.674 C 24 9.348 20.763 6.651 16.771 6.651 C 12.779 6.651 9.542 9.348 9.542 12.674 C 9.542 16.001 12.779 18.698 16.771 18.698 C 17.596 18.698 18.392 18.581 19.131 18.368 L 19.343 18.336 C 19.482 18.336 19.608 18.379 19.727 18.447 L 21.31 19.361 L 21.449 19.406 C 21.582 19.406 21.69 19.298 21.69 19.165 L 21.651 18.989 L 21.325 17.774 L 21.3 17.62 C 21.3 17.458 21.38 17.315 21.502 17.228 Z M 8.675 0 C 3.884 0 0 3.236 0 7.229 C 0 9.407 1.168 11.368 2.997 12.693 C 3.144 12.797 3.24 12.969 3.24 13.164 L 3.21 13.348 L 2.819 14.806 L 2.772 15.017 C 2.772 15.177 2.902 15.307 3.061 15.307 L 3.229 15.253 L 5.128 14.156 C 5.27 14.074 5.421 14.023 5.588 14.023 L 5.843 14.061 C 6.729 14.316 7.685 14.458 8.675 14.458 L 9.151 14.446 C 8.963 13.882 8.86 13.288 8.86 12.675 C 8.86 9.034 12.402 6.082 16.771 6.082 L 17.242 6.094 C 16.589 2.641 13.002 0 8.675 0 Z M 14.361 11.711 C 13.829 11.711 13.398 11.279 13.398 10.747 C 13.398 10.214 13.829 9.783 14.361 9.783 C 14.894 9.783 15.325 10.214 15.325 10.747 C 15.325 11.279 14.894 11.711 14.361 11.711 Z M 19.181 11.711 C 18.648 11.711 18.217 11.279 18.217 10.747 C 18.217 10.214 18.648 9.783 19.181 9.783 C 19.713 9.783 20.144 10.214 20.144 10.747 C 20.144 11.279 19.713 11.711 19.181 11.711 Z M 5.783 6.072 C 5.144 6.072 4.627 5.554 4.627 4.916 C 4.627 4.277 5.144 3.759 5.783 3.759 C 6.422 3.759 6.94 4.277 6.94 4.916 C 6.94 5.554 6.422 6.072 5.783 6.072 Z M 11.566 6.072 C 10.927 6.072 10.41 5.554 10.41 4.916 C 10.41 4.277 10.927 3.759 11.566 3.759 C 12.205 3.759 12.723 4.277 12.723 4.916 C 12.723 5.554 12.205 6.072 11.566 6.072 Z' stroke='none'/%3E%3C/g%3E%3C/svg%3E"); }
    .sticky-soc a.xing {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:v='http://vecta.io' width='24' height='26' viewBox='0 0 24 26' %3E%3Cstyle%3E%3C!%5BCDATA%5Bsvg%7Bstroke:%23000;stroke-linecap:round;stroke-linejoin:round;fill:%23fff;fill-rule:evenodd;font-family:Roboto;font-size:14px;text-anchor:middle%7Dsvg text%7Bstroke:none%7D%5D%5D%3E%3C/style%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M 13.577 24 L 8.253 14.333 L 16.323 0 L 21.256 0 L 13.187 14.333 L 18.457 24 L 13.577 24 Z M 6.286 5 L 1.347 5 L 4.115 9.744 L 0 17 L 4.914 17 L 9.031 9.729 L 6.286 5 Z' stroke='none'/%3E%3C/g%3E%3C/svg%3E"); }

@media (min-width: 699px) {
  .footer-heading {
    font-size: 18px;
    padding: 20px 0 14px 0; }

  .sticky-soc {
    display: block; }

  .footer-heading {
    padding-top: 50px; }

  footer {
    text-align: left;
    padding: 60px 0 0 0; }
    footer ul li {
      font-size: 15px; }
    footer img {
      max-width: 180px;
      margin: 102px auto 0; }
    footer p.copyright em {
      display: block; }
    footer .back-top-wrapper {
      padding-top: 75px; }
      footer .back-top-wrapper a:before {
        display: none; } }
.alert-banner {
  background-color: #333f48;
  color: #fff;
  clear: both;
  text-align: center;
  font-size: 13px;
  margin: 0;
  padding-top: 9px;
  transition: 0.4s all ease;
  height: 50px; }
  .alert-banner p {
    margin: 0;
    padding: 0 30px 0 0;
    font-weight: 600; }
  .alert-banner a {
    color: #fff; }
  .alert-banner .btn {
    font-size: 10px;
    margin: 0 10px;
    padding: 0 11px;
    border-width: 1px !important; }
  .alert-banner .container {
    position: relative; }
  .alert-banner.close {
    max-height: 0px;
    padding: 0;
    overflow: hidden;
    opacity: 0; }
  .alert-banner .close-btn {
    position: absolute;
    top: 4px;
    right: 0; }

.main-header > .alert-banner p {
  padding: 0;
  letter-spacing: 0; }

@media (min-width: 699px) {
  .alert-banner {
    font-size: 16px; }
    .alert-banner p {
      padding-right: 60px; }
    .alert-banner .btn {
      font-size: 12px; }
    .alert-banner .close-btn {
      font-size: 12px; } }
.privacy-statement {
  background: #333f48;
  padding: 20px 0 5px;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.7s ease;
  color: #fff; }
  .privacy-statement a {
    margin: 0 7px;
    font-size: 12px;
    color: #fff; }
    .privacy-statement a.btn {
      font-size: 12px;
      padding: 1px 14px; }
  .privacy-statement p {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 15px 15px; }
  .privacy-statement.close {
    bottom: -200px;
    opacity: 0; }
  .privacy-statement .btn.btn-blue {
    border-color: #fff !important;
    color: #273037 !important;
    background-color: #fff !important; }
    .privacy-statement .btn.btn-blue a {
      color: #273037 !important; }
    .privacy-statement .btn.btn-blue:hover {
      border: 2px solid #e5e5e5 !important;
      background-color: #e5e5e5 !important; }

@-webkit-keyframes roll-up {
  0% {
    bottom: -200px; }
  60% {
    bottom: -200px; }
  100% {
    bottom: 0; } }

@keyframes roll-up {
  0% {
    bottom: -200px; }
  60% {
    bottom: -200px; }
  100% {
    bottom: 0; } }
.mobile-menu-icon {
  width: 55px;
  height: 55px;
  background: #333f48;
  float: right;
  position: relative; }
  .mobile-menu-icon span {
    background-color: #fff;
    height: 1px;
    width: 28px;
    position: absolute;
    top: 26px;
    left: 14px;
    transition: all 0.85s; }
    .mobile-menu-icon span:before, .mobile-menu-icon span:after {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      content: '';
      display: block;
      background-color: #fff;
      height: 1px;
      width: 28px;
      position: absolute;
      left: 0;
      top: -12px;
      transition: all 0.5s; }
    .mobile-menu-icon span:after {
      top: 12px; }

.main-nav {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 55px;
  right: 0;
  width: 0;
  opacity: 0.5;
  transition: all 0.85s;
  background-color: #fff; }
  .main-nav ul {
    position: relative;
    min-width: 320px;
    width: 100%;
    margin: 0;
    padding: 0; }
    .main-nav ul li {
      font-size: 14px;
      letter-spacing: 0.075em;
      border-top: 1px solid #435360;
      background-color: #333f48;
      position: relative;
      padding: 0;
      text-transform: uppercase;
      font-weight: 400; }
      .main-nav ul li:before {
        content: none; }
      .main-nav ul li a {
        padding: 17px 20px 13px;
        display: block;
        color: #fff;
        text-decoration: none; }
      .main-nav ul li .menu-drop-icon, .main-nav ul li .sub-menu-icon {
        height: 40px;
        width: 40px;
        position: absolute;
        top: 5px;
        right: 10px; }
        .main-nav ul li .menu-drop-icon:after, .main-nav ul li .sub-menu-icon:after {
          content: '';
          display: block;
          transition: all 0.5s;
          border-right: 1px solid #fff;
          height: 11px;
          position: absolute;
          top: 15px;
          right: 20px;
          opacity: 1; }
        .main-nav ul li .menu-drop-icon:before, .main-nav ul li .sub-menu-icon:before {
          content: '';
          display: block;
          border-top: 1px solid #fff;
          height: 1px;
          width: 11px;
          position: absolute;
          top: 20px;
          right: 15px;
          opacity: 1; }
      .main-nav ul li .sub-menu-icon {
        right: auto;
        left: -5px;
        top: 4px; }
        .main-nav ul li .sub-menu-icon:after {
          height: 7px; }
        .main-nav ul li .sub-menu-icon:before {
          width: 7px;
          right: 17px;
          top: 18px; }
      .main-nav ul li .drop-menu {
        max-height: 0px;
        overflow: hidden;
        transition: all 0.85s; }
        .main-nav ul li .drop-menu ul {
          margin: 0;
          padding: 0; }
          .main-nav ul li .drop-menu ul li {
            display: block;
            float: none;
            padding: 9px 0 9px 30px;
            border-left: 4px solid #086972;
            border-top: none;
            background-color: #333f48; }
            .main-nav ul li .drop-menu ul li a {
              padding: 5px 0; }
            .main-nav ul li .drop-menu ul li .drop-menu {
              margin-left: -34px;
              border-top: none; }
            .main-nav ul li .drop-menu ul li ul li {
              background-color: #435360;
              border-color: #fff;
              text-transform: none; }
              .main-nav ul li .drop-menu ul li ul li a:before {
                content: '';
                border-top: 1px solid #fff;
                border-right: 1px solid #fff;
                width: 5px;
                height: 5px;
                margin: 8px 8px 0 0;
                float: left;
                display: inline-block;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .main-nav ul li.open .menu-drop-icon:after, .main-nav ul li.open > .sub-menu-icon:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0; }
      .main-nav ul li.open > .drop-menu {
        border-top: 1px solid #435360;
        max-height: 1000px; }

.auxiliary-nav {
  letter-spacing: 0.075em;
  font-size: 14px;
  min-width: 320px; }
  .auxiliary-nav a {
    display: block;
    color: #fff;
    background-color: #086972;
    padding: 12px 0 12px 20px;
    text-decoration: none;
    border-top: 1px solid #fff; }
    .auxiliary-nav a.country {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Ctitle%3E Layer 1%3C/title%3E%3Cpath d='m15 7c-0.2-3.7-3.2-6.7-7-7l0 0 -0.5 0 -0.5 0 0 0c-3.7 0.2-6.7 3.2-7 7l0 0 0 0.5 0 0.5 0 0c0.2 3.7 3.2 6.7 7 7l0 0 0.5 0 0.5 0 0 0c3.7-0.2 6.7-3.2 7-7l0 0 0-0.5 0-0.5 0 0zm-10.3-5.4c-0.5 0.6-0.9 1.4-1.2 2.4l-1.5 0c0.7-1 1.6-1.8 2.7-2.4zm-3.2 3.4l1.8 0c-0.1 0.6-0.2 1.3-0.2 2l-2 0c0.1-0.7 0.2-1.4 0.5-2zm-0.5 3l2 0c0 0.7 0.1 1.4 0.2 2l-1.8 0c-0.3-0.6-0.4-1.3-0.5-2zm1 3l1.5 0c0.3 0.9 0.7 1.7 1.2 2.4 -1.1-0.5-2-1.3-2.7-2.4zm5 2.9c-1-0.3-1.9-1.4-2.4-2.9l2.5 0 0 2.9zm0-3.9l-2.7 0c-0.1-0.6-0.2-1.3-0.3-2l3 0 0 2zm0-3l-3 0c0-0.7 0.1-1.4 0.3-2l2.7 0 0 2zm0-3l-2.4 0c0.5-1.6 1.4-2.7 2.5-2.9l0 2.9zm6 0l-1.5 0c-0.3-0.9-0.7-1.7-1.2-2.4 1.1 0.5 2 1.3 2.7 2.4zm-5-2.9c1 0.3 1.9 1.4 2.5 2.9l-2.4 0 0-2.9zm0 3.9l2.7 0c0.1 0.6 0.2 1.3 0.3 2l-3 0 0-2zm0 3l3 0c0 0.7-0.1 1.4-0.3 2l-2.7 0 0-2zm0 5.9l0-2.9 2.5 0c-0.5 1.6-1.4 2.7-2.4 2.9zm2.3-0.6c0.5-0.6 0.9-1.4 1.2-2.4l1.5 0c-0.7 1-1.6 1.8-2.7 2.4zm3.2-3.4l-1.8 0c0.1-0.6 0.2-1.3 0.2-2l2 0c-0.1 0.7-0.2 1.4-0.5 2zm-1.5-3c0-0.7-0.1-1.4-0.2-2l1.8 0c0.3 0.6 0.4 1.3 0.5 2l-2 0z' fill='%233a566b'/%3E%3C/svg%3E") no-repeat 4px 15px;
      padding-left: 26px;
      color: #333;
      margin-left: 15px; }
      .auxiliary-nav a.country span {
        font-weight: 700; }
      .auxiliary-nav a.country img {
        display: none; }
    .auxiliary-nav a.mycwt {
      position: relative; }
      .auxiliary-nav a.mycwt:before {
        content: '';
        display: block;
        text-decoration: none;
        position: absolute;
        z-index: 4;
        top: 23px;
        left: 118px;
        width: 10px;
        border-top: 1px solid #fff; }
      .auxiliary-nav a.mycwt span {
        border: 1px solid #fff;
        width: 13px;
        height: 13px;
        display: inline-block;
        border-radius: 2px;
        position: absolute;
        top: 17px;
        left: 120px;
        z-index: 0; }
        .auxiliary-nav a.mycwt span:before {
          content: '';
          display: block;
          width: 5px;
          height: 5px;
          position: absolute;
          top: 3px;
          right: 3px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .auxiliary-nav a.mycwt span:after {
          content: '';
          display: block;
          height: 5px;
          width: 2px;
          position: absolute;
          top: 3px;
          left: -1px;
          background: #086972; }

.nav-search {
  position: relative;
  padding: 35px 20px; }
  .nav-search .search-input {
    height: 39px;
    width: 100%;
    border: 1px solid #b6b7b3;
    display: inline-block;
    padding: 5px 65px 5px 25px;
    margin: 0;
    font-size: 14px;
    border-radius: 25px;
    background-color: #f1f3f5; }
    .nav-search .search-input:focus {
      outline: none;
      box-shadow: 0px 0px 8px 0px #4e8ef5; }
  .nav-search .btn-search {
    display: inline-block;
    padding: 10px 20px;
    position: absolute;
    top: 35px;
    right: 20px; }
    .nav-search .btn-search:hover {
      background-color: #fff; }
    .nav-search .btn-search:focus {
      outline: none;
      box-shadow: 0px 0px 8px 0px #4e8ef5; }
  .nav-search label {
    display: block;
    position: absolute;
    top: 35px;
    left: 25px;
    height: 39px;
    width: 150px;
    border: none;
    text-transform: none;
    padding: 9px 5px; }
  .nav-search .active label {
    display: none; }

.mobile-nav-open .main-nav {
  display: block;
  transition: all 0.85s;
  opacity: 1;
  width: 100%; }
.mobile-nav-open .mobile-menu-icon span {
  background-color: #333f48; }
  .mobile-nav-open .mobile-menu-icon span:before, .mobile-nav-open .mobile-menu-icon span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mobile-nav-open .mobile-menu-icon span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

@media (min-width: 1024px) {
  .mobile-menu-icon {
    display: none; }

  .main-nav {
    display: block;
    float: right;
    width: 77%;
    max-width: 1400px;
    max-height: 90px !important;
    transition: width 0.5s;
    position: static;
    opacity: 1;
    overflow: visible;
    background-color: transparent; }
    .main-nav ul {
      width: calc(100% - 190px);
      padding: 2px 0 0 0;
      margin: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .main-nav ul li {
        letter-spacing: 0.05em;
        font-size: 13px;
        position: relative;
        padding: 0 35px 0 0;
        text-transform: uppercase;
        position: relative;
        border-top: none;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        background-color: transparent; }
        .main-nav ul li a {
          display: block;
          padding: 20px 0;
          color: #333f48;
          text-decoration: none;
          letter-spacing: 0px; }
          .main-nav ul li a:after {
            content: "";
            display: block;
            border-bottom: solid 2px #086972;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            transition: -webkit-transform 250ms ease-in-out;
            transition: transform 250ms ease-in-out; }
          .main-nav ul li a:hover, .main-nav ul li a.active {
            color: #273037; }
            .main-nav ul li a:hover:after, .main-nav ul li a.active:after {
              -ms-transform: scaleX(1);
              transform: scaleX(1);
              -webkit-transform: scaleX(1); }
        .main-nav ul li.mobile-home {
          display: none; }
        .main-nav ul li .menu-drop-icon {
          width: 30px;
          height: 30px;
          margin: 0;
          float: none;
          position: absolute;
          top: 10px;
          right: 2px;
          text-align: center; }
          .main-nav ul li .menu-drop-icon:before {
            border-top: 1px solid #95a0a9;
            border-right: 1px solid #95a0a9;
            width: 8px;
            height: 8px;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
            top: 14px;
            right: 21px; }
          .main-nav ul li .menu-drop-icon:after {
            display: none; }
        .main-nav ul li .drop-menu {
          max-height: 0;
          position: absolute;
          top: 64px;
          left: -25px;
          z-index: 220;
          background-color: #fff;
          width: 250px; }
          .main-nav ul li .drop-menu:before {
            content: '';
            width: 100%;
            height: 1px;
            display: block;
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
            background-color: rgba(0, 0, 0, 0.1);
            position: absolute;
            top: 0px;
            left: 0; }
          .main-nav ul li .drop-menu ul {
            width: 100%;
            display: block;
            background-color: transparent;
            min-width: 250px;
            width: 250px; }
            .main-nav ul li .drop-menu ul li {
              display: block;
              float: none;
              padding: 0;
              background-color: transparent;
              border-left: 4px solid #fff;
              transition: border-color 0.5s; }
              .main-nav ul li .drop-menu ul li a {
                padding: 14px 0 8px 14px;
                border-bottom: 1px solid #fff;
                transition: background-color 0.5s; }
                .main-nav ul li .drop-menu ul li a:after {
                  display: none; }
              .main-nav ul li .drop-menu ul li .sub-menu-icon {
                left: auto;
                right: 5px;
                transition: all 0.5s; }
                .main-nav ul li .drop-menu ul li .sub-menu-icon:before {
                  border-top: 1px solid #333f48;
                  border-right: 1px solid #333f48;
                  width: 8px;
                  height: 8px;
                  -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
                .main-nav ul li .drop-menu ul li .sub-menu-icon:after {
                  display: none; }
              .main-nav ul li .drop-menu ul li:hover {
                background-color: #f1f3f5;
                border-color: #086972; }
                .main-nav ul li .drop-menu ul li:hover a {
                  color: #273037; }
                .main-nav ul li .drop-menu ul li:hover .sub-menu-icon {
                  right: 2px; }
              .main-nav ul li .drop-menu ul li .drop-menu {
                position: absolute;
                top: 0;
                left: 246px;
                margin: 0;
                box-shadow: 3px 1px 6px 0 rgba(0, 0, 0, 0.3) !important;
                transition: all 0.4s; }
                .main-nav ul li .drop-menu ul li .drop-menu:before {
                  display: none; }
                .main-nav ul li .drop-menu ul li .drop-menu ul li {
                  background-color: #fff;
                  border-left: none; }
                  .main-nav ul li .drop-menu ul li .drop-menu ul li a {
                    color: #333f48;
                    padding-left: 20px;
                    border: none; }
                    .main-nav ul li .drop-menu ul li .drop-menu ul li a:before {
                      display: none; }
                  .main-nav ul li .drop-menu ul li .drop-menu ul li:hover {
                    background-color: #086972; }
                    .main-nav ul li .drop-menu ul li .drop-menu ul li:hover a {
                      color: #fff; }
        .main-nav ul li.close:hover > .drop-menu, .main-nav ul li.open > .drop-menu {
          border-top: none;
          max-height: 1000px;
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3); }
          .main-nav ul li.close:hover > .drop-menu.overflow, .main-nav ul li.open > .drop-menu.overflow {
            overflow: visible; }
        .main-nav ul li.close:hover .menu-drop-icon:after, .main-nav ul li.open .menu-drop-icon:after {
          margin-top: 18px; }
        .main-nav ul li.close .drop-menu {
          max-height: 0; }

  .auxiliary-nav {
    letter-spacing: 0.05em;
    font-size: 14px;
    position: absolute;
    top: 21px;
    right: 0;
    padding: 0 30px 0 0;
    text-transform: uppercase;
    min-width: 235px;
    text-align: right; }
    .auxiliary-nav a {
      padding: 0;
      background-color: transparent;
      display: inline-block; }
    .auxiliary-nav a.country {
      position: absolute;
      top: -2px;
      left: 90px;
      display: block;
      background-position: 20px 6px;
      font-size: 11px;
      color: #333f48;
      padding: 4px 0 4px 30px;
      border-left: 1px solid #b6b7b3;
      border-top: none;
      text-indent: -500px;
      font-size: 0px;
      overflow: hidden;
      min-width: 110px;
      min-height: 26px;
      margin-left: 0; }
      .auxiliary-nav a.country span {
        font-weight: 700;
        position: absolute;
        top: 4px;
        right: 16px;
        text-indent: 0;
        font-size: 12px; }
        .auxiliary-nav a.country span:after {
          content: '';
          display: inline-block;
          height: 8px;
          width: 8px;
          border-right: 1px solid #95a0a9;
          border-bottom: 1px solid #95a0a9;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          margin: 0 0 2px 9px; }
      .auxiliary-nav a.country img {
        display: block;
        float: left;
        margin: -4px 14px 0 0;
        width: 22px;
        height: 22px; }
    .auxiliary-nav a.mycwt {
      display: block;
      float: right;
      text-decoration: none;
      color: #c72705;
      padding: 12px 30px 12px 20px;
      margin-right: 35px;
      position: relative;
      border: 1px solid #c72705;
      border-radius: 25px;
      font-weight: 600;
      font-size: 12px;
      line-height: 0; }
      .auxiliary-nav a.mycwt:before {
        border-color: #c72705;
        top: 11px;
        right: 14px;
        left: auto; }
      .auxiliary-nav a.mycwt span {
        border-color: #c72705;
        top: 5px;
        right: 10px;
        left: auto; }
        .auxiliary-nav a.mycwt span:before {
          border-color: #c72705; }
        .auxiliary-nav a.mycwt span:after {
          background-color: #fff; }
      .auxiliary-nav a.mycwt:hover {
        background: #c72705;
        color: #fff; }
        .auxiliary-nav a.mycwt:hover:before {
          border-color: #fff; }
        .auxiliary-nav a.mycwt:hover span {
          border-color: #fff; }
          .auxiliary-nav a.mycwt:hover span:before {
            border-color: #fff; }
          .auxiliary-nav a.mycwt:hover span:after {
            background-color: #c72705; }
    .auxiliary-nav .nav-search {
      display: block;
      position: absolute;
      top: -4px;
      left: 34px;
      padding: 0; }
      .auxiliary-nav .nav-search .search-nav-wrapper {
        text-align: left;
        position: absolute;
        top: 49px;
        right: 17px;
        max-height: 0;
        overflow: hidden;
        width: 420px;
        z-index: 100;
        transition: all 0.85s; }
        .auxiliary-nav .nav-search .search-nav-wrapper form {
          position: relative;
          padding: 20px; }
          .auxiliary-nav .nav-search .search-nav-wrapper form:before {
            content: '';
            width: 100%;
            height: 2px;
            display: block;
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
            background-color: #fff;
            position: absolute;
            top: -2px;
            left: 0; }
      .auxiliary-nav .nav-search label {
        top: 21px;
        left: 40px; }
      .auxiliary-nav .nav-search .search-input {
        width: 310px; }
      .auxiliary-nav .nav-search .btn-search {
        padding: 9px 20px;
        top: 20px;
        right: 90px; }
      .auxiliary-nav .nav-search .search-close {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 30px;
        right: 35px;
        cursor: pointer; }
        .auxiliary-nav .nav-search .search-close:before, .auxiliary-nav .nav-search .search-close:after {
          content: '';
          display: block;
          border-right: 2px solid #95a0a9;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          height: 11px;
          position: absolute;
          top: 5px;
          right: 5px; }
        .auxiliary-nav .nav-search .search-close:after {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      .auxiliary-nav .nav-search .search-bg-close {
        display: none; }
      .auxiliary-nav .nav-search .search-icon {
        width: 40px;
        height: 40px;
        display: block;
        position: relative;
        cursor: pointer; }
        .auxiliary-nav .nav-search .search-icon:before {
          content: '';
          display: block;
          border: 2px solid #95a0a9;
          border-radius: 100%;
          height: 14px;
          width: 14px;
          position: absolute;
          top: 8px;
          left: 7px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          transition: all 0.5s; }
        .auxiliary-nav .nav-search .search-icon:after {
          content: '';
          display: block;
          border-left: 2px solid #95a0a9;
          height: 6px;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          position: absolute;
          top: 19px;
          left: 20px;
          transition: all 0.5s; }
        .auxiliary-nav .nav-search .search-icon:hover:before, .auxiliary-nav .nav-search .search-icon:hover:after {
          border-color: #333f48; }
      .auxiliary-nav .nav-search.open-search .search-icon:before {
        width: 2px;
        border-radius: 0;
        border: none;
        top: 11px;
        left: 10px;
        background: #333f48; }
      .auxiliary-nav .nav-search.open-search .search-icon:after {
        height: 14px;
        top: 11px;
        left: 11px;
        border-color: #333f48; }
      .auxiliary-nav .nav-search.open-search .search-nav-wrapper {
        max-height: 100px;
        background: #fff;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5); }
      .auxiliary-nav .nav-search.open-search .search-bg-close {
        display: block;
        width: 100%;
        top: 132px;
        bottom: 0;
        left: 0;
        position: fixed; } }
@media (min-width: 1114px) {
  .main-nav ul li {
    padding-right: 40px; } }
.grayscale-img, .grayscale-img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-filter: gray;
  filter: gray;
  opacity: 0.6; }
  .grayscale-img:hover, .grayscale-img img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1; }

.half-size-img {
  max-width: 50%; }

@media (min-width: 699px) {
  .img-right {
    float: right; } }
.youtube-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .youtube-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }
  .youtube-responsive img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; }

.yt-play-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 10; }
  .yt-play-button:before {
    content: '';
    display: block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 35px solid #086972;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -14px 0 0 -12px;
    transition: border .5s; }
  .yt-play-button:after {
    content: '';
    display: block;
    height: 100px;
    width: 100px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    margin: -45px 0 0 -49px;
    transition: background .5s; }
  .yt-play-button:hover:after {
    background: rgba(255, 105, 75, 0.75); }
  .yt-play-button:hover:before {
    border-left: 35px solid #fff; }

@media (min-width: 699px) {
  .content-block .video {
    max-width: 568px;
    margin: 0 auto; } }
.hero {
  position: relative;
  background-color: #333f48;
  overflow: hidden; }
  .hero .media img, .hero .video-mobile-img img {
    opacity: 0.4;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .hero .video-mobile-img img {
    top: auto;
    bottom: 0;
    opacity: 1; }
  .hero .hero-text-overlay {
    position: relative;
    z-index: 12;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 40px 0; }
    .hero .hero-text-overlay .btn {
      font-weight: 800;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
      margin-top: 20px; }
      .hero .hero-text-overlay .btn:hover {
        background-color: #fff; }
      .hero .hero-text-overlay .btn.btn-orange:hover {
        color: #086972 !important; }
    .hero .hero-text-overlay p, .hero .hero-text-overlay h1 {
      margin: 0 auto; }
    .hero .hero-text-overlay p {
      font-weight: 400;
      max-width: 1000px;
      -webkit-animation: upfade 1.5s ease-in;
      animation: upfade 1.5s ease-in; }
      .hero .hero-text-overlay p.sm-hero-text {
        font-size: 12px;
        padding-top: 14px; }
@-webkit-keyframes upfade {
  0% {
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes upfade {
  0% {
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .hero .hero-text-overlay h1 {
      -webkit-animation: leftfade 1s ease-in;
      animation: leftfade 1s ease-in; }
@-webkit-keyframes leftfade {
  0% {
    margin-left: -8%;
    opacity: 0; }
  100% {
    margin-left: 0;
    opacity: 1; } }
@keyframes leftfade {
  0% {
    margin-left: -8%;
    opacity: 0; }
  100% {
    margin-left: 0;
    opacity: 1; } }
    .hero .hero-text-overlay p {
      font-size: 18px;
      padding-bottom: 0; }
      .hero .hero-text-overlay p.sm-hero-text, .hero .hero-text-overlay p .sm-hero-text {
        font-size: 12px;
        max-width: 800px;
        padding-left: 10px;
        padding-right: 10px; }
      .hero .hero-text-overlay p .sm-hero-text {
        display: inline-block; }
  .hero.contact-hero {
    min-height: 560px; }
    .hero.contact-hero .btn {
      display: none; }
  .hero.video {
    max-height: 550px;
    min-height: 320px; }
    .hero.video:before {
      content: '';
      display: block;
      width: 100%;
      height: 200px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      background: linear-gradient(to bottom, #333f48 0%, rgba(51, 63, 72, 0) 100%); }
    .hero.video:after {
      content: '';
      display: block;
      width: 100%;
      height: 200px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 10;
      background: linear-gradient(to bottom, rgba(51, 63, 72, 0) 0%, #333f48 100%); }
  .hero video {
    width: auto;
    height: 100%;
    transition: 1s opacity;
    display: block;
    margin: 0 auto; }
    .hero video.stopfade {
      opacity: 0.2; }
  .hero .pause-hero, .hero .play-hero {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 14;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer; }
    .hero .pause-hero:before, .hero .play-hero:before {
      content: '';
      display: inline-block;
      margin-right: 10px;
      border: 0;
      background: transparent;
      box-sizing: border-box;
      width: 0;
      height: 10px;
      border-color: transparent transparent transparent #fff;
      transition: 0.3s all ease;
      border-style: double;
      border-width: 0px 0 0px 10px; }
    .hero .pause-hero.playing, .hero .play-hero.playing {
      display: none; }
      .hero .pause-hero.playing:before, .hero .play-hero.playing:before {
        border-style: solid;
        border-width: 5px 0 5px 10px; }
    .hero .pause-hero.stopped, .hero .play-hero.stopped {
      display: none; }
  .hero .play-hero {
    display: none; }
    .hero .play-hero.playing {
      display: block; }

.hero-video {
  display: none; }

.video-mobile-img img {
  margin: 0 auto;
  display: block; }

@media (min-width: 699px) {
  .hero-video {
    display: block;
    overflow: hidden; }
    .hero-video .youtube-responsive {
      pointer-events: none;
      position: relative; }

  .video-mobile-img {
    display: none; }

  .hero .hero-text-overlay {
    padding: 5vw 0 4vw; }
    .hero .hero-text-overlay p {
      font-size: 23px;
      line-height: 1.4; }
      .hero .hero-text-overlay p.sm-hero-text, .hero .hero-text-overlay p .sm-hero-text {
        font-size: 14px;
        padding-top: 22px; }
    .hero .hero-text-overlay .btn {
      font-size: 16px;
      margin-top: 28px; }
  .hero.video .hero-text-overlay {
    position: absolute;
    top: 0;
    left: 0; } }
@media (min-width: 1024px) {
  .hero.video .media {
    max-height: 600px; }
  .hero.video .hero-text-overlay {
    padding-top: 180px; }
  .hero .hero-text-overlay p {
    font-size: 26px;
    line-height: 1.7; }
    .hero .hero-text-overlay p.sm-hero-text, .hero .hero-text-overlay p .sm-hero-text {
      font-size: 18px;
      padding-top: 30px;
      padding-bottom: 10px; } }
@media (min-width: 1280px) {
  .hero video {
    width: 100%; } }
@media (max-width: 698px) {
  .hero {
    height: auto !important; } }
/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-sm-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-sm-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-sm-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-sm-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333%; }

  .offset-sm-2 {
    margin-left: 16.66667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333%; }

  .offset-sm-5 {
    margin-left: 41.66667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333%; }

  .offset-sm-8 {
    margin-left: 66.66667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333%; }

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-md-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-md-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-md-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-md-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-md-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-md-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-md-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-md-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .order-md-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333%; }

  .offset-md-2 {
    margin-left: 16.66667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333%; }

  .offset-md-5 {
    margin-left: 41.66667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333%; }

  .offset-md-8 {
    margin-left: 66.66667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333%; }

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-lg-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-lg-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-lg-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-lg-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-lg-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-lg-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-lg-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-lg-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333%; }

  .offset-lg-2 {
    margin-left: 16.66667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333%; }

  .offset-lg-5 {
    margin-left: 41.66667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333%; }

  .offset-lg-8 {
    margin-left: 66.66667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333%; }

  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-xl-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-xl-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-xl-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-xl-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-xl-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-xl-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-xl-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-xl-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333%; }

  .offset-xl-2 {
    margin-left: 16.66667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333%; }

  .offset-xl-5 {
    margin-left: 41.66667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333%; }

  .offset-xl-8 {
    margin-left: 66.66667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333%; }

  .offset-xl-11 {
    margin-left: 91.66667%; } }
.flex-row {
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
body.modal-open {
  height: 100%;
  overflow: hidden;
  position: fixed; }

#contact-modal .modal-dialog {
  background: #333f48; }
  #contact-modal .modal-dialog .modal-close-btn:before, #contact-modal .modal-dialog .modal-close-btn:after {
    background: #fff; }

body.video-modal-open {
  height: 100%;
  overflow: hidden;
  position: relative; }

.modal-dialog {
  position: relative;
  z-index: 900;
  width: 100%;
  max-width: 1150px;
  margin: 0;
  background: #fff;
  margin: 2% auto 0;
  transition: all .3s linear; }
  .modal-dialog .content-block {
    padding: 0 51px 40px;
    text-align: center; }

.modal-close-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: none; }

.show .modal-dialog {
  opacity: 1;
  margin-top: 0; }
  .show .modal-dialog .modal-close-bg {
    display: block; }

.modal-close-btn {
  border: none;
  background: none;
  float: right;
  height: 40px;
  width: 40px;
  margin: 20px 20px 0 0;
  position: relative;
  z-index: 910;
  cursor: pointer; }
  .modal-close-btn:after, .modal-close-btn:before {
    content: '';
    display: block;
    height: 40px;
    width: 1px;
    background: #333f48;
    position: absolute;
    top: 0;
    left: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .modal-close-btn:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modal-close-btn span {
    display: none; }

.modal-content {
  padding: 30px;
  clear: both;
  max-width: 725px;
  margin: 0 auto; }

.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  outline: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1;
  height: 0; }
  .modal.show {
    top: 0;
    right: 0;
    opacity: 1;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 1002;
    height: auto; }
  .modal.cwt-locations .modal-dialog {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto; }
  .modal.video-modal .modal-dialog {
    max-width: 725px; }
  .modal.video-modal .modal-close-btn {
    position: absolute;
    right: 0;
    top: 0; }
  .modal.video-modal .modal-content {
    padding: 0; }

.cta-band #contact-modal.modal {
  position: static;
  height: auto;
  opacity: 1;
  background: transparent; }
  .cta-band #contact-modal.modal .modal-dialog {
    opacity: 1;
    background: transparent;
    box-shadow: 0px 0px 6px 2px transparent; }
.cta-band .modal-close-btn {
  display: none; }
.cta-band #contact-modal.modal.show {
  position: fixed;
  background: rgba(255, 255, 255, 0.75); }
  .cta-band #contact-modal.modal.show .modal-dialog {
    background: #333f48;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    padding-bottom: 60px; }
  .cta-band #contact-modal.modal.show .modal-close-btn {
    display: block; }

@media (min-width: 699px) {
  .modal.video-modal .modal-close-btn {
    right: -40px;
    margin: 0; }

  .modal-dialog {
    width: auto;
    margin: 0 auto;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2); }

  .show .modal-dialog {
    margin: 3% auto; } }
@media (min-width: 1024px) {
  body.modal-open {
    position: relative; } }
.content-block {
  padding: 40px 0;
  background-size: cover;
  background-position: center; }
  .content-block .row {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .content-block.light-padding {
    padding: 40px 0; }
    .content-block.light-padding .row {
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
  .content-block .richtext {
    margin: 0 auto;
    max-width: 1250px;
    padding: 0 15px; }
  .content-block .container .richtext, .content-block .container-ext .richtext {
    padding: 0;
    max-width: 1716px; }
  .content-block.align-bottom {
    padding-bottom: 0; }
    .content-block.align-bottom .row {
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .content-block.align-bottom .row p:last-child {
        padding: 0; }
    .content-block.align-bottom img {
      display: block; }
  .content-block.align-top .row {
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start; }
  .content-block.align-top img {
    display: block; }

.cta-band {
  background-color: #333f48; }

.testimonial {
  max-width: 1300px;
  margin: 0 auto; }
  .testimonial .content-block {
    background-color: #f1f3f5; }
    .testimonial .content-block p {
      font-weight: 400;
      font-style: italic; }
    .testimonial .content-block p + p {
      font-size: 16px;
      font-weight: 300;
      font-style: normal; }
      .testimonial .content-block p + p b {
        display: block;
        font-size: 18px;
        font-weight: 600; }
      .testimonial .content-block p + p i, .testimonial .content-block p + p em {
        display: block;
        font-style: normal;
        font-weight: 400; }
    .testimonial .content-block .col-md-5 {
      position: relative; }
      .testimonial .content-block .col-md-5:before {
        content: '“';
        display: block;
        color: #086972;
        width: 145px;
        height: 145px;
        position: absolute;
        top: 30%;
        right: 0;
        font-size: 300px;
        line-height: .8;
        font-family: Arial, san-serif; }
      .testimonial .content-block .col-md-5 img {
        max-width: 75%;
        margin: 0 0 20px; }

.panel {
  padding: 40px 0; }

.office-location {
  padding: 8vw 0 4vw; }
  .office-location .container {
    position: relative;
    border-top: 1px solid #b6b7b3;
    border-bottom: 1px solid #b6b7b3;
    padding: 10px 15px; }
    .office-location .container .col-md-6 {
      position: static; }

.dark-bg {
  color: #fff; }
  .dark-bg h4 {
    color: #fff; }

.spotlight {
  padding: 8vw 0; }
  .spotlight .col-md-6 {
    padding: 30px;
    text-align: center; }
  .spotlight .richtext {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 15px; }
  .spotlight h4 {
    display: inline-block;
    padding: 0 0 27px 0;
    color: #273037; }
    .spotlight h4:after {
      content: '';
      width: 45%;
      display: block;
      border-bottom: 1px solid #95a0a9;
      margin: 20px auto 0px; }

.panel-cards, section .panel-cards {
  padding: 20px 0; }
  .panel-cards .richtext, section .panel-cards .richtext {
    margin: 0 auto;
    max-width: 1250px;
    padding: 0 15px; }
  .panel-cards .col-md-6, .panel-cards .col-md-3, .panel-cards .col-md-4, section .panel-cards .col-md-6, section .panel-cards .col-md-3, section .panel-cards .col-md-4 {
    padding: 0px !important;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
    margin: 10px;
    background-color: #fff;
    color: #333f48; }
    .panel-cards .col-md-6 .richtext, .panel-cards .col-md-3 .richtext, .panel-cards .col-md-4 .richtext, section .panel-cards .col-md-6 .richtext, section .panel-cards .col-md-3 .richtext, section .panel-cards .col-md-4 .richtext {
      padding: 0 30px 15px; }
      .panel-cards .col-md-6 .richtext img, .panel-cards .col-md-3 .richtext img, .panel-cards .col-md-4 .richtext img, section .panel-cards .col-md-6 .richtext img, section .panel-cards .col-md-3 .richtext img, section .panel-cards .col-md-4 .richtext img {
        margin: 0 auto;
        display: block; }
      .panel-cards .col-md-6 .richtext h3, .panel-cards .col-md-3 .richtext h3, .panel-cards .col-md-4 .richtext h3, section .panel-cards .col-md-6 .richtext h3, section .panel-cards .col-md-3 .richtext h3, section .panel-cards .col-md-4 .richtext h3 {
        font-size: 20px;
        text-transform: none;
        padding-bottom: 27px; }
      .panel-cards .col-md-6 .richtext p, .panel-cards .col-md-3 .richtext p, .panel-cards .col-md-4 .richtext p, section .panel-cards .col-md-6 .richtext p, section .panel-cards .col-md-3 .richtext p, section .panel-cards .col-md-4 .richtext p {
        font-size: 14px;
        line-height: 1.4;
        padding-bottom: 20px; }
  .panel-cards .col-md-3, section .panel-cards .col-md-3 {
    padding: 0; }
  .panel-cards .row, section .panel-cards .row {
    margin-bottom: 0; }
  .panel-cards .video, section .panel-cards .video {
    padding-bottom: 13px; }

.content-pullup {
  margin: -440px 20px 0;
  padding: 20px 0 100px;
  background-color: #fff;
  position: relative;
  z-index: 850;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 70px; }

.panel-bleed .text-content {
  padding: 20px; }
.panel-bleed .media {
  min-height: 200px;
  background-size: cover;
  background-position: 50% 50%; }

@media (max-width: 430px) {
  .panel-cards .col-md-6 .richtext img, .panel-cards .col-md-3 .richtext img, .panel-cards .col-md-4 .richtext img, section .panel-cards .col-md-6 .richtext img, section .panel-cards .col-md-3 .richtext img, section .panel-cards .col-md-4 .richtext img {
    margin: 0 0px 0 -30px;
    display: block;
    max-width: calc(100% + 60px); } }
@media (min-width: 699px) {
  .content-block {
    background-repeat: no-repeat;
    padding: 10vw 0 8vw;
    /*		padding:120px 0 80px 0;
    		.col-md-6 {
    			&:nth-child(2) {
    				padding-left: 6vw;
    			}
    		}*/ }
    .content-block .col-md-7 {
      padding: 0 4vw; }
    .content-block .col-md-6 {
      padding: 0 3vw 0 15px; }
      .content-block .col-md-6:nth-child(2) {
        padding: 0 15px 0 3vw; }

  .testimonial {
    padding: 10vw 0 8vw; }
    .testimonial .content-block {
      padding: 40px 0 20px 0; }
      .testimonial .content-block .col-md-5 img {
        margin: -40% 0 0 0;
        max-width: 80%; }
      .testimonial .content-block .col-md-5:before {
        top: 20%;
        right: -5px; }
      .testimonial .content-block .col-md-7 {
        padding: 0 15px 0 0; }

  .office-location {
    /*.col-md-6 {
    	
    }*/ }
    .office-location h2 {
      position: static; }
    .office-location .container {
      padding: 30px 0; }
    .office-location .col-md-6 {
      padding: 0 3vw 0 15px; }
      .office-location .col-md-6:nth-child(2) {
        padding: 0 15px 0 3vw; }
    .office-location .row {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }

  .spotlight {
    padding: 162px 0 74px; }
    .spotlight .row {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .spotlight .col-md-6 {
      padding: 75px 3% 75px 15px;
      text-align: left; }
      .spotlight .col-md-6:nth-child(2) {
        padding: 75px 15px 75px 3%; }
      .spotlight .col-md-6 p:last-child {
        padding: 0; }
    .spotlight .btn {
      font-size: 19px;
      padding: 9px 55px; }
    .spotlight h4 {
      padding: 27px 0; }

  .content-pullup {
    max-width: 800px;
    margin: -440px auto 0;
    padding: 20px 120px 115px;
    margin-bottom: 135px; }

  .panel-bleed {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .panel-bleed .text-content {
      width: calc(1716px / 2);
      padding: 1vw 4.8vw 1vw 15px;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .panel-bleed .media {
      width: 50%;
      background-repeat: no-repeat;
      min-height: 500px; }
    .panel-bleed.left-50-50, .panel-bleed.left-50-50-fade {
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .panel-bleed.left-40-60, .panel-bleed.left-40-60-fade {
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .panel-bleed.right-60-40 .text-content, .panel-bleed.left-40-60 .text-content, .panel-bleed.left-60-40 .text-content, .panel-bleed.right-60-40-fade .text-content, .panel-bleed.left-40-60-fade .text-content, .panel-bleed.left-60-40-fade .text-content, .panel-bleed.right-40-60-fade .text-content, .panel-bleed.right-40-60 .text-content {
      width: calc(1716px - 24%); }
    .panel-bleed.right-60-40 .media, .panel-bleed.left-40-60 .media, .panel-bleed.left-60-40 .media, .panel-bleed.right-60-40-fade .media, .panel-bleed.left-40-60-fade .media, .panel-bleed.left-60-40-fade .media, .panel-bleed.right-40-60-fade .media, .panel-bleed.right-40-60 .media {
      width: 40%; }
    .panel-bleed.left-40-60 .text-content, .panel-bleed.left-60-40 .text-content, .panel-bleed.left-40-60-fade .text-content, .panel-bleed.left-60-40-fade .text-content, .panel-bleed.left-50-50 .text-content, .panel-bleed.left-50-50-fade .text-content {
      padding: 1vw 15px 1vw 4.8vw; }
    .panel-bleed .row {
      padding-top: 40px;
      padding-bottom: 40px;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
@media (min-width: 768px) {
  .panel-cards .col-md-6 .richtext img, .panel-cards .col-md-3 .richtext img, .panel-cards .col-md-4 .richtext img, section .panel-cards .col-md-6 .richtext img, section .panel-cards .col-md-3 .richtext img, section .panel-cards .col-md-4 .richtext img {
    margin: 0 0px 0 -30px;
    display: block;
    max-width: calc(100% + 60px); }

  .panel-cards .col-md-6, section .panel-cards .col-md-6 {
    max-width: 31%;
    margin: 30px 0 0 18%; }
    .panel-cards .col-md-6:nth-child(2), section .panel-cards .col-md-6:nth-child(2) {
      margin: 30px 0 0 2%; }
  .panel-cards .col-md-3, section .panel-cards .col-md-3 {
    max-width: 23%;
    margin: 0 1%; }
  .panel-cards .col-md-4, section .panel-cards .col-md-4 {
    max-width: 31%;
    margin: 0 1%; }
  .panel-cards .video, section .panel-cards .video {
    padding-bottom: 28px; } }
.cta-band .content-block {
  padding-top: 10px; }

@media (min-width: 1024px) {
  .testimonial .content-block .col-md-5 img {
    max-width: 100%; }

  .content-pullup {
    max-width: 1100px;
    padding: 20px 220px 200px; }

  .spotlight .col-md-6 {
    padding: 150px 5% 150px 15px; }
    .spotlight .col-md-6:nth-child(2) {
      padding: 150px 15px 150px 3.2%; }

  .panel-cards, section .panel-cards {
    padding: 100px 0; }
    .panel-cards .col-md-3, section .panel-cards .col-md-3 {
      max-width: 22%;
      margin: 0 1.5%; }
    .panel-cards .row, section .panel-cards .row {
      margin-bottom: 0; }

  .cta-band .content-block {
    padding: 80px 0 85px; } }
.cta-band .content-block .col-md-6, .cta-band .content-block .col-md-6:nth-child(2) {
  padding: 0 15px; }

.info-cards {
  max-width: 1250px;
  margin: 0 auto;
  padding-bottom: 90px; }
  .info-cards .btn {
    padding: 3px 20px; }

a.card-content {
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: #333f48;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  margin: 0 15px; }
  a.card-content.video-modal-btn .card-media, a.card-content.video-modal-youku .card-media {
    position: relative;
    display: block; }
    a.card-content.video-modal-btn .card-media:before, a.card-content.video-modal-youku .card-media:before {
      content: '';
      display: block;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 35px solid #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      margin: -14px 0 0 -12px;
      transition: border .5s; }
    a.card-content.video-modal-btn .card-media:after, a.card-content.video-modal-youku .card-media:after {
      content: '';
      display: block;
      height: 100px;
      width: 100px;
      border: 2px solid #fff;
      background: rgba(255, 255, 255, 0.6);
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 100%;
      margin: -45px 0 0 -49px;
      transition: background .5s; }
  a.card-content.video-modal-btn:hover .card-media:after, a.card-content.video-modal-youku:hover .card-media:after {
    background: rgba(255, 105, 75, 0.75); }
  a.card-content.dark-bg {
    color: #fff; }
  a.card-content.bottom-align {
    color: #fff; }
    a.card-content.bottom-align .card-text h4, a.card-content.bottom-align .card-text p {
      color: #fff; }

.card {
  background-repeat: no-repeat;
  text-align: center;
  margin: 10px auto;
  max-width: 420px; }
  .card.dark-bg {
    color: #fff; }
    .card.dark-bg a.card-content, .card.dark-bg a {
      color: #fff; }

.card-text {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px 45px 30px; }
  .card-text h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    text-transform: none;
    font-size: 28px; }
  .card-text h4 {
    color: #333f48 !important;
    font-size: 28px;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: none; }
  .card-text p {
    line-height: 1.4;
    padding-bottom: 20px;
    font-size: 14px; }
  .card-text .article-tag {
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    background-color: #333f48;
    padding: 5px 10px; }

.dark-bg a.card-content .card-text {
  color: #fff; }
  .dark-bg a.card-content .card-text h4 {
    color: #fff !important; }

.card-media {
  max-width: 400px;
  margin: 0 auto;
  position: relative; }
  .card-media img {
    display: block;
    margin: 0 auto; }

.card-media-lower {
  position: relative;
  bottom: 0; }

@media (min-width: 699px) {
  .info-cards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 25px 140px; }

  .card {
    text-align: left;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 40%;
    margin: 20px 0;
    padding: 0 10px; }

  a.card-content {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
    transition: all 0.5s;
    background-color: #fff;
    margin: 0;
    position: relative; }
    a.card-content.bottom-align {
      color: #fff; }
      a.card-content.bottom-align .card-text h4, a.card-content.bottom-align .card-text p {
        color: #fff !important; }
      a.card-content.bottom-align .card-text .article-tag {
        margin-bottom: 105px; }
      a.card-content.bottom-align .card-text h4 {
        color: #fff; }
    a.card-content:hover {
      margin: -5px;
      padding: 5px; }

  .card-media {
    padding: 0; } }
@media (min-width: 1024px) {
  .card {
    width: 32%;
    max-width: 380px; }

  .card:first-child:nth-last-child(4),
  .card:first-child:nth-last-child(4) ~ .card {
    width: 40%; } }
.search-results {
  padding-top: 100px; }

.result {
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: block;
  border-bottom: 1px dotted #b6b7b3; }
  .result h4 a {
    text-decoration: none;
    color: #95a0a9; }
  .result a {
    text-decoration: none;
    color: #333f48; }
    .result a:hover {
      color: #4e8ef5;
      text-decoration: underline; }
  .result:last-of-type {
    border: none; }

@media (min-width: 699px) {
  .search-results {
    padding-top: 200px; }

  .result {
    margin-bottom: 80px;
    margin-bottom: 80px; } }
.stats {
  background: #333f48;
  text-align: center;
  position: relative;
  z-index: 5;
  color: #fff; }
  .stats p {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 20px 0 22px;
    white-space: nowrap; }
    .stats p b {
      display: block;
      font-size: 22px;
      font-weight: 600;
      position: relative; }
  .stats h3 {
    padding: 20px 0 0; }
  .stats .richtext {
    -webkit-animation: fade 1s ease-in;
    animation: fade 1s ease-in; }
    .stats .richtext p b {
      -webkit-animation: fade-up 1s ease-in;
      animation: fade-up 1s ease-in; }
@-webkit-keyframes fade-up {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-up {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fade {
  50% {
    opacity: 0; }
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade {
  50% {
    opacity: 0; }
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.stats + footer {
  border-top: none; }

@media (min-width: 699px) {
  .stats p {
    font-size: 14px;
    padding: 20px 0 30px; }
    .stats p b {
      font-size: 35px; } }
.richtext:after {
  content: '';
  display: block;
  clear: both; }

.parallax-window {
  background: #333f48; }

@media (min-width: 699px) {
  .parallax-window {
    min-height: 400px;
    background: transparent; } }
.case-studies .parallax-window {
  padding: 0 0 55px 0; }
.case-studies h2 {
  color: #fff;
  text-align: center;
  position: relative;
  padding: 60px 0 40px;
  display: inline-block; }
  .case-studies h2:after {
    content: '';
    border-bottom: 1px solid #086972;
    width: 45%;
    display: block;
    margin: 20px auto 0; }
.case-studies .richtext {
  text-align: center; }
.case-studies .info-cards {
  padding: 0 0 25px 0; }
  .case-studies .info-cards .card {
    margin-top: 90px;
    transition: all 0.8s ease-in-out;
    transition-delay: 1s;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(90deg);
    transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(90deg); }
.case-studies.active-fade .info-cards .card {
  -webkit-transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(0deg);
  transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(0deg); }
.case-studies a.card-content .card-text h3 {
  text-transform: uppercase;
  font-size: 21px;
  max-width: 350px;
  position: absolute;
  min-height: 48px;
  top: -76px;
  left: 0;
  transition: all .5s;
  color: #fff;
  padding: 0;
  display: table;
  vertical-align: middle; }
  .case-studies a.card-content .card-text h3 i {
    display: table-cell;
    vertical-align: middle;
    font-style: normal; }
  .case-studies a.card-content .card-text h3 b {
    font-weight: 200;
    font-size: 60px;
    color: #086972;
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px; }
.case-studies a.card-content .card-text h4 {
  font-size: 32px; }
.case-studies a.card-content .card-text p {
  font-weight: 600; }
.case-studies a.card-content.bottom-align .card-text {
  grid-template-rows: auto 160px auto; }

@media (min-width: 699px) {
  .case-studies .parallax-window {
    padding: 0 0 100px 0; }
  .case-studies h2 {
    padding: 120px 0 150px; }
    .case-studies h2:after {
      margin-top: 40px; }
  .case-studies .info-cards {
    padding: 0 0 50px 0; }
  .case-studies a.card-content:hover h3 {
    top: -71px;
    left: 5px; } }
@media (min-width: 1024px) {
  .case-studies .info-cards .card {
    margin-top: 0; } }
.leadFormTextArea label, .leadFormTextBox label, .leadFormDropDown label, .leadFormCountryDropDown label {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 6px;
  left: 20px;
  z-index: 10;
  transition: top 0.5s ease; }
  .leadFormTextArea label i, .leadFormTextBox label i, .leadFormDropDown label i, .leadFormCountryDropDown label i {
    color: #086972;
    font-weight: 300;
    font-style: normal; }
  .leadFormTextArea label span, .leadFormTextBox label span, .leadFormDropDown label span, .leadFormCountryDropDown label span {
    color: #b6b7b3;
    font-weight: 300; }
.leadFormTextArea.active label, .leadFormTextBox.active label, .leadFormDropDown.active label, .leadFormCountryDropDown.active label {
  top: -18px;
  left: 10px;
  font-size: 12px; }

.section {
  position: relative; }

.leadFormCheckBox {
  background-color: #fff;
  position: relative; }
  .leadFormCheckBox label {
    cursor: pointer;
    bottom: 0;
    padding: 2.4% 0 0 40px;
    display: block;
    font-size: 16px; }
    .leadFormCheckBox label:after {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      border: 1px solid #95a0a9;
      position: absolute;
      top: 30%;
      left: 0;
      z-index: 1;
      border-radius: 2px;
      background: #fff; }
    .leadFormCheckBox label:before {
      opacity: 0;
      transition: all 0.5s ease;
      content: '';
      width: 19px;
      height: 10px;
      position: absolute;
      top: 34%;
      left: 5px;
      z-index: 9;
      border: 3px solid #086972;
      border-top: 0;
      border-right: 0;
      background: transparent;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .leadFormCheckBox input[type=checkbox] {
    position: absolute;
    top: 20px;
    left: 8px;
    opacity: 0; }
    .leadFormCheckBox input[type=checkbox]:checked + label:before {
      top: 44%;
      opacity: 1; }
    .leadFormCheckBox input[type=checkbox]:focus + label:after {
      box-shadow: 0px 0px 8px 0px #4e8ef5; }
    .leadFormCheckBox input[type=checkbox].invalid + label:after {
      border-color: #c72705; }
  .leadFormCheckBox.active label {
    opacity: 1; }

.leadFormDropDown:before, .leadFormCountryDropDown:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-top: 0;
  border-right: 0;
  background: transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  bottom: 17px;
  right: 20px;
  z-index: 10; }
.leadFormDropDown:after, .leadFormCountryDropDown:after {
  content: '';
  width: 100%;
  height: 40px;
  background: #273037;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 3px; }
.leadFormDropDown select, .leadFormCountryDropDown select {
  height: 40px; }

.leadFormTextBox, .leadFormTextArea {
  background-color: #273037; }

input.groupinput, select.leadformDropDown, textarea {
  display: block;
  border: 1px solid #333f48;
  width: 100%;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 25px;
  background-color: transparent;
  color: #fff; }
  input.groupinput:focus, select.leadformDropDown:focus, textarea:focus {
    outline: none;
    box-shadow: 0px 0px 8px 0px #4e8ef5; }
  input.groupinput.invalid, select.leadformDropDown.invalid, textarea.invalid {
    border-color: #c72705; }

textarea {
  padding: 10px;
  margin-bottom: 0;
  min-height: 130px;
  color: #fff; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  z-index: 100;
  color: #fff; }
  select:focus {
    background-color: #333f48; }

select::-ms-expand {
  display: none; }

.leadFormTextArea {
  margin-bottom: 40px; }

.textarea_feedback {
  padding: 2px 0 4px;
  color: #b6b7b3;
  margin: 0 !important;
  font-size: 11px;
  position: absolute;
  bottom: -30px; }

.leadFormRadioInline span, .leadFormRadioBlock span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 10px 0; }
.leadFormRadioInline label, .leadFormRadioBlock label {
  position: relative;
  font-weight: normal;
  display: block;
  padding: 0 5px 0px 30px;
  margin: 0 5px 20px 0;
  cursor: pointer;
  font-size: 16px; }
  .leadFormRadioInline label:before, .leadFormRadioBlock label:before {
    content: '';
    display: block;
    border-radius: 100%;
    border: 1px solid #333f48;
    height: 24px;
    width: 24px;
    background-color: #fff;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 1; }
  .leadFormRadioInline label:after, .leadFormRadioBlock label:after {
    transition: all 0.5s ease;
    content: '';
    border-radius: 100%;
    height: 0px;
    width: 0px;
    background-color: #086972;
    position: absolute;
    top: 8px;
    left: 11px;
    z-index: 2;
    display: block;
    opacity: 0; }
.leadFormRadioInline.active label, .leadFormRadioBlock.active label {
  opacity: 1; }
.leadFormRadioInline input[type=radio], .leadFormRadioBlock input[type=radio] {
  position: absolute;
  top: 37px;
  left: 4px;
  opacity: 0; }
  .leadFormRadioInline input[type=radio]:checked + label:after, .leadFormRadioBlock input[type=radio]:checked + label:after {
    top: 0;
    left: 3px;
    height: 18px;
    width: 18px;
    opacity: 1; }

.leadFormRadioInline label {
  display: inline-block; }

.group-label {
  font-weight: bold;
  font-size: 14px; }

.inlineCheckBoxGroup .leadFormCheckBox label {
  margin: 0 10px 10px 0; }

.form-box {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 15px;
  margin: 20px 0 30px; }

.sign-up-form {
  padding-top: 5px; }
  .sign-up-form .nl-email, .sign-up-form .nl-country-dropdown {
    display: block;
    position: relative;
    padding-bottom: 20px; }
    .sign-up-form .nl-email input, .sign-up-form .nl-email select, .sign-up-form .nl-country-dropdown input, .sign-up-form .nl-country-dropdown select {
      width: 90%;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.33);
      border-radius: 25px;
      padding: 11px 30px;
      border: 2px solid rgba(255, 255, 255, 0); }
      .sign-up-form .nl-email input:focus, .sign-up-form .nl-email select:focus, .sign-up-form .nl-country-dropdown input:focus, .sign-up-form .nl-country-dropdown select:focus {
        outline: none;
        border: 2px solid rgba(255, 255, 255, 0.5);
        box-shadow: 0px 0px 8px 0px #4e8ef5; }
      .sign-up-form .nl-email input.invalid, .sign-up-form .nl-email select.invalid, .sign-up-form .nl-country-dropdown input.invalid, .sign-up-form .nl-country-dropdown select.invalid {
        border-color: #c72705; }
  .sign-up-form .nl-email label {
    position: absolute;
    z-index: 10;
    color: #fff;
    padding: 9px 30px;
    font-weight: 400;
    font-size: 18px; }
  .sign-up-form .nl-email.active label {
    display: none; }
  .sign-up-form .nl-country-dropdown select {
    font-weight: 400; }
    .sign-up-form .nl-country-dropdown select:focus {
      color: #333; }
  .sign-up-form .nl-country-dropdown label {
    opacity: 0;
    position: absolute; }
  .sign-up-form .nl-country-dropdown:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    border-top: 0;
    border-right: 0;
    background: transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    right: 50px;
    z-index: 10; }
  .sign-up-form .btn {
    width: 90%;
    padding: 13px 36px;
    font-weight: 700; }
    .sign-up-form .btn:focus {
      box-shadow: 0px 0px 9px 0px #4e8ef5;
      outline: none; }

.thank-message {
  color: #fff;
  display: none;
  padding: 0 51px 40px;
  text-align: center; }
  .thank-message.show {
    display: block; }

#leadform .content-block, .form .content-block {
  padding: 0; }

#leadform {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px; }
  #leadform h2 {
    text-align: center;
    font-size: 32px;
    letter-spacing: 1.2px;
    color: #fff;
    padding-bottom: 26px; }
  #leadform h4 {
    text-align: center;
    color: #fff;
    padding-bottom: 7px; }
  #leadform p {
    color: #fff;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    text-align: left; }

.signup .thankyou-signup {
  display: none;
  padding-top: 20px;
  padding-bottom: 30px;
  max-width: 1000px;
  margin: 0 auto; }
.signup.submitted .thankyou-signup {
  display: block; }
.signup.submitted .sign-up-form {
  display: none; }

@media (min-width: 699px) {
  #leadform .content-block, .form .content-block {
    padding: 0; }

  .thank-message {
    padding-top: 40px; }

  .inlineCheckBoxGroup .leadFormCheckBox {
    width: 45%;
    float: left; }
  .inlineCheckBoxGroup:after {
    content: '';
    display: block;
    clear: both; }
  .inlineCheckBoxGroup.three-up .leadFormCheckBox {
    display: inline-block;
    width: auto;
    margin-right: 10px; }

  .sign-up-form {
    padding-top: 20px;
    padding-bottom: 30px; }
    .sign-up-form .nl-email, .sign-up-form .nl-country-dropdown {
      display: inline-block;
      padding-right: 10px; }
      .sign-up-form .nl-email input, .sign-up-form .nl-email select, .sign-up-form .nl-country-dropdown input, .sign-up-form .nl-country-dropdown select {
        width: auto; }
      .sign-up-form .nl-email select:focus, .sign-up-form .nl-country-dropdown select:focus {
        background-color: #fff; }
    .sign-up-form .nl-country-dropdown:after {
      right: 32px; }
    .sign-up-form .btn {
      width: auto;
      top: -2px;
      position: relative; } }
@media screen and (max-width: 380px) {
  #rc-imageselect, .g-recaptcha {
    -ms-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }
.btn {
  border-radius: 25px;
  border: 2px solid transparent;
  padding: 9px 28px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-weight: 600; }
  .btn.btn-sm {
    margin: 0 10px;
    padding: 0 11px;
    border-width: 1px !important; }
  .btn.btn-md {
    padding: 3px 20px; }
  .btn + .btn {
    margin: 20px 0 0 0; }

.btn a {
  color: #fff;
  text-decoration: none; }

input.btn {
  -webkit-appearance: button;
  padding: 9px 50px; }

.btn-blue {
  background-color: #4e8ef5; }
  .btn-blue:hover {
    border: 2px solid #4e8ef5;
    color: #4e8ef5 !important;
    background-color: transparent; }

.btn-orange, .btn-soc, .btn-brand {
  background-color: #086972; }
  .btn-orange:hover, .btn-soc:hover, .btn-brand:hover {
    color: #fff !important;
    border: 2px solid #ee4321;
    background-color: #ee4321; }
    .btn-orange:hover a, .btn-soc:hover a, .btn-brand:hover a {
      color: #fff !important; }

input.btn.btn-orange:hover {
  border: 2px solid #ee4321;
  color: #fff !important;
  background-color: #ee4321; }

.btn-orange-ol {
  color: #086972 !important;
  background-color: transparent;
  border-color: #086972; }
  .btn-orange-ol a {
    color: #086972 !important; }
  .btn-orange-ol:hover {
    border: 2px solid #ee4321;
    color: #fff !important;
    background-color: #ee4321; }
    .btn-orange-ol:hover a {
      color: #fff !important; }

.btn-gray {
  background-color: #333f48;
  border-color: #fff; }
  .btn-gray:hover {
    color: #fff !important;
    background-color: #273037; }

.btn-gray-light {
  background-color: rgba(246, 246, 246, 0.85);
  border-color: #fff;
  color: #333f48 !important; }
  .btn-gray-light a {
    color: #333f48 !important; }
  .btn-gray-light:hover {
    border: 2px solid #f1f3f5;
    background-color: #fff; }

.btn-white-ol {
  border: 2px solid #fff; }
  .btn-white-ol:hover {
    color: #333f48 !important;
    background-color: #fff; }
    .btn-white-ol:hover a {
      color: #333f48 !important; }

.btn-white {
  border: 2px solid #fff;
  color: #273037 !important;
  background-color: #fff; }
  .btn-white a {
    color: #273037 !important; }
  .btn-white:hover {
    border: 2px solid #e5e5e5;
    background-color: #e5e5e5; }

.close-btn {
  border: none;
  background: none;
  color: inherit;
  text-transform: uppercase;
  color: #f1f3f5;
  opacity: 0.7; }
  .close-btn:after {
    content: 'x';
    display: block;
    float: right;
    margin-left: 10px; }
  .close-btn span {
    display: none; }
  .close-btn:hover {
    opacity: 1;
    cursor: pointer; }

@media (min-width: 699px) {
  .btn {
    font-size: 14px; }
    .btn + .btn {
      margin: 0 0 0 15px; }

  .close-btn span {
    display: inline-block; } }
#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  z-index: 1002;
  font-family: 'Helvetica Neue',sans-serif;
  background: linear-gradient(to bottom, #f4f4f4 0%, #cdcdcd 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none; }

#smartbanner, html.sb-animation {
  transition: all .3s ease;
  -webkit-transition: all .3s ease; }

#smartbanner .sb-container {
  margin: 0 auto; }

#smartbanner .sb-close {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  font-family: 'ArialRoundedMTBold',Arial;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background: #070707;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: subpixel-antialiased; }

#smartbanner .sb-close:active {
  font-size: 13px;
  color: #aaa; }

#smartbanner .sb-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

#smartbanner.no-icon .sb-icon {
  display: none; }

#smartbanner .sb-info {
  position: absolute;
  left: 98px;
  top: 18px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

#smartbanner #smartbanner.no-icon .sb-info {
  left: 34px; }

#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 18px; }

#smartbanner .sb-info > span {
  display: block; }

#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase; }

#smartbanner .sb-button {
  position: absolute;
  right: 20px;
  top: 24px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset; }

#smartbanner .sb-button:active, #smartbanner .sb-button:hover { }

#smartbanner .sb-icon.gloss:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50%;
  border-radius: 10px 10px 12px 12px; }

#smartbanner.android {
  border-color: #212228;
  z-index: 999;
  position: absolute;
  background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
  border-top: 5px solid #88B131;
  box-shadow: none; }

#smartbanner.android .sb-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3); }

#smartbanner.android .sb-close:active {
  color: #eee; }

#smartbanner.android .sb-info {
  color: #ccc;
  text-shadow: 0 1px 2px #000; }

#smartbanner.android .sb-info strong {
  color: #fff; }

#smartbanner.android .sb-button {
  min-width: 12%;
  border: 1px solid #DDDCDC;
  padding: 1px;
  color: #d1d1d1;
  background: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 28px; }

#smartbanner.android .sb-button span {
  text-align: center;
  display: block;
  padding: 0 10px;
  background-color: #42B6C9;
  text-transform: none;
  text-shadow: none;
  box-shadow: none; }

#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
  background: none; }

#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span {
  background: #2AC7E1; }

#smartbanner.windows .sb-icon {
  border-radius: 0px; }

.twitter-typeahead {
  display: block !important; }

input.typeahead {
  border-radius: 25px;
  background-color: #f1f3f5 !important;
  border: 1px solid #b6b7b3;
  font-size: 14px;
  width: 100%;
  padding: 16px 25px; }
  input.typeahead:focus {
    outline: none;
    box-shadow: 0px 0px 8px 0px #4e8ef5; }

.tt-menu {
  background: #fff;
  width: 92%;
  margin: 0 21px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  text-transform: uppercase; }

a.tt-suggestion {
  color: #333f48;
  padding: 12px 24px;
  display: block;
  text-decoration: none; }
  a.tt-suggestion.tt-cursor, a.tt-suggestion:hover {
    background-color: #086972;
    color: #fff; }

.empty-message {
  color: #333f48;
  padding: 12px 24px; }

.cwt-locations .modal-dialog {
  background-color: #fff; }
.cwt-locations label, .cwt-locations p {
  display: block;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #b6b7b3;
  padding-bottom: 10px;
  margin-bottom: 25px; }
  .cwt-locations label b, .cwt-locations p b {
    color: #95a0a9;
    font-weight: normal; }

.typeahead-wrapper {
  padding: 20px 0 40px; }

.local-lang-list {
  padding: 0; }
  .local-lang-list li {
    display: block;
    float: left;
    padding: 10px;
    width: 33.33%;
    font-size: 14px; }
    .local-lang-list li:before {
      display: none; }
    .local-lang-list li a {
      display: block;
      margin: 14px 0; }
  .local-lang-list:after {
    content: '';
    display: block;
    clear: both; }

.awards {
  padding: 30px 0;
  text-align: center;
  background-color: #fff; }
  .awards h3 {
    display: inline-block;
    color: #b6b7b3;
    padding-bottom: 0; }
    .awards h3:after {
      content: '';
      border-bottom: 1px solid #b6b7b3;
      width: 45%;
      display: block;
      margin: 20px auto 0; }
  .awards .content-block {
    padding: 0; }

.tab-contanier:after {
  content: '';
  display: block;
  clear: both; }

.tabs {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center; }
  .tabs > li {
    display: inline-block;
    list-style: none;
    text-align: center;
    padding: 25px 25px 10px 25px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #333f48;
    font-size: 13px;
    text-transform: uppercase; }
    .tabs > li:before {
      content: none; }
    .tabs > li:after {
      content: "";
      display: block;
      border-bottom: solid 1px #95a0a9;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      transition: -webkit-transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out;
      margin-top: 1px; }
    .tabs > li:hover:after {
      -ms-transform: scaleX(0.5);
      transform: scaleX(0.5);
      -webkit-transform: scaleX(0.5); }
    .tabs > li.active {
      color: #333f48;
      font-weight: bold; }
      .tabs > li.active:after {
        transition-duration: .5s;
        border-bottom: solid 2px #086972;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        margin-top: 0; }

ul.tab-content {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 8px 0 0 0; }
  ul.tab-content > li {
    width: 100%;
    z-index: 5;
    position: relative;
    top: 0;
    left: 0;
    display: none;
    list-style: none;
    padding: 0; }
    ul.tab-content > li:before {
      content: none; }
    ul.tab-content > li.active {
      display: block; }

.clientlogostrip {
  text-align: center;
  background: #fff;
  padding: 15px;
  max-width: 830px;
  margin: 0 auto; }

.clientlogostrip + footer {
  border-top: none; }

.tabs-logo {
  display: inline-block;
  margin: 0 auto;
  padding: 0 7px; }
  .tabs-logo img {
    margin: 4px auto; }

.tab-contanier.hero-tab {
  text-align: center;
  background: #e7e9ea;
  position: relative;
  width: 100%;
  z-index: 100;
  max-height: 173px;
  height: 173px;
  padding-top: 15px; }
  .tab-contanier.hero-tab .tabs {
    display: none; }

.tab-content .tab-content-logos {
  padding: 0;
  background: none; }

.awards {
  text-align: center; }

@media (min-width: 699px) {
  .awards {
    padding: 70px 0; }

  .tab-contanier.hero-tab {
    max-height: 133px;
    height: 133px;
    padding-top: 40px; }

  .tab-content .tab-content-logos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .clientlogostrip {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 15px; }

  .tabs-logo {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 10px; }

  .tabs {
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .tabs > li {
      font-size: 18px;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: 25px 50px 25px 0; }
      .tabs > li.active {
        padding-right: 40px; }

  .tabs-logo img {
    margin: 0;
    display: block; } }
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden;
  background: #f1f3f5;
  max-width: 1250px;
  margin: 0 auto 13px; }
  .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .tab label {
    position: relative;
    display: block;
    padding: 0 15px 0 50px;
    color: #333f48;
    font-weight: bold;
    line-height: 2.5;
    cursor: pointer;
    margin: 0 auto;
    max-width: 1250px; }
  .tab .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    transition: max-height .35s; }
    .tab .tab-content .richtext {
      padding: 45px 15px 60px;
      margin: 0 auto;
      max-width: 1250px; }
  .tab.button-tab {
    background: none;
    width: auto;
    margin: 0 15px; }
    .tab.button-tab label {
      color: #fff;
      display: inline-block;
      background: #086972;
      padding: 9px 40px 9px 50px;
      font-size: 14px;
      border-radius: 25px;
      line-height: 1.8; }
      .tab.button-tab label:hover {
        background: #086972; }
    .tab.button-tab .tab-content {
      border-radius: 5px;
      margin-top: 10px; }

/* :checked */
.tab input:checked ~ .tab-content {
  max-height: 1000vh; }

/* Icon */
.tab label::after {
  color: #086972;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 45px;
  text-align: center; }

.tab input[type=checkbox] + label::after {
  content: "+"; }

.tab input[type=checkbox]:checked + label::after {
  content: "-";
  margin-top: -2px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-dots li:before {
  display: none; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background: #fff;
  box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.35);
  border-radius: 100%; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.02; }
  .slick-prev:before,
  .slick-next:before {
    content: '';
    border-top: 4px solid #333f48;
    border-left: 4px solid #333f48;
    display: block;
    height: 16px;
    width: 16px;
    opacity: 0.75; }

.slick-prev {
  left: -20px; }
  .slick-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 15px; }

.slick-next {
  right: -20px; }
  .slick-next:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0 10px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      display: block;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 3px;
      cursor: pointer;
      border: 2px solid #333f48;
      background-color: #fff;
      border-radius: 100%; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        background-color: #333f48; }
    .slick-dots li.slick-active button {
      background-color: #333f48; }

.caroussel-logo {
  max-height: 40px;
  margin: 40px auto; }

.cwt-carousel {
  padding: 40px 20px; }

@media (min-width: 699px) {
  .cwt-carousel {
    padding: 40px 0; }

  .slick-prev {
    left: -65px; }

  .slick-next {
    right: -65px; } }
.interactivemap.aem-GridColumn {
  background-color: #fff; }

.data-class {
  display: none; }

.mapslide-contanier {
  max-width: 480px;
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  margin-top: 24px;
  background-color: #fff; }
  .mapslide-contanier h4 {
    color: #086972;
    font-size: 14px;
    font-weight: 800;
    padding: 0 0 0 15px; }
  .mapslide-contanier .people-title {
    position: absolute;
    top: 114px;
    left: 30px;
    z-index: 800;
    background-color: #086972;
    padding: 6px 17px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }

.map-slider .slick-slide:focus {
  outline: none; }
.map-slider h2 {
  color: #333f48;
  display: block;
  font-size: 32px;
  padding-bottom: 20px;
  padding-left: 15px; }
.map-slider .title-img {
  position: relative; }
  .map-slider .title-img img {
    width: 100%; }
.map-slider h3 {
  font-size: 13px;
  line-height: 1.6;
  color: #fff;
  position: absolute;
  bottom: 17px;
  left: 30px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4); }
  .map-slider h3 b {
    font-size: 22px;
    text-transform: none;
    display: block;
    font-weight: 800;
    color: #fff; }
  .map-slider h3 em {
    display: block;
    text-transform: none;
    font-weight: 600; }
  .map-slider h3 span {
    display: block;
    font-weight: 600; }
.map-slider h4 {
  padding: 0 30px 14px;
  color: #273037;
  font-size: 22px;
  letter-spacing: 1.4px;
  text-transform: none;
  line-height: 1; }
.map-slider p {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400; }
  .map-slider p.family-time {
    background-color: #333f48;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    top: -21px;
    left: 20px;
    border-radius: 4px;
    margin-bottom: -10px;
    font-weight: 600; }
    .map-slider p.family-time:empty {
      background-color: transparent; }
  .map-slider p b {
    text-transform: uppercase;
    font-weight: 800;
    padding: 20px 0 0 0;
    display: block; }
.map-slider .profile-content {
  position: relative;
  max-width: 440px;
  margin: 15px;
  padding-bottom: 5px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); }
  .map-slider .profile-content .btn {
    position: relative;
    margin: 0 10px 20px 0;
    padding: 2px 27px 3px 25px;
    border-width: 1px !important;
    font-size: 12px;
    letter-spacing: .6px; }
    .map-slider .profile-content .btn:after, .map-slider .profile-content .btn:before {
      position: absolute;
      right: 13px;
      content: '';
      display: block;
      width: 7px;
      height: 7px;
      border-style: solid;
      border-color: #fff; }
    .map-slider .profile-content .btn:before {
      top: 10px;
      height: 10px;
      width: 9px;
      right: 10px;
      border-width: 1px 0 0 0; }
    .map-slider .profile-content .btn:after {
      top: 5px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top;
      border-width: 0 1px 1px 0; }
.map-slider .slick-prev, .map-slider .slick-next {
  display: none !important; }
.map-slider .local {
  clear: both;
  padding-top: 60px; }
  .map-slider .local a {
    text-align: center;
    position: relative;
    padding: 20px;
    text-decoration: none;
    background: #95a0a9;
    color: #fff;
    float: left;
    width: 31%;
    margin: 0 1%; }
    .map-slider .local a b {
      position: absolute;
      top: -10px;
      left: 10px;
      display: inline-block;
      background: #086972;
      padding: 4px 10px;
      transition: top 0.85s; }
    .map-slider .local a span {
      display: block;
      border: 1px solid #fff;
      padding: 5px 10px;
      margin: 15px;
      text-transform: uppercase;
      background-color: rgba(255, 255, 255, 0.3);
      transition: background-color 0.85s; }
    .map-slider .local a:hover span {
      background-color: rgba(255, 255, 255, 0.7);
      color: #333f48; }
    .map-slider .local a:hover b {
      top: -20px; }

.slick-dots {
  bottom: -34px;
  text-align: center;
  right: 0; }
  .slick-dots li {
    width: 8px;
    height: 10px; }
    .slick-dots li button {
      border-color: #95a0a9; }
      .slick-dots li button:hover {
        background-color: #95a0a9; }
    .slick-dots li.slick-active button {
      background-color: #95a0a9; }

@media (min-width: 699px) {
  .map-slider .slick-prev, .map-slider .slick-next {
    display: block !important;
    z-index: 801;
    top: 51%;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    height: 30px;
    overflow: hidden; }
    .map-slider .slick-prev:before, .map-slider .slick-next:before {
      height: 30px;
      width: 30px;
      border-top: 10px solid #c0c5c8;
      border-left: 10px solid #c0c5c8;
      opacity: 1; }
    .map-slider .slick-prev:hover:before, .map-slider .slick-next:hover:before {
      border-color: #333f48; }

  .map-slider .slick-prev {
    left: -50px; }

  .map-slider .slick-next {
    right: -40px;
    display: none !important; }
    .map-slider .slick-next:before {
      margin-left: 0; } }
@media (min-width: 1251px) {
  .map-slider .slick-next {
    display: block !important; } }
@media (min-width: 1024px) {
  .interactivemap.aem-GridColumn {
    background-color: #fff;
    padding-top: 80px; }

  .mapslide-contanier {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px; }
    .mapslide-contanier h4 {
      padding-top: 0; }
    .mapslide-contanier .people-title {
      left: auto;
      right: 263px;
      padding: 8px 43px;
      font-size: 17px; }
    .mapslide-contanier .map-img {
      position: absolute;
      top: 100px;
      left: -1px;
      z-index: 800;
      width: calc(100% - 460px);
      height: calc(100% - 145px);
      background: url("content/dam/mne/me-map.png") no-repeat #fff;
      background-position: 0 35px; }

  :lang(it-it) .mapslide-contanier .people-title {
    right: 211px;
    padding: 8px 30px; }

  .map-slider h2 {
    font-size: 44px; }
  .map-slider .title-img {
    overflow: hidden; }
    .map-slider .title-img img {
      min-height: 230px;
      width: auto;
      max-width: 1000px; }
  .map-slider h3 {
    font-size: 16px;
    bottom: 25px; }
    .map-slider h3 b {
      font-size: 36px;
      padding-bottom: 5px; }
    .map-slider h3 em, .map-slider h3 span {
      font-size: 14px; }
  .map-slider .profile-content {
    width: 440px;
    margin-left: calc(100% - 443px); }
  .map-slider .slick-slide {
    height: 100%; }
  .map-slider .local {
    clear: both;
    height: 300px; }
    .map-slider .local a {
      text-align: center;
      position: relative;
      padding: 20px;
      text-decoration: none;
      background: #95a0a9;
      color: #fff;
      float: left;
      width: 31%;
      margin: 0 1%; }
      .map-slider .local a b {
        position: absolute;
        top: -10px;
        left: 10px;
        display: inline-block;
        background: #086972;
        padding: 4px 10px;
        transition: top 0.85s; }
      .map-slider .local a span {
        display: block;
        border: 1px solid #fff;
        padding: 40px 45px;
        margin: 35px;
        text-transform: uppercase;
        background-color: rgba(255, 255, 255, 0.3);
        transition: background-color 0.85s; }
      .map-slider .local a:hover span {
        background-color: rgba(255, 255, 255, 0.7);
        color: #333f48; }
      .map-slider .local a:hover b {
        top: -20px; }
  .map-slider .slick-prev {
    left: calc(100% - 495px); }
  .map-slider .slick-dots {
    top: 0;
    text-align: left;
    width: 100%;
    right: auto;
    height: 1px;
    /*
    us = AMERICA (same content as global)
    uk = UNITED KINGDOM/IRELAND
    au = AUSTRALIA
    br = PORTUGAL/BRAZIL
    fr = FRANCE
    es = SPAIN
    la = LATIN-AMERICA
    zh = CHINA
    de = GERMANY
    it = ITALY
    sv = SWEDEN
    fi = FINLAND 
    */ }
    .map-slider .slick-dots li {
      padding: 0;
      margin: 0;
      height: 0;
      width: 0; }
    .map-slider .slick-dots button {
      position: absolute;
      z-index: 801;
      overflow: visible; }
      .map-slider .slick-dots button:hover {
        background-color: #086972; }
    .map-slider .slick-dots .us {
      top: 240px;
      left: 120px; }
    .map-slider .slick-dots .uk {
      top: 212px;
      left: 277px; }
    .map-slider .slick-dots .au {
      top: 405px;
      left: 540px; }
    .map-slider .slick-dots .br {
      top: 391px;
      left: 202px; }
    .map-slider .slick-dots .fr {
      top: 246px;
      left: 304px; }
    .map-slider .slick-dots .es {
      top: 261px;
      left: 292px; }
    .map-slider .slick-dots .la {
      top: 342px;
      left: 149px; }
    .map-slider .slick-dots .zh {
      top: 285px;
      left: 500px; }
    .map-slider .slick-dots .de {
      top: 236px;
      left: 311px; }
    .map-slider .slick-dots .it {
      top: 262px;
      left: 328px; }
    .map-slider .slick-dots .sv {
      top: 193px;
      left: 327px; }
    .map-slider .slick-dots .fi {
      top: 181px;
      left: 347px; }
    .map-slider .slick-dots .Netherlands {
      top: 195px;
      left: 299px; }
    .map-slider .slick-dots .Canada {
      top: 170px;
      left: 81px; }
    .map-slider .slick-dots .Poland {
      top: 229px;
      left: 339px; }
    .map-slider .slick-dots .Israel {
      top: 274px;
      left: 371px; }
    .map-slider .slick-dots .Morocco {
      top: 269px;
      left: 265px; }
    .map-slider .slick-dots .Singapore {
      top: 360px;
      left: 495px; }
  .map-slider .slick-dots li button {
    border-color: #086972;
    transition: all 0.3s;
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite; }
    .map-slider .slick-dots li button:after {
      position: absolute;
      content: '';
      width: 0px;
      height: 0px;
      bottom: -2px;
      left: -6px;
      border: 9px solid transparent;
      border-top: 20px solid transparent; }
  @-webkit-keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 105, 75, 0.5); }
    70% {
      box-shadow: 0 0 0 25px rgba(255, 105, 75, 0); }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 105, 75, 0); } }
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 105, 75, 0.5); }
    70% {
      box-shadow: 0 0 0 25px rgba(255, 105, 75, 0); }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 105, 75, 0); } }
  .map-slider .slick-dots li.slick-active button {
    border-radius: 50%;
    border: 8px solid #086972;
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin: -30px 0 0 -5px;
    -webkit-animation: none;
    animation: none;
    box-shadow: 0px 25px 0px -8px rgba(0, 0, 0, 0.75); }
    .map-slider .slick-dots li.slick-active button:after {
      bottom: -30px;
      border-top: 18px solid #086972; } }
@media (min-width: 1087px) {
  .map-slider .slick-dots .au {
    top: 429px;
    left: 600px; } }
.pagination {
  text-align: center;
  padding-bottom: 40px; }
  .pagination ul li {
    padding: 0;
    display: inline-block;
    padding: 0 10px; }
    .pagination ul li:before {
      display: none; }
    .pagination ul li.pagination-forward a:before, .pagination ul li.pagination-back a:before {
      content: '';
      display: block;
      border: solid #95a0a9;
      border-width: 2px 2px 0 0;
      height: 10px;
      width: 10px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      float: right;
      margin-top: 0; }
    .pagination ul li.pagination-back a:before {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.fade-right {
  position: relative;
  opacity: 0;
  right: -10%;
  transition: all 0.8s ease;
  transition-delay: .4s;
  width: 90%; }
  .fade-right.active-fade {
    right: 0;
    opacity: 1;
    width: 100%; }

.fade-left {
  position: relative;
  opacity: 0;
  left: -10%;
  transition: all 0.8s ease;
  transition-delay: .4s;
  width: 90%; }
  .fade-left.active-fade {
    left: 0;
    opacity: 1;
    width: 100%; }

.fade-top {
  position: relative;
  opacity: 0;
  top: -80px;
  transition: all 0.8s ease;
  transition-delay: .4s; }
  .fade-top.active-fade {
    top: 0;
    opacity: 1; }

.fade-up {
  position: relative;
  opacity: 0;
  bottom: -80px;
  transition: all 0.8s ease;
  transition-delay: .4s; }
  .fade-up.active-fade {
    bottom: 0;
    opacity: 1; }

.map-wrap {
  margin: 47px -15px 20px; }
  .map-wrap iframe {
    display: block;
    min-height: 300px;
    height: 100%;
    width: 100%; }
  .map-wrap h2 {
    padding: 8px 15px 15px; }

@media (min-width: 699px) {
  .map-wrap {
    margin: 0;
    border: 10px solid #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); }
    .map-wrap iframe {
      min-height: 450px; }
    .map-wrap h2 {
      display: none; } }
.feed-item {
  padding: 40px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  margin: 10px auto 30px;
  background-color: #fff;
  color: #333f48; }

.twitter-feed {
  max-width: 600px !important;
  margin: 0 15px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff; }

.social-cards, .linkedin-feed {
  padding: 9vw 15px 4vw;
  background-color: #f1f3f5; }
  .social-cards:after, .linkedin-feed:after {
    content: '';
    display: block;
    clear: both; }
  .social-cards h3, .linkedin-feed h3 {
    color: #95a0a9;
    padding-left: 5px; }
  .social-cards .btn.btn-orange, .linkedin-feed .btn.btn-orange {
    background-color: transparent;
    position: relative;
    color: #333f48;
    padding-top: 13px;
    padding-right: 35px;
    font-size: 15px; }
    .social-cards .btn.btn-orange:hover, .linkedin-feed .btn.btn-orange:hover {
      border-color: transparent;
      color: #95a0a9 !important; }
    .social-cards .btn.btn-orange:after, .social-cards .btn.btn-orange:before, .linkedin-feed .btn.btn-orange:after, .linkedin-feed .btn.btn-orange:before {
      position: absolute;
      right: 23px;
      content: '';
      display: block;
      width: 9px;
      height: 9px;
      border-style: solid;
      border-color: #086972; }
    .social-cards .btn.btn-orange:before, .linkedin-feed .btn.btn-orange:before {
      width: 10px;
      top: 24px;
      right: 18px;
      border-width: 1px 0 0 0; }
    .social-cards .btn.btn-orange:after, .linkedin-feed .btn.btn-orange:after {
      top: 18px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top;
      border-width: 0 1px 1px 0; }

.more-posts {
  padding: 11px 0 0 0;
  text-align: center;
  clear: both; }

.social-cards.fade-in h3 {
  opacity: 0;
  margin-left: -80px; }
.social-cards.fade-in .social-card {
  opacity: 0; }

.social-cards.active-fade h3 {
  margin-left: 0;
  opacity: 1;
  transition: all 0.6s ease;
  transition-delay: .8s; }
.social-cards.active-fade .social-card {
  opacity: 1;
  transition: all 0.8s ease;
  transition-delay: 1.4s; }

.social-card {
  width: 100%;
  margin: 10px 8px;
  display: none; }
  .social-card:nth-child(-n+4) {
    display: block; }

.social-content {
  width: 100%;
  height: 100%;
  position: relative; }

.social-card .social-content .front {
  display: none;
  background-size: cover;
  background-position: center; }
.social-card .social-content .back {
  background: #333f48;
  color: white; }
  .social-card .social-content .back a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 40px;
    text-align: left;
    height: 100%;
    width: 100%;
    font-size: 15px;
    line-height: 1.6; }
    .social-card .social-content .back a .btn {
      float: right;
      font-size: 12px;
      margin: 10px 10px 0;
      padding: 0 12px;
      border-width: 1px !important; }
    .social-card .social-content .back a:after {
      content: '';
      display: block;
      clear: both; }

@media (min-width: 699px) {
  .social-card {
    display: block; }

  .twitter-feed {
    margin: 0 auto; }

  .social-heading {
    padding-left: 1.5%; }

  .social-feed {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .feed-item {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 10px 1.5% 40px; }

  .more-posts {
    padding: 40px 0 0 0; } }
@media (min-width: 1024px) {
  .social-card {
    float: left;
    height: 270px;
    width: 31%;
    -webkit-perspective: 400px;
    perspective: 400px;
    margin: 10px 8px; }

  .social-card .social-content .front,
  .social-card .social-content .back {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .social-card .social-content .front {
    overflow: hidden;
    z-index: 2;
    display: block; }
    .social-card .social-content .front span {
      display: block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 13px 35px 13px 30px;
      background-color: rgba(255, 255, 255, 0.8);
      color: #086972;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      transition: opacity 0.8s ease; }
      .social-card .social-content .front span:after, .social-card .social-content .front span:before {
        position: absolute;
        right: 23px;
        content: '';
        display: block;
        width: 9px;
        height: 9px;
        border-style: solid;
        border-color: inherit; }
      .social-card .social-content .front span:before {
        width: 10px;
        top: 24px;
        right: 18px;
        border-width: 1px 0 0 0; }
      .social-card .social-content .front span:after {
        top: 18px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        border-width: 0 1px 1px 0; }
  .social-card .social-content .back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 1;
    background: #333f48; }
  .social-card .social-content:hover .front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
    .social-card .social-content:hover .front span {
      opacity: 0; }
  .social-card .social-content:hover .back {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
.gray-bg {
  background-color: #95a0a9; }

.gray-dark-bg {
  background-color: #273037;
  color: #fff; }
  .gray-dark-bg a {
    color: #fff; }
  .gray-dark-bg h4 {
    color: #f1f3f5; }
  .gray-dark-bg li:before {
    background-color: #fff; }

.gray-darker-bg {
  background-color: #2b363d;
  color: #fff; }
  .gray-darker-bg a {
    color: #fff; }
  .gray-darker-bg h4 {
    color: #f1f3f5; }
  .gray-darker-bg li:before {
    background-color: #fff; }

.light-gray-bg {
  background-color: #b6b7b3; }

.lighter-gray-bg {
  background-color: #f1f3f5; }
  .lighter-gray-bg h4 {
    color: #95a0a9; }

.brand-gray-bg {
  background-color: #333f48;
  color: #fff; }
  .brand-gray-bg a {
    color: #fff; }
  .brand-gray-bg h4 {
    color: #f1f3f5; }
  .brand-gray-bg li:before {
    background-color: #fff; }

.brand-color-bg {
  background-color: #086972;
  color: #fff; }
  .brand-color-bg a {
    color: #fff; }
  .brand-color-bg h4 {
    color: #fff; }
  .brand-color-bg li:before {
    background-color: #fff; }

.styleJSLoad {
  height: 0px; }

.text-right {
  text-align: right; }

.center-text, .text-center {
  text-align: center; }

.link-blue {
  color: #4e8ef5; }

.white-text {
  color: #fff; }

.hide {
  display: none; }

.hide-sm {
  display: none; }

.container {
  max-width: 1250px; }
  .container .container {
    padding: 0 !important; }

.container-ext {
  width: 100%;
  max-width: 1716px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.richtext img {
  display: inline-block; }

@media (min-width: 699px) {
  .hide-sm {
    display: inline-block; }

  .two-col-list ul {
    float: left; }
    .two-col-list ul li:first-child {
      font-weight: bold; }
      .two-col-list ul li:first-child:before {
        display: none; }
  .two-col-list:after {
    content: '';
    display: block;
    clear: both; } }
@media (min-width: 1024px) {
  .hide-lg {
    display: none; } }

.panel-cards .col-md-3 .richtext ul li {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.07em;
    padding: 0 20px 0px;            
}
.panel-cards .col-md-3 .richtext ul li:before {
    background-color: #273037;
    top: 8px;
 }

@media (min-width: 1680px) {
  .hero.video {
    max-height: 650px; }
    }
#paywall-modal .modal-dialog {
    background: #333f48;
}

#paywall-modal .modal-close-btn:before, #paywall-modal .modal-close-btn:after {
	background : #ffff;
}