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

a {
  color: #007acd;
  text-decoration: underline;  
  text-decoration-thickness: 1px;  
}
a:hover {
  text-decoration-thickness: 2px;
}

h1, h2, h3, h4, h5, h6,.subtitle {
  margin: 0;
  padding: 0;
  text-transform: none;
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .subtitle a {
  color: #2b363d;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .subtitle a:hover {
  color: #007acd;
  text-decoration: underline;
  text-decoration-thickness: 2px;  
}

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

h2, .cmp-contentfragment__element--heading {
  font-size: 24px;
  line-height: 1;
  padding: 8px 0 18px;
}

h3 {
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 10px;
}

h4, .subtitle {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #737779;
}
h4 a, .subtitle a {
  color: #737779;
}

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: 1px;
}

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: #333;
  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, .cmp-contentfragment__element--heading {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0.025em;
  }

  h3 {
    font-size: 30px;
    line-height: 1.2;
  }

  h4,.subtitle {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }

  .subtitle {
    font-size: 20px !important;
  }

  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 28px 0;
    line-height: 1.7;
  }

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

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

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

  h2, .cmp-contentfragment__element--heading {
    font-size: 40px;
    letter-spacing: 0.025em;
    line-height: 1;
    padding-bottom: 30px;
  }

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

  .subtitle {
    font-size: 20px !important;
  }

  h4, .subtitle {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }

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

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

  .subtitlepar {
    padding: 0 0 0 0;
  }

  p {
    margin: 0;
    padding: 0 0 28px 0;
    line-height: 1.7;
  }

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

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

img {
  max-width: 100%;
}

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

.main-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}
.main-header:after {
  content: "";
  display: block;
  clear: both;
}

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

.logo {
  display: block;
  text-align: center;
  height: 55px;
}
.logo img {
  vertical-align: middle;
  max-height: 50px;
  margin-right: -55px;
  margin-top: 2px;
}

@media (min-width: 1141px) {
  .logo {
    float: left;
    height: 90px;
    padding-left: 2vw;
    padding-top: 17px;
  }
  .logo img {
    max-height: 60px;
    margin: 0;
  }
}
.footer-heading {
  font-size: 18px;
  font-weight: 600;
  color: #737779;
  padding: 20px 0 14px 0;
  text-transform: none;
  letter-spacing: 2px;
}

footer {
  padding-top: 50px;
  text-align: center;
  border-top: solid 45px #737779;
}
footer ul {
  padding: 0 0 20px 0;
  margin: 0;
}
footer ul li {
  font-size: 15px;
  padding: 8px 0;
  letter-spacing: 1px;
}
footer ul li:before {
  display: none;
}
footer p {
  font-size: 13px;
  padding: 0;
  letter-spacing: 0;
}
footer p a {
  display: inline-block;
  padding: 0 10px 5px;
  text-decoration: underline;
  color: #007acd;  
}
footer p.copyright {
  color: #737779;
}
footer p.copyright em {
  font-style: normal;
}
footer p.legal-links a:before {
  content: "";
  border-right: 1px solid #2b363d;
  display: inline-block;
  height: 15px;
  margin: 0 10px 0;
  position: relative;
  top: 3px;
}
footer p.legal-links a:first-child:before {
  display: none;
}
footer .social-icons {
  padding-bottom: 30px;
}
footer .social-icons a {
  width: 20px;
  height: 20px;
  overflow: auto;
  position: relative;
  text-indent: 999px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 30px;
}
footer .social-icons a.facebook {
  background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyBzdHlsZT0nZmlsbDojMzMzZjQ4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNOSA4aC0zdjRoM3YxMmg1di0xMmgzLjY0MmwuMzU4LTRoLTR2LTEuNjY3YzAtLjk1NS4xOTItMS4zMzMgMS4xMTUtMS4zMzNoMi44ODV2LTVoLTMuODA4Yy0zLjU5NiAwLTUuMTkyIDEuNTgzLTUuMTkyIDQuNjE1djMuMzg1eicvPjwvc3ZnPg==");
}
footer .social-icons a.twitter {
  background-image: url('data:image/svg+xml,<svg width="22" height="20" viewBox="0 0 1200 1227" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="black"/></svg>');
}
footer .social-icons a.linkedin {
  background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyBzdHlsZT0nZmlsbDojMzMzZjQ4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNNC45OCAzLjVjMCAxLjM4MS0xLjExIDIuNS0yLjQ4IDIuNXMtMi40OC0xLjExOS0yLjQ4LTIuNWMwLTEuMzggMS4xMS0yLjUgMi40OC0yLjVzMi40OCAxLjEyIDIuNDggMi41em0uMDIgNC41aC01djE2aDV2LTE2em03Ljk4MiAwaC00Ljk2OHYxNmg0Ljk2OXYtOC4zOTljMC00LjY3IDYuMDI5LTUuMDUyIDYuMDI5IDB2OC4zOTloNC45ODh2LTEwLjEzMWMwLTcuODgtOC45MjItNy41OTMtMTEuMDE4LTMuNzE0di0yLjE1NXonLz48L3N2Zz4=");
}
footer .social-icons a.youtube {
  background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyBzdHlsZT0nZmlsbDojMzMzZjQ4JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNMTkuNjE1IDMuMTg0Yy0zLjYwNC0uMjQ2LTExLjYzMS0uMjQ1LTE1LjIzIDAtMy44OTcuMjY2LTQuMzU2IDIuNjItNC4zODUgOC44MTYuMDI5IDYuMTg1LjQ4NCA4LjU0OSA0LjM4NSA4LjgxNiAzLjYuMjQ1IDExLjYyNi4yNDYgMTUuMjMgMCAzLjg5Ny0uMjY2IDQuMzU2LTIuNjIgNC4zODUtOC44MTYtLjAyOS02LjE4NS0uNDg0LTguNTQ5LTQuMzg1LTguODE2em0tMTAuNjE1IDEyLjgxNnYtOGw4IDMuOTkzLTggNC4wMDd6Jy8+PC9zdmc+");
}
footer .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");
}
footer .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");
}
footer a {
  color: #2b363d;
  text-decoration: none;
}
footer a:hover {
  color: #007acd;
  text-decoration: underline;
  text-decoration-thickness: 2px;  

}
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: #737779;
  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 rgba(0, 0, 0, 0);
  background-color: transparent;
}
footer a.scroll-back.stick.footer-fix span:after {
  border-color: #737779;
}
footer .btn.btn-orange-ol {
  white-space: nowrap;
  text-align: center;
  padding: 5px 20px;
}

:lang(fr-fr) footer .btn.btn-orange-ol {
  padding: 5px 15px;
}

@media (min-width: 699px) {
  .footer-heading {
    padding-top: 50px;
  }

  footer {
    text-align: left;
    padding: 100px 0 0 0;
  }
  footer img {
    max-width: 220px;
  }
  footer ul {
    padding-bottom: 40px;
  }
  footer ul li {
    padding: 0 0 5px 0;
  }
  footer p.copyright em {
    display: block;
  }
  footer p a {
    display: inline;
    padding: 0 5px 5px;
  }
  footer .social-icons a {
    margin-right: 10px;
  }
  footer .back-top-wrapper {
    padding-top: 75px;
  }
  footer .back-top-wrapper a:before {
    display: none;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
.alert-banner {
  background-color: #32576d;
  color: #fff;
  clear: both;
  text-align: center;
  font-size: 13px;
  margin: 0;
  padding: 5px;
  transition: 0.4s all ease;
}
.alert-banner p {
  margin: 0;
  padding: 0 30px 0 0;
  font-weight: 600;
}
.alert-banner a {
  color: #fff;
}
.alert-banner .btn.btn-sm.btn-orange {
  padding: 1px 15px;
  top: -1px;
}
.alert-banner .container {
  position: relative;
}
.alert-banner.close {
  max-height: 0px;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}
.alert-banner .close-btn {
  position: absolute;
  top: 33%;
  right: 0;
}

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

.close-popover.active {
  display: block;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}

.close-popover {
  display: none;
}

@media (min-width: 699px) {
  .alert-banner {
    font-size: 21px;
  }
  .alert-banner p {
    padding-right: 60px;
  }
  .alert-banner .btn {
    font-size: 12px;
    position: relative;
    top: -4px;
  }
  .alert-banner .close-btn {
    top: 27%;
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .close-popover.active {
    display: none;
  }
}
/*old privacy styles still in use as of March 19 2020, will be replaced with _onetrust.scss*/
.privacy-statement {
  background: #fff;
  padding: 20px 0 5px;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 101;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.7s ease;
}
.privacy-statement a {
  margin: 0 7px;
  font-size: 12px;
}
.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;
}

/*end old privacy styles*/
/*json content fragment styles, will be needed after onetrust deployment. Other styles for content fragment in _base.scss*/
.contentfragment {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px;
}
.contentfragment dd {
  margin-inline-start: 0;
}
.contentfragment ol {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.contentfragment ol li::before {
  display: none;
}

@media (min-width: 501px) {
  .contentfragment ol {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
  }
}
.cmp-contentfragment__element--heading {
  padding-top: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.cmp-contentfragment__title, .cmp-contentfragment__element-title {
  display: none;
}

ul li.host-item:before, ul.cookies-list li:before, #ot-sdk-cookie-policy li:before, .cookies-td ul li:before, ul li.vendor-host:before {
  display: none;
}



#onetrust-pc-btn-handler:focus {
    outline: none !important;
}
#onetrust-reject-all-handler, #accept-recommended-btn-handler, .save-preference-btn-handler {
  border-radius: 25px !important;
  border: 2px solid #2b363d !important;
  background-color: #2b363d !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  padding: 8px 20px !important;
}
#onetrust-reject-all-handler:hover, #accept-recommended-btn-handler:hover, .save-preference-btn-handler:hover {
  background: #fff !important;
  color: #2b363d !important;
  opacity: 1 !important;
}
#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link, p#onetrust-policy-text {
    font-size: 16px !important;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  color: #007acd !important;
  text-decoration: underline !important;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link:hover {
  text-decoration: none !important;
  opacity: 1 !important;
}

#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link {
	text-align: center !important;
}
.ot-sdk-show-settings, #onetrust-banner-sdk #onetrust-accept-btn-handler {
  color: #fff !important;
  border-radius: 25px !important;
  padding: 7px 22px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-style: normal !important;
  border: 2px solid #FC6040 !important;
  background-color: #FC6040 !important;
}
.ot-sdk-show-settings:hover, #onetrust-banner-sdk #onetrust-accept-btn-handler:hover {
  background: #fff !important;
  color: #E65E43 !important;
  opacity: 1 !important;
}

.ot-sdk-show-settings {
  font-size: 18px;
  padding: 9px 28px !important;
}

#ot-sdk-cookie-policy {
  max-width: 1100px;
  margin: 0 auto;
}

.ot-sdk-cookie-policy th {
  color: #fff !important;
}

#onetrust-banner-sdk {
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.25);
}

#onetrust-banner-sdk.otFlat {
  z-index: 1999999999 !important;
}
@media (min-width: 1024px) {
	#onetrust-button-group {
		display: inline-flex !important;
	}
}
@media only screen and (min-width: 890px) {
	#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
		padding-left: 0; 
	}
}
@media (max-width: 896px) and (min-width: 426px) {
	#onetrust-banner-sdk #onetrust-button-group-parent {
	   margin: auto !important;
	}
	#onetrust-accept-btn-handler, #onetrust-pc-btn-handler {
	   width: auto !important;
	}
}
/*#onetrust-banner-sdk #onetrust-button-group {
	text-align: center !important;
}
@media (min-width: 769px) { 
	#onetrust-banner-sdk #onetrust-button-group {
		margin-right: 0 !important;
	}
}
@media (max-width: 549px) {
	#onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #onetrust-pc-btn-handler {
    	width: 100% !important;
	}
}
@media (min-width: 549px) {
	#onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns {
    	width: 100% !important;
	}
	#onetrust-banner-sdk #onetrust-group-container {
   	 width: 82.6666666667%  !important;
	}
	#onetrust-banner-sdk .onetrust-close-btn-ui.onetrust-lg {
	    top: 25%  !important;
	    right: 2%  !important;
	}
}

@media (min-width: 1024px) { 
	#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
		position: static  !important;
		transform: none !important;
	}
	#onetrust-banner-sdk #onetrust-button-group-parent {
	    width: 53% !important;
	}
	#onetrust-banner-sdk #onetrust-group-container {
	    width: 44% !important;
	}
}
*/
.mobile-menu-icon {
  width: 55px;
  height: 55px;
  background: #2b363d;
  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: 67px;
  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: #2b363d;
  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: 6px;
}
.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 #ff694b;
  border-top: none;
  background-color: #36444e;
}
.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: 19px;
}
.auxiliary-nav a {
  display: block;
  color: #fff;
  background-color: #FC6040;
  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;
  text-transform: uppercase;
}

.nav-search {
  position: relative;
  padding: 0px 0px;
}
.nav-search .search-input {
  height: 39px;
  width: 100%;
  border: 1px solid #d0d1d2;
  display: inline-block;
  padding: 5px 65px 5px 25px;
  margin: 0;
  font-size: 14px;
  border-radius: 25px;
  background-color: #f2f3f4;
}
.nav-search .search-input:focus {
  outline: none;
  box-shadow: 0px 0px 8px 0px #007acd;
}
.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 #007acd;
}
.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 {
  text-indent: -100px;
  overflow: hidden;
}

.mobile-nav-open .main-nav {
  display: block;
  transition: all 0.85s;
  opacity: 1;
  width: 100%;
}
.mobile-nav-open .mobile-menu-icon span {
  background-color: #2b363d;
}
.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);
}

.main-header .alert-banner {
  height: 12px;
  position: relative;
  overflow: hidden;
}
.main-header .alert-banner p {
  font-size: 1px;
}

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

  .main-nav {
    display: block;
    float: right;
    width: 85%;
    max-width: 1400px;
    max-height: 90px !important;
    transition: width 0.5s;
    position: static;
    opacity: 1;
    overflow: visible;
  }
  .main-nav ul {
    width: 566px;
    padding: 14px 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;
    float: right;
    margin-right: 380px;
  }
  .main-nav ul li {
    letter-spacing: 0.05em;
    font-size: 12px;
    position: relative;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    position: relative;
    border-top: none;
    background-color: transparent;
    height: 78px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-nav ul li a[href="/why-choose-us/"] {
    white-space: nowrap;
  }
  .main-nav ul li a {
    display: block;
    padding: 0;
    color: #333;
    text-decoration: none;
    line-height: 1.3;
    max-height: 72px;
  }
  .main-nav ul li a:after {
    content: "";
    display: block;
    border-bottom: solid 2px #ff694b;
    -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: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: 12px;
    height: 12px;
    margin: 0;
    float: none;
    position: relative;
    display: inline-block;
    margin-top: -12px;
  }
  .main-nav ul li .menu-drop-icon:before {
    border-top: 1px solid #2b363d;
    border-right: 1px solid #2b363d;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0px;
    right: -10px;
  }
  .main-nav ul li .menu-drop-icon:after {
    display: none;
  }
  .main-nav ul li a[href="/why-choose-us/"] + .menu-drop-icon {
    margin-top: -12px;
  }
  .main-nav ul li .drop-menu {
    max-height: 0;
    position: absolute;
    top: 75px;
    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 transparent;
    transition: border-color 0.5s;
    height: auto;
  }
  .main-nav ul li .drop-menu ul li a {
    padding: 15px 0 12px 24px;
    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;
    top: 0;
    transition: all 0.5s;
  }
  .main-nav ul li .drop-menu ul li .sub-menu-icon:before {
    border-top: 1px solid #2b363d;
    border-right: 1px solid #2b363d;
    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: #f2f3f4;
    border-color: #ff694b;
  }
  .main-nav ul li .drop-menu ul li:hover a {
    color: #333;
  }
  .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: #f2f3f4;
    border-left: none;
  }
  .main-nav ul li .drop-menu ul li .drop-menu ul li a {
    color: #2b363d;
    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: #007acd;
  }
  .main-nav ul li .drop-menu ul li .drop-menu ul li:hover a {
    color: #fff;
  }
  .main-nav ul li:last-child .drop-menu {
    left: auto;
    right: 0;
  }
  .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: 12px;
    right: 0;
    padding: 29px 30px;
    text-transform: uppercase;
    background-color: #f2f3f4;
  }
  .auxiliary-nav a {
    padding: 0;
    background-color: transparent;
  }
  .auxiliary-nav a.country {
    position: absolute;
    top: 36px;
    left: -90px;
    display: inline-block;
    background-position: 6px 6px;
    font-size: 11px;
    color: #2b363d;
    padding: 4px 0 4px 30px;
    border-left: 1px solid #d0d1d2;
    border-top: none;
    text-indent: -500px;
    overflow: hidden;
    min-width: 88px;
    margin-left: 0;
  }
  .auxiliary-nav a.country span {
    font-weight: 700;
    position: absolute;
    top: 5px;
    right: 16px;
    text-indent: 0;
  }
  .auxiliary-nav a.country span:after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-right: 1px solid #737779;
    border-bottom: 1px solid #737779;
    -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: #fff;
    padding: 15px 22px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 25px;
    font-weight: bold;
    font-size: 19px;
    line-height: 0;
    background-color: #FC6040;
  }
  .auxiliary-nav a.mycwt:hover {
    background: #fff;
    color: #FC6040;
    border-color: #FC6040;
  }
  .auxiliary-nav .nav-search {
    display: block;
    position: absolute;
    top: 25px;
    left: -135px;
    padding: 0;
  }
  .auxiliary-nav .nav-search .search-nav-wrapper {
    position: absolute;
    top: 65px;
    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: 7px 20px;
    top: 20px;
    right: 90px;
  }
  .auxiliary-nav .nav-search .search-close, .search-box .search-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 35px;
    cursor: pointer;
  }
  .auxiliary-nav .nav-search .search-close:before, .auxiliary-nav .nav-search .search-close:after ,
  .search-box .search-close:before,.search-box .search-close:after
  {
    content: "";
    display: block;
    border-right: 2px solid #737779;
    -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, .search-box .search-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .auxiliary-nav .nav-search .search-bg-close {
    display: none;
  }
  .search-box .search-close {
	position:relative;
  }
  .auxiliary-nav .nav-search .search-icon {
    width: 35px;
    height: 40px;
    display: block;
    margin-top: 7px;
    margin-left: 6px;
    position: relative;
    cursor: pointer;
  }
  .auxiliary-nav .nav-search .search-icon:before {
    content: "";
    display: block;
    border: 2px solid #2b363d;
    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 #2b363d;
    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.open-search .search-icon:before {
    width: 2px;
    border-radius: 0;
    border: none;
    top: 11px;
    left: 10px;
    background: #2b363d;
  }
  .auxiliary-nav .nav-search.open-search .search-icon:after {
    height: 14px;
    top: 11px;
    left: 11px;
  }
  .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;
  }

  :lang(fr-fr) .auxiliary-nav, :lang(it-it) .auxiliary-nav, :lang(pt-br) .auxiliary-nav {
    padding: 29px 31px;
  }

  :lang(fi-fi) .auxiliary-nav {
    padding: 29px 40px;
  }

  :lang(zh-cn) .auxiliary-nav a.country span {
    right: 10px;
  }
}
@media (min-width: 1114px) {
  .main-nav ul {
    margin-right: 365px;
  }

  :lang(fr-fr) .main-nav ul {
    margin-right: 417px;
  }
}
@media (min-width: 1114px) {
  :lang(pt-br) .main-nav ul, null  {
    margin-right: 385px;
  }
}
@media (min-width: 1114px) {
  :lang(en-cn) .main-nav ul, null  {
    margin-right: 385px;
  }
}
@media (min-width: 1243px) {
  .main-nav ul {
    width: calc(100% - 320px);
  }
  .main-nav ul li {
    padding-right: 28px;
  }
  .main-nav ul li .menu-drop-icon {
    margin-top: -12px;
  }

  :lang(fr-fr) .main-nav ul {
    width: calc(100% - 345px);
  }
}
@media (min-width: 1360px) {
  .main-nav ul li {
    padding-right: 23px;
  }
}
.breadcrumbs {
  text-align: right;
  margin: 15px 0;
}
.breadcrumbs li {
  color: #2b363d;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 10px 0 5px;
}
.breadcrumbs li a {
  font-weight: normal;
}
.breadcrumbs li:after {
  content: "»";
  position: absolute;
  top: 0;
  right: 0;
  font-weight: normal;
  font-size: 13px;
}
.breadcrumbs li:last-child:after {
  display: none;
}

.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;
}
@media (min-width: 699px) {
   .col-md-12 .youtube-responsive {
       padding-bottom: 36.25% !important;
   }
 }
@media ((max-width: 990px) and (min-width: 699px)) {
	.col-md-12 .youtube-responsive {
	padding-bottom: 46.25% !important;
	}
}
.youtube-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: none;
}
.youtube-responsive img {
  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 #FC6040;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -14px 0 0 -12px;
  transition: border 0.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 0.5s;
}
.yt-play-button:hover:after {
  background: rgba(255, 105, 74, 0.6);
}
.yt-play-button:hover:before {
  border-left: 35px solid #fff;
}

.content-block .youtube-responsive {
  max-width: 670px;
  margin: 0 auto;
}

@media (min-width: 699px) {
  .content-block .video {
    max-width: 568px;
    margin: 0 auto;
  }
}
.hero {
  position: relative;
  background-color: #2b363d;
  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 .hero-text-overlay {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}
.hero .hero-text-overlay .btn {
  font-weight: 700;
  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 p, .hero .hero-text-overlay h1 {
  margin: 0 auto;
}
.hero .hero-text-overlay p {
  font-weight: 300;
  max-width: 1000px;
}
.hero .hero-text-overlay p.sm-hero-text {
  font-size: 12px;
  padding-top: 14px;
}
.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 {
  width: auto;
  height: 100%;
  transition: 1s opacity;
  opacity: 0.75;
  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;
    max-height: 576px;
    overflow: hidden;
  }
  .hero-video .youtube-responsive {
    pointer-events: none;
    position: relative;
  }

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

  .hero video {
    width: 100%;
  }
  .hero .hero-text-overlay {
    padding: 8vw 0 5vw;
  }
  .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: 15px;
    margin-top: 30px;
  }
  .hero.video {
    max-height: 576px;
  }
  .hero.video .hero-text-overlay {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .hero video {
    width: 100%;
    height: auto;
  }
  .hero.video {
    max-height: 576px;
  }
  .hero.video .media {
    max-height: 600px;
  }
  .hero.video .hero-text-overlay {
    padding-top: 180px;
  }
  .hero .hero-text-overlay p {
    font-size: 35px;
    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;
  }
  .hero .hero-text-overlay .btn {
    font-size: 19px;
  }
}
/*!
 * 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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  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.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.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.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.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.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.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.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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;
}
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;
  opacity: 0;
  transition: all 0.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;
}

.show .modal-dialog {
  opacity: 1;
  margin-top: 0;
}

.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: #2b363d;
  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: 0 30px 30px;
  clear: both;
  max-width: 1100px;
  margin: 0 auto;
}

.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  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: 1000;
  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 rgba(0, 0, 0, 0);
}
.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: #2b363d;
  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 {
    height: auto;
    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;
  }
}
/*
Responsive Section stles
- .content-block is the default author option
- .panel-bleed is the text media component 
*/
.content-block {
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.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: 1100px;
  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;
}

.panel {
  padding: 40px 0;
}

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

.office-location h2 {
  position: absolute;
  top: 5px;
  left: 15px;
}

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

.spotlight {
  padding: 20px 0;
}
.spotlight .col-md-6 {
  padding: 30px;
  text-align: center;
}

.panel-cards, section .panel-cards {
  padding: 20px 0 0px;
}
.panel-cards .richtext, section .panel-cards .richtext {
  margin: 0 auto;
  max-width: 1000px;
  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: 40px !important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  margin: 10px;
  background-color: #fff;
  color: #2b363d;
}
.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;
}
.panel-cards .col-md-3, section .panel-cards .col-md-3 {
  padding: 0;
}
.panel-cards .col-md-3 .richtext, section .panel-cards .col-md-3 .richtext {
  padding: 30px;
}
.panel-cards .row, section .panel-cards .row {
  margin-bottom: 30px;
}
.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 {
  overflow: hidden;
}
.panel-bleed .text-content {
  padding: 20px;
}
.panel-bleed .media {
  min-height: 200px;
  background-size: cover;
  background-position: 50% 50%;
}

.narrow-onecol .content-block .richtext {
  max-width: 600px;
}

@media (min-width: 699px) {
  .content-block {
    background-repeat: no-repeat;
    padding: 7vw 0 4.5vw;
  }
  .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;
  }

  .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: 0;
  }
  .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;
  }

  .content-pullup {
    margin: -440px auto 0;
    padding: 20px 50px 20px;
    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, .panel-bleed.left-60-40, .panel-bleed.left-60-40-fade {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .panel-bleed.right-60-40 .text-content, .panel-bleed.right-60-40-fade .text-content, .panel-bleed.left-60-40 .text-content, .panel-bleed.left-60-40-fade .text-content {
    width: 40%;
  }
  .panel-bleed.right-60-40 .media, .panel-bleed.right-60-40-fade .media, .panel-bleed.left-60-40 .media, .panel-bleed.left-60-40-fade .media {
    width: 60%;
  }
  .panel-bleed.left-40-60 .text-content, .panel-bleed.left-40-60-fade .text-content, .panel-bleed.right-40-60-fade .text-content, .panel-bleed.right-40-60 .text-content {
    width: calc(1716px - 24%);
  }
  .panel-bleed.left-40-60 .media, .panel-bleed.left-40-60-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, section .panel-cards .col-md-6 {
    padding: 35px !important;
    margin: 0 20px 0 -20px;
  }
  .panel-cards .col-md-6:nth-child(2), section .panel-cards .col-md-6:nth-child(2) {
    margin: 0 -20px 0 20px;
  }
  .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;
  }
}
@media (min-width: 1024px) {
  .content-pullup {
    max-width: 1100px;
  }

  .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 70px 0;
  }
  .panel-cards .col-md-6, section .panel-cards .col-md-6 {
    padding: 45px !important;
    margin: 0 60px 0 -60px;
  }
  .panel-cards .col-md-6:nth-child(2), section .panel-cards .col-md-6:nth-child(2) {
    margin: 0 -60px 0 60px;
  }
  .panel-cards .col-md-3, section .panel-cards .col-md-3 {
    max-width: 22%;
    margin: 0 1.5%;
  }
}
.info-cards {
  max-width: 1250px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.info-cards .btn {
  padding: 5px 20px;
}
.info-cards .btn.btn-orange {
  background-color: #2b363d;
  font-size: 19px;
  padding: 5px 20px;
}
.info-cards .btn.btn-orange:hover {
  background-color: #fff;
  color: #2b363d !important;
  border-color: #fff;
}

a.card-content {
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: #2b363d;
  background-size: cover;
  background-position: center;
}
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 0.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 0.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, 74, 0.6);
}
a.card-content.dark-bg {
  color: #fff;
}

.card {
  background-repeat: no-repeat;
  text-align: center;
  margin: 10px 0;
}
.card .card-text {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px 45px 30px;
  color: #2b363d;
}
.card .card-text h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
}
.card .card-text h4 {
  color: #2b363d;
  font-size: 21px;
  padding-top: 0;
  padding-bottom: 10px;
  font-weight: 700;
}
.card .card-text p {
  line-height: 1.4;
}
.card .card-text .article-tag {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  background-color: #2b363d;
  padding: 5px 10px;
}

.gray-dark-bg .card .card-text, .brand-gray-bg .card .card-text, .gray-darker-bg .card .card-text {
  color: #fff;
}

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

.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 20px;
  }

  .gray-dark-bg .card .card-text, .brand-gray-bg .card .card-text, .gray-darker-bg .card .card-text {
    color: #2b363d;
  }

  .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;
  }
  a.card-content:hover {
    margin: -5px;
    padding: 5px;
  }

  .card-text {
    padding-bottom: 0;
  }

  .card-media {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .card {
    width: 32%;
    max-width: 380px;
  }
}
.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 #ff694b;
  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;
}
.case-studies a.card-content {
  background-color: #fff;
}
.case-studies a.card-content .card-text {
  color: #2b363d;
}
.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 0.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: #ff694b;
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.case-studies a.card-content .card-text h4 {
  font-size: 32px;
  color: #2b363d;
}
.case-studies a.card-content.bottom-align .card-text {
  grid-template-rows: auto 160px auto;
}
.case-studies .info-cards .btn.btn-orange:hover {
  border-color: #E65E43;
}

.lighter-gray-bg .case-studies h3 i, .light-gray-bg .case-studies h3 i {
  color: #2b363d;
}

@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;
  }
}

.result {
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: block;
  border-bottom: 1px dotted #d0d1d2;
}
.result h4 a {
  text-decoration: none;
  color: #737779;
}
.result a {
  text-decoration: none;
}
.result a:hover {
  color: #007acd;
  text-decoration: underline;
}
.result:last-of-type {
  border: none;
}

@media (min-width: 699px) {

  .result {
    margin-bottom: 80px;
    margin-bottom: 80px;
  }
}
.stats {
  background: #007acd;
  text-align: center;
  position: relative;
  z-index: 5;
  color: #fff;
}
.stats p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 20px 0 30px;
}
.stats p b {
  display: block;
  font-size: 30px;
  font-weight: 700;
}
.stats h3 {
  padding: 20px 0 0;
}

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

@media (min-width: 699px) {
  .stats {
    margin-bottom: -45px;
  }
  .stats p b {
    font-size: 40px;
  }
}
.richtext:after {
  content: "";
  display: block;
  clear: both;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.leadFormTextArea label, .leadFormTextBox label, .leadFormDropDown label, .leadFormCountryDropDown label {
  font-size: 16px;
  color: #2b363d;
  font-weight: 600;
}
.leadFormTextArea label span, .leadFormTextBox label span, .leadFormDropDown label span, .leadFormCountryDropDown label span {
  color: #d0d1d2;
  font-weight: 300;
}
.leadFormTextArea label i, .leadFormTextArea label span.require-label, .leadFormTextBox label i, .leadFormTextBox label span.require-label, .leadFormDropDown label i, .leadFormDropDown label span.require-label, .leadFormCountryDropDown label i, .leadFormCountryDropDown label span.require-label {
  color: #c72705;
  font-weight: 300;
  font-style: normal;
}

.brand-gray-bg .leadFormTextArea label, .brand-gray-bg .leadFormTextBox label, .brand-gray-bg .leadFormDropDown label, .brand-gray-bg .leadFormCountryDropDown label {
  color: #fff;
}

.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;
  margin-bottom: 30px;
}
.leadFormCheckBox label:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #737779;
  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 #ff694b;
  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 #007acd;
}
.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 #737779;
  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: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 3px;
}
.leadFormDropDown select, .leadFormCountryDropDown select {
  height: 40px;
}

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

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

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

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

.textarea_feedback {
  padding: 2px 0 4px;
  color: #737779;
  margin: 0 !important;
  font-size: 11px;
}

.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 #2b363d;
  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: #ff694b;
  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 #007acd;
}
.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 {
  overflow: hidden;
  text-indent: -202px;
}
.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 {
  overflow: hidden;
  text-indent: -202px;
  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 #007acd;
  outline: none;
}

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

#leadform .content-block, .form .content-block {
  padding: 0px 20px 1vw;
}

#leadform div:empty, .form div:empty {
  display: none;
}

.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;
}

.hiden-form .contact-cards {
  transition: all 0.8s ease;
  padding: 20px 0;
}
.hiden-form .contact-cards .btn {
  padding: 5px 20px;
}
.hiden-form .contact-cards p {
  font-size: 20px;
}
.hiden-form .contact-cards.hide-choice {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
.hiden-form #leadform {
  transition: all 0.8s ease;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.hiden-form #leadform.showform {
  max-height: 3000px;
  overflow: visible;
  opacity: 1;
  padding-bottom: 30px;
}

.content-pullup .hiden-form .contact-cards {
  margin: 0 auto;
  max-width: 1100px;
}
.content-pullup .hiden-form .contact-cards p {
  padding-right: 20px;
  padding-bottom: 10px; 
}

.unsupported-thank-message {
  display: none;
  padding: 40px 51px 40px;
  text-align: center;
}

.unsupported-thank-message.show {
  display: block;
}

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

  .modal-content #leadform .content-block, .form .content-block {
    padding: 2vw 20px 1vw;
  }

  .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;
  }
  .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;
  }

  .contact-cards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .contact-cards .card {
    width: 48%;
    margin: 10px 1%;
  }
  .contact-cards:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) {
  .leadFormCheckBox label {
    margin-bottom: 0;
  }
}
@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: 30px;
  border: 2px solid transparent;
  padding: 5px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-style: normal;
}
.btn.btn-sm {
  margin: 0 10px;
  padding: 1px 11px;
  border-width: 1px !important;
}
.btn.btn-md {
  padding: 5px 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: #007acd;
}
.btn-blue:hover {
  border: 2px solid #007acd;
  color: #007acd !important;
  background-color: transparent;
}
.btn-blue:hover a, .btn-blue:hover a {
  color: #007acd !important;
}
/*.btn-orange is brand color button*/
.btn-orange, .btn-soc {
  background-color: #FC6040;
  font-size: 19px;
  padding: 5px 20px;
}
.btn-orange:hover, .btn-soc:hover {
  border: 2px solid #E65E43;
  color: #E65E43 !important;
  background-color: #fff;
}
.btn-orange:hover a, .btn-soc:hover a {
  color: #E65E43 !important;
}

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

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

.btn-gray {
  background-color: #2b363d;
}
.btn-gray:hover {
  border: 2px solid #E65E43;
  color: #fff !important;
  background-color: #E65E43;
}

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

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

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

.close-btn {
  border: none;
  background: none;
  color: inherit;
  text-transform: uppercase;
  color: #f2f3f4;
  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: 19px;
  }
  .btn + .btn {
    margin: 0 0 0 15px;
  }
  .btn.btn-orange, .btn.btn-soc {
    font-size: 19px;
    padding: 5px 20px;
  }

  .close-btn span {
    display: inline-block;
  }
}
#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  z-index: 9999;
  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 0.3s ease;
  -webkit-transition: all 0.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: 9999;
  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: #f2f3f4 !important;
  border: 1px solid #d0d1d2;
  font-size: 14px;
  width: 100%;
  padding: 16px 25px;
}
input.typeahead:focus {
  outline: none;
  box-shadow: 0px 0px 8px 0px #007acd;
}

.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: #2b363d;
  padding: 12px 24px;
  display: block;
  text-decoration: none;
}
a.tt-suggestion.tt-cursor, a.tt-suggestion:hover {
  background-color: #E65E43;
  color: #fff;
}

.empty-message {
  color: #2b363d;
  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 #d0d1d2;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.cwt-locations label b, .cwt-locations p b {
  color: #737779;
  font-weight: normal;
}
.typeahead-wrapper {
  padding: 20px 0 40px;
}
.typeahead-wrapper label span {
  color: #737779;
}

.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;
}

.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: #2b363d;
  font-size: 13px;
  text-transform: uppercase;
}
.tabs > li:before {
  content: none;
}
.tabs > li:after {
  content: "";
  display: block;
  border-bottom: solid 1px #737779;
  -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: #2b363d;
  font-weight: bold;
}
.tabs > li.active:after {
  transition-duration: 0.5s;
  border-bottom: solid 2px #ff694b;
  -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: #e7e9ea;
  padding: 15px;
}

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

.tabs-logo {
  display: inline-block;
  margin: 0 auto;
  padding: 0 7px;
  max-height: 30px;
}
.tabs-logo img {
  max-height: 30px;
  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;
}

@media (min-width: 699px) {
  .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;
    max-height: 70px;
    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 {
    max-height: 40px;
    margin: 0;
    display: block;
  }
}
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden;
  background: #f2f3f4;
  max-width: 1100px;
  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: #2b363d;
  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 0.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: #ff694b;
  padding: 9px 40px 9px 50px;
  font-size: 14px;
  border-radius: 25px;
  line-height: 1.8;
}
.tab.button-tab label:hover {
  background: #ff694b;
}
.tab.button-tab .tab-content {
  border-radius: 5px;
  margin-top: 10px;
}

.brand-gray-bg .tab .tab-content {
  background: #2b363d;
}

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

/* Icon */
.tab label::after {
  color: #ff694b;
  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;
}

.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 #737779;
  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: -80px;
  transition: all 0.8s ease;
  transition-delay: 0.3s;
}
.fade-right.active-fade {
  right: 0;
  opacity: 1;
}

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

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

.fade-up {
  position: relative;
  opacity: 0;
  bottom: -80px;
  transition: all 0.8s ease;
  transition-delay: 0.3s;
}
.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: #2b363d;
}

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

.social-cards, .linkedin-feed {
  padding: 9vw 15px 4vw;
  background-color: #f2f3f4;
}
.social-cards:after, .linkedin-feed:after {
  content: "";
  display: block;
  clear: both;
}
.social-cards h3, .linkedin-feed h3 {
  color: #737779;
  padding-left: 5px;
}
.social-cards .btn.btn-orange, .linkedin-feed .btn.btn-orange {
  background-color: transparent;
  position: relative;
  color: #2b363d;
  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: #737779 !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: #ff694b;
}
.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: 0.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: #2b363d;
  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;
}

.sticky-soc {
  display: none;
}

@media (min-width: 699px) {
  .sticky-soc {
    position: fixed;
    top: 30%;
    right: 10px;
    z-index: 13;
    background-color: #2b363d;
    border-radius: 4px;
    padding: 0 10px;
    display: block;
  }
  .sticky-soc a {
    display: block;
    width: 15px;
    height: 15px;
    margin: 10px auto;
    text-indent: 100px;
    overflow: hidden;
    font-size: 1px;
    background-repeat: no-repeat;
  }
  .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,<svg width="15" height="15" viewBox="0 0 1200 1227" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="white"/></svg>'); }
  }
  .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");
  }

  .social-card {
    display: block;
  }

  .twitter-feed {
    margin: 0 auto;
  }

  .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 0.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: #ff694b;
    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: #2b363d;
  }
  .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);
  }
}
.parallax-window {
  background: #2b363d;
}

@media (min-width: 699px) {
  .parallax-window {
    min-height: 400px;
    background: transparent;
  }
}
.info-chart {
  padding: 0 15px 25px;
}

.infogram-embed {
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial .content-block {
  background-color: #2b363d;
  color: #fff;
}
.testimonial .content-block p {
  font-weight: 600;
  font-style: italic;
}
.testimonial .content-block p i {
  display: block;
  text-align: right;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  padding-right: 15px;
}
.testimonial .richtext {
  position: relative;
  padding: 0 15px 0 105px;
}
.testimonial .richtext:before {
  content: "“";
  display: block;
  color: #ff694b;
  width: 145px;
  height: 145px;
  position: absolute;
  top: 7%;
  left: 0;
  font-size: 300px;
  line-height: 0.8;
  font-family: Arial, san-serif;
}

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

.lightgray-leftbg .row .col-md-6:first-child {
  background-color: #f2f3f4;
}

.lightgray-rightbg .row .col-md-6:nth-child(2) {
  background-color: #f2f3f4;
}

.brandgray-rightbg .row .col-md-6:nth-child(2) {
  color: #fff;
  background-color: #2b363d;
}

.brandgray-leftbg .row .col-md-6:first-child {
  color: #fff;
  background-color: #2b363d;
}

.to-go-app .content-block {
  padding-bottom: 0;
}
.to-go-app li, .to-go-app i {
  font-size: 14px;
  padding-bottom: 0;
}
.to-go-app ul {
  padding: 0;
  margin-top: -10px;
}
.to-go-app h4 {
  padding-bottom: 0;
  text-transform: none;
  font-weight: 300;
}
.to-go-app h2 {
  padding: 15px 0 25px;
}
.to-go-app .col-md-6:nth-child(2) {
  text-align: center;
  height: 200px;
  overflow: hidden;
}
.to-go-app .col-md-6:nth-child(2) img {
  max-width: 65%;
}

@media (min-width: 699px) {
  .to-go-app {
    margin-bottom: 50px;
  }
  .to-go-app .content-block {
    padding: 3vw 0 0 0;
    overflow: visible;
  }
  .to-go-app .content-block .row {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .to-go-app h4 {
    font-size: 24px;
  }
  .to-go-app h2 {
    padding: 15px 0 25px;
    font-size: 40px;
  }
  .to-go-app ul {
    margin-top: -30px;
  }
  .to-go-app .col-md-6 {
    padding-bottom: 20px;
  }
  .to-go-app .col-md-6:nth-child(2) {
    height: auto;
    overflow: visible;
    padding-bottom: 0;
  }
  .to-go-app .col-md-6:nth-child(2) img {
    position: relative;
    bottom: -110px;
  }

  .testimonial .content-block .richtext {
    padding: 0 0 0 145px;
  }
  .testimonial .content-block .richtext p i {
    font-size: 18px;
  }

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

  .lightgray-leftbg {
    background: linear-gradient(to right, #f2f3f4 0%, #f2f3f4 50%, rgba(242, 243, 244, 0) 50%, rgba(242, 243, 244, 0) 100%);
  }
  .lightgray-leftbg .row .col-md-6:first-child {
    background-color: transparent;
  }

  .lightgray-rightbg {
    background: linear-gradient(to right, rgba(153, 153, 153, 0) 0%, rgba(242, 243, 244, 0) 50%, #f2f3f4 50%, #f2f3f4 100%);
  }
  .lightgray-rightbg .row .col-md-6 {
    background-color: transparent;
  }

  .brandgray-rightbg {
    background: linear-gradient(to right, rgba(153, 153, 153, 0) 0%, rgba(43, 54, 61, 0) 50%, #2b363d 50%, #2b363d 100%);
  }
  .brandgray-rightbg .row .col-md-6 {
    background-color: transparent;
  }

  .brandgray-leftbg {
    background: linear-gradient(to left, rgba(153, 153, 153, 0) 0%, rgba(43, 54, 61, 0) 50%, #2b363d 50%, #2b363d 100%);
  }
  .brandgray-leftbg .row .col-md-6:first-child {
    background-color: transparent;
  }
}
.gray-bg {
  background-color: #737779;
}

.gray-dark-bg {
  background-color: #333;
  color: #fff;
}
.gray-dark-bg a {
  color: #fff;
}
.gray-dark-bg h4, .gray-dark-bg .subtitle {
  color: #f2f3f4;
}
.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, .gray-darker-bg .subtitle {
  color: #f2f3f4;
}
.gray-darker-bg li:before {
  background-color: #fff;
}

.light-gray-bg {
  background-color: #f2f3f4;
}
.light-gray-bg h4, .light-gray-bg .subtitle {
  color: #737779;
}

.lighter-gray-bg {
  background-color: #f2f3f4;
}
.lighter-gray-bg h4, .lighter-gray-bg .subtitle {
  color: #737779;
}

.brand-gray-bg, .accent-two-bg {
  background-color: #2b363d;
  color: #fff;
}
.brand-gray-bg a, .accent-two-bg a {
  color: #fff;
}
.brand-gray-bg h4, .accent-two-bg h4, .brand-gray-bg .subtitle, .accent-two-bg .subtitle {
  color: #f2f3f4;
}
.brand-gray-bg li:before, .accent-two-bg li:before {
  background-color: #fff;
}

.brand-color-bg {
  background-color: #ff694b;
  color: #fff;
}
.brand-color-bg a {
  color: #fff;
}
.brand-color-bg p, .brand-color-bg li {
  font-weight: 600;
}
.brand-color-bg h4, .brand-color-bg .subtitle {
  color: #fff;
}
.brand-color-bg li:before {
  background-color: #fff;
}

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

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

.link-blue {
  color: #007acd;
}

.white-text {
  color: #fff;
}

.hide {
  display: none;
}

.hide-sm {
  display: none;
}

.container {
  max-width: 1100px;
}

.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;
  }
}
@media (min-width: 1024px) {
  .hide-lg {
    display: none;
  }
}

.disclaimer-text {
    font-size: 20px;
    letter-spacing: -0.16px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
}
span.disclaimer-text:after {
    content: "";
    display: block;
    border: 1px solid #e6e6e6;
    margin-top: 20px;
}
span.alert-icon::before {
    background-image: url(/etc/designs/cwt-vision/clientlib/images/icons/information.svg);
    width: 21px;
    height: 20px;
    display: inline-flex;
    background-repeat: no-repeat;
    padding-right: 20px;
    padding: 5px 30px 5px 0;
    content: "";
}

.panel-cards .hide-2 .col-md-6:nth-child(2) {
    display: none;
}

.v-post{
    margin-top:20px;
}
.v-post .col-md-6{
    padding:40px 20px;
}
.v-post .tag{
    color: #1061CC;
    font-size: 12px;
    padding-right: 10px;
    margin-top: 20px;
    border-right: 1.5px solid grey;
    display: inline-block;
}
.v-post .Heading{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.5;
    padding:15px;
    padding-left: 0px;
	padding-bottom: 5px;	
}
.v-post img{
    width: 100%;
    height: auto;
}
.v-post .summary{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.2;
    padding-right: 20px;
    color: #5b656c;
    margin-top: auto;
    margin-block: auto;
}
.h-post .date, .v-post .date { 
    color:#737373;
    font-size: 12px;
    padding-left: 10px;
    display: inline;
    overflow: hidden;
    
}
.btjas-2021 p a {
    color: #007acd !important;
 }
ol::marker, li::marker {
    color: #FC6640;
}

li.dd-menu.close .drop-menu {
    display: none;
}

.hiden-form .card .card-text {
    padding: 30px 30px 20px;
}