@charset "UTF-8";
.white {
  background-color: #FFFFFF;
  color: black;
}

.black {
  background-color: #000000;
  color: white;
}

.max {
  background-color: #fff;
  color: black;
}

.min {
  background-color: #000;
  color: white;
}

.darkest {
  background-color: #323232;
  color: #cdcdcd;
}

.medium {
  background-color: #323232;
  color: #cdcdcd;
}

.light {
  background-color: #3b3e40;
  color: #c4c1bf;
}

.lighter {
  background-color: #a5a9ac;
  color: #5a5653;
}

.lightest {
  background-color: #d0d2d3;
  color: #2f2d2c;
}

.darkPrimary {
  background-color: #295177;
  color: #d6ae88;
}

.midPrimary {
  background-color: #08689a;
  color: #f79765 "";
}

.lightPrimary {
  background-color: #1D9DE0;
  color: #e2621f;
}

.darkSecondary {
  background-color: #3FAD48;
  color: #c052b7;
}

.lightSecondary {
  background-color: #96E65C;
  color: #6919a3;
}

.tertiary {
  background-color: #F1C54C;
  color: #0e3ab3;
}

#kssref-colors.variables {
  display: none;
}

.link {
  color: #1D9DE0;
  background-color: #e2621f;
}

.hover {
  color: #f79765;
  background-color: #08689a;
}

.newlink {
  color: #e2621f;
  background-color: #1D9DE0;
}

body {
  color: #333333;
}

.size-1 {
  font-style: normal;
  font-size: 3.25em;
  line-height: 1.192em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 39.5em) {
  .size-1 {
    font-size: 5.125em;
    line-height: 1em;
    letter-spacing: -0.06em;
  }
}
.size-2 {
  font-style: normal;
  font-size: 2.625em;
  line-height: 1.143em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 39.5em) {
  .size-2 {
    font-size: 3.25em;
    line-height: 1.192em;
    letter-spacing: -0.05em;
  }
}
.size-3 {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 39.5em) {
  .size-3 {
    font-size: 2.625em;
    line-height: 1.143em;
  }
}
.size-4 {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

.size-4 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.size-4 li li {
  font-size: 0.889em;
}

@media screen and (min-width: 39.5em) {
  .size-4 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
.size-5 {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

.size-5 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.size-5 li li {
  font-size: 0.889em;
}

.size-6 {
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.429em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

.size-6 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.primary-button,
.primary.button,
.green-button, .secondary-button,
.secondary.button,
.blue-button, .toggle-button,
.toggle.button, .toggle-transparent-button,
.toggle.transparent.button,
.button-green,
a.green-button, .tertiary.button, .white-button, .outline-button, .the-green-button, .page-support-search-results .form-actions input[type=submit], .pert-wrap > div form input.submit, .pert-wrap > div form input.reset, .formsReinvention input[type=submit],
.enterpriseForm input[type=submit],
form.comment-form input[type=submit],
.twentytwentyform input[type=submit],
.google-search-form input[type=submit],
.blog-search-bar input[type=submit],
form.search-bar input[type=submit],
form#views-exposed-form-customer-tiles-tile-pane input[type=submit],
#google-search-query-form input[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept, #banner.tile-page a.button-green, #banner.enterprise-marquee .cta-box a, #banner.enterprise-marquee .cta-box input[type=submit], .chat-prompt .accept, .job-posting a.apply, #Webinar-Registration .content .column.form form input[type=submit] {
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 1.125rem;
  cursor: pointer;
  line-height: 1.5rem;
  margin: 0;
  padding: 0.9rem 1.75rem;
  border-radius: 9999px;
  text-shadow: none;
  text-decoration: none;
  text-align: center;
  transition: all 0.15s ease;
  color: #fff;
  outline: 0 none;
  -webkit-border-radius: 1.75em;
  border-radius: 1.75em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.primary-button:lang(en),
.primary.button:lang(en),
.green-button:lang(en), .secondary-button:lang(en),
.secondary.button:lang(en),
.blue-button:lang(en), .toggle-button:lang(en),
.toggle.button:lang(en), .toggle-transparent-button:lang(en),
.toggle.transparent.button:lang(en),
.button-green:lang(en), .tertiary.button:lang(en), .white-button:lang(en), .outline-button:lang(en), .the-green-button:lang(en), .page-support-search-results .form-actions input:lang(en)[type=submit], .pert-wrap > div form input.submit:lang(en), .pert-wrap > div form input.reset:lang(en), .formsReinvention input:lang(en)[type=submit],
.enterpriseForm input:lang(en)[type=submit],
form.comment-form input:lang(en)[type=submit],
.twentytwentyform input:lang(en)[type=submit],
.google-search-form input:lang(en)[type=submit],
.blog-search-bar input:lang(en)[type=submit],
form.search-bar input:lang(en)[type=submit],
form#views-exposed-form-customer-tiles-tile-pane input:lang(en)[type=submit],
#google-search-query-form input:lang(en)[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:lang(en), #banner.tile-page a.button-green:lang(en), #banner.enterprise-marquee .cta-box a:lang(en), #banner.enterprise-marquee .cta-box input:lang(en)[type=submit], .chat-prompt .accept:lang(en), .job-posting a.apply:lang(en), #Webinar-Registration .content .column.form form input:lang(en)[type=submit] {
  font-size: 1.12rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 39.5em) {
  .primary-button:lang(en),
  .primary.button:lang(en),
  .green-button:lang(en), .secondary-button:lang(en),
  .secondary.button:lang(en),
  .blue-button:lang(en), .toggle-button:lang(en),
  .toggle.button:lang(en), .toggle-transparent-button:lang(en),
  .toggle.transparent.button:lang(en),
  .button-green:lang(en), .tertiary.button:lang(en), .white-button:lang(en), .outline-button:lang(en), .the-green-button:lang(en), .page-support-search-results .form-actions input:lang(en)[type=submit], .pert-wrap > div form input.submit:lang(en), .pert-wrap > div form input.reset:lang(en), .formsReinvention input:lang(en)[type=submit],
  .enterpriseForm input:lang(en)[type=submit],
  form.comment-form input:lang(en)[type=submit],
  .twentytwentyform input:lang(en)[type=submit],
  .google-search-form input:lang(en)[type=submit],
  .blog-search-bar input:lang(en)[type=submit],
  form.search-bar input:lang(en)[type=submit],
  form#views-exposed-form-customer-tiles-tile-pane input:lang(en)[type=submit],
  #google-search-query-form input:lang(en)[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:lang(en), #banner.tile-page a.button-green:lang(en), #banner.enterprise-marquee .cta-box a:lang(en), #banner.enterprise-marquee .cta-box input:lang(en)[type=submit], .chat-prompt .accept:lang(en), .job-posting a.apply:lang(en), #Webinar-Registration .content .column.form form input:lang(en)[type=submit] {
    font-size: 1.12rem;
    line-height: 1.5rem;
  }
}
.primary-button:lang(es),
.primary.button:lang(es),
.green-button:lang(es), .secondary-button:lang(es),
.secondary.button:lang(es),
.blue-button:lang(es), .toggle-button:lang(es),
.toggle.button:lang(es), .toggle-transparent-button:lang(es),
.toggle.transparent.button:lang(es),
.button-green:lang(es), .tertiary.button:lang(es), .white-button:lang(es), .outline-button:lang(es), .the-green-button:lang(es), .page-support-search-results .form-actions input:lang(es)[type=submit], .pert-wrap > div form input.submit:lang(es), .pert-wrap > div form input.reset:lang(es), .formsReinvention input:lang(es)[type=submit],
.enterpriseForm input:lang(es)[type=submit],
form.comment-form input:lang(es)[type=submit],
.twentytwentyform input:lang(es)[type=submit],
.google-search-form input:lang(es)[type=submit],
.blog-search-bar input:lang(es)[type=submit],
form.search-bar input:lang(es)[type=submit],
form#views-exposed-form-customer-tiles-tile-pane input:lang(es)[type=submit],
#google-search-query-form input:lang(es)[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:lang(es), #banner.tile-page a.button-green:lang(es), #banner.enterprise-marquee .cta-box a:lang(es), #banner.enterprise-marquee .cta-box input:lang(es)[type=submit], .chat-prompt .accept:lang(es), .job-posting a.apply:lang(es), #Webinar-Registration .content .column.form form input:lang(es)[type=submit] {
  font-size: 0.96rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 39.5em) {
  .primary-button:lang(es),
  .primary.button:lang(es),
  .green-button:lang(es), .secondary-button:lang(es),
  .secondary.button:lang(es),
  .blue-button:lang(es), .toggle-button:lang(es),
  .toggle.button:lang(es), .toggle-transparent-button:lang(es),
  .toggle.transparent.button:lang(es),
  .button-green:lang(es), .tertiary.button:lang(es), .white-button:lang(es), .outline-button:lang(es), .the-green-button:lang(es), .page-support-search-results .form-actions input:lang(es)[type=submit], .pert-wrap > div form input.submit:lang(es), .pert-wrap > div form input.reset:lang(es), .formsReinvention input:lang(es)[type=submit],
  .enterpriseForm input:lang(es)[type=submit],
  form.comment-form input:lang(es)[type=submit],
  .twentytwentyform input:lang(es)[type=submit],
  .google-search-form input:lang(es)[type=submit],
  .blog-search-bar input:lang(es)[type=submit],
  form.search-bar input:lang(es)[type=submit],
  form#views-exposed-form-customer-tiles-tile-pane input:lang(es)[type=submit],
  #google-search-query-form input:lang(es)[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:lang(es), #banner.tile-page a.button-green:lang(es), #banner.enterprise-marquee .cta-box a:lang(es), #banner.enterprise-marquee .cta-box input:lang(es)[type=submit], .chat-prompt .accept:lang(es), .job-posting a.apply:lang(es), #Webinar-Registration .content .column.form form input:lang(es)[type=submit] {
    font-size: 0.96rem;
    line-height: 1.5rem;
  }
}
.primary-button:lang(de),
.primary.button:lang(de),
.green-button:lang(de), .secondary-button:lang(de),
.secondary.button:lang(de),
.blue-button:lang(de), .toggle-button:lang(de),
.toggle.button:lang(de), .toggle-transparent-button:lang(de),
.toggle.transparent.button:lang(de),
.button-green:lang(de), .tertiary.button:lang(de), .white-button:lang(de), .outline-button:lang(de), .the-green-button:lang(de), .page-support-search-results .form-actions input:lang(de)[type=submit], .pert-wrap > div form input.submit:lang(de), .pert-wrap > div form input.reset:lang(de), .formsReinvention input:lang(de)[type=submit],
.enterpriseForm input:lang(de)[type=submit],
form.comment-form input:lang(de)[type=submit],
.twentytwentyform input:lang(de)[type=submit],
.google-search-form input:lang(de)[type=submit],
.blog-search-bar input:lang(de)[type=submit],
form.search-bar input:lang(de)[type=submit],
form#views-exposed-form-customer-tiles-tile-pane input:lang(de)[type=submit],
#google-search-query-form input:lang(de)[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:lang(de), #banner.tile-page a.button-green:lang(de), #banner.enterprise-marquee .cta-box a:lang(de), #banner.enterprise-marquee .cta-box input:lang(de)[type=submit], .chat-prompt .accept:lang(de), .job-posting a.apply:lang(de), #Webinar-Registration .content .column.form form input:lang(de)[type=submit] {
  font-size: 0.79rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 39.5em) {
  .primary-button:lang(de),
  .primary.button:lang(de),
  .green-button:lang(de), .secondary-button:lang(de),
  .secondary.button:lang(de),
  .blue-button:lang(de), .toggle-button:lang(de),
  .toggle.button:lang(de), .toggle-transparent-button:lang(de),
  .toggle.transparent.button:lang(de),
  .button-green:lang(de), .tertiary.button:lang(de), .white-button:lang(de), .outline-button:lang(de), .the-green-button:lang(de), .page-support-search-results .form-actions input:lang(de)[type=submit], .pert-wrap > div form input.submit:lang(de), .pert-wrap > div form input.reset:lang(de), .formsReinvention input:lang(de)[type=submit],
  .enterpriseForm input:lang(de)[type=submit],
  form.comment-form input:lang(de)[type=submit],
  .twentytwentyform input:lang(de)[type=submit],
  .google-search-form input:lang(de)[type=submit],
  .blog-search-bar input:lang(de)[type=submit],
  form.search-bar input:lang(de)[type=submit],
  form#views-exposed-form-customer-tiles-tile-pane input:lang(de)[type=submit],
  #google-search-query-form input:lang(de)[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:lang(de), #banner.tile-page a.button-green:lang(de), #banner.enterprise-marquee .cta-box a:lang(de), #banner.enterprise-marquee .cta-box input:lang(de)[type=submit], .chat-prompt .accept:lang(de), .job-posting a.apply:lang(de), #Webinar-Registration .content .column.form form input:lang(de)[type=submit] {
    font-size: 0.79rem;
    line-height: 1.5rem;
  }
}
.primary-button:lang(pt),
.primary.button:lang(pt),
.green-button:lang(pt), .secondary-button:lang(pt),
.secondary.button:lang(pt),
.blue-button:lang(pt), .toggle-button:lang(pt),
.toggle.button:lang(pt), .toggle-transparent-button:lang(pt),
.toggle.transparent.button:lang(pt),
.button-green:lang(pt), .tertiary.button:lang(pt), .white-button:lang(pt), .outline-button:lang(pt), .the-green-button:lang(pt), .page-support-search-results .form-actions input:lang(pt)[type=submit], .pert-wrap > div form input.submit:lang(pt), .pert-wrap > div form input.reset:lang(pt), .formsReinvention input:lang(pt)[type=submit],
.enterpriseForm input:lang(pt)[type=submit],
form.comment-form input:lang(pt)[type=submit],
.twentytwentyform input:lang(pt)[type=submit],
.google-search-form input:lang(pt)[type=submit],
.blog-search-bar input:lang(pt)[type=submit],
form.search-bar input:lang(pt)[type=submit],
form#views-exposed-form-customer-tiles-tile-pane input:lang(pt)[type=submit],
#google-search-query-form input:lang(pt)[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:lang(pt), #banner.tile-page a.button-green:lang(pt), #banner.enterprise-marquee .cta-box a:lang(pt), #banner.enterprise-marquee .cta-box input:lang(pt)[type=submit], .chat-prompt .accept:lang(pt), .job-posting a.apply:lang(pt), #Webinar-Registration .content .column.form form input:lang(pt)[type=submit] {
  font-size: 0.96rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 39.5em) {
  .primary-button:lang(pt),
  .primary.button:lang(pt),
  .green-button:lang(pt), .secondary-button:lang(pt),
  .secondary.button:lang(pt),
  .blue-button:lang(pt), .toggle-button:lang(pt),
  .toggle.button:lang(pt), .toggle-transparent-button:lang(pt),
  .toggle.transparent.button:lang(pt),
  .button-green:lang(pt), .tertiary.button:lang(pt), .white-button:lang(pt), .outline-button:lang(pt), .the-green-button:lang(pt), .page-support-search-results .form-actions input:lang(pt)[type=submit], .pert-wrap > div form input.submit:lang(pt), .pert-wrap > div form input.reset:lang(pt), .formsReinvention input:lang(pt)[type=submit],
  .enterpriseForm input:lang(pt)[type=submit],
  form.comment-form input:lang(pt)[type=submit],
  .twentytwentyform input:lang(pt)[type=submit],
  .google-search-form input:lang(pt)[type=submit],
  .blog-search-bar input:lang(pt)[type=submit],
  form.search-bar input:lang(pt)[type=submit],
  form#views-exposed-form-customer-tiles-tile-pane input:lang(pt)[type=submit],
  #google-search-query-form input:lang(pt)[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:lang(pt), #banner.tile-page a.button-green:lang(pt), #banner.enterprise-marquee .cta-box a:lang(pt), #banner.enterprise-marquee .cta-box input:lang(pt)[type=submit], .chat-prompt .accept:lang(pt), .job-posting a.apply:lang(pt), #Webinar-Registration .content .column.form form input:lang(pt)[type=submit] {
    font-size: 0.96rem;
    line-height: 1.5rem;
  }
}
.primary-button:lang(it),
.primary.button:lang(it),
.green-button:lang(it), .secondary-button:lang(it),
.secondary.button:lang(it),
.blue-button:lang(it), .toggle-button:lang(it),
.toggle.button:lang(it), .toggle-transparent-button:lang(it),
.toggle.transparent.button:lang(it),
.button-green:lang(it), .tertiary.button:lang(it), .white-button:lang(it), .outline-button:lang(it), .the-green-button:lang(it), .page-support-search-results .form-actions input:lang(it)[type=submit], .pert-wrap > div form input.submit:lang(it), .pert-wrap > div form input.reset:lang(it), .formsReinvention input:lang(it)[type=submit],
.enterpriseForm input:lang(it)[type=submit],
form.comment-form input:lang(it)[type=submit],
.twentytwentyform input:lang(it)[type=submit],
.google-search-form input:lang(it)[type=submit],
.blog-search-bar input:lang(it)[type=submit],
form.search-bar input:lang(it)[type=submit],
form#views-exposed-form-customer-tiles-tile-pane input:lang(it)[type=submit],
#google-search-query-form input:lang(it)[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:lang(it), #banner.tile-page a.button-green:lang(it), #banner.enterprise-marquee .cta-box a:lang(it), #banner.enterprise-marquee .cta-box input:lang(it)[type=submit], .chat-prompt .accept:lang(it), .job-posting a.apply:lang(it), #Webinar-Registration .content .column.form form input:lang(it)[type=submit] {
  font-size: 0.96rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 39.5em) {
  .primary-button:lang(it),
  .primary.button:lang(it),
  .green-button:lang(it), .secondary-button:lang(it),
  .secondary.button:lang(it),
  .blue-button:lang(it), .toggle-button:lang(it),
  .toggle.button:lang(it), .toggle-transparent-button:lang(it),
  .toggle.transparent.button:lang(it),
  .button-green:lang(it), .tertiary.button:lang(it), .white-button:lang(it), .outline-button:lang(it), .the-green-button:lang(it), .page-support-search-results .form-actions input:lang(it)[type=submit], .pert-wrap > div form input.submit:lang(it), .pert-wrap > div form input.reset:lang(it), .formsReinvention input:lang(it)[type=submit],
  .enterpriseForm input:lang(it)[type=submit],
  form.comment-form input:lang(it)[type=submit],
  .twentytwentyform input:lang(it)[type=submit],
  .google-search-form input:lang(it)[type=submit],
  .blog-search-bar input:lang(it)[type=submit],
  form.search-bar input:lang(it)[type=submit],
  form#views-exposed-form-customer-tiles-tile-pane input:lang(it)[type=submit],
  #google-search-query-form input:lang(it)[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:lang(it), #banner.tile-page a.button-green:lang(it), #banner.enterprise-marquee .cta-box a:lang(it), #banner.enterprise-marquee .cta-box input:lang(it)[type=submit], .chat-prompt .accept:lang(it), .job-posting a.apply:lang(it), #Webinar-Registration .content .column.form form input:lang(it)[type=submit] {
    font-size: 0.96rem;
    line-height: 1.5rem;
  }
}
.primary-button:lang(ja),
.primary.button:lang(ja),
.green-button:lang(ja), .secondary-button:lang(ja),
.secondary.button:lang(ja),
.blue-button:lang(ja), .toggle-button:lang(ja),
.toggle.button:lang(ja), .toggle-transparent-button:lang(ja),
.toggle.transparent.button:lang(ja),
.button-green:lang(ja), .tertiary.button:lang(ja), .white-button:lang(ja), .outline-button:lang(ja), .the-green-button:lang(ja), .page-support-search-results .form-actions input:lang(ja)[type=submit], .pert-wrap > div form input.submit:lang(ja), .pert-wrap > div form input.reset:lang(ja), .formsReinvention input:lang(ja)[type=submit],
.enterpriseForm input:lang(ja)[type=submit],
form.comment-form input:lang(ja)[type=submit],
.twentytwentyform input:lang(ja)[type=submit],
.google-search-form input:lang(ja)[type=submit],
.blog-search-bar input:lang(ja)[type=submit],
form.search-bar input:lang(ja)[type=submit],
form#views-exposed-form-customer-tiles-tile-pane input:lang(ja)[type=submit],
#google-search-query-form input:lang(ja)[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:lang(ja), #banner.tile-page a.button-green:lang(ja), #banner.enterprise-marquee .cta-box a:lang(ja), #banner.enterprise-marquee .cta-box input:lang(ja)[type=submit], .chat-prompt .accept:lang(ja), .job-posting a.apply:lang(ja), #Webinar-Registration .content .column.form form input:lang(ja)[type=submit] {
  font-size: 1.12rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 39.5em) {
  .primary-button:lang(ja),
  .primary.button:lang(ja),
  .green-button:lang(ja), .secondary-button:lang(ja),
  .secondary.button:lang(ja),
  .blue-button:lang(ja), .toggle-button:lang(ja),
  .toggle.button:lang(ja), .toggle-transparent-button:lang(ja),
  .toggle.transparent.button:lang(ja),
  .button-green:lang(ja), .tertiary.button:lang(ja), .white-button:lang(ja), .outline-button:lang(ja), .the-green-button:lang(ja), .page-support-search-results .form-actions input:lang(ja)[type=submit], .pert-wrap > div form input.submit:lang(ja), .pert-wrap > div form input.reset:lang(ja), .formsReinvention input:lang(ja)[type=submit],
  .enterpriseForm input:lang(ja)[type=submit],
  form.comment-form input:lang(ja)[type=submit],
  .twentytwentyform input:lang(ja)[type=submit],
  .google-search-form input:lang(ja)[type=submit],
  .blog-search-bar input:lang(ja)[type=submit],
  form.search-bar input:lang(ja)[type=submit],
  form#views-exposed-form-customer-tiles-tile-pane input:lang(ja)[type=submit],
  #google-search-query-form input:lang(ja)[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:lang(ja), #banner.tile-page a.button-green:lang(ja), #banner.enterprise-marquee .cta-box a:lang(ja), #banner.enterprise-marquee .cta-box input:lang(ja)[type=submit], .chat-prompt .accept:lang(ja), .job-posting a.apply:lang(ja), #Webinar-Registration .content .column.form form input:lang(ja)[type=submit] {
    font-size: 1.69rem;
    line-height: 1.5rem;
  }
}
.primary-button:lang(ru),
.primary.button:lang(ru),
.green-button:lang(ru), .secondary-button:lang(ru),
.secondary.button:lang(ru),
.blue-button:lang(ru), .toggle-button:lang(ru),
.toggle.button:lang(ru), .toggle-transparent-button:lang(ru),
.toggle.transparent.button:lang(ru),
.button-green:lang(ru), .tertiary.button:lang(ru), .white-button:lang(ru), .outline-button:lang(ru), .the-green-button:lang(ru), .page-support-search-results .form-actions input:lang(ru)[type=submit], .pert-wrap > div form input.submit:lang(ru), .pert-wrap > div form input.reset:lang(ru), .formsReinvention input:lang(ru)[type=submit],
.enterpriseForm input:lang(ru)[type=submit],
form.comment-form input:lang(ru)[type=submit],
.twentytwentyform input:lang(ru)[type=submit],
.google-search-form input:lang(ru)[type=submit],
.blog-search-bar input:lang(ru)[type=submit],
form.search-bar input:lang(ru)[type=submit],
form#views-exposed-form-customer-tiles-tile-pane input:lang(ru)[type=submit],
#google-search-query-form input:lang(ru)[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:lang(ru), #banner.tile-page a.button-green:lang(ru), #banner.enterprise-marquee .cta-box a:lang(ru), #banner.enterprise-marquee .cta-box input:lang(ru)[type=submit], .chat-prompt .accept:lang(ru), .job-posting a.apply:lang(ru), #Webinar-Registration .content .column.form form input:lang(ru)[type=submit] {
  font-size: 0.96rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 39.5em) {
  .primary-button:lang(ru),
  .primary.button:lang(ru),
  .green-button:lang(ru), .secondary-button:lang(ru),
  .secondary.button:lang(ru),
  .blue-button:lang(ru), .toggle-button:lang(ru),
  .toggle.button:lang(ru), .toggle-transparent-button:lang(ru),
  .toggle.transparent.button:lang(ru),
  .button-green:lang(ru), .tertiary.button:lang(ru), .white-button:lang(ru), .outline-button:lang(ru), .the-green-button:lang(ru), .page-support-search-results .form-actions input:lang(ru)[type=submit], .pert-wrap > div form input.submit:lang(ru), .pert-wrap > div form input.reset:lang(ru), .formsReinvention input:lang(ru)[type=submit],
  .enterpriseForm input:lang(ru)[type=submit],
  form.comment-form input:lang(ru)[type=submit],
  .twentytwentyform input:lang(ru)[type=submit],
  .google-search-form input:lang(ru)[type=submit],
  .blog-search-bar input:lang(ru)[type=submit],
  form.search-bar input:lang(ru)[type=submit],
  form#views-exposed-form-customer-tiles-tile-pane input:lang(ru)[type=submit],
  #google-search-query-form input:lang(ru)[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:lang(ru), #banner.tile-page a.button-green:lang(ru), #banner.enterprise-marquee .cta-box a:lang(ru), #banner.enterprise-marquee .cta-box input:lang(ru)[type=submit], .chat-prompt .accept:lang(ru), .job-posting a.apply:lang(ru), #Webinar-Registration .content .column.form form input:lang(ru)[type=submit] {
    font-size: 0.96rem;
    line-height: 1.5rem;
  }
}
.primary-button:lang(fr),
.primary.button:lang(fr),
.green-button:lang(fr), .secondary-button:lang(fr),
.secondary.button:lang(fr),
.blue-button:lang(fr), .toggle-button:lang(fr),
.toggle.button:lang(fr), .toggle-transparent-button:lang(fr),
.toggle.transparent.button:lang(fr),
.button-green:lang(fr), .tertiary.button:lang(fr), .white-button:lang(fr), .outline-button:lang(fr), .the-green-button:lang(fr), .page-support-search-results .form-actions input:lang(fr)[type=submit], .pert-wrap > div form input.submit:lang(fr), .pert-wrap > div form input.reset:lang(fr), .formsReinvention input:lang(fr)[type=submit],
.enterpriseForm input:lang(fr)[type=submit],
form.comment-form input:lang(fr)[type=submit],
.twentytwentyform input:lang(fr)[type=submit],
.google-search-form input:lang(fr)[type=submit],
.blog-search-bar input:lang(fr)[type=submit],
form.search-bar input:lang(fr)[type=submit],
form#views-exposed-form-customer-tiles-tile-pane input:lang(fr)[type=submit],
#google-search-query-form input:lang(fr)[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:lang(fr), #banner.tile-page a.button-green:lang(fr), #banner.enterprise-marquee .cta-box a:lang(fr), #banner.enterprise-marquee .cta-box input:lang(fr)[type=submit], .chat-prompt .accept:lang(fr), .job-posting a.apply:lang(fr), #Webinar-Registration .content .column.form form input:lang(fr)[type=submit] {
  font-size: 0.96rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 39.5em) {
  .primary-button:lang(fr),
  .primary.button:lang(fr),
  .green-button:lang(fr), .secondary-button:lang(fr),
  .secondary.button:lang(fr),
  .blue-button:lang(fr), .toggle-button:lang(fr),
  .toggle.button:lang(fr), .toggle-transparent-button:lang(fr),
  .toggle.transparent.button:lang(fr),
  .button-green:lang(fr), .tertiary.button:lang(fr), .white-button:lang(fr), .outline-button:lang(fr), .the-green-button:lang(fr), .page-support-search-results .form-actions input:lang(fr)[type=submit], .pert-wrap > div form input.submit:lang(fr), .pert-wrap > div form input.reset:lang(fr), .formsReinvention input:lang(fr)[type=submit],
  .enterpriseForm input:lang(fr)[type=submit],
  form.comment-form input:lang(fr)[type=submit],
  .twentytwentyform input:lang(fr)[type=submit],
  .google-search-form input:lang(fr)[type=submit],
  .blog-search-bar input:lang(fr)[type=submit],
  form.search-bar input:lang(fr)[type=submit],
  form#views-exposed-form-customer-tiles-tile-pane input:lang(fr)[type=submit],
  #google-search-query-form input:lang(fr)[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:lang(fr), #banner.tile-page a.button-green:lang(fr), #banner.enterprise-marquee .cta-box a:lang(fr), #banner.enterprise-marquee .cta-box input:lang(fr)[type=submit], .chat-prompt .accept:lang(fr), .job-posting a.apply:lang(fr), #Webinar-Registration .content .column.form form input:lang(fr)[type=submit] {
    font-size: 0.96rem;
    line-height: 1.5rem;
  }
}
.primary-button:hover,
.primary.button:hover,
.green-button:hover, .secondary-button:hover,
.secondary.button:hover,
.blue-button:hover, .toggle-button:hover,
.toggle.button:hover, .toggle-transparent-button:hover,
.button-green:hover, .tertiary.button:hover, .white-button:hover, .outline-button:hover, .the-green-button:hover, .page-support-search-results .form-actions input:hover[type=submit], .pert-wrap > div form input.submit:hover, .pert-wrap > div form input.reset:hover, .formsReinvention input:hover[type=submit],
.enterpriseForm input:hover[type=submit],
form.comment-form input:hover[type=submit],
.twentytwentyform input:hover[type=submit],
.google-search-form input:hover[type=submit],
.blog-search-bar input:hover[type=submit],
form.search-bar input:hover[type=submit],
form#views-exposed-form-customer-tiles-tile-pane input:hover[type=submit],
#google-search-query-form input:hover[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:hover, #banner.tile-page a.button-green:hover, #banner.enterprise-marquee .cta-box a:hover, #banner.enterprise-marquee .cta-box input:hover[type=submit], .chat-prompt .accept:hover, .job-posting a.apply:hover, #Webinar-Registration .content .column.form form input:hover[type=submit] {
  text-decoration: none;
}

.primary-button:link,
.primary.button:link,
.green-button:link, .secondary-button:link,
.secondary.button:link,
.blue-button:link, .toggle-button:link,
.toggle.button:link, .toggle-transparent-button:link,
.button-green:link, .tertiary.button:link, .white-button:link, .outline-button:link, .the-green-button:link, .page-support-search-results .form-actions input:link[type=submit], .pert-wrap > div form input.submit:link, .pert-wrap > div form input.reset:link, .formsReinvention input:link[type=submit],
.enterpriseForm input:link[type=submit],
form.comment-form input:link[type=submit],
.twentytwentyform input:link[type=submit],
.google-search-form input:link[type=submit],
.blog-search-bar input:link[type=submit],
form.search-bar input:link[type=submit],
form#views-exposed-form-customer-tiles-tile-pane input:link[type=submit],
#google-search-query-form input:link[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:link, #banner.tile-page a.button-green:link, #banner.enterprise-marquee .cta-box a:link, #banner.enterprise-marquee .cta-box input:link[type=submit], .chat-prompt .accept:link, .job-posting a.apply:link, #Webinar-Registration .content .column.form form input:link[type=submit] {
  color: #fff;
}

.primary-button:link:hover,
.primary.button:link:hover,
.green-button:link:hover, .secondary-button:link:hover,
.secondary.button:link:hover,
.blue-button:link:hover, .toggle-button:link:hover,
.toggle.button:link:hover, .toggle-transparent-button:link:hover,
.button-green:link:hover, .tertiary.button:link:hover, .white-button:link:hover, .outline-button:link:hover, .the-green-button:link:hover, .page-support-search-results .form-actions input:link:hover[type=submit], .pert-wrap > div form input.submit:link:hover, .pert-wrap > div form input.reset:link:hover, .formsReinvention input:link:hover[type=submit],
.enterpriseForm input:link:hover[type=submit],
form.comment-form input:link:hover[type=submit],
.twentytwentyform input:link:hover[type=submit],
.google-search-form input:link:hover[type=submit],
.blog-search-bar input:link:hover[type=submit],
form.search-bar input:link:hover[type=submit],
form#views-exposed-form-customer-tiles-tile-pane input:link:hover[type=submit],
#google-search-query-form input:link:hover[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:link:hover, #banner.tile-page a.button-green:link:hover, #banner.enterprise-marquee .cta-box a:link:hover, #banner.enterprise-marquee .cta-box input:link:hover[type=submit], .chat-prompt .accept:link:hover, .job-posting a.apply:link:hover, #Webinar-Registration .content .column.form form input:link:hover[type=submit] {
  color: #fff;
  text-decoration: none;
}

.primary-button:visited,
.primary.button:visited,
.green-button:visited, .secondary-button:visited,
.secondary.button:visited,
.blue-button:visited, .toggle-button:visited,
.toggle.button:visited, .toggle-transparent-button:visited,
.button-green:visited, .tertiary.button:visited, .white-button:visited, .outline-button:visited, .the-green-button:visited, .page-support-search-results .form-actions input:visited[type=submit], .pert-wrap > div form input.submit:visited, .pert-wrap > div form input.reset:visited, .formsReinvention input:visited[type=submit],
.enterpriseForm input:visited[type=submit],
form.comment-form input:visited[type=submit],
.twentytwentyform input:visited[type=submit],
.google-search-form input:visited[type=submit],
.blog-search-bar input:visited[type=submit],
form.search-bar input:visited[type=submit],
form#views-exposed-form-customer-tiles-tile-pane input:visited[type=submit],
#google-search-query-form input:visited[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:visited, #banner.tile-page a.button-green:visited, #banner.enterprise-marquee .cta-box a:visited, #banner.enterprise-marquee .cta-box input:visited[type=submit], .chat-prompt .accept:visited, .job-posting a.apply:visited, #Webinar-Registration .content .column.form form input:visited[type=submit] {
  color: #fff;
}

.primary-button:visited:hover,
.primary.button:visited:hover,
.green-button:visited:hover, .secondary-button:visited:hover,
.secondary.button:visited:hover,
.blue-button:visited:hover, .toggle-button:visited:hover,
.toggle.button:visited:hover, .toggle-transparent-button:visited:hover,
.button-green:visited:hover, .tertiary.button:visited:hover, .white-button:visited:hover, .outline-button:visited:hover, .the-green-button:visited:hover, .page-support-search-results .form-actions input:visited:hover[type=submit], .pert-wrap > div form input.submit:visited:hover, .pert-wrap > div form input.reset:visited:hover, .formsReinvention input:visited:hover[type=submit],
.enterpriseForm input:visited:hover[type=submit],
form.comment-form input:visited:hover[type=submit],
.twentytwentyform input:visited:hover[type=submit],
.google-search-form input:visited:hover[type=submit],
.blog-search-bar input:visited:hover[type=submit],
form.search-bar input:visited:hover[type=submit],
form#views-exposed-form-customer-tiles-tile-pane input:visited:hover[type=submit],
#google-search-query-form input:visited:hover[type=submit], #CybotCookiebotDialogBodyLevelButtonAccept:visited:hover, #banner.tile-page a.button-green:visited:hover, #banner.enterprise-marquee .cta-box a:visited:hover, #banner.enterprise-marquee .cta-box input:visited:hover[type=submit], .chat-prompt .accept:visited:hover, .job-posting a.apply:visited:hover, #Webinar-Registration .content .column.form form input:visited:hover[type=submit] {
  color: #fff;
  text-decoration: none;
}

input.primary-button,
input.primary.button,
input.green-button, input.secondary-button,
input.secondary.button,
input.blue-button, input.toggle-button,
input.toggle.button, input.toggle-transparent-button,
input.toggle.transparent.button,
input.button-green, input.tertiary.button, input.white-button, input.outline-button, input.the-green-button, .page-support-search-results .form-actions input[type=submit], .pert-wrap > div form input.submit, .pert-wrap > div form input.reset, .formsReinvention input[type=submit],
.enterpriseForm input[type=submit],
form.comment-form input[type=submit],
.twentytwentyform input[type=submit],
.google-search-form input[type=submit],
.blog-search-bar input[type=submit],
form.search-bar input[type=submit],
form#views-exposed-form-customer-tiles-tile-pane input[type=submit],
#google-search-query-form input[type=submit], input#CybotCookiebotDialogBodyLevelButtonAccept, #banner.enterprise-marquee .cta-box input[type=submit], .chat-prompt input.accept, #Webinar-Registration .content .column.form form input[type=submit] {
  padding: 0 2rem;
}

.primary-button,
.primary.button,
.green-button {
  background: #3FAD48;
  border: 2px solid #96E65C;
}

@media only print {
  .primary-button,
  .primary.button,
  .green-button {
    display: none !important;
  }
}
.primary-button:hover,
.primary.button:hover,
.green-button:hover {
  background: #96E65C;
}

.secondary-button,
.secondary.button,
.blue-button {
  background: #0e2947;
  border: 2px solid #08689a;
}

@media only print {
  .secondary-button,
  .secondary.button,
  .blue-button {
    display: none !important;
  }
}
.secondary-button:hover,
.secondary.button:hover,
.blue-button:hover {
  background: #08689a;
}

.toggle-button,
.toggle.button {
  color: #fff;
  background: #0e2947;
  border: 2px solid #08689a;
}

@media only print {
  .toggle-button,
  .toggle.button {
    display: none !important;
  }
}
.toggle-button:active,
.toggle.button:active {
  background: #9c9c9c;
  border: 2px solid #f3f3f3;
}

.toggle-transparent-button,
.toggle.transparent.button {
  color: #fff;
  background: #0e2947;
  border: 2px solid #08689a;
}

@media only print {
  .toggle-transparent-button,
  .toggle.transparent.button {
    display: none !important;
  }
}
.toggle-transparent-button:active,
.toggle.transparent.button:active {
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f3f3f3;
}

.blade {
  display: block;
  width: 100%;
  float: left;
  padding: 3.889em 0;
  position: relative;
  border-bottom: 1px solid #d0d2d3;
}

@media screen and (min-width: 64em) {
  .blade {
    padding: 6.2em 0;
  }
}
.blade p {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 2.469em 0;
}

.blade p li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.blade p li li {
  font-size: 0.889em;
}

.blade ul {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

.blade ul li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.blade ul li li {
  font-size: 0.889em;
}

.blade ul p {
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.429em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

.blade ul p li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.blade:before {
  content: " ";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2em;
  z-index: -1;
  background: #ffffff url(/sites/default/files/blade-shadow.png) top center no-repeat;
}

.border.blade {
  border-top: 35px solid #d9e2e2;
}

.border.blade:before {
  display: none;
}

@media screen and (min-width: 64em) {
  .blade {
    margin: 0 auto;
  }
}
.blade .container {
  position: relative;
  display: block;
  margin: 0 1em;
  width: auto;
  float: none;
}

@media screen and (min-width: 39.5em) {
  .blade .container {
    margin: 0 2em;
  }
}
@media screen and (min-width: 79em) {
  .blade .container {
    margin: 0 auto;
    max-width: 75em;
  }
}
.blade .container h3 {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 39.5em) {
  .blade .container h3 {
    font-size: 2.625em;
    line-height: 1.143em;
  }
}
.blade .container > h2 {
  text-align: center;
}

.blade .container > p {
  text-align: center;
}

.blade .container h2 {
  font-style: normal;
  font-size: 2.625em;
  line-height: 1.143em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin-bottom: 0.61em;
}

@media screen and (min-width: 39.5em) {
  .blade .container h2 {
    font-size: 3.25em;
    line-height: 1.192em;
    letter-spacing: -0.05em;
  }
}
.blade .container ol li {
  text-align: left;
}

.blade .container .award-badge {
  width: 6em;
  display: block;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 39.5em) {
  .blade .container .award-badge {
    width: 8.75em;
    top: -2.5em;
    left: 0;
    position: absolute;
  }
}
.blade .container .award-badge img {
  width: 100%;
}

@media screen and (min-width: 64em) {
  .blade .container .graphic, .blade .container picture {
    width: 57.29%;
    float: right;
    padding: 0;
  }
}
.blade .container .graphic > img, .blade .container .graphic source, .blade .container picture > img, .blade .container picture source {
  margin-bottom: 0.625em;
}

.blade .container .graphic.video, .blade .container picture.video {
  padding: 0;
}

.blade .container .graphic.video p, .blade .container picture.video p {
  display: none;
}

@media screen and (min-width: 64em) {
  .blade .container .graphic.video p, .blade .container picture.video p {
    display: block;
  }
}
.blade .container .graphic .thumbs, .blade .container picture .thumbs {
  text-align: left;
  margin-bottom: 1em;
}

@media screen and (min-width: 64em) {
  .blade .container .graphic .thumbs, .blade .container picture .thumbs {
    margin-bottom: 0;
  }
}
.blade .container .graphic .thumbs img:nth-child(-n+3), .blade .container picture .thumbs img:nth-child(-n+3) {
  margin-right: 0.36em;
}

.blade .container .graphic .blade-slider ul.slides li .video-container, .blade .container picture .blade-slider ul.slides li .video-container {
  margin-bottom: 0;
}

.blade .container .graphic .blade-slider ul.flex-direction-nav, .blade .container picture .blade-slider ul.flex-direction-nav {
  clear: both;
  opacity: 0;
}

.blade .container .graphic .blade-slider ol.flex-control-nav, .blade .container picture .blade-slider ol.flex-control-nav {
  position: inherit;
  bottom: inherit;
  margin-top: 0.5em;
  display: table;
  margin: auto;
  width: inherit;
  margin-bottom: 1.6em;
}

@media screen and (min-width: 39.5em) {
  .blade .container .graphic .blade-slider ol.flex-control-nav, .blade .container picture .blade-slider ol.flex-control-nav {
    display: block;
    margin-bottom: 0;
  }
}
.blade .container .graphic .blade-slider ol.flex-control-nav li, .blade .container picture .blade-slider ol.flex-control-nav li {
  float: left;
  margin: 0 0.624em 0 0;
}

@media screen and (min-width: 39.5em) {
  .blade .container .graphic .blade-slider ol.flex-control-nav li, .blade .container picture .blade-slider ol.flex-control-nav li {
    width: 7.17em;
    height: 4.563em;
  }
}
.blade .container .graphic .blade-slider ol.flex-control-nav li:last-child, .blade .container picture .blade-slider ol.flex-control-nav li:last-child {
  margin: 0;
}

.blade .container .graphic .blade-slider ol.flex-control-nav li a, .blade .container picture .blade-slider ol.flex-control-nav li a {
  background: #d0d2d3;
  border: none;
  color: #FFFFFF;
  text-indent: 0;
  text-align: center;
  padding: 0.275em 0.5em;
  min-width: 16px;
  height: auto;
  width: auto;
  font-size: 0.688em;
  line-height: 1em;
  border-radius: 8px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

@media screen and (min-width: 39.5em) {
  .blade .container .graphic .blade-slider ol.flex-control-nav li a, .blade .container picture .blade-slider ol.flex-control-nav li a {
    border: 1px solid #d0d2d3;
    border-radius: 0;
    padding: 0.1em !important;
    display: block !important;
    background: #FFFFFF !important;
  }
}
@media screen and (min-width: 39.5em) {
  .blade .container .graphic .blade-slider ol.flex-control-nav li a.flex-active, .blade .container picture .blade-slider ol.flex-control-nav li a.flex-active {
    border: 1px solid #08689a;
  }
}
@media screen and (min-width: 39.5em) {
  .blade .container .graphic .blade-slider ol.flex-control-nav li a, .blade .container picture .blade-slider ol.flex-control-nav li a {
    display: inline;
    padding: 0;
    font-size: 1em;
  }
}
.blade .container .graphic .blade-slider ol.flex-control-nav li a span, .blade .container picture .blade-slider ol.flex-control-nav li a span {
  display: block;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 39.5em) {
  .blade .container .graphic .blade-slider ol.flex-control-nav li a span, .blade .container picture .blade-slider ol.flex-control-nav li a span {
    height: 4.563em;
  }
}
@media screen and (min-width: 39.5em) {
  .blade .container .graphic .blade-slider ol.flex-control-nav li a span.slider-count, .blade .container picture .blade-slider ol.flex-control-nav li a span.slider-count {
    display: none;
  }
}
.blade .container .graphic .blade-slider ol.flex-control-nav li a span.video-thumbnail, .blade .container picture .blade-slider ol.flex-control-nav li a span.video-thumbnail {
  background-size: cover;
  border: 1px solid #d0d2d3;
  display: none;
}

@media screen and (min-width: 39.5em) {
  .blade .container .graphic .blade-slider ol.flex-control-nav li a span.video-thumbnail, .blade .container picture .blade-slider ol.flex-control-nav li a span.video-thumbnail {
    display: block;
  }
}
@media screen and (min-width: 39.5em) {
  .blade .container .graphic .blade-slider ol.flex-control-nav li a span.video-thumbnail:before, .blade .container picture .blade-slider ol.flex-control-nav li a span.video-thumbnail:before {
    width: 2em;
    content: " ";
    background-image: url(https://www.smartsheet.com/sites/default/files/play-btn.svg);
    position: absolute;
    height: 2em;
    background-size: 4em;
    margin-top: 1.5em;
    margin-left: -1em;
  }
  .blade .container .graphic .blade-slider ol.flex-control-nav li a span.video-thumbnail:before::hover, .blade .container picture .blade-slider ol.flex-control-nav li a span.video-thumbnail:before::hover {
    background-size: 10em;
    width: 15em;
  }
}
@media screen and (min-width: 39.5em) {
  .blade .container .graphic .blade-slider ol.flex-control-nav li a:hover, .blade .container picture .blade-slider ol.flex-control-nav li a:hover {
    border: 1px solid #08689a;
  }
}
.blade .container .text.top-align h3, .blade .container .text.top h3 {
  margin-top: 0;
}

.blade .container .text h3 {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin-bottom: 0.514em;
}

@media screen and (min-width: 39.5em) {
  .blade .container .text h3 {
    font-size: 2.625em;
    line-height: 1.143em;
  }
}
.blade .container .text h4 {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin-bottom: 0.75em;
}

.blade .container .text h4 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.blade .container .text h4 li li {
  font-size: 0.889em;
}

@media screen and (min-width: 39.5em) {
  .blade .container .text h4 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
.blade .container .text ol {
  margin-top: 1em;
}

.blade .container .text ol li {
  list-style-type: decimal;
  margin: 0 0 1em 1.1em;
}

.blade .container .text ul {
  margin-top: 1em;
}

@media screen and (min-width: 64em) {
  .blade .container .text {
    padding: 0;
    width: 38.54%;
    float: left;
  }
}
.blade .container .text p + a {
  margin-top: 2em;
}

.blade .container .text p > a {
  margin-top: 2em;
}

.blade .container .text a.button-green, .blade .container .text a.secondary-button {
  display: inline-block;
  max-width: none;
}

.blade .container .text a img {
  display: block;
  max-width: 100%;
  margin: 1em 0 0 0;
}

.blade .container > h3, .blade .container > p {
  display: block;
}

@media screen and (min-width: 64em) {
  .blade .container > h3, .blade .container > p {
    text-align: center;
  }
}
.blade .container blockquote {
  font-size: 1.2em;
  line-height: 1.3em;
  font-style: italic;
}

.blade .container blockquote footer {
  font-size: 0.875em;
  padding: 0.75em 0 0 0;
}

.blade .container .feature {
  width: 100%;
  padding: 1em 1em 1.333em 1em;
  display: block;
  float: left;
}

@media screen and (min-width: 500px) and (max-width: 789px) {
  .blade .container .feature {
    width: 45%;
    margin: 0 4.5% 0 0;
  }
  .blade .container .feature:nth-child(odd) {
    margin: 0;
  }
}
@media screen and (min-width: 790px) {
  .blade .container .feature {
    width: 20%;
    margin: 0 6.5% 0 0;
    padding: 0;
  }
  .blade .container .feature:last-child {
    margin: 0;
  }
}
.blade .container .feature h3 {
  display: block;
  text-align: center;
}

@media screen and (min-width: 790px) {
  .blade .container .feature h3 {
    white-space: nowrap;
  }
}
.blade .container .feature img {
  display: block;
  margin: 0 auto;
  width: 11em;
}

.blade .container .quote-image {
  display: none;
}

@media screen and (min-width: 64em) {
  .blade .container .quote-image {
    display: block;
    position: absolute;
    top: 5.93em;
    left: 16em;
  }
}
.blade .video-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 0 0 1em 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.9em;
}

.blade .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blade.no-shadow:before, .blade.first:before {
  background: none;
}

@media screen and (min-width: 64em) {
  .blade.reverse .container .graphic, .blade.reverse .container picture {
    float: left;
  }
  .blade.reverse .container .text {
    float: right;
    width: 33%;
    padding: 0;
  }
}
.blade.cta-only {
  text-align: center;
}

.blade.logo-bar {
  text-align: center;
  padding: 4em 0 3em 0;
}

.blade.logo-bar img {
  width: 100%;
}

@media screen and (min-width: 64em) {
  .blade .container {
    text-align: center;
  }
}
.blade .container > h3 {
  font-style: normal;
  font-size: 2.625em;
  line-height: 1.143em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 39.5em) {
  .blade .container > h3 {
    font-size: 3.25em;
    line-height: 1.192em;
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 64em) {
  .blade .container .text {
    text-align: left;
  }
}
.blade .container .copy {
  text-align: left;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 39.5em) {
  .blade .container .copy {
    margin: 0 1em 1em 0;
  }
}
@media screen and (min-width: 64em) {
  .blade .container .copy {
    width: 37%;
    float: left;
    padding-right: 2em;
  }
}
.blade .container .copy > h3 {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  text-align: left;
}

.blade .container .copy > h3 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.blade .container .copy > h3 li li {
  font-size: 0.889em;
}

@media screen and (min-width: 39.5em) {
  .blade .container .copy > h3 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
.blade .container .copy > p {
  text-align: left;
}

.blade .container .copy > p:last-child {
  margin-bottom: 0;
}

.blade .container .copy p + a {
  margin-top: 2em;
}

@media screen and (min-width: 39.5em) {
  .blade .container .copy + picture,
  .blade .container .copy + img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .blade .container .copy + picture,
  .blade .container .copy + img {
    float: right;
    max-width: 36em;
  }
}
.blade.three-col h3 {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin-bottom: 0.514em;
  margin-bottom: 0.5em;
  text-align: center;
}

@media screen and (min-width: 39.5em) {
  .blade.three-col h3 {
    font-size: 2.625em;
    line-height: 1.143em;
  }
}
.blade.three-col h4 {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

.blade.three-col h4 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.blade.three-col h4 li li {
  font-size: 0.889em;
}

@media screen and (min-width: 39.5em) {
  .blade.three-col h4 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
.blade.three-col .container .col {
  clear: both;
}

.blade.three-col .container .col img {
  margin-bottom: 1em;
}

@media screen and (min-width: 39.5em) {
  .blade.three-col .container .col img {
    float: left;
    width: 30%;
  }
  .blade.three-col .container .col div {
    float: left;
    width: 60%;
    padding-left: 1.9em;
  }
}
@media screen and (min-width: 64em) {
  .blade.three-col .container .col {
    clear: none;
    width: 30%;
    margin: 0 0.9em;
    float: left;
    text-align: left;
  }
  .blade.three-col .container .col img {
    float: none;
    width: 100%;
  }
  .blade.three-col .container .col div {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.blade.three-col-tile h3 {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin-bottom: 0.514em;
  margin-bottom: 0.5em;
  text-align: center;
}

@media screen and (min-width: 39.5em) {
  .blade.three-col-tile h3 {
    font-size: 2.625em;
    line-height: 1.143em;
  }
}
.blade.three-col-tile .container .col {
  float: left;
  text-align: left;
  min-width: 18.2em;
}

.blade.three-col-tile .container .col:nth-child(-n+2) {
  margin-bottom: 1.8em;
}

@media screen and (min-width: 39.5em) {
  .blade.three-col-tile .container .col {
    width: 30%;
    margin: 0 0.9em;
  }
}
@media screen and (min-width: 64em) {
  .blade.three-col-tile .container .col:nth-child(-n+2) {
    margin-bottom: 0;
  }
}
.blade.three-col-tile .container .col h4 {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin-bottom: 0.75em;
}

.blade.three-col-tile .container .col h4 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.blade.three-col-tile .container .col h4 li li {
  font-size: 0.889em;
}

@media screen and (min-width: 39.5em) {
  .blade.three-col-tile .container .col h4 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
.blade.three-col-tile .container .col img {
  margin-bottom: 1em;
}

.blade.three-col-tile .container .col > a {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  text-decoration: none;
  color: #323232;
}

.blade.three-col-tile .container .col > a h4 {
  padding: 0 1em 1em 1em;
  text-decoration: none;
}

.blade.three-col-tile .container .col > a p {
  padding: 0 1em 1em 1em;
}

.blade.three-col-tile .container .col > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 25px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 25px 4px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.blade.tablet .container h3 {
  text-align: left;
}

@media screen and (min-width: 39.5em) {
  .blade.tablet .container .graphic, .blade.tablet .container picture {
    width: 64%;
    float: right;
    padding: 0 0 0 1.9em;
  }
}
@media screen and (min-width: 64em) {
  .blade.tablet .container .graphic, .blade.tablet .container picture {
    width: 64%;
    float: right;
    padding: 0;
  }
}
@media screen and (min-width: 39.5em) {
  .blade.tablet .container .text {
    text-align: left;
  }
}
@media screen and (min-width: 39.5em) {
  .blade.tablet .container .copy {
    width: 30%;
    float: left;
    margin-right: 3%;
  }
}
@media screen and (min-width: 39.5em) {
  .blade.tablet .container .copy + img,
  .blade.tablet .container .copy + picture {
    max-width: 36em;
    float: right;
    width: 55%;
  }
}
.blade.slider h3 {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin-bottom: 0.514em;
  text-align: center;
}

@media screen and (min-width: 39.5em) {
  .blade.slider h3 {
    font-size: 2.625em;
    line-height: 1.143em;
  }
}
.blade.slider h5 {
  text-align: center;
  font-weight: bold;
}

.blade.slider .container h5 {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

.blade.slider .container h5 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.blade.slider .container h5 li li {
  font-size: 0.889em;
}

.blade.quote .container img {
  max-width: 155px;
  display: block;
  margin: auto;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 39.5em) {
  .blade.quote .container img {
    width: 17%;
    margin: 0;
    display: inline-block;
  }
  .blade.quote .container .text {
    float: right;
    width: 82.5%;
    padding: 0 0 0 1.5em;
  }
}
.blade.case-study .container h3 {
  text-align: left;
}

.blade.case-study .container div.text p.label {
  color: #3FAD48;
}

.blade a.tile .text {
  width: 100%;
  padding: 0.4em 1.25em 1.25em 1.25em;
}

@media screen and (min-width: 39.5em) {
  .blade.full-img {
    background: url(https://www.smartsheet.com/sites/default/files/many_views_image.png) no-repeat center bottom;
    background-size: cover;
    text-align: center;
  }
}
@media screen and (min-width: 75em) {
  .blade.full-img {
    background-size: cover;
  }
}
@media screen and (min-width: 39.5em) {
  .blade.full-img .text {
    float: none;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3em;
  }
}
.blade .three-up {
  width: 100%;
  display: block;
  float: left;
  text-align: left;
}

@media screen and (min-width: 39.5em) {
  .blade .three-up {
    width: 30%;
    margin: 1.5em 3% 0 0;
  }
}
.blade.use-cases {
  overflow: hidden;
}

@media screen and (min-width: 64em) {
  .blade.use-cases {
    padding: 5.65em 0;
  }
}
.blade.use-cases .container {
  position: relative;
  text-align: left;
}

.blade.use-cases .container .use-case {
  width: 100%;
  float: left;
  margin: 0 0 1.5em 0;
}

@media screen and (min-width: 39.5em) {
  .blade.use-cases .container .use-case {
    width: 47.5%;
    margin: 0 0 5% 0;
  }
}
@media screen and (min-width: 64em) {
  .blade.use-cases .container .use-case {
    width: 30%;
    margin: 0 5% 5% 0;
  }
}
@media screen and (min-width: 39.5em) and (max-width: 64em) {
  .blade.use-cases .container .use-case:nth-child(odd) {
    margin: 0 2.5% 5% 0;
    clear: left;
  }
}
@media screen and (min-width: 64em) {
  .blade.use-cases .container .use-case:nth-child(odd) {
    clear: none;
  }
}
@media screen and (min-width: 64em) {
  .blade.use-cases .container .use-case:nth-child(3n+3) {
    margin: 0 0 5% 0;
  }
}
@media screen and (min-width: 64em) {
  .blade.use-cases .container .use-case:nth-child(3n+4) {
    clear: left;
  }
}
.blade.use-cases .container .use-case h3 {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  letter-spacing: -2px;
  margin: 0 0 0.9em 0;
  color: #c6f6ff;
  width: 100%;
  float: left;
}

@media screen and (min-width: 39.5em) {
  .blade.use-cases .container .use-case h3 {
    font-size: 2.625em;
    line-height: 1.143em;
  }
}
.blade.use-cases .container .use-case .detail {
  width: 100%;
  float: left;
}

.blade.use-cases .container .use-case .detail img {
  float: left;
  width: 3.75em;
  margin: 0 1em 0 0;
}

.blade.use-cases .container .use-case .detail p {
  color: #fff;
  margin: -0.5em 0 0 0;
}

div.messages {
  float: left;
  width: 100%;
}

@font-face {
  font-family: "open_sanslight";
  src: url("../fonts/OpenSans/OpenSans-Light-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("../fonts/OpenSans/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("../fonts/OpenSans/OpenSans-Semibold-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold";
  src: url("../fonts/OpenSans/OpenSans-Bold-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold";
  src: url("../fonts/OpenSans/OpenSans-ExtraBold-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-ExtraBold-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-ExtraBold-webfont.svg#open_sansextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg#fontawesome") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "noto_sanslight";
  src: url("../fonts/NotoSans/NotoSansCJKjp-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "noto_sansregular";
  src: url("../fonts/NotoSans/NotoSansCJKjp-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "noto_sansmedium";
  src: url("../fonts/NotoSans/NotoSansCJKjp-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "noto_sansbold";
  src: url("../fonts/NotoSans/NotoSansCJKjp-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.js .js-tooltip {
  position: relative;
}

.js .js-tooltip .js-message {
  position: absolute;
  right: -18em;
  width: 18em;
  display: none;
  z-index: 1;
}

.js .js-tooltip .js-message.js-active {
  display: block;
}

.js-tooltip.GrumpyCat {
  display: block;
}

.js-tooltip.Dumbledor {
  display: block;
}

@media screen and (min-width: 39.5em) {
  .copy--img--group.left .copy {
    width: 48.3871%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .copy--img--group.left img,
  .copy--img--group.left .media {
    width: 48.3871%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .copy--img--group.right .copy {
    width: 48.3871%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .copy--img--group.right img,
  .copy--img--group.right .media {
    width: 48.3871%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.lt-ie10 .copy--img--group.left .copy {
  float: right;
  width: 46%;
  margin-left: 1%;
}

.lt-ie10 .copy--img--group.left img {
  width: 46%;
  margin-right: 1%;
  float: left;
}

.lt-ie10 .copy--img--group.right .copy {
  width: 46%;
  float: left;
  margin-right: 1%;
}

.lt-ie10 .copy--img--group.right img {
  float: right;
  margin-left: 1%;
  width: 46%;
}

@media screen and (min-width: 39.5em) {
  .two--col--group {
    clear: left;
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 39.5em) {
  .two--col--group.full-width li {
    width: 49.15%;
    float: left;
    margin-right: 1.69%;
  }
}
@media screen and (min-width: 39.5em) {
  .two--col--group.full-width li:nth-child(2) {
    width: 49.15%;
    float: right;
    margin-right: 0;
  }
}
@media screen and (min-width: 39.5em) {
  .two--col--group.left li {
    width: 40.68%;
    float: left;
    margin-right: 1.69%;
  }
}
@media screen and (min-width: 39.5em) {
  .two--col--group.centered {
    text-align: center;
  }
}
@media screen and (min-width: 39.5em) {
  .two--col--group.centered li {
    width: 49.15%;
    max-width: 350px;
    min-height: 100px;
    display: inline-block;
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  .two--col--group.centered li {
    width: 40.68%;
  }
}
.lt-ie10 .two--col--group.full-width li {
  float: left;
  width: 48%;
  margin-right: 1%;
}

@media screen and (min-width: 39.5em) {
  .three--col--group {
    clear: left;
  }
  .three--col--group > ul li,
  .three--col--group > div {
    width: 32.2%;
    float: left;
    clear: none;
  }
  .three--col--group > ul li:last-child,
  .three--col--group > div:last-child {
    border-bottom: none;
  }
  .three--col--group > ul li a,
  .three--col--group > div a {
    clear: left;
  }
  .three--col--group > ul li > img,
  .three--col--group > div > img {
    max-width: 100%;
  }
}
@media screen and (min-width: 39.5em) and (max-width: 64em) {
  .three--col--group.tablet > ul li, .three--col--group.tablet > div {
    width: 32.2%;
    float: left;
    clear: none;
  }
  .three--col--group.tablet > ul li:last-child, .three--col--group.tablet > div:last-child {
    border-bottom: none;
  }
  .three--col--group.tablet > ul li a, .three--col--group.tablet > div a {
    clear: left;
  }
  .three--col--group.tablet > ul li > img, .three--col--group.tablet > div > img {
    max-width: 100%;
  }
}
@media screen and (min-width: 39.5em) {
  .three--col--group.left-align {
    text-align: left;
  }
}
.lt-ie10 .three--col--group > ul li,
.lt-ie10 .three--col--group > div {
  float: left;
  width: 30%;
  margin-right: 2%;
}

.blade.attributes:before {
  display: none !important;
}

@media screen and (min-width: 39.5em) {
  .blade.attributes h2 {
    margin: 0 0 1.5em 0;
  }
}
@media screen and (min-width: 64em) {
  .blade.attributes h2 span {
    display: block;
  }
}
.blade.attributes .trusted-attributes {
  width: 100%;
  display: block;
}

@media screen and (min-width: 49em) {
  .blade.attributes .trusted-attributes {
    margin: 0 auto;
  }
}
.blade.attributes .trusted-attributes .attribute {
  display: block;
  margin: 0 auto 1.5em auto;
  text-align: center;
}

@media screen and (min-width: 39.5em) {
  .blade.attributes .trusted-attributes .attribute {
    width: 30%;
    float: left;
    margin: 0 1.5%;
  }
}
.blade.attributes .trusted-attributes .attribute img {
  width: 100%;
  max-width: 8.25em;
}

.blade.attributes .trusted-attributes .attribute p {
  margin: 0 auto;
  max-width: 10em;
}

.blade.attributes.full-width .trusted-attributes {
  width: 100%;
  display: block;
}

@media screen and (min-width: 49em) {
  .blade.attributes.full-width .trusted-attributes {
    max-width: 100%;
    margin: 0 auto;
  }
}
.blade.attributes.full-width .trusted-attributes + .trusted-attributes {
  float: left;
}

.blade.attributes.full-width .trusted-attributes .attribute {
  margin-bottom: 1.5em;
}

.blade.attributes.full-width .trusted-attributes .attribute h3 {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  font-family: "open_sanssemibold", "proxima_nova_sbold_cyrillic", Arial, Helvetica, sans-serif;
}

.blade.attributes.full-width .trusted-attributes .attribute h3 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.blade.attributes.full-width .trusted-attributes .attribute h3 li li {
  font-size: 0.889em;
}

.blade.attributes.full-width .trusted-attributes .attribute p {
  max-width: 100%;
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.429em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

.blade.attributes.full-width .trusted-attributes .attribute p li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.white {
  background-color: #FFFFFF;
  color: black;
}

.black {
  background-color: #000000;
  color: white;
}

.max {
  background-color: #fff;
  color: black;
}

.min {
  background-color: #000;
  color: white;
}

.darkest {
  background-color: #323232;
  color: #cdcdcd;
}

.medium {
  background-color: #323232;
  color: #cdcdcd;
}

.light {
  background-color: #323232;
  color: #cdcdcd;
}

.lighter {
  background-color: #3b3e40;
  color: #c4c1bf;
}

.lightest {
  background-color: #d0d2d3;
  color: #2f2d2c;
}

.darkPrimary {
  background-color: #295177;
  color: #d6ae88;
}

.midPrimary {
  background-color: #08689a;
  color: #f79765 "";
}

.lightPrimary {
  background-color: #1D9DE0;
  color: #e2621f;
}

.darkSecondary {
  background-color: #3FAD48;
  color: #c052b7;
}

.lightSecondary {
  background-color: #96E65C;
  color: #6919a3;
}

.tertiary {
  background-color: #F1C54C;
  color: #0e3ab3;
}

#kssref-colors.variables {
  display: none;
}

.link {
  color: #1D9DE0;
  background-color: #e2621f;
}

.hover {
  color: #f79765;
  background-color: #08689a;
}

.newlink {
  color: #e2621f;
  background-color: #1D9DE0;
}

.size-1 {
  font-style: normal;
  font-size: 3.25em;
  line-height: 1.192em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 39.5em) {
  .size-1 {
    font-size: 5.125em;
    line-height: 1em;
    letter-spacing: -0.06em;
  }
}
.size-2 {
  font-style: normal;
  font-size: 2.625em;
  line-height: 1.143em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 39.5em) {
  .size-2 {
    font-size: 3.25em;
    line-height: 1.192em;
    letter-spacing: -0.05em;
  }
}
.size-3 {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 39.5em) {
  .size-3 {
    font-size: 2.625em;
    line-height: 1.143em;
  }
}
.size-4 {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

.size-4 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.size-4 li li {
  font-size: 0.889em;
}

@media screen and (min-width: 39.5em) {
  .size-4 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
.size-5 {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

.size-5 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.size-5 li li {
  font-size: 0.889em;
}

.primary.button {
  background: #3FAD48;
  border: 2px solid #96E65C;
}

@media only print {
  .primary.button {
    display: none !important;
  }
}
.primary.button:hover {
  background: #96E65C;
}

.green-button,
.button-green,
a.green-button {
  background: #3FAD48;
  border: 2px solid #96E65C;
}

@media only print {
  .green-button,
  .button-green,
  a.green-button {
    display: none !important;
  }
}
.green-button:hover,
.button-green:hover,
a.green-button:hover {
  background: #96E65C;
}

.secondary.button {
  background: #0e2947;
  border: 2px solid #08689a;
}

@media only print {
  .secondary.button {
    display: none !important;
  }
}
.secondary.button:hover {
  background: #08689a;
}

.blue-button {
  background: #0e2947;
  border: 2px solid #08689a;
}

@media only print {
  .blue-button {
    display: none !important;
  }
}
.blue-button:hover {
  background: #08689a;
}

.secondary-button,
.secondary.button {
  background: #0e2947;
  border: 2px solid #08689a;
}

@media only print {
  .secondary-button,
  .secondary.button {
    display: none !important;
  }
}
.secondary-button:hover,
.secondary.button:hover {
  background: #08689a;
}

.tertiary.button {
  background: #fff;
  color: #0e2947;
  border: 2px solid #0e2947;
}

@media only print {
  .tertiary.button {
    display: none !important;
  }
}
.tertiary.button:hover {
  background: #0e2947;
  color: #fff;
}

.tertiary.button:link {
  color: #0e2947;
}

.tertiary.button:link:hover {
  color: #0e2947;
  text-decoration: none;
  color: #fff;
}

.tertiary.button:visited {
  color: #0e2947;
}

.tertiary.button:visited:hover {
  color: #0e2947;
  text-decoration: none;
  color: #fff;
}

.white-button {
  color: #fff;
  background: #0e2947;
  border: 2px solid #08689a;
}

@media only print {
  .white-button {
    display: none !important;
  }
}
.white-button:active {
  background: #9c9c9c;
  border: 2px solid #f3f3f3;
}

.outline-button {
  color: #fff;
  background: #0e2947;
  border: 2px solid #08689a;
  background: none;
  color: #fff;
}

@media only print {
  .outline-button {
    display: none !important;
  }
}
.outline-button:active {
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f3f3f3;
}

.the-green-button {
  background: #3FAD48;
  border: 2px solid #96E65C;
}

@media only print {
  .the-green-button {
    display: none !important;
  }
}
.the-green-button:hover {
  background: #96E65C;
}

.the-green-button span {
  color: #FFFFFF !important;
}

.accordion--box {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  border-top: 1px solid #323232;
  min-height: 62px;
}

.accordion--box .accordion--title {
  font-size: 0.75em;
  height: 100%;
  cursor: pointer;
  width: 100%;
  float: left;
  margin-right: -100%;
  margin-left: 3.33333%;
  clear: none;
  margin-top: 20px;
  font-size: 1.25em;
}

.accordion--box .accordion--title h4 {
  width: 20%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
}

.accordion--box .accordion--title p {
  width: 20%;
  float: left;
  margin-right: -100%;
  margin-left: 53.33333%;
  clear: none;
}

.accordion--box .accordion--title .callout {
  clear: left;
  display: none;
}

@media screen and (min-width: 37.56em) {
  .accordion--box .accordion--title {
    cursor: default;
  }
}
.accordion--box .accordion--details {
  width: 100%;
  float: left;
  margin-right: -100%;
  margin-left: 3.33333%;
  clear: none;
  clear: left;
}

.accordion--box .accordion--details .copy {
  font-size: 0.875em;
}

.accordion--box .accordion--details .fine-print {
  font-size: 0.675em;
}

.insection-menu-block {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  top: 90px;
  position: relative;
}

@media screen and (min-width: 39.5em) {
  .insection-menu-block {
    float: right;
    margin: 0 auto;
    box-sizing: border-box;
    background: #dcdcdc;
    border-top: 1px solid #a5a9ac;
    border-bottom: 1px solid #a5a9ac;
    top: 0;
    width: 100%;
  }
}
.insection-menu-block h2 {
  display: none;
}

.insection-menu-block .content {
  margin: 0 auto;
}

@media screen and (max-width: 64em) {
  .insection-menu-block .content {
    max-width: 995px;
  }
}
@media screen and (min-width: 64em) {
  .insection-menu-block .content {
    max-width: 960px;
  }
}
@media screen and (min-width: 39.5em) {
  .insection-menu-block > div .menu-items-count-3 .menu .leaf {
    width: 33.33%;
  }
}
@media screen and (min-width: 39.5em) {
  .insection-menu-block > div .menu-items-count-4 .menu .leaf {
    width: 25%;
  }
}
@media screen and (min-width: 39.5em) {
  .insection-menu-block > div .menu-items-count-5 .menu .leaf {
    width: 20%;
  }
}
@media screen and (min-width: 39.5em) {
  .insection-menu-block > div .menu-items-count-6 .menu .leaf {
    width: 16.67%;
  }
}
.insection-menu-block .menu {
  height: 100%;
}

@media screen and (min-width: 39.5em) {
  .insection-menu-block .menu {
    height: 48px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 64em) {
  .insection-menu-block .menu {
    padding: 0 1em;
  }
}
@media screen and (min-width: 64em) {
  .insection-menu-block .menu {
    height: 70px;
  }
}
.insection-menu-block .menu .leaf {
  display: none;
}

@media screen and (min-width: 39.5em) {
  .insection-menu-block .menu .leaf {
    display: inline-block;
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
    height: 100%;
    border-right: 1px solid #a5a9ac;
  }
}
@media screen and (max-width: 39.5em) {
  .insection-menu-block .menu .leaf.next {
    display: block;
    float: right;
  }
  .insection-menu-block .menu .leaf.next:after {
    content: " \f105";
    font-family: FontAwesome;
    color: #08689a;
  }
}
@media screen and (max-width: 39.5em) {
  .insection-menu-block .menu .leaf.previous {
    display: block;
    float: left;
  }
  .insection-menu-block .menu .leaf.previous:before {
    content: " \f104";
    font-family: FontAwesome;
    color: #08689a;
    margin-right: 5px;
  }
}
@media screen and (min-width: 39.5em) {
  .insection-menu-block .menu .leaf:first-of-type {
    border-left: 1px solid #a5a9ac;
  }
}
@media screen and (min-width: 39.5em) {
  .insection-menu-block .menu .leaf a {
    height: 100%;
    font-size: 16px;
    display: block;
    color: black;
    text-decoration: none;
    padding: 1em 0 0;
  }
}
@media screen and (min-width: 64em) {
  .insection-menu-block .menu .leaf a {
    padding-top: 1.6em;
  }
}
@media screen and (min-width: 39.5em) {
  .insection-menu-block .menu .leaf a.active, .insection-menu-block .menu .leaf a:hover {
    background: #b3b4b6;
    color: black;
    background-color: #ABACAD;
    text-decoration: none;
    background: #d0d2d3;
    background-image: -webkit-gradient(linear, left top, left bottom, left, right);
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #d0d2d3, #323232);
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #d0d2d3, #323232);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #d0d2d3, #323232);
    /* IE10 */
    background-image: -o-linear-gradient(top, #d0d2d3, #323232);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #d0d2d3, #323232);
    /* W3C */
    cursor: pointer;
  }
}
.accordion-drawer {
  cursor: pointer;
}

.accordion-drawer + * {
  display: none;
}

.replace-me {
  cursor: pointer;
}

.replace-me + * {
  display: none;
}

.three--columns {
  display: block;
  margin: 0 1em;
  width: auto;
  float: none;
}

@media screen and (min-width: 39.5em) {
  .three--columns {
    margin: 0 2em;
  }
}
@media screen and (min-width: 79em) {
  .three--columns {
    margin: 0 auto;
    max-width: 75em;
  }
}
.three--columns > div {
  margin-top: 2em;
  position: relative;
}

@media screen and (min-width: 43.75em) {
  .three--columns > div {
    width: 32.2%;
    float: left;
    margin-right: 1.69%;
  }
}
.three--columns > div img {
  width: 100%;
  margin-bottom: 1em;
}

.three--columns > div h3 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

.three--columns > div p {
  margin-bottom: 1em;
}

.three--columns > div a {
  margin-bottom: 1em;
}

@media screen and (min-width: 43.75em) {
  .three--columns.first-feature > div {
    width: 40.68%;
    float: left;
    margin-right: 1.69%;
  }
}
@media screen and (min-width: 43.75em) {
  .three--columns.first-feature > div > p,
  .three--columns.first-feature > div > a {
    width: 65.52%;
    float: left;
  }
}
@media screen and (min-width: 43.75em) {
  .three--columns.first-feature > div:nth-child(2), .three--columns.first-feature > div:nth-child(3) {
    width: 27.97%;
    float: left;
    margin-right: 1.69%;
  }
}
@media screen and (min-width: 43.75em) {
  .three--columns.first-feature > div:nth-child(2) img, .three--columns.first-feature > div:nth-child(3) img {
    margin-bottom: 4.7em;
  }
}
@media screen and (min-width: 43.75em) {
  .three--columns.center-feature > div {
    width: 27.97%;
    float: left;
    margin-right: 1.69%;
  }
}
@media screen and (min-width: 43.75em) {
  .three--columns.center-feature > div:nth-child(1) img, .three--columns.center-feature > div:nth-child(3) img {
    margin-bottom: 4.7em;
  }
}
@media screen and (min-width: 43.75em) {
  .three--columns.center-feature > div:nth-child(2) {
    width: 40.68%;
    float: left;
    margin-right: 1.69%;
  }
}
@media screen and (min-width: 43.75em) {
  .three--columns.center-feature > div:nth-child(2) > p,
  .three--columns.center-feature > div:nth-child(2) > a {
    width: 65.52%;
    float: left;
  }
}
.page-support-search-results {
  width: 100%;
  position: relative;
  float: left;
}

.page-support-search-results .form-type-textfield {
  width: 100%;
  margin-bottom: 0;
}

.page-support-search-results .form-type-textfield input[type=text] {
  font-size: 1.2em;
  border: 1px solid #d0d2d3;
  padding: 0.455em;
  border-radius: 3px;
  display: block;
  width: 100%;
}

@media screen and (min-width: 39.5em) {
  .page-support-search-results .form-item-facets {
    width: 75%;
    float: left;
  }
}
.page-support-search-results .form-item-facets legend {
  display: none;
}

@media screen and (min-width: 39.5em) {
  .page-support-search-results .form-item-facets legend {
    margin: 0 0 3% 0;
  }
}
@media screen and (min-width: 39.5em) {
  .page-support-search-results .form-item-facets .form-checkboxes .form-item {
    float: left;
    width: 30%;
    margin: 0 3% 3% 0;
  }
}
.page-support-search-results .form-item-facets .form-checkboxes label {
  white-space: nowrap;
}

@media screen and (min-width: 39.5em) {
  .page-support-search-results .form-actions {
    width: 25%;
    float: left;
  }
}
.page-support-search-results .form-actions input[type=submit] {
  color: #fff;
  background: #0e2947;
  border: 2px solid #08689a;
  box-shadow: none;
}

@media only print {
  .page-support-search-results .form-actions input[type=submit] {
    display: none !important;
  }
}
.page-support-search-results .form-actions input[type=submit]:active {
  background: #9c9c9c;
  border: 2px solid #f3f3f3;
}

@media screen and (min-width: 39.5em) {
  .page-support-search-results .form-actions input[type=submit] {
    float: right;
  }
}
.page-support-search-results .layout-content {
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 39.5em) {
  .page-support-search-results .layout-content {
    margin-bottom: 1.5em;
  }
}
.page-support-search-results .page-title {
  font-style: normal;
  font-size: 2.625em;
  line-height: 1.143em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 39.5em) {
  .page-support-search-results .page-title {
    font-size: 3.25em;
    line-height: 1.192em;
    letter-spacing: -0.05em;
  }
}
.page-support-search-results .content > h2 {
  display: none;
}

.page-support-search-results .result {
  padding: 1.75em 0 2.75em 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #d0d2d3;
}

.page-support-search-results .result:last-of-type {
  margin: 0 0 3em 0;
}

.page-support-search-results .result span.search-content-type {
  font-size: 0.99em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 0.25em 0.75em;
  margin: 0 0 1em 0;
  color: #fff;
  background: #295177;
}

.page-support-search-results .result h3 {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  margin: 0 0 0.5em 0;
}

@media screen and (min-width: 39.5em) {
  .page-support-search-results .result h3 {
    font-size: 2.625em;
    line-height: 1.143em;
  }
}
.page-support-search-results .result p, .page-support-search-results .result .snippet {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

.page-support-search-results .result p li, .page-support-search-results .result .snippet li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.page-support-search-results .result p li li, .page-support-search-results .result .snippet li li {
  font-size: 0.889em;
}

.pert-wrap {
  display: block;
  text-align: center;
  max-width: 30em;
  margin: 0 auto;
}

.pert-wrap > div {
  text-align: center;
  padding-bottom: 2em;
}

@media screen and (max-width: 39.5em) {
  .pert-wrap > div {
    padding: 0 1em;
  }
}
.pert-wrap > div h3 {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  background: #1d547f;
  background: -moz-linear-gradient(left, #1d547f 0%, #276f9c 100%);
  background: -webkit-linear-gradient(left, #1d547f 0%, #276f9c 100%);
  background: linear-gradient(to right, #1d547f 0%, #276f9c 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=" #1d547f ", endColorstr=" #276f9c ",GradientType=1 )";
  color: #fff;
  padding: 0.75em 2em;
  position: relative;
}

@media screen and (min-width: 39.5em) {
  .pert-wrap > div h3 {
    font-size: 2.625em;
    line-height: 1.143em;
  }
}
.pert-wrap > div h3 span {
  font-family: "open_sanssemibold", "proxima_nova_sbold_cyrillic", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 39.5em) {
  .pert-wrap > div h3:after {
    content: "";
    -webkit-box-shadow: 4px 24px 28px -13px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 4px 24px 28px -13px rgba(0, 0, 0, 0.58);
    box-shadow: 4px 24px 28px -13px rgba(0, 0, 0, 0.58);
    position: absolute;
    bottom: -0.9em;
    right: -2em;
    height: 0.9em;
    width: 5em;
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 39.5em) {
  .pert-wrap > div h3:before {
    content: "";
    -webkit-box-shadow: 4px 24px 28px -13px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 4px 24px 28px -13px rgba(0, 0, 0, 0.58);
    box-shadow: 4px 24px 28px -13px rgba(0, 0, 0, 0.58);
    position: absolute;
    bottom: -0.9em;
    left: -2em;
    height: 0.9em;
    width: 5em;
    transform: rotate(180deg);
  }
}
.pert-wrap > div form {
  max-width: 30em;
  clear: both;
  margin: 1em auto;
}

.pert-wrap > div form input,
.pert-wrap > div form textarea,
.pert-wrap > div form select {
  padding: 0 0 0 0.5em;
  border: 2px solid #8E9295;
  font-size: 1.1em;
  box-shadow: 0px 0px 0px 5px #eeeeee;
  height: 2em;
  line-height: 1.5em;
  border-radius: 3px;
  background: #fff;
  color: #7B7B7B;
}

.pert-wrap > div form > span {
  display: block;
  clear: both;
  width: 100%;
  padding: 1em 0;
  float: left;
}

@media screen and (max-width: 39.5em) {
  .pert-wrap > div form > span {
    text-align: center;
  }
}
.pert-wrap > div form > span label {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  width: 50%;
  position: relative;
  text-align: left;
}

.pert-wrap > div form > span label li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.pert-wrap > div form > span label li li {
  font-size: 0.889em;
}

@media screen and (min-width: 39.5em) {
  .pert-wrap > div form > span label {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
@media screen and (max-width: 39.5em) {
  .pert-wrap > div form > span label {
    text-align: center;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 39.5em) {
  .pert-wrap > div form > span label {
    float: left;
  }
}
.pert-wrap > div form > span label:after {
  content: "=";
  right: 0;
}

@media screen and (min-width: 39.5em) {
  .pert-wrap > div form > span label:after {
    position: absolute;
    right: -0.5em;
    font-size: 1em;
  }
}
.pert-wrap > div form > span input {
  float: right;
  width: 40%;
}

@media screen and (max-width: 39.5em) {
  .pert-wrap > div form > span input {
    display: block;
    width: 90%;
    float: none;
    margin: 0.5em auto 0;
  }
}
.pert-wrap > div form > span.box {
  width: 100%;
  float: left;
  background: rgba(204, 234, 182, 0.21);
  -webkit-box-shadow: 0 0 2px 1px rgba(41, 81, 13, 0.21);
  box-shadow: 0 0 2px 1px rgba(41, 81, 13, 0.21);
  border-radius: 0.5em;
  padding: 1.25em;
  margin: 2em 0 0.35em 0;
}

@media screen and (min-width: 39.5em) {
  .pert-wrap > div form > span.box {
    width: 59%;
  }
}
@media screen and (max-width: 39.5em) {
  .pert-wrap > div form > span.box {
    margin-bottom: 1em;
  }
}
.pert-wrap > div form > span.box + .box {
  width: 100%;
  float: right;
  background: rgba(178, 204, 231, 0.21);
  -webkit-box-shadow: 0 0 2px 1px rgba(44, 77, 113, 0.21);
  box-shadow: 0 0 2px 1px rgba(44, 77, 113, 0.21);
  border-radius: 0.5em;
  padding: 1.25em;
  clear: none;
}

@media screen and (min-width: 39.5em) {
  .pert-wrap > div form > span.box + .box {
    width: 38%;
  }
}
.pert-wrap > div form input.submit {
  background: #3FAD48;
  border: 2px solid #96E65C;
  clear: both;
  line-height: 1em;
  font-size: 1.1em;
  width: 100%;
  padding: 0.8em;
  height: 2.5em;
}

@media only print {
  .pert-wrap > div form input.submit {
    display: none !important;
  }
}
.pert-wrap > div form input.submit:hover {
  background: #96E65C;
}

.pert-wrap > div form input.submit:lang(en) {
  line-height: 1em;
  font-size: 1.1em;
  width: 100%;
  padding: 0.8em;
  height: 2.5em;
}

.pert-wrap > div form input.reset {
  background: #0e2947;
  border: 2px solid #08689a;
  line-height: 1em;
  font-size: 1.1em;
  width: 100%;
  padding: 0.8em;
  height: 2.5em;
}

@media only print {
  .pert-wrap > div form input.reset {
    display: none !important;
  }
}
.pert-wrap > div form input.reset:hover {
  background: #08689a;
}

.pert-wrap > div form input.reset:lang(en) {
  line-height: 1em;
  font-size: 1.1em;
  width: 100%;
  padding: 0.8em;
  height: 2.5em;
}

.pert-wrap > div p.solution {
  display: block;
  clear: both;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  padding-top: 1em;
}

.pert-wrap > div p.solution li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.pert-wrap > div p.solution li li {
  font-size: 0.889em;
}

@media screen and (min-width: 39.5em) {
  .pert-wrap > div p.solution {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
.pert-wrap > div p.solution span {
  font-family: "open_sanssemibold", "proxima_nova_sbold_cyrillic", Arial, Helvetica, sans-serif;
}

.pert-wrap + p {
  clear: both;
}

@media screen and (min-width: 39.5em) {
  .three--col--group {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: left;
  }
  .three--col--group > li {
    width: 29.03226%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .three--col--group > li:nth-child(2) {
    width: 29.03226%;
    float: left;
    margin-right: -100%;
    margin-left: 35.48387%;
    clear: none;
  }
  .three--col--group > li:nth-child(3) {
    width: 29.03226%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .three--col--group > li:last-child {
    border-bottom: none;
  }
  .three--col--group > li a {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: left;
  }
}
.lt-ie10 .three--col--group > li {
  float: left;
  width: 30%;
  margin-right: 2%;
}

.view-partners {
  clear: both;
  padding: 0 1em;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4em;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

.view-partners .views-exposed-widgets {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

.view-partners .views-exposed-widgets label {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

.view-partners .views-exposed-widgets .views-widget > div > select {
  clear: both;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

.view-partners .views-row-odd, .view-partners .views-row-even {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin: 15px 0 20px;
  clear: both;
  position: relative;
}

.view-partners .views-row-odd .company-name, .view-partners .views-row-even .company-name {
  width: 14.89362%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  font-family: "open_sansbold", "proxima_nova_bold_cyrillic", Arial, Helvetica, sans-serif;
}

.view-partners .views-row-odd .company-region, .view-partners .views-row-even .company-region {
  display: none;
}

.view-partners .views-row-odd .company-specialization, .view-partners .views-row-even .company-specialization {
  display: none;
}

.view-partners .views-row-odd .company-language, .view-partners .views-row-even .company-language {
  display: none;
}

.view-partners .views-row-odd .company-phone, .view-partners .views-row-even .company-phone {
  width: 29.03226%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  clear: both;
}

.view-partners .views-row-odd .company-fax, .view-partners .views-row-even .company-fax {
  width: 29.03226%;
  float: left;
  margin-right: -100%;
  margin-left: 25.80645%;
  clear: none;
  display: none;
}

.view-partners .views-row-odd .company-fax:before, .view-partners .views-row-even .company-fax:before {
  content: "F: ";
}

.view-partners .views-row-odd > a, .view-partners .views-row-even > a {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: both;
}

@media screen and (min-width: 39.5em) {
  .view-partners {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-top: 0;
  }
  .view-partners .views-exposed-widgets {
    width: 83.87097%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .view-partners .views-exposed-widgets.views-widget-filter-field_specialization_value {
    width: 29.03226%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .view-partners .views-exposed-widgets.views-widget-filter-field_region_value {
    width: 25.80645%;
    float: left;
    margin-right: -100%;
    margin-left: 29.03226%;
    clear: none;
  }
  .view-partners .views-exposed-widgets.views-widget-filter-field_language_value {
    width: 29.03226%;
    float: left;
    margin-right: -100%;
    margin-left: 64.51613%;
    clear: none;
  }
  .view-partners .views-exposed-widgets .views-widget > div > select {
    clear: both;
  }
  .view-partners .views-row {
    border-top: 1px solid #3b3e40;
  }
  .view-partners .views-row-first {
    margin-top: 50px;
  }
  .view-partners .views-row-odd, .view-partners .views-row-even {
    clear: both;
    position: relative;
    padding-top: 40px;
    margin-bottom: 10px;
  }
  .view-partners .views-row-odd .company-name, .view-partners .views-row-even .company-name {
    width: 14.89362%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .view-partners .views-row-odd .company-region, .view-partners .views-row-even .company-region {
    width: 14.89362%;
    float: left;
    margin-right: -100%;
    margin-left: 17.02128%;
    clear: none;
  }
  .view-partners .views-row-odd .company-phone, .view-partners .views-row-even .company-phone {
    width: 29.03226%;
    float: left;
    margin-right: -100%;
    margin-left: 25.80645%;
    clear: none;
    clear: none;
  }
  .view-partners .views-row-odd .company-fax, .view-partners .views-row-even .company-fax {
    width: 29.03226%;
    float: left;
    margin-right: -100%;
    margin-left: 25.80645%;
    clear: none;
    clear: both;
  }
  .view-partners .views-row-odd > a, .view-partners .views-row-even > a {
    position: absolute;
    left: 65%;
    top: 40px;
    text-decoration: none;
  }
  .view-partners .views-row-odd .company-region, .view-partners .views-row-even .company-region {
    width: 29.03226%;
    float: left;
    margin-right: -100%;
    margin-left: 25.80645%;
    clear: none;
  }
  .view-partners .views-row-odd .company-specialization, .view-partners .views-row-even .company-specialization {
    display: none;
  }
  .view-partners .views-row-odd .company-language, .view-partners .views-row-even .company-language {
    display: none;
  }
  .view-partners .views-row-odd .company-phone, .view-partners .views-row-even .company-phone {
    width: 29.03226%;
    float: left;
    margin-right: -100%;
    margin-left: 25.80645%;
    clear: none;
    clear: none;
  }
  .view-partners .views-row-odd .company-fax, .view-partners .views-row-even .company-fax {
    width: 29.03226%;
    float: left;
    margin-right: -100%;
    margin-left: 25.80645%;
    clear: none;
    clear: both;
  }
  .view-partners .views-row-odd > a, .view-partners .views-row-even > a {
    position: absolute;
    left: 65%;
    top: 40px;
    text-decoration: none;
  }
}
@media screen and (min-width: 64em) {
  .view-partners {
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .view-partners .views-row-first {
    margin-top: 0px;
  }
}
a.tile,
aside.tile {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  background: #fff;
  border-top: 2px solid #f3f3f3;
  border-right: 2px solid #f3f3f3;
  border-bottom: 7px solid #f7a623;
  border-left: 2px solid #f3f3f3;
  padding: 2.375em 2.375em 0 2.375em;
  transition: all 0.2s ease;
}

a.tile:hover,
aside.tile:hover {
  text-decoration: none !important;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

a.tile h2,
a.tile h3,
a.tile blockquote,
a.tile p,
a.tile li,
a.tile blockquote footer,
aside.tile h2,
aside.tile h3,
aside.tile blockquote,
aside.tile p,
aside.tile li,
aside.tile blockquote footer {
  color: #333333;
}

a.tile .field-tile-background-image,
aside.tile .field-tile-background-image {
  width: 100%;
  display: block;
}

@media screen and (min-width: 64em) {
  a.tile .field-tile-background-image,
  aside.tile .field-tile-background-image {
    padding: 0;
    margin: 0;
  }
}
a.tile .field-tile-background-image img,
aside.tile .field-tile-background-image img {
  width: 100%;
  max-width: none;
  margin: 0 0 1.75em 0;
  padding: 0;
  line-height: 1;
  height: auto;
}

a.tile .text,
aside.tile .text {
  padding: 0 0 2.375em 0 !important;
  display: block;
}

a.tile .text h3,
aside.tile .text h3 {
  margin: 0 0 0.35em 0;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
}

a.tile .text h3:lang(en),
aside.tile .text h3:lang(en) {
  font-size: 1.12em;
  line-height: 1.5;
}

@media screen and (min-width: 39.5em) {
  a.tile .text h3:lang(en),
  aside.tile .text h3:lang(en) {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
a.tile .text h3:lang(es),
aside.tile .text h3:lang(es) {
  font-size: 0.96em;
  line-height: 1.5;
}

@media screen and (min-width: 39.5em) {
  a.tile .text h3:lang(es),
  aside.tile .text h3:lang(es) {
    font-size: 1.27em;
    line-height: 1.25em;
  }
}
a.tile .text h3:lang(de),
aside.tile .text h3:lang(de) {
  font-size: 0.79em;
  line-height: 1.5;
}

@media screen and (min-width: 39.5em) {
  a.tile .text h3:lang(de),
  aside.tile .text h3:lang(de) {
    font-size: 1.05em;
    line-height: 1.25em;
  }
}
a.tile .text h3:lang(pt),
aside.tile .text h3:lang(pt) {
  font-size: 0.96em;
  line-height: 1.5;
}

@media screen and (min-width: 39.5em) {
  a.tile .text h3:lang(pt),
  aside.tile .text h3:lang(pt) {
    font-size: 1.27em;
    line-height: 1.25em;
  }
}
a.tile .text h3:lang(it),
aside.tile .text h3:lang(it) {
  font-size: 0.96em;
  line-height: 1.5;
}

@media screen and (min-width: 39.5em) {
  a.tile .text h3:lang(it),
  aside.tile .text h3:lang(it) {
    font-size: 1.27em;
    line-height: 1.25em;
  }
}
a.tile .text h3:lang(ja),
aside.tile .text h3:lang(ja) {
  font-size: 1.12em;
  line-height: 1.5;
}

@media screen and (min-width: 39.5em) {
  a.tile .text h3:lang(ja),
  aside.tile .text h3:lang(ja) {
    font-size: 2.25em;
    line-height: 1.25em;
  }
}
a.tile .text h3:lang(ru),
aside.tile .text h3:lang(ru) {
  font-size: 0.96em;
  line-height: 1.5;
}

@media screen and (min-width: 39.5em) {
  a.tile .text h3:lang(ru),
  aside.tile .text h3:lang(ru) {
    font-size: 1.27em;
    line-height: 1.25em;
  }
}
a.tile .text h3:lang(fr),
aside.tile .text h3:lang(fr) {
  font-size: 0.96em;
  line-height: 1.5;
}

@media screen and (min-width: 39.5em) {
  a.tile .text h3:lang(fr),
  aside.tile .text h3:lang(fr) {
    font-size: 1.27em;
    line-height: 1.25em;
  }
}
a.tile .text p,
aside.tile .text p {
  margin: 0 !important;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
}

a.tile .text p:lang(en),
aside.tile .text p:lang(en) {
  font-size: 1.12em;
  line-height: 1.5;
}

@media screen and (min-width: 39.5em) {
  a.tile .text p:lang(en),
  aside.tile .text p:lang(en) {
    font-size: 1.12em;
    line-height: 1.5;
  }
}
a.tile .text p:lang(es),
aside.tile .text p:lang(es) {
  font-size: 0.96em;
  line-height: 1.5;
}

@media screen and (min-width: 39.5em) {
  a.tile .text p:lang(es),
  aside.tile .text p:lang(es) {
    font-size: 0.96em;
    line-height: 1.5;
  }
}
a.tile .text p:lang(de),
aside.tile .text p:lang(de) {
  font-size: 0.79em;
  line-height: 1.5;
}

@media screen and (min-width: 39.5em) {
  a.tile .text p:lang(de),
  aside.tile .text p:lang(de) {
    font-size: 0.79em;
    line-height: 1.5;
  }
}
a.tile .text p:lang(pt),
aside.tile .text p:lang(pt) {
  font-size: 0.96em;
  line-height: 1.5;
}

@media screen and (min-width: 39.5em) {
  a.tile .text p:lang(pt),
  aside.tile .text p:lang(pt) {
    font-size: 0.96em;
    line-height: 1.5;
  }
}
a.tile .text p:lang(it),
aside.tile .text p:lang(it) {
  font-size: 0.96em;
  line-height: 1.5;
}

@media screen and (min-width: 39.5em) {
  a.tile .text p:lang(it),
  aside.tile .text p:lang(it) {
    font-size: 0.96em;
    line-height: 1.5;
  }
}
a.tile .text p:lang(ja),
aside.tile .text p:lang(ja) {
  font-size: 1.12em;
  line-height: 1.5;
}

@media screen and (min-width: 39.5em) {
  a.tile .text p:lang(ja),
  aside.tile .text p:lang(ja) {
    font-size: 1.69em;
    line-height: 1.5;
  }
}
a.tile .text p:lang(ru),
aside.tile .text p:lang(ru) {
  font-size: 0.96em;
  line-height: 1.5;
}

@media screen and (min-width: 39.5em) {
  a.tile .text p:lang(ru),
  aside.tile .text p:lang(ru) {
    font-size: 0.96em;
    line-height: 1.5;
  }
}
a.tile .text p:lang(fr),
aside.tile .text p:lang(fr) {
  font-size: 0.96em;
  line-height: 1.5;
}

@media screen and (min-width: 39.5em) {
  a.tile .text p:lang(fr),
  aside.tile .text p:lang(fr) {
    font-size: 0.96em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 79em) {
  a.tile .text p,
  aside.tile .text p {
    max-width: 19.109rem;
  }
}
a.tile .text blockquote > span,
aside.tile .text blockquote > span {
  font-style: italic;
  margin: 0 0 1.333em 0;
  display: block;
}

a.tile .text blockquote footer:lang(en),
aside.tile .text blockquote footer:lang(en) {
  font-size: 0.81em;
  line-height: 1.1;
}

@media screen and (min-width: 39.5em) {
  a.tile .text blockquote footer:lang(en),
  aside.tile .text blockquote footer:lang(en) {
    font-size: 0.81em;
    line-height: 1.1;
  }
}
a.tile .text blockquote footer:lang(es),
aside.tile .text blockquote footer:lang(es) {
  font-size: 0.69em;
  line-height: 1.1;
}

@media screen and (min-width: 39.5em) {
  a.tile .text blockquote footer:lang(es),
  aside.tile .text blockquote footer:lang(es) {
    font-size: 0.69em;
    line-height: 1.1;
  }
}
a.tile .text blockquote footer:lang(de),
aside.tile .text blockquote footer:lang(de) {
  font-size: 0.57em;
  line-height: 1.1;
}

@media screen and (min-width: 39.5em) {
  a.tile .text blockquote footer:lang(de),
  aside.tile .text blockquote footer:lang(de) {
    font-size: 0.57em;
    line-height: 1.1;
  }
}
a.tile .text blockquote footer:lang(pt),
aside.tile .text blockquote footer:lang(pt) {
  font-size: 0.69em;
  line-height: 1.1;
}

@media screen and (min-width: 39.5em) {
  a.tile .text blockquote footer:lang(pt),
  aside.tile .text blockquote footer:lang(pt) {
    font-size: 0.69em;
    line-height: 1.1;
  }
}
a.tile .text blockquote footer:lang(it),
aside.tile .text blockquote footer:lang(it) {
  font-size: 0.69em;
  line-height: 1.1;
}

@media screen and (min-width: 39.5em) {
  a.tile .text blockquote footer:lang(it),
  aside.tile .text blockquote footer:lang(it) {
    font-size: 0.69em;
    line-height: 1.1;
  }
}
a.tile .text blockquote footer:lang(ja),
aside.tile .text blockquote footer:lang(ja) {
  font-size: 0.81em;
  line-height: 1.1;
}

@media screen and (min-width: 39.5em) {
  a.tile .text blockquote footer:lang(ja),
  aside.tile .text blockquote footer:lang(ja) {
    font-size: 1.22em;
    line-height: 1.1;
  }
}
a.tile .text blockquote footer:lang(ru),
aside.tile .text blockquote footer:lang(ru) {
  font-size: 0.69em;
  line-height: 1.1;
}

@media screen and (min-width: 39.5em) {
  a.tile .text blockquote footer:lang(ru),
  aside.tile .text blockquote footer:lang(ru) {
    font-size: 0.69em;
    line-height: 1.1;
  }
}
a.tile .text blockquote footer:lang(fr),
aside.tile .text blockquote footer:lang(fr) {
  font-size: 0.69em;
  line-height: 1.1;
}

@media screen and (min-width: 39.5em) {
  a.tile .text blockquote footer:lang(fr),
  aside.tile .text blockquote footer:lang(fr) {
    font-size: 0.69em;
    line-height: 1.1;
  }
}
a.tile .text blockquote footer span,
aside.tile .text blockquote footer span {
  display: block;
  font-weight: normal;
}

a.tile .text .created-date,
aside.tile .text .created-date {
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.429em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

a.tile .text .created-date li,
aside.tile .text .created-date li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.fake-tiles .container .views-row > .text,
.fake-tiles li.tile {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  background: #fff;
  border-top: 2px solid #f3f3f3;
  border-right: 2px solid #f3f3f3;
  border-bottom: 7px solid #F1C54C;
  border-left: 2px solid #f3f3f3;
  padding: 0 2.375em 0 2.375em;
}

.fake-tiles .container .views-row > .text > h3.field-tile-headline,
.fake-tiles li.tile > h3.field-tile-headline {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
}

.fake-tiles .container .views-row > .text > h3.field-tile-headline li,
.fake-tiles li.tile > h3.field-tile-headline li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.fake-tiles .container .views-row > .text > h3.field-tile-headline li li,
.fake-tiles li.tile > h3.field-tile-headline li li {
  font-size: 0.889em;
}

@media screen and (min-width: 39.5em) {
  .fake-tiles .container .views-row > .text > h3.field-tile-headline,
  .fake-tiles li.tile > h3.field-tile-headline {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
.view-tiles:after,
.blog-tiles:after {
  content: "";
  clear: left;
}

.view-tiles .views-row,
.blog-tiles .views-row {
  width: 100%;
  float: left;
  margin: 0 0 1.375em 0;
}

@media screen and (min-width: 39.5em) and (max-width: 63.94em) {
  .view-tiles .views-row,
  .blog-tiles .views-row {
    width: calc(50% - 0.75em);
    margin-right: 1.25em;
  }
}
@media screen and (min-width: 64em) {
  .view-tiles .views-row,
  .blog-tiles .views-row {
    width: calc(33.33% - 0.89em);
    margin-right: 1.25em;
  }
}
@media screen and (min-width: 39.5em) and (max-width: 63.94em) {
  .view-tiles .views-row:nth-child(2n),
  .blog-tiles .views-row:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 39.5em) and (max-width: 63.94em) {
  .view-tiles .views-row:nth-child(2n+1),
  .blog-tiles .views-row:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 64em) {
  .view-tiles .views-row:nth-child(3n),
  .blog-tiles .views-row:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .view-tiles .views-row:nth-child(3n+1),
  .blog-tiles .views-row:nth-child(3n+1) {
    clear: left;
  }
}
.drawer {
  display: block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 0.2s;
  -webkit-transition: max-height ease 0.2s;
}

.drawer.open {
  max-height: initial;
  transition: max-height ease 0.2s;
  -webkit-transition: max-height ease 0.2s;
}

.social-share {
  position: relative;
  display: inline-block;
  float: left;
}

@media screen and (min-width: 39.5em) {
  .social-share {
    float: right;
  }
}
.social-share.left {
  float: left;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 39.5em) {
  .social-share.left {
    float: left;
  }
}
.social-share.left ul {
  left: 0 !important;
}

@media screen and (min-width: 39.5em) {
  .social-share.left ul {
    left: 0 !important;
  }
}
@media screen and (min-width: 39.5em) {
  .social-share.left > a,
  .social-share.left > a:link,
  .social-share.left > a:visited {
    float: left !important;
  }
}
.social-share.right {
  float: right !important;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 39.5em) {
  .social-share.right {
    float: right;
  }
}
.social-share.right ul {
  right: 0 !important;
  left: auto !important;
}

@media screen and (min-width: 39.5em) {
  .social-share.right ul {
    right: 0 !important;
  }
}
.social-share > a,
.social-share > a:link,
.social-share > a:visited {
  background: #73B2D6;
  color: #fff;
  text-decoration: none;
  float: left;
  margin: 0.7em 0 0 0;
  padding: 0.5em 0.7em;
  border-width: 1px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, left, right) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#73B2D6, #5290B5) 1 100%;
  -moz-border-image: -moz-linear-gradient(#73B2D6, #5290B5) 1 100%;
  -o-border-image: -o-linear-gradient(#73B2D6, #5290B5) 1 100%;
  border-image: linear-gradient(to bottom, #73B2D6, #5290B5) 1 100%;
  border-top: 1px solid #73B2D6;
  -webkit-box-shadow: 0 1px 0 0 #5290B5;
  box-shadow: 0 1px 0 0 #5290B5;
}

@media screen and (min-width: 39.5em) {
  .social-share > a,
  .social-share > a:link,
  .social-share > a:visited {
    float: right;
  }
}
.social-share > a span,
.social-share > a:link span,
.social-share > a:visited span {
  font-family: FontAwesome;
  display: inline;
}

.social-share ul {
  display: none;
  position: absolute;
  top: 2.875em;
  left: 0;
  background: #323232;
  padding: 0.85em 0 0.7em 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#a5000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#a5000000,Positive=true);
}

@media screen and (min-width: 39.5em) {
  .social-share ul {
    left: auto;
    right: 0;
  }
}
.social-share ul li {
  display: block;
  width: 100%;
  margin: 0;
}

.social-share ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "open_sanslight", "proxima_nova_light_cyrillic", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  display: block;
  width: 100%;
  padding: 0.3em 1.3em;
}

.social-share ul li a:hover .social-text {
  text-decoration: underline;
  color: #fff;
}

.social-share ul li a .icon {
  font-family: FontAwesome;
  color: #3b3e40;
  margin-right: 0.4em;
}

.social-share.open > a {
  color: #FFFFFF;
  background: #323232;
  border: 1px solid #323232;
  box-shadow: 3px 0.9px 3px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 3px 0.9px 3px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 3px 0.9px 3px rgba(0, 0, 0, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#a5000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#a5000000,Positive=true);
}

.social-share.open ul {
  display: block;
  width: 8em;
  z-index: 1;
}

html[lang=ru] .social-share > a,
html[lang=ru] .social-share > a:link,
html[lang=ru] .social-share > a:visited {
  width: 8em;
  padding: 0.4em 0.6em;
}

.active-modal .layout-container {
  z-index: 305;
}

#modal {
  display: block;
  width: 95%;
  max-width: 810px;
  height: 90%;
  max-height: 750px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  background: #E8ECED;
  border-radius: 2%;
  box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 6;
  /*modal*/
}

@media screen and (min-width: 64em) {
  #modal {
    top: 55%;
  }
}
@media screen and (min-width: 79em) {
  #modal {
    height: 825px;
    width: 40em;
    max-height: 100%;
    top: 38%;
    transform: translate(-38%, -40%);
  }
}
#modal .close-button {
  position: absolute;
  z-index: 1;
  top: -1%;
  right: -10px;
  border-radius: 50%;
  border: 3px solid white;
  background: black;
  color: white;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  font-size: 1.5em;
  line-height: 1.2em;
  font-family: "open_sansbold", "proxima_nova_bold_cyrillic", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 79em) {
  #modal .close-button {
    top: -2%;
    right: -20px;
  }
}
#modal > .form {
  position: absolute;
  top: 0em;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px 65px 20px 65px;
}

#modal > .form > form {
  width: 80%;
  margin: 0 auto;
}

#modal > .form > form input, #modal > .form > form select {
  margin: 0.25em auto;
}

#modal > .form > form #signup-button {
  margin: 1.5em auto 0;
  display: block;
  max-width: 15em;
}

#modal > .form > form > a {
  text-decoration: underline;
  color: #8E8F91;
  display: block;
  text-align: center;
}

#modal > .form > form .required {
  position: relative;
}

#modal > .form > form .required:after {
  content: "*";
  position: absolute;
  top: -1.25em;
  left: -0.875em;
}

#modal.closed {
  display: none;
}

#modal .gdpr-privacy {
  margin-top: 1em;
}

#modal .recaptcha-container {
  margin: 1em auto 0;
  display: block;
  text-align: center;
}

#modal .recaptcha-container .grecaptcha-badge {
  margin: 0 auto;
}

#modal .intro {
  text-align: center;
  padding-bottom: 1.75em;
}

#modal .intro h2 {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin-bottom: 0.5em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  margin-top: 0;
}

@media screen and (min-width: 39.5em) {
  #modal .intro h2 {
    font-size: 2.625em;
    line-height: 1.143em;
  }
}
#modal .intro > span {
  color: #009BE3;
  font-family: "open_sanssemibold", "proxima_nova_sbold_cyrillic", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#modal .intro > div {
  width: 17em;
  margin: -1em auto 0;
  position: relative;
  overflow: visible;
  height: 2em;
}

#modal .intro > div p {
  color: #FFF;
  border-radius: 50%;
  border: 5px solid white;
  background: black;
  width: 2.2em;
  height: 2.2em;
  position: absolute;
  top: 0;
  font-size: 1.25em;
  line-height: 1.6em;
  font-family: "open_sansbold", "proxima_nova_bold_cyrillic", Arial, Helvetica, sans-serif;
}

#modal .intro > div p:after {
  content: "";
  height: 8px;
  width: 160px;
  position: absolute;
  top: 35%;
}

#modal .intro > div p:nth-child(1) {
  left: 0;
  color: #009BE3;
  border-color: #009BE3;
}

#modal .intro > div p:nth-child(1):after {
  width: 150px;
  left: 0;
  z-index: -1;
  background-color: #009BE3;
}

#modal .intro > div p:nth-child(2) {
  right: 0;
  color: #B6B4B5;
  border-color: #B6B4B5;
}

#modal .intro > div p:nth-child(2):after {
  right: 0;
  z-index: -2;
  background-color: #B6B4B5;
}

#modal.optional-fields {
  top: 41%;
}

#modal.optional-fields .form {
  padding: 45px 65px 20px 65px;
}

@media screen and (max-width: 63.94em) {
  #modal.optional-fields .form {
    padding: 30px;
  }
}
#modal.optional-fields .form .intro {
  padding-bottom: 0.5em;
}

#modal.optional-fields .form .intro h2 {
  font-family: "open_sanssemibold", "proxima_nova_sbold_cyrillic", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 64em) {
  #modal.optional-fields .form .intro h2 {
    font-size: 2.425em;
  }
}
#modal.optional-fields .form form {
  width: 100%;
}

#modal.optional-fields .form form .name {
  display: block;
  float: left;
  width: 100%;
}

@media screen and (min-width: 39.5em) {
  #modal.optional-fields .form form .name {
    width: 50%;
  }
}
#modal.optional-fields .form form .name input {
  width: 100%;
}

@media screen and (min-width: 39.5em) {
  #modal.optional-fields .form form .name input[name=su_lname] {
    border-left: 0;
  }
}
#modal.optional-fields .form form input[name=signupEmail] {
  margin: 1.75em auto 0.25em auto;
}

#modal.optional-fields .form form p.size-5 {
  margin: 0 auto 0.5em auto;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  text-align: center;
}

@media screen and (min-width: 79em) {
  #modal.optional-fields .form form p.size-5 {
    width: 80%;
  }
}
#modal.optional-fields .form .optional {
  border-top: 1px solid #f3f3f3;
  padding: 1.5em 0 0 0;
  margin-top: 1.5em;
}

#modal.optional-fields .form .recaptcha-container {
  display: none;
}

#modal .alert-message-email-validation-container {
  top: initial;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -30px;
}

#modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
}

#modal-overlay.closed {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.anchor-nav {
  display: none;
  width: 100%;
  float: left;
  background: #dcdcdc;
  border-bottom: #a5a9ac;
}

@media screen and (min-width: 39.5em) {
  .anchor-nav {
    display: block;
  }
}
.anchor-nav > .content,
.anchor-nav > .container {
  margin: 0 auto;
  max-width: 960px;
}

.anchor-nav ul {
  text-align: center;
  display: block;
  width: 100%;
}

.anchor-nav ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

.anchor-nav ul li:hover {
  background-color: #C7C8C9;
  background-image: -webkit-linear-gradient(#C7C8C9, #ABACAD);
  background-image: linear-gradient(#C7C8C9, #ABACAD);
}

.anchor-nav ul li:first-child {
  border-left: 1px solid #a5a9ac;
}

@media screen and (min-width: 700px) and (max-width: 64em) {
  .anchor-nav ul li {
    width: 25%;
  }
  .anchor-nav ul li a {
    width: 100%;
    white-space: nowrap;
  }
}
.anchor-nav ul li a {
  display: inline-block;
  text-align: center;
  border-right: 1px solid #a5a9ac;
  color: #000000;
}

@media screen and (min-width: 39.5em) {
  .anchor-nav ul li a {
    font-size: 0.8em;
    height: 3.2em;
    line-height: 3.19em;
  }
}
@media screen and (min-width: 64em) {
  .anchor-nav ul li a {
    font-size: 1em;
    padding: 0 4em;
    height: 4.375em;
    line-height: 4.375em;
  }
}
.anchor-nav .container.content ul.menu-items-count-2 li {
  width: 50%;
}

.anchor-nav .container.content ul.menu-items-count-3 li {
  width: 33.33%;
}

.anchor-nav .container.content ul.menu-items-count-4 li {
  width: 25%;
}

.anchor-nav .container.content ul.menu-items-count-5 li {
  width: 20%;
}

.anchor-nav .container.content ul.menu-items-count-6 li {
  width: 16.67%;
}

.anchor-nav .container.content ul.menu-items-count-7 li {
  width: 14.29%;
}

.anchor-nav .container.content ul a {
  width: 100%;
  padding: 0;
}

/**
* Typography: Headings, body text, lists, code, and more for a versatile and durable typography system.
*/
body {
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
}

h1 {
  font-weight: normal;
}

h2 {
  font-weight: normal;
}

h3 {
  font-weight: normal;
}

h4 {
  font-weight: normal;
}

h5 {
  font-weight: normal;
}

h6 {
  font-weight: normal;
}

a:link {
  color: #1D9DE0;
  text-decoration: none;
}

a:link:hover {
  color: #1d9de0;
  text-decoration: underline;
}

a:visited {
  color: #1D9DE0;
}

a:visited:hover {
  color: #1d9de0;
}

a.large {
  font-size: 1.125em;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

hr {
  height: 1px;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1em 0;
}

strong, b {
  font-family: "open_sansbold", "proxima_nova_bold_cyrillic", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

em {
  font-style: italic;
}

img {
  height: auto;
  max-width: 100%;
}

::-moz-selection {
  background: #323232;
  color: #323232;
  text-shadow: none;
}

::selection {
  background: #323232;
  color: #323232;
  text-shadow: none;
}

/**
 * Form elements: Inputs, buttons, etc.
 */
input[type=search] {
  -webkit-appearance: textfield;
}

form input {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
}

.site-section-multipart-article input[type=submit] {
  color: #fff;
  margin: 0 1.5em 1em 0;
}

.site-section-pricing input[type=submit] {
  color: #fff;
}

.formsReinvention .messages.error,
.enterpriseForm .messages.error,
form.comment-form .messages.error,
.twentytwentyform .messages.error,
.google-search-form .messages.error,
.blog-search-bar .messages.error,
form.search-bar .messages.error,
form#views-exposed-form-customer-tiles-tile-pane .messages.error,
#google-search-query-form .messages.error {
  height: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  display: none;
}

.formsReinvention,
.enterpriseForm,
form.comment-form,
.twentytwentyform,
.google-search-form,
.blog-search-bar,
form.search-bar,
form#views-exposed-form-customer-tiles-tile-pane,
#google-search-query-form {
  text-align: left;
}

.formsReinvention label,
.enterpriseForm label,
form.comment-form label,
.twentytwentyform label,
.google-search-form label,
.blog-search-bar label,
form.search-bar label,
form#views-exposed-form-customer-tiles-tile-pane label,
#google-search-query-form label {
  margin-bottom: 0.3em;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  font-weight: normal;
  color: #333333;
}

.formsReinvention label li,
.enterpriseForm label li,
form.comment-form label li,
.twentytwentyform label li,
.google-search-form label li,
.blog-search-bar label li,
form.search-bar label li,
form#views-exposed-form-customer-tiles-tile-pane label li,
#google-search-query-form label li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.formsReinvention label li li,
.enterpriseForm label li li,
form.comment-form label li li,
.twentytwentyform label li li,
.google-search-form label li li,
.blog-search-bar label li li,
form.search-bar label li li,
form#views-exposed-form-customer-tiles-tile-pane label li li,
#google-search-query-form label li li {
  font-size: 0.889em;
}

.formsReinvention::-webkit-input-placeholder,
.enterpriseForm::-webkit-input-placeholder,
form.comment-form::-webkit-input-placeholder,
.twentytwentyform::-webkit-input-placeholder,
.google-search-form::-webkit-input-placeholder,
.blog-search-bar::-webkit-input-placeholder,
form.search-bar::-webkit-input-placeholder,
form#views-exposed-form-customer-tiles-tile-pane::-webkit-input-placeholder,
#google-search-query-form::-webkit-input-placeholder {
  color: #f3f3f3;
}

.formsReinvention::-moz-placeholder,
.enterpriseForm::-moz-placeholder,
form.comment-form::-moz-placeholder,
.twentytwentyform::-moz-placeholder,
.google-search-form::-moz-placeholder,
.blog-search-bar::-moz-placeholder,
form.search-bar::-moz-placeholder,
form#views-exposed-form-customer-tiles-tile-pane::-moz-placeholder,
#google-search-query-form::-moz-placeholder {
  color: #f3f3f3;
}

.formsReinvention:-moz-placeholder,
.enterpriseForm:-moz-placeholder,
form.comment-form:-moz-placeholder,
.twentytwentyform:-moz-placeholder,
.google-search-form:-moz-placeholder,
.blog-search-bar:-moz-placeholder,
form.search-bar:-moz-placeholder,
form#views-exposed-form-customer-tiles-tile-pane:-moz-placeholder,
#google-search-query-form:-moz-placeholder {
  color: #f3f3f3;
}

.formsReinvention:-ms-input-placeholder,
.enterpriseForm:-ms-input-placeholder,
form.comment-form:-ms-input-placeholder,
.twentytwentyform:-ms-input-placeholder,
.google-search-form:-ms-input-placeholder,
.blog-search-bar:-ms-input-placeholder,
form.search-bar:-ms-input-placeholder,
form#views-exposed-form-customer-tiles-tile-pane:-ms-input-placeholder,
#google-search-query-form:-ms-input-placeholder {
  color: #f3f3f3;
}

.formsReinvention input,
.formsReinvention textarea,
.formsReinvention select,
.enterpriseForm input,
.enterpriseForm textarea,
.enterpriseForm select,
form.comment-form input,
form.comment-form textarea,
form.comment-form select,
.twentytwentyform input,
.twentytwentyform textarea,
.twentytwentyform select,
.google-search-form input,
.google-search-form textarea,
.google-search-form select,
.blog-search-bar input,
.blog-search-bar textarea,
.blog-search-bar select,
form.search-bar input,
form.search-bar textarea,
form.search-bar select,
form#views-exposed-form-customer-tiles-tile-pane input,
form#views-exposed-form-customer-tiles-tile-pane textarea,
form#views-exposed-form-customer-tiles-tile-pane select,
#google-search-query-form input,
#google-search-query-form textarea,
#google-search-query-form select {
  padding: 0 0 0 0.5em;
  border: 2px solid #f3f3f3;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  width: 100%;
  height: 3.1875rem;
  line-height: 1.5em;
  border-radius: 3px;
  background: #fff;
  color: #333333;
}

.formsReinvention input li,
.formsReinvention textarea li,
.formsReinvention select li,
.enterpriseForm input li,
.enterpriseForm textarea li,
.enterpriseForm select li,
form.comment-form input li,
form.comment-form textarea li,
form.comment-form select li,
.twentytwentyform input li,
.twentytwentyform textarea li,
.twentytwentyform select li,
.google-search-form input li,
.google-search-form textarea li,
.google-search-form select li,
.blog-search-bar input li,
.blog-search-bar textarea li,
.blog-search-bar select li,
form.search-bar input li,
form.search-bar textarea li,
form.search-bar select li,
form#views-exposed-form-customer-tiles-tile-pane input li,
form#views-exposed-form-customer-tiles-tile-pane textarea li,
form#views-exposed-form-customer-tiles-tile-pane select li,
#google-search-query-form input li,
#google-search-query-form textarea li,
#google-search-query-form select li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.formsReinvention input li li,
.formsReinvention textarea li li,
.formsReinvention select li li,
.enterpriseForm input li li,
.enterpriseForm textarea li li,
.enterpriseForm select li li,
form.comment-form input li li,
form.comment-form textarea li li,
form.comment-form select li li,
.twentytwentyform input li li,
.twentytwentyform textarea li li,
.twentytwentyform select li li,
.google-search-form input li li,
.google-search-form textarea li li,
.google-search-form select li li,
.blog-search-bar input li li,
.blog-search-bar textarea li li,
.blog-search-bar select li li,
form.search-bar input li li,
form.search-bar textarea li li,
form.search-bar select li li,
form#views-exposed-form-customer-tiles-tile-pane input li li,
form#views-exposed-form-customer-tiles-tile-pane textarea li li,
form#views-exposed-form-customer-tiles-tile-pane select li li,
#google-search-query-form input li li,
#google-search-query-form textarea li li,
#google-search-query-form select li li {
  font-size: 0.889em;
}

.formsReinvention input[type=radio],
.formsReinvention input[type=checkbox],
.enterpriseForm input[type=radio],
.enterpriseForm input[type=checkbox],
form.comment-form input[type=radio],
form.comment-form input[type=checkbox],
.twentytwentyform input[type=radio],
.twentytwentyform input[type=checkbox],
.google-search-form input[type=radio],
.google-search-form input[type=checkbox],
.blog-search-bar input[type=radio],
.blog-search-bar input[type=checkbox],
form.search-bar input[type=radio],
form.search-bar input[type=checkbox],
form#views-exposed-form-customer-tiles-tile-pane input[type=radio],
form#views-exposed-form-customer-tiles-tile-pane input[type=checkbox],
#google-search-query-form input[type=radio],
#google-search-query-form input[type=checkbox] {
  border: none;
  box-shadow: none;
  width: auto;
  height: auto;
}

.formsReinvention .form-item,
.enterpriseForm .form-item,
form.comment-form .form-item,
.twentytwentyform .form-item,
.google-search-form .form-item,
.blog-search-bar .form-item,
form.search-bar .form-item,
form#views-exposed-form-customer-tiles-tile-pane .form-item,
#google-search-query-form .form-item {
  float: left;
  width: 100%;
}

.formsReinvention .form-item.form-type-checkbox input[type=checkbox],
.enterpriseForm .form-item.form-type-checkbox input[type=checkbox],
form.comment-form .form-item.form-type-checkbox input[type=checkbox],
.twentytwentyform .form-item.form-type-checkbox input[type=checkbox],
.google-search-form .form-item.form-type-checkbox input[type=checkbox],
.blog-search-bar .form-item.form-type-checkbox input[type=checkbox],
form.search-bar .form-item.form-type-checkbox input[type=checkbox],
form#views-exposed-form-customer-tiles-tile-pane .form-item.form-type-checkbox input[type=checkbox],
#google-search-query-form .form-item.form-type-checkbox input[type=checkbox] {
  float: left;
}

.formsReinvention .form-item.form-type-checkbox label,
.enterpriseForm .form-item.form-type-checkbox label,
form.comment-form .form-item.form-type-checkbox label,
.twentytwentyform .form-item.form-type-checkbox label,
.google-search-form .form-item.form-type-checkbox label,
.blog-search-bar .form-item.form-type-checkbox label,
form.search-bar .form-item.form-type-checkbox label,
form#views-exposed-form-customer-tiles-tile-pane .form-item.form-type-checkbox label,
#google-search-query-form .form-item.form-type-checkbox label {
  float: left;
  width: 90%;
}

.formsReinvention .form-item .scroll,
.enterpriseForm .form-item .scroll,
form.comment-form .form-item .scroll,
.twentytwentyform .form-item .scroll,
.google-search-form .form-item .scroll,
.blog-search-bar .form-item .scroll,
form.search-bar .form-item .scroll,
form#views-exposed-form-customer-tiles-tile-pane .form-item .scroll,
#google-search-query-form .form-item .scroll {
  height: 10em;
  overflow-y: scroll;
}

.formsReinvention .form-item .scroll p,
.enterpriseForm .form-item .scroll p,
form.comment-form .form-item .scroll p,
.twentytwentyform .form-item .scroll p,
.google-search-form .form-item .scroll p,
.blog-search-bar .form-item .scroll p,
form.search-bar .form-item .scroll p,
form#views-exposed-form-customer-tiles-tile-pane .form-item .scroll p,
#google-search-query-form .form-item .scroll p {
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.429em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

.formsReinvention .form-item .scroll p li,
.enterpriseForm .form-item .scroll p li,
form.comment-form .form-item .scroll p li,
.twentytwentyform .form-item .scroll p li,
.google-search-form .form-item .scroll p li,
.blog-search-bar .form-item .scroll p li,
form.search-bar .form-item .scroll p li,
form#views-exposed-form-customer-tiles-tile-pane .form-item .scroll p li,
#google-search-query-form .form-item .scroll p li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.formsReinvention input[type=submit],
.enterpriseForm input[type=submit],
form.comment-form input[type=submit],
.twentytwentyform input[type=submit],
.google-search-form input[type=submit],
.blog-search-bar input[type=submit],
form.search-bar input[type=submit],
form#views-exposed-form-customer-tiles-tile-pane input[type=submit],
#google-search-query-form input[type=submit] {
  margin-top: 1.3em;
  background: #3FAD48;
  border: 2px solid #96E65C;
}

@media only print {
  .formsReinvention input[type=submit],
  .enterpriseForm input[type=submit],
  form.comment-form input[type=submit],
  .twentytwentyform input[type=submit],
  .google-search-form input[type=submit],
  .blog-search-bar input[type=submit],
  form.search-bar input[type=submit],
  form#views-exposed-form-customer-tiles-tile-pane input[type=submit],
  #google-search-query-form input[type=submit] {
    display: none !important;
  }
}
.formsReinvention input[type=submit]:hover,
.enterpriseForm input[type=submit]:hover,
form.comment-form input[type=submit]:hover,
.twentytwentyform input[type=submit]:hover,
.google-search-form input[type=submit]:hover,
.blog-search-bar input[type=submit]:hover,
form.search-bar input[type=submit]:hover,
form#views-exposed-form-customer-tiles-tile-pane input[type=submit]:hover,
#google-search-query-form input[type=submit]:hover {
  background: #96E65C;
}

.formsReinvention .webform-component textarea,
.enterpriseForm .webform-component textarea,
form.comment-form .webform-component textarea,
.twentytwentyform .webform-component textarea,
.google-search-form .webform-component textarea,
.blog-search-bar .webform-component textarea,
form.search-bar .webform-component textarea,
form#views-exposed-form-customer-tiles-tile-pane .webform-component textarea,
#google-search-query-form .webform-component textarea {
  height: 4.5em;
  padding-top: 0.5em;
}

.formsReinvention .messages.status,
.enterpriseForm .messages.status,
form.comment-form .messages.status,
.twentytwentyform .messages.status,
.google-search-form .messages.status,
.blog-search-bar .messages.status,
form.search-bar .messages.status,
form#views-exposed-form-customer-tiles-tile-pane .messages.status,
#google-search-query-form .messages.status {
  display: none;
}

.formsReinvention .form-item,
.formsReinvention .form-actions,
.enterpriseForm .form-item,
.enterpriseForm .form-actions,
form.comment-form .form-item,
form.comment-form .form-actions,
.twentytwentyform .form-item,
.twentytwentyform .form-actions,
.google-search-form .form-item,
.google-search-form .form-actions,
.blog-search-bar .form-item,
.blog-search-bar .form-actions,
form.search-bar .form-item,
form.search-bar .form-actions,
form#views-exposed-form-customer-tiles-tile-pane .form-item,
form#views-exposed-form-customer-tiles-tile-pane .form-actions,
#google-search-query-form .form-item,
#google-search-query-form .form-actions {
  margin-top: 0;
  margin-bottom: 1em;
}

.formsReinvention .form-item input.error,
.formsReinvention .form-item textarea.error,
.formsReinvention .form-item select.error,
.enterpriseForm .form-item input.error,
.enterpriseForm .form-item textarea.error,
.enterpriseForm .form-item select.error,
form.comment-form .form-item input.error,
form.comment-form .form-item textarea.error,
form.comment-form .form-item select.error,
.twentytwentyform .form-item input.error,
.twentytwentyform .form-item textarea.error,
.twentytwentyform .form-item select.error,
.google-search-form .form-item input.error,
.google-search-form .form-item textarea.error,
.google-search-form .form-item select.error,
.blog-search-bar .form-item input.error,
.blog-search-bar .form-item textarea.error,
.blog-search-bar .form-item select.error,
form.search-bar .form-item input.error,
form.search-bar .form-item textarea.error,
form.search-bar .form-item select.error,
form#views-exposed-form-customer-tiles-tile-pane .form-item input.error,
form#views-exposed-form-customer-tiles-tile-pane .form-item textarea.error,
form#views-exposed-form-customer-tiles-tile-pane .form-item select.error,
#google-search-query-form .form-item input.error,
#google-search-query-form .form-item textarea.error,
#google-search-query-form .form-item select.error {
  border: 2px solid #ed1c24;
}

.formsReinvention .form-required,
.enterpriseForm .form-required,
form.comment-form .form-required,
.twentytwentyform .form-required,
.google-search-form .form-required,
.blog-search-bar .form-required,
form.search-bar .form-required,
form#views-exposed-form-customer-tiles-tile-pane .form-required,
#google-search-query-form .form-required {
  color: #ed1c24;
}

.formsReinvention .webform-component-textarea .grippie,
.enterpriseForm .webform-component-textarea .grippie,
form.comment-form .webform-component-textarea .grippie,
.twentytwentyform .webform-component-textarea .grippie,
.google-search-form .webform-component-textarea .grippie,
.blog-search-bar .webform-component-textarea .grippie,
form.search-bar .webform-component-textarea .grippie,
form#views-exposed-form-customer-tiles-tile-pane .webform-component-textarea .grippie,
#google-search-query-form .webform-component-textarea .grippie {
  display: none;
}

.formsReinvention.mini,
.enterpriseForm.mini,
form.comment-form.mini,
.twentytwentyform.mini,
.google-search-form.mini,
.blog-search-bar.mini,
form.search-bar.mini,
form#views-exposed-form-customer-tiles-tile-pane.mini,
#google-search-query-form.mini {
  margin: 2em 0 0 0;
}

.formsReinvention.mini input,
.formsReinvention.mini textarea,
.formsReinvention.mini select,
.enterpriseForm.mini input,
.enterpriseForm.mini textarea,
.enterpriseForm.mini select,
form.comment-form.mini input,
form.comment-form.mini textarea,
form.comment-form.mini select,
.twentytwentyform.mini input,
.twentytwentyform.mini textarea,
.twentytwentyform.mini select,
.google-search-form.mini input,
.google-search-form.mini textarea,
.google-search-form.mini select,
.blog-search-bar.mini input,
.blog-search-bar.mini textarea,
.blog-search-bar.mini select,
form.search-bar.mini input,
form.search-bar.mini textarea,
form.search-bar.mini select,
form#views-exposed-form-customer-tiles-tile-pane.mini input,
form#views-exposed-form-customer-tiles-tile-pane.mini textarea,
form#views-exposed-form-customer-tiles-tile-pane.mini select,
#google-search-query-form.mini input,
#google-search-query-form.mini textarea,
#google-search-query-form.mini select {
  height: 3.1875rem;
  line-height: 1em;
}

.formsReinvention.mini .webform-component textarea,
.enterpriseForm.mini .webform-component textarea,
form.comment-form.mini .webform-component textarea,
.twentytwentyform.mini .webform-component textarea,
.google-search-form.mini .webform-component textarea,
.blog-search-bar.mini .webform-component textarea,
form.search-bar.mini .webform-component textarea,
form#views-exposed-form-customer-tiles-tile-pane.mini .webform-component textarea,
#google-search-query-form.mini .webform-component textarea {
  height: 3.25em;
}

.formsReinvention.mini .form-item,
.formsReinvention.mini .form-actions,
.enterpriseForm.mini .form-item,
.enterpriseForm.mini .form-actions,
form.comment-form.mini .form-item,
form.comment-form.mini .form-actions,
.twentytwentyform.mini .form-item,
.twentytwentyform.mini .form-actions,
.google-search-form.mini .form-item,
.google-search-form.mini .form-actions,
.blog-search-bar.mini .form-item,
.blog-search-bar.mini .form-actions,
form.search-bar.mini .form-item,
form.search-bar.mini .form-actions,
form#views-exposed-form-customer-tiles-tile-pane.mini .form-item,
form#views-exposed-form-customer-tiles-tile-pane.mini .form-actions,
#google-search-query-form.mini .form-item,
#google-search-query-form.mini .form-actions {
  margin-top: 0;
  margin-bottom: 0.5em;
}

form.search-bar input[type=search],
form.google-search-form input[type=search] {
  background-color: rgba(255, 255, 255, 0.25);
  border: 2px solid #fff;
  color: #fff;
}

form.search-bar input[type=submit],
form.google-search-form input[type=submit] {
  font-family: "FontAwesome";
  color: #fff;
  position: absolute;
  right: 0em;
  top: 0em;
  font-size: 2em;
}

@media screen and (max-width: 39.44em) {
  .blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation {
    margin-bottom: 2em;
  }
}
.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h1 {
  font-style: normal;
  font-size: 3.25em;
  line-height: 1.192em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 0.976em 0;
}

@media screen and (min-width: 39.5em) {
  .blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h1 {
    font-size: 5.125em;
    line-height: 1em;
    letter-spacing: -0.06em;
  }
}
@media screen and (min-width: 39.5em) {
  .blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h1 {
    margin: 0 0 0.98em 0;
  }
}
.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h2 {
  font-style: normal;
  font-size: 2.625em;
  line-height: 1.143em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 0.938em 0;
}

@media screen and (min-width: 39.5em) {
  .blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h2 {
    font-size: 3.25em;
    line-height: 1.192em;
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 39.5em) {
  .blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h2 {
    margin: 0 0 0.976em 0;
  }
}
.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h3 {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 0.417em 0;
}

@media screen and (min-width: 39.5em) {
  .blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h3 {
    font-size: 2.625em;
    line-height: 1.143em;
  }
}
@media screen and (min-width: 39.5em) {
  .blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h3 {
    margin: 0 0 0.938em 0;
  }
}
.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h4 {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 0.556em 0;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h4 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h4 li li {
  font-size: 0.889em;
}

@media screen and (min-width: 39.5em) {
  .blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h4 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 39.5em) {
  .blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h4 {
    margin: 0 0 0.417em 0;
  }
}
.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h5 {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 0.556em 0;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h5 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h5 li li {
  font-size: 0.889em;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h6 {
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.429em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 0.9em 0;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation h6 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation p {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 1em 0;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation p li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation p li li {
  font-size: 0.889em;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation p a {
  text-decoration: none;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation ol {
  margin: 0 0 1em 1.1em;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation ol li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation ol li li {
  font-size: 0.889em;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation ol li {
  list-style-type: decimal;
  color: #333333;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation ol li a {
  text-decoration: none;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation ol li span {
  color: #333333;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation ol li span a {
  text-decoration: none;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation ul {
  margin: 0 0 1em 1.1em;
  padding: 0;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation ul li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation ul li li {
  font-size: 0.889em;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation ul li {
  list-style-type: disc;
  color: #333333;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation ul li a {
  text-decoration: none;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation ul li span {
  color: #333333;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation ul li span a {
  text-decoration: none;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation img {
  margin: 0 0 1em 0;
}

@media screen and (max-width: 39.5em) {
  .blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation img {
    max-width: 100% !important;
    height: auto;
    display: block;
  }
}
.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation .video,
.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation .Video {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation .video p,
.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation .Video p {
  margin: 0;
  display: inline;
  padding: 0;
  line-height: 1;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation .video iframe,
.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation .Video iframe .video object,
.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation .Video object .video embed,
.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation .Video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 39.5em) {
  .blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation table {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 39.5em) {
  .blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation table tr {
    display: block;
    width: 100%;
    padding: 1em 0;
    border-bottom: 1px solid #d0d2d3;
    float: left;
  }
}
.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation table tr td,
.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation table tr th {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  padding: 0.5em;
  border: 1px solid #d0d2d3;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation table tr td li,
.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation table tr th li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation table tr td li li,
.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation table tr th li li {
  font-size: 0.889em;
}

@media screen and (max-width: 39.5em) {
  .blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation table tr td,
  .blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation table tr th {
    display: block;
    width: 100%;
    border: none;
  }
}
.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation strong {
  font-family: "proxima_nova_sbold";
  font-weight: normal !important;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation hr {
  border: 1px solid #CFCFCF;
}

.blade .container .formsReinvention .blade .container .enterpriseForm .webform-confirmation hr + h4 {
  margin-bottom: 0.5em;
}

#NewContact ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

#NewContact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

#NewContact :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

#NewContact :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

form {
  position: relative;
}

form .alert-message-email-validation-container {
  position: absolute;
  top: 7em;
}

form .alert-message-email-validation-container #alert-message-email-validation {
  color: #ed1c24;
}

form .alert-message-email-validation-container #alert-message-email-validation::before {
  font-size: 1em;
  width: 0.5em;
  height: 0.5em;
  text-align: center;
  display: inline-block;
  content: "!";
  font-family: "open_sansbold", "proxima_nova_bold_cyrillic", Arial, Helvetica, sans-serif;
  background: #ed1c24;
  color: #fff;
  border-radius: 50%;
  padding: 0.25em;
  margin: 0 0.5em 0 0;
  vertical-align: 0em;
  line-height: 0.5em;
}

.google-search-form,
.blog-search-bar,
form.search-bar {
  position: relative;
  margin: 0 0 1em 0;
  padding: 0;
}

.google-search-form input[type=search],
.google-search-form input[type=text],
.blog-search-bar input[type=search],
.blog-search-bar input[type=text],
form.search-bar input[type=search],
form.search-bar input[type=text] {
  background: none;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 5px;
  height: 3.75rem;
}

.google-search-form input[type=search]::-webkit-input-placeholder,
.google-search-form input[type=text]::-webkit-input-placeholder,
.blog-search-bar input[type=search]::-webkit-input-placeholder,
.blog-search-bar input[type=text]::-webkit-input-placeholder,
form.search-bar input[type=search]::-webkit-input-placeholder,
form.search-bar input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.google-search-form input[type=search]::-moz-placeholder,
.google-search-form input[type=text]::-moz-placeholder,
.blog-search-bar input[type=search]::-moz-placeholder,
.blog-search-bar input[type=text]::-moz-placeholder,
form.search-bar input[type=search]::-moz-placeholder,
form.search-bar input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.google-search-form input[type=search]:-moz-placeholder,
.google-search-form input[type=text]:-moz-placeholder,
.blog-search-bar input[type=search]:-moz-placeholder,
.blog-search-bar input[type=text]:-moz-placeholder,
form.search-bar input[type=search]:-moz-placeholder,
form.search-bar input[type=text]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.google-search-form input[type=search]:-ms-input-placeholder,
.google-search-form input[type=text]:-ms-input-placeholder,
.blog-search-bar input[type=search]:-ms-input-placeholder,
.blog-search-bar input[type=text]:-ms-input-placeholder,
form.search-bar input[type=search]:-ms-input-placeholder,
form.search-bar input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.google-search-form input[type=search]:focus,
.google-search-form input[type=text]:focus,
.blog-search-bar input[type=search]:focus,
.blog-search-bar input[type=text]:focus,
form.search-bar input[type=search]:focus,
form.search-bar input[type=text]:focus {
  border: 2px solid #fff;
}

.google-search-form input[type=submit],
.blog-search-bar input[type=submit],
form.search-bar input[type=submit] {
  margin: 0;
  display: block;
  padding: 0 0 0 0.5em !important;
  width: 2.5em;
  position: absolute;
  border: none !important;
  background: none !important;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 2rem !important;
}

.google-search-form input[type=submit]:hover,
.blog-search-bar input[type=submit]:hover,
form.search-bar input[type=submit]:hover {
  background: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .google-search-form input[type=submit],
  .blog-search-bar input[type=submit],
  form.search-bar input[type=submit] {
    /* Safari 5+ ONLY */
  }
  .google-search-form input[type=submit] ::i-block-chrome,
  .blog-search-bar input[type=submit] ::i-block-chrome,
  form.search-bar input[type=submit] ::i-block-chrome {
    margin: -0.8em 0.2em 0 0;
    font-size: 1rem !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .google-search-form input[type=submit],
  .blog-search-bar input[type=submit],
  form.search-bar input[type=submit] {
    margin-top: -0.125em;
  }
}
body {
  /* Without this, the body has excess horizontal scroll when the menu is open */
  overflow-x: hidden;
  background: #222222;
}

@media screen and (min-width: 53.75em) {
  body {
    background: #0e2947;
  }
}
body.iOS {
  background: #fff;
}

body.iOS .main-navigation,
body.iOS #nav-trigger,
body.iOS .layout-container > footer,
body.iOS .layout-container .MainNav,
body.iOS .nav-trigger + label {
  display: none !important;
}

body.iOS .layout-container {
  margin: 0;
}

body.landing .navigation-wrapper {
  display: none !important;
}

body.landing .layout-container {
  margin-top: 0;
}

body.landing .layout-container > footer {
  border-top: none;
}

body.landing .layout-container > footer > .container {
  display: none !important;
}

@media screen and (min-width: 64em) {
  body.logged-in .navigation-wrapper {
    top: 2em;
  }
}
body.logged-in .global-nav-search-form {
  top: -6em;
}

ul.menu li {
  margin: 0;
}

.main-navigation {
  font-size: 0.75em;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background: #0e2947;
  padding: 1em 0 0 0;
}

@media screen and (min-width: 26.38em) {
  .main-navigation {
    font-size: 1em;
  }
}
.main-navigation .container {
  display: block;
  margin: 0 1em;
  width: auto;
  float: none;
}

@media screen and (min-width: 39.5em) {
  .main-navigation .container {
    margin: 0 2em;
  }
}
@media screen and (min-width: 79em) {
  .main-navigation .container {
    margin: 0 auto;
    max-width: 75em;
  }
}
.main-navigation .no-mobile {
  display: none !important;
}

@media screen and (min-width: 53.75em) {
  .main-navigation .no-mobile {
    display: block !important;
  }
}
.main-navigation .mobile-only {
  display: block !important;
}

@media screen and (min-width: 53.75em) {
  .main-navigation .mobile-only {
    display: none !important;
  }
}
.main-navigation a.smartsheet-logo {
  display: block;
  float: left;
  width: 2.25em;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 36.25em) {
  .main-navigation a.smartsheet-logo {
    width: 12em;
  }
}
.main-navigation a.smartsheet-logo img#logo-mobile {
  display: block;
  width: 2.25em;
  margin-top: -0.1em;
}

@media screen and (min-width: 36.25em) {
  .main-navigation a.smartsheet-logo img#logo-mobile {
    display: none;
  }
}
.main-navigation a.smartsheet-logo img#logo {
  display: none;
  width: 12em;
  max-width: none;
}

@media screen and (min-width: 36.25em) {
  .main-navigation a.smartsheet-logo img#logo {
    display: block;
  }
}
.main-navigation .block-lang-dropdown {
  display: none;
  float: right;
  padding: 0.25em 0 0 0.8em;
  margin: 0.25em 0 0 0.25em;
  border-left: 1px solid #97999c;
}

@media screen and (min-width: 20em) {
  .main-navigation .block-lang-dropdown {
    display: block;
    margin: 0.25em 4.5em 0 0;
  }
}
@media screen and (min-width: 53.75em) {
  .main-navigation .block-lang-dropdown {
    margin: 0.25em 0 0 0.25em;
  }
}
.main-navigation .block-lang-dropdown:after {
  content: "";
  height: 1.5em;
  width: 1.5em;
  display: block;
  background: url(https://www.smartsheet.com/sites/default/files/language-selector.svg) 0 0 no-repeat;
  background-size: 100%;
  margin-left: 0.25em;
  -webkit-transition: background 0.2 sec;
  transition: background 0.2s ease;
}

.main-navigation .block-lang-dropdown:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.main-navigation .block-lang-dropdown:hover:after {
  background: url(https://www.smartsheet.com/sites/default/files/language-selector-hover.svg) 0 0 no-repeat;
  -webkit-transition: background 0.2 sec;
  transition: background 0.2s ease;
}

.main-navigation .block-lang-dropdown h2 {
  display: none;
}

.main-navigation .block-lang-dropdown .form-item {
  margin: 0;
}

.main-navigation .block-lang-dropdown form {
  opacity: 0;
}

.main-navigation .block-lang-dropdown form > div {
  height: 0;
}

.main-navigation .block-lang-dropdown form:focus {
  opacity: 1;
}

.main-navigation .block-lang-dropdown select {
  -webkit-appearance: none;
  background: none;
  border: none;
  height: 1.5em;
  width: 1.5em !important;
  text-indent: -9999em;
}

.main-navigation .block-lang-dropdown select option {
  color: #1b1b1b;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .main-navigation .block-lang-dropdown select {
    width: 2.5em !important;
    height: 2em;
  }
}
.main-navigation .block-lang-dropdown select::-ms-expand {
  display: none;
}

.main-navigation .secondary-menu {
  display: none;
  margin: 0 0.5em 0 0;
  float: right;
  padding: 0.75em 0;
}

@media screen and (min-width: 20em) {
  .main-navigation .secondary-menu {
    display: block;
  }
}
.main-navigation .secondary-menu .menu li {
  float: left;
  list-style-image: none !important;
  list-style-type: none !important;
  display: inline-block;
  padding: 0;
}

.main-navigation .secondary-menu .menu li a {
  font-family: "open_sanssemibold", "proxima_nova_sbold_cyrillic", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  color: #97999c;
  -webkit-transition: all 0.2 sec;
  transition: all 0.2s ease;
  padding: 0.5em 1em;
}

.main-navigation .secondary-menu .menu li a:hover {
  color: #fff;
  text-decoration: none;
}

.main-navigation .secondary-menu .menu li a.contact-link {
  display: none;
  padding-right: 1.25em;
  border-right: 1px solid #97999c;
}

@media screen and (min-width: 64.38em) {
  .main-navigation .secondary-menu .menu li a.contact-link {
    display: inline;
  }
}
.main-navigation .secondary-menu .menu li a.phone-link {
  display: none;
  padding-right: 2em;
  border-right: 1px solid #97999c;
  margin: 0 1.25em 0 0;
  padding: 0.5em 1.25em 0.5em 1em;
}

@media screen and (min-width: 64.38em) {
  .main-navigation .secondary-menu .menu li a.phone-link {
    display: inline;
  }
}
.main-navigation .secondary-menu .menu li a.phone-link:before {
  content: "\f095";
  font-family: "FontAwesome";
  display: inline-block;
  margin: 0 0.125em 0 0;
  transform: rotate(15deg);
  font-size: 1.4em;
  vertical-align: -0.15em;
}

.main-navigation .secondary-menu .menu li a.login-link {
  border: 2px solid #49b4d4;
  color: #49b4d4;
  padding: 0.85em 2em;
  border-radius: 9999px;
}

.main-navigation .secondary-menu .menu li a.login-link:hover:hover {
  background: #49b4d4;
  border: 2px solid #49b4d4;
  color: #072640;
}

.main-navigation .secondary-menu .menu li a.tryit-link {
  border: 2px solid #96e65c;
  color: #96e65c;
  padding: 0.85em 2em;
  border-radius: 9999px;
  margin: 0 1em 0 0;
  display: none;
}

@media screen and (min-width: 53.75em) {
  .main-navigation .secondary-menu .menu li a.tryit-link {
    display: inline;
  }
}
.main-navigation .secondary-menu .menu li a.tryit-link:hover {
  background: #96e65c;
  border: 2px solid #96e65c;
  color: #072640;
}

.main-navigation .secondary-menu .menu li a.search-link {
  display: block;
  position: relative;
  height: 3.1em;
  width: 3em;
  text-indent: -9999em;
  vertical-align: 1.5em;
  margin: -1em 0 0 1em;
}

.main-navigation .secondary-menu .menu li a.search-link:after {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 1.7em;
  position: absolute;
  right: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  text-indent: 0;
}

.main-navigation .secondary-menu .menu li a.search-link.search-open:after {
  content: "\f00d";
}

.main-navigation .primary-menu {
  background: #1d9cdf;
  position: absolute;
  right: 0;
  width: 95%;
  top: 4.45em;
  height: 0;
}

@media screen and (max-width: 53.69em) {
  .main-navigation .primary-menu {
    overflow: hidden;
  }
}
@media screen and (min-width: 26.38em) {
  .main-navigation .primary-menu {
    width: 85.5%;
  }
}
@media screen and (min-width: 39.5em) {
  .main-navigation .primary-menu {
    width: 40.5%;
  }
}
@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    margin: 0;
    top: 0;
    height: auto;
  }
}
.main-navigation .primary-menu > .content {
  display: block;
  margin: 0 1em;
  width: auto;
  float: none;
}

@media screen and (min-width: 39.5em) {
  .main-navigation .primary-menu > .content {
    margin: 0 2em;
  }
}
@media screen and (min-width: 79em) {
  .main-navigation .primary-menu > .content {
    margin: 0 auto;
    max-width: 75em;
  }
}
@media screen and (max-width: 53.75em) {
  .main-navigation .primary-menu > .content {
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 79em) {
  .main-navigation .primary-menu > .content {
    max-width: 78em;
    padding-left: 1em;
  }
}
@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li {
    float: left;
    display: inline-block;
    padding: 0.125em 0.813em;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:first-of-type {
    padding-left: 0.75em;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:first-of-type > a {
    padding-left: 0;
  }
}
.main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded {
  list-style-type: none;
  list-style-image: none;
}

@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded:hover {
    background: #16669c;
  }
}
.main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded > .overlay {
  display: none;
}

@media screen and (max-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded > .overlay {
    display: block;
    height: 0;
    overflow: hidden;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded > .overlay.open {
    height: auto;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded > .overlay.open li {
    transition: all 0.2s ease;
    padding-left: 1.5em;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded > .overlay.open li.image-link {
    display: none;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded > .overlay.open li.image-link img {
    display: none;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded > .overlay.open li.image-link a {
    opacity: 0;
  }
}
.main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded > .overlay li.image-link {
  display: none;
}

@media screen and (min-width: 71.12em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded > .overlay li.image-link {
    position: absolute;
    top: 1.875em;
    right: 1.875em;
    width: auto;
    padding: 0;
  }
}
.main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded > .overlay li.image-link img {
  display: none;
  height: 11.375em;
  width: auto;
}

@media screen and (min-width: 71.12em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded > .overlay li.image-link img {
    display: block;
  }
}
.main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded > .overlay li.image-link a {
  opacity: 1;
  color: #0E2947 !important;
}

.main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded > a:after {
  font-family: "FontAwesome";
  color: #fff;
  content: "\f105";
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: inline-block;
  margin: 0 0 0 0.5em;
}

.main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded > a:hover {
  text-decoration: none;
}

@media screen and (max-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded > a.up:after {
    content: "\f105";
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
}
@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded.layout-1 .overlay {
    width: auto;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded.layout-1 .overlay > .overlay-container > .menu-top-menu {
    width: 20em;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded.layout-1 .overlay > .overlay-container > .menu-top-menu > li.expanded {
    margin: 0 0 1em 0;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded.layout-1 .overlay > .overlay-container > .menu-top-menu > li.expanded:last-of-type {
    margin: 0;
  }
}
@media screen and (min-width: 71.12em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded.layout-1.image-link-ready.true .overlay {
    width: 41.5em;
  }
}
@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded.layout-2 > .overlay {
    width: auto;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded.layout-2 > .overlay > .overlay-container > .menu-top-menu {
    width: 18.1em;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded.layout-2 > .overlay > .overlay-container > .menu-top-menu > li.expanded {
    margin: 0 0 1.5em 0;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded.layout-2 > .overlay > .overlay-container > .menu-top-menu > li.expanded:last-of-type {
    margin: 0 0 0.5em 0;
  }
}
@media screen and (min-width: 71.12em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded.layout-2.image-link-ready.true .overlay {
    width: 39.65em;
  }
}
@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded.layout-3 > .overlay {
    width: auto;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded.layout-3 > .overlay > .overlay-container > .menu.menu-top-menu {
    width: 13.1em;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded.layout-3 > .overlay > .overlay-container > .menu.menu-top-menu > li.expanded {
    margin: 0 0 0.5em 0;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded.layout-3 > .overlay > .overlay-container > .menu.menu-top-menu > li.expanded.first {
    margin: 0 0 1.5em 0;
  }
}
@media screen and (min-width: 71.12em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.expanded.layout-3.image-link-ready.true .overlay {
    width: 34.6em;
  }
}
@media screen and (min-width: 52.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover {
    position: relative;
  }
}
.main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay {
  display: block;
}

@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay {
    position: absolute;
    top: 2.4em;
    left: 0;
    z-index: 2;
    background: #0e2947;
  }
}
@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container {
    position: relative;
  }
}
@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu {
    float: left;
    padding: 0em;
    background: #16669c;
    padding: 1.875em 1.5em 1.125em 1.5em;
  }
}
@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded {
    font-size: 1.25rem;
    font-family: "open_sansbold", "proxima_nova_bold_cyrillic", Arial, Helvetica, sans-serif;
    display: block;
    margin: 0;
    padding: 0;
  }
}
.main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded a {
  color: #fff;
}

@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded a.nolink {
    font-style: normal;
    font-size: 0.875em;
    line-height: 1.429em;
    font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
    letter-spacing: -0.025em;
    font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
    display: block;
    color: #fff;
    margin: -2em 0 0 0;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded a.nolink li {
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded a.nolink:hover {
    text-decoration: none;
  }
}
.main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded div ul li {
  list-style-image: none !important;
  list-style-type: none !important;
}

@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded div ul li {
    margin: 0 0 0.75rem 0;
    padding: 0;
  }
}
@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded div ul li.last.leaf {
    margin: 0;
  }
}
@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded div ul li a {
    font-size: 0.875rem;
    line-height: 1.429em;
    font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  }
}
@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded > .overlay {
    margin: 0.75rem 0 0 0;
  }
}
.main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded.desktop-overlay-column {
  padding-left: 0;
}

.main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded.desktop-overlay-column > a {
  height: 0;
  text-indent: -9999em;
}

@media screen and (max-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded.desktop-overlay-column > .toggle {
    display: none;
  }
}
.main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded.desktop-overlay-column .expanded > a,
.main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded.desktop-overlay-column .headline > a {
  font-size: 1.25rem;
}

@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded.desktop-overlay-column .expanded > a,
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded.desktop-overlay-column .headline > a {
    font-family: "open_sansbold", "proxima_nova_bold_cyrillic", Arial, Helvetica, sans-serif;
    display: block;
    float: left;
    margin: 0 0 0.75em 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded.desktop-overlay-column .expanded > a,
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded.desktop-overlay-column .headline > a {
    width: 100%;
  }
}
@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.expanded.desktop-overlay-column.full-height > a {
    height: 3.3em;
  }
}
@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.leaf, .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.collapsed {
    margin: 0 0 0.75em 0;
    padding: 0;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.leaf:last-of-type, .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.collapsed:last-of-type {
    margin-bottom: 0;
  }
}
.main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.leaf > a, .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.collapsed > a {
  color: #fff;
}

@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.leaf > a, .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.collapsed > a {
    font-style: normal;
    font-size: 0.875em;
    line-height: 1.429em;
    font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
    letter-spacing: -0.025em;
    font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  }
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.leaf > a li, .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.collapsed > a li {
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.leaf.headline > a, .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li:hover > .overlay > .overlay-container > .menu-top-menu > li.collapsed.headline > a {
    font-size: 1.25rem;
    font-family: "open_sansbold", "proxima_nova_bold_cyrillic", Arial, Helvetica, sans-serif;
  }
}
@media screen and (min-width: 71.12em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li.image-link-ready:hover > .overlay li.image-link {
    display: block;
  }
}
@media screen and (max-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li > .overlay.open > .overlay-container > .menu-top-menu > li.expanded.desktop-overlay-column {
    padding-left: 0;
  }
}
.main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li > a {
  display: block;
}

@media screen and (min-width: 53.75em) {
  .main-navigation .primary-menu > .content > .menu-block-wrapper > .overlay > .overlay-container > ul.menu > li > a {
    padding: 0.75em 1em 0.75em 1em;
    font-size: 0.875em;
    color: #fff;
    font-family: "open_sanssemibold", "proxima_nova_sbold_cyrillic", Arial, Helvetica, sans-serif;
  }
}
.main-navigation .primary-menu ul li {
  list-style-image: none !important;
  list-style-type: none !important;
}

@media screen and (max-width: 53.75em) {
  .main-navigation .primary-menu ul li {
    padding: 0;
  }
}
@media screen and (max-width: 53.75em) {
  .main-navigation .primary-menu ul li.expanded {
    position: relative;
  }
}
@media screen and (max-width: 53.75em) {
  .main-navigation .primary-menu ul li.expanded > a {
    font-family: "open_sansbold", "proxima_nova_bold_cyrillic", Arial, Helvetica, sans-serif;
  }
}
@media screen and (max-width: 53.75em) {
  .main-navigation .primary-menu ul li a {
    color: #fff;
    display: block;
    padding: 1.2em 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 39.5em) and (max-width: 53.75) {
  .main-navigation .primary-menu ul li a {
    padding: 1.2em 2em;
  }
}
.layout-container {
  display: block;
  float: left;
  min-height: 100%;
  min-width: 100%;
  background-color: #fff;
  position: relative;
  bottom: 100%;
  right: 0;
  z-index: 1;
  transition: right 0.2s ease;
  margin-top: 3.15em;
}

@media screen and (min-width: 26.38em) {
  .layout-container {
    margin-top: 4.45em;
  }
}
@media screen and (min-width: 53.75em) {
  .layout-container {
    margin-top: 6.75em;
  }
}
.navigation-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked + label {
  color: #9c9c9c;
}

#CybotCookiebotDialog + noscript + script + #skip-link + .navigation-wrapper + .layout-container {
  margin-top: 12px !important;
}

#CybotCookiebotDialog {
  position: relative !important;
  z-index: 6;
}

#CybotCookiebotDialog div {
  color: #9c9c9c;
  border: none;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
  padding-left: 46px !important;
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButtonDetails {
  display: none !important;
}

#CybotCookiebotDialogBodyButtons a {
  border-radius: 0.4em !important;
}

#CybotCookiebotDialogBodyButtons a:hover {
  border-radius: 0.4em !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelDetailsWrapper {
  display: none !important;
}

#CybotCookiebotDialogBody {
  max-width: 1200px;
  display: block;
  margin: 0 1em;
  width: auto;
  float: none;
  font-size: 16px;
  padding-left: 2em;
  padding-right: 0;
  position: relative;
}

@media screen and (min-width: 39.5em) {
  #CybotCookiebotDialogBody {
    margin: 0 2em;
  }
}
@media screen and (min-width: 79em) {
  #CybotCookiebotDialogBody {
    margin: 0 auto;
    max-width: 75em;
  }
}
#CybotCookiebotDialogBody:before {
  display: block;
  content: "\f05a";
  font-family: "FontAwesome";
  color: #9c9c9c;
  font-size: 2em;
  position: absolute;
  top: 10px;
  left: 0;
}

@media screen and (max-width: 39.5em) {
  #CybotCookiebotDialogBody:before {
    left: 8px;
  }
}
/* Nav Trigger */
.nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  display: none;
}

label[for=nav-trigger] {
  position: absolute;
  right: 0;
  top: 0.1em;
  z-index: 2;
  display: block;
  padding: 0.55em 1rem 0.55em 0.75em;
  font-size: 1.25em;
}

@media screen and (min-width: 26.38em) {
  label[for=nav-trigger] {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 39.5em) {
  label[for=nav-trigger] {
    padding: 0.55em 1.5em 0.55em 0.75em;
  }
}
@media screen and (min-width: 53.75em) {
  label[for=nav-trigger] {
    display: none;
  }
}
label[for=nav-trigger]:hover {
  cursor: pointer;
}

label[for=nav-trigger]:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  color: #fff;
  vertical-align: -0.14em;
  font-size: 1em;
}

.nav-trigger:checked + label:after {
  content: "\f00d";
  font-family: "FontAwesome";
  color: #fff;
  vertical-align: -0.14em;
  font-size: 1.1em;
}

@media screen and (max-width: 53.75em) {
  body.nav-open {
    overflow: hidden;
    height: 100%;
    touch-action: none;
  }
}
body.nav-open .layout-container {
  right: 95%;
}

@media screen and (min-width: 26.38em) {
  body.nav-open .layout-container {
    right: 85.5%;
  }
}
@media screen and (min-width: 39.5em) {
  body.nav-open .layout-container {
    right: 40.5%;
  }
}
@media screen and (min-width: 53.75em) {
  body.nav-open .layout-container {
    right: 0;
  }
}
.nav-open .main-navigation .primary-menu {
  height: auto;
}

@media screen and (max-width: 53.75em) {
  .nav-open .main-navigation .primary-menu {
    min-height: calc(100vh - 52px);
    max-height: calc(100vh - 52px);
    padding-bottom: 6em;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.toggle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5em;
}

@media screen and (min-width: 53.75em) {
  .toggle {
    display: none;
  }
}
.global-nav-search {
  display: block;
  z-index: 3;
}

.global-nav-search .content {
  display: block;
  margin: 0 1em;
  width: auto;
  float: none;
  position: relative;
}

@media screen and (min-width: 39.5em) {
  .global-nav-search .content {
    margin: 0 2em;
  }
}
@media screen and (min-width: 79em) {
  .global-nav-search .content {
    margin: 0 auto;
    max-width: 75em;
  }
}
.global-nav-search.search-open form {
  top: 0em;
  opacity: 1;
}

.global-nav-search form {
  background: #0e2947;
  position: absolute;
  width: 100%;
  top: -4em;
  right: 0;
  transition: all 0.3s ease;
  z-index: 3;
  opacity: 0;
}

@media screen and (min-width: 53.75em) {
  .global-nav-search form {
    width: 60%;
  }
}
.global-nav-search form input[type=search]#google-search-form {
  font-size: 1.125em;
  border: 2px solid #fff;
  color: #fff;
  padding: 0.5em 1.333em;
  margin: -0.222em 0 0 0;
  border-radius: 9999px;
  height: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: #4a5f75;
}

.global-nav-search form input[type=search]#google-search-form:focus {
  outline: none;
}

@media screen and (max-width: 39.44em) {
  .global-nav-search form input[type=search]#google-search-form {
    font-size: 1rem !important;
  }
}
.global-nav-search form input[type=search]#google-search-form + input.form-submit {
  margin-right: 0.25em;
}

.global-nav-search form input[type=submit] {
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 2em;
  height: 1.2em;
}

@media screen and (max-width: 39.44em) {
  .global-nav-search form input[type=submit] {
    font-size: 2em;
  }
}
.element-invisible {
  display: none;
}

#CybotCookiebotDialogBody,
#CybotCookiebotDialogDetailBody {
  margin: 0 1em;
  width: auto;
  float: none;
  font-size: 16px;
  padding-left: 2em;
  position: relative;
  max-width: none !important;
  padding-left: 0 !important;
}

@media screen and (min-width: 39.5em) {
  #CybotCookiebotDialogBody,
  #CybotCookiebotDialogDetailBody {
    margin: 0 2em !important;
  }
}
@media screen and (min-width: 79em) {
  #CybotCookiebotDialogBody,
  #CybotCookiebotDialogDetailBody {
    margin: 0 auto !important;
    max-width: 75em !important;
  }
}
#CybotCookiebotDialogBodyContentText span,
#CybotCookiebotDialogBodyContentText span a,
#CybotCookiebotDialog a,
#CybotCookiebotDialog div,
#CybotCookiebotDialogBodyContentTitle,
.CybotCookiebotDialogDetailBodyContentCookieTypeTable thead td {
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif !important;
}

#CybotCookiebotDialogBodyLevelButtonAcceptWrapper {
  padding-top: 12px;
}

#CybotCookiebotDialogBodyLevelButtonAccept {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #f3f3f3;
  font-size: 0.875rem !important;
  padding: 0.85em 2em !important;
}

@media only print {
  #CybotCookiebotDialogBodyLevelButtonAccept {
    display: none !important;
  }
}
@media screen and (max-width: 39.5em) {
  #CybotCookiebotDialogBodyLevelButtonAccept {
    padding: 0.6em 0em !important;
  }
}
#CybotCookiebotDialogBodyContent {
  width: 100%;
  float: left;
}

#CybotCookiebotDialogBodyContent div,
#CybotCookiebotDialogBodyContentText span,
.CybotCookiebotDialogDetailBodyContentCookieTypeIntro,
#CybotCookiebotDialogDetailBodyContentTextAbout,
html .CybotCookiebotDialogBodyLevelButtonWrapper label {
  color: #9c9c9c !important;
}

#CybotCookiebotDialogBodyContentText span a,
#CybotCookiebotDialogBodyContentText span a span {
  color: #1d9cdf !important;
}

#CybotCookiebotDialogBodyContent h2 {
  display: none;
}

.layout-container > footer {
  width: 100%;
  float: left;
  border-top: 2em solid #1b1b1b;
  background: #292929;
  padding-top: 1.5em;
}

@media screen and (min-width: 64em) {
  .layout-container > footer {
    padding-top: 3em;
  }
}
.layout-container > footer .container {
  display: block;
  margin: 0 1em;
  width: auto;
  float: none;
}

@media screen and (min-width: 39.5em) {
  .layout-container > footer .container {
    margin: 0 2em;
  }
}
@media screen and (min-width: 79em) {
  .layout-container > footer .container {
    margin: 0 auto;
    max-width: 75em;
  }
}
.layout-container > footer .container > div {
  width: 100%;
  float: left;
  margin: 0 0 1.5em 0;
}

@media screen and (max-width: 39.44em) {
  .layout-container > footer .container > div {
    margin: 0;
  }
}
@media screen and (min-width: 39.5em) {
  .layout-container > footer .container > div {
    width: 19%;
  }
}
@media screen and (min-width: 39.5em) {
  .layout-container > footer .container > div.region-footer {
    width: 24%;
  }
}
.layout-container > footer .container > div.region-footer > div {
  width: 100%;
  float: left;
  margin: 0 0 1em 0;
}

.layout-container > footer .container > div.region-footer > div.social-footer ul li {
  display: inline;
}

.layout-container > footer .container > div.region-footer > div.social-footer ul li a {
  font-family: "FontAwesome";
  color: #999999;
  display: inline-block;
  padding: 0.5em;
  margin: 0 0.5em 0 0;
  border: 2px solid #999999;
  border-radius: 50%;
  width: 2.2em;
  text-align: center;
  transition: all 0.2s ease;
}

@media screen and (min-width: 64em) {
  .layout-container > footer .container > div.region-footer > div.social-footer ul li a {
    font-size: 1.3em;
  }
}
.layout-container > footer .container > div.region-footer > div.social-footer ul li a:hover {
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
}

.layout-container > footer .container > div.region-footer .menu-name-menu-footer-contact .menu li:first-of-type a:before {
  content: "\f0e0";
  font-family: "FontAwesome";
  display: inline-block;
  margin: 0 0.125em 0 0;
  font-size: 1.4em;
  width: 1.2em;
  vertical-align: -0.15em;
}

.layout-container > footer .container > div.region-footer .menu-name-menu-footer-contact .menu li:last-of-type a:before {
  content: "\f095";
  font-family: "FontAwesome";
  display: inline-block;
  margin: 0 0.125em 0 0;
  transform: rotate(15deg);
  font-size: 1.4em;
  vertical-align: -0.15em;
  width: 1.2em;
  text-align: center;
}

.layout-container > footer .container > div.region-footer .menu-name-menu-footer-contact .menu li a {
  transition: all 0.2s ease;
}

.layout-container > footer .container > div.region-footer .menu-name-menu-footer-contact .menu li a:hover {
  color: #fff;
}

.layout-container > footer .container .block-menu-block h2 {
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.429em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  color: #999999;
  padding: 0 0 0.5em 0;
  position: relative;
}

.layout-container > footer .container .block-menu-block h2 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 39.44em) {
  .layout-container > footer .container .block-menu-block h2 {
    padding: 1em 0;
    border-bottom: 1px solid #f3f3f3;
  }
}
@media screen and (max-width: 39.44em) {
  .layout-container > footer .container .block-menu-block h2:after {
    font-family: "FontAwesome";
    content: "\f105";
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: inline-block;
    margin: 0 0 0 0.5em;
  }
}
.layout-container > footer .container .block-menu-block h2 a {
  color: #999999;
}

@media screen and (max-width: 39.44em) {
  .layout-container > footer .container .block-menu-block h2 .toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 39.44em) {
  .layout-container > footer .container .block-menu-block .content {
    height: 0;
    overflow: hidden;
  }
}
.layout-container > footer .container .block-menu-block .content.open {
  height: auto;
}

@media screen and (max-width: 39.44em) {
  .layout-container > footer .container .block-menu-block .content .menu {
    margin-top: 1em;
  }
}
@media screen and (max-width: 39.44em) {
  .layout-container > footer .container .block-menu-block .content .menu a {
    display: block;
  }
}
.layout-container > footer .container .menu {
  margin: 0 0 2em 0;
}

.layout-container > footer .container .menu li {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 0.5em 0;
}

.layout-container > footer .container .menu li a {
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.429em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  color: #fff;
  -webkit-transition: all 0.2 sec;
  transition: all 0.2s ease;
  padding: 0.5em 0;
}

.layout-container > footer .container .menu li a li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.layout-container > footer .container .menu li a:hover {
  text-decoration: underline;
}

.layout-container > footer .container .menu li span.separator {
  display: none;
}

.layout-container > footer .ankle {
  width: 100%;
  float: left;
  background: #393939;
  padding: 1em 0;
}

@media screen and (min-width: 39.5em) {
  .layout-container > footer .ankle {
    padding: 2em 0;
  }
}
@media screen and (min-width: 64em) {
  .layout-container > footer .ankle {
    padding: 3em 0 0 0;
  }
}
.layout-container > footer .ankle div.ankle-block {
  width: 100%;
}

.layout-container > footer .ankle .content div {
  margin: 0 0 1.5em 0;
}

@media screen and (min-width: 64em) {
  .layout-container > footer .ankle .content div {
    margin: 0;
  }
}
.layout-container > footer .ankle .content .logo {
  opacity: 0.5;
  float: left;
}

@media screen and (max-width: 63.94em) {
  .layout-container > footer .ankle .content .logo {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .layout-container > footer .ankle .content .logo {
    width: 3em;
    display: block;
  }
}
.layout-container > footer .ankle .content .app-buttons {
  float: left;
  margin: 0 0 1.5em 0;
}

@media screen and (min-width: 39.5em) and (max-width: 63.94em) {
  .layout-container > footer .ankle .content .app-buttons {
    margin: 0;
    width: 57%;
  }
}
@media screen and (min-width: 64em) {
  .layout-container > footer .ankle .content .app-buttons {
    float: right;
    width: 22em;
    margin: 0 0 0 5%;
  }
}
.layout-container > footer .ankle .content .app-buttons .ios-footer {
  background: url(https://www.smartsheet.com/sites/default/files/Download_on_the_App_Store_Badge_US-UK_135x40_0.svg) no-repeat left;
  float: left;
  margin-right: 1em;
  text-indent: -9000px;
  width: 45%;
  height: 2.75em;
  background-size: 95%;
}

.layout-container > footer .ankle .content .app-buttons .ios-footer:lang(de) {
  background: url(https://www.smartsheet.com/sites/default/files/Download_on_the_App_Store_Badge_DE_Source_135x40_1.svg) no-repeat left;
  background-size: 95%;
}

.layout-container > footer .ankle .content .app-buttons .ios-footer:lang(es) {
  background: url(https://www.smartsheet.com/sites/default/files/Download_on_the_App_Store_Badge_ES_135x40.svg) no-repeat left;
  background-size: 95%;
}

.layout-container > footer .ankle .content .app-buttons .ios-footer:lang(fr) {
  background: url(https://www.smartsheet.com/sites/default/files/Download_on_the_App_Store_Badge_FR_135x40.svg) no-repeat left;
  background-size: 95%;
}

.layout-container > footer .ankle .content .app-buttons .ios-footer:lang(it) {
  background: url(https://www.smartsheet.com/sites/default/files/Download_on_the_App_Store_Badge_IT_135x40.svg) no-repeat left;
  background-size: 95%;
}

.layout-container > footer .ankle .content .app-buttons .ios-footer:lang(pt) {
  background: url(https://www.smartsheet.com/sites/default/files/Download_on_the_App_Store_Badge_PTBR_135x40.svg) no-repeat left;
  background-size: 95%;
}

.layout-container > footer .ankle .content .app-buttons .ios-footer:lang(ru) {
  background: url(https://www.smartsheet.com/sites/default/files/Download_on_the_App_Store_Badge_RU_135x40.svg) no-repeat left;
  background-size: 95%;
}

.layout-container > footer .ankle .content .app-buttons .ios-footer:lang(ja) {
  background: url(https://www.smartsheet.com/sites/default/files/Download_on_the_App_Store_JP_135x40.svg) no-repeat left;
  background-size: 95%;
}

.layout-container > footer .ankle .content .app-buttons .android-footer {
  background: url(https://www.smartsheet.com/sites/default/files/playstore.svg) no-repeat left;
  float: left;
  text-indent: -9000px;
  width: 45%;
  height: 2.75em;
}

.layout-container > footer .ankle .content .app-buttons .android-footer:lang(de) {
  background: url(https://www.smartsheet.com/sites/default/files/google-play-badge-German.png) no-repeat left;
}

.layout-container > footer .ankle .content .app-buttons .android-footer:lang(es) {
  background: url(https://www.smartsheet.com/sites/default/files/google-play-badge-Spanish.png) no-repeat left;
}

.layout-container > footer .ankle .content .app-buttons .android-footer:lang(fr) {
  background: url(https://www.smartsheet.com/sites/default/files/google-play-badge-French.png) no-repeat left;
}

.layout-container > footer .ankle .content .app-buttons .android-footer:lang(it) {
  background: url(https://www.smartsheet.com/sites/default/files/google-play-badge-Italian.png) no-repeat left;
}

.layout-container > footer .ankle .content .app-buttons .android-footer:lang(pt) {
  background: url(https://www.smartsheet.com/sites/default/files/google-play-badge-Portuguese.png) no-repeat left;
}

.layout-container > footer .ankle .content .app-buttons .android-footer:lang(ru) {
  background: url(https://www.smartsheet.com/sites/default/files/google-play-badge-Russian.png) no-repeat left;
}

.layout-container > footer .ankle .content .app-buttons .android-footer:lang(ja) {
  background: url(https://www.smartsheet.com/sites/default/files/google-play-badge-Japanese.png) no-repeat left;
}

.layout-container > footer .ankle .content .app-buttons span {
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.429em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  color: #9c9c9c;
  margin: 1.5em 0 0 0;
  width: 100%;
  float: left;
}

.layout-container > footer .ankle .content .app-buttons span li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 64em) {
  .layout-container > footer .ankle .content .app-buttons span {
    margin: 2em 0 0 0;
  }
}
.layout-container > footer .ankle .content .app-buttons a.inline {
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.429em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin-top: 0.5em;
  display: none;
}

.layout-container > footer .ankle .content .app-buttons a.inline li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.landing .layout-container > footer .ankle .content .app-buttons a {
  display: block;
}

.layout-container > footer .ankle .content .truste {
  float: left;
  margin: 0 0 1.5em 0;
}

@media screen and (min-width: 39.5em) and (max-width: 63.94em) {
  .layout-container > footer .ankle .content .truste {
    float: right;
    margin: 0 0 0 10%;
    width: 8.9em;
    text-align: right;
  }
}
@media screen and (min-width: 64em) {
  .layout-container > footer .ankle .content .truste {
    float: right;
    margin: 0 0 0 5%;
  }
}
.layout-container > footer .ankle .content .truste img {
  display: inline-block;
  margin: 0 0 1.5em 0;
}

.layout-container > footer .ankle .content .truste ul li {
  float: left;
  margin: 0 1em 0 0;
}

.layout-container > footer .ankle .content .truste ul li a {
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.429em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  color: #fff;
}

.layout-container > footer .ankle .content .truste ul li a li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

#banner {
  display: block;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  height: 8em;
  color: #333333;
  background: -moz-linear-gradient(top, #bed2dd 0%, rgba(222, 231, 236, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #bed2dd 0%, rgba(222, 231, 236, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #bed2dd 0%, rgba(222, 231, 236, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bed2dd", endColorstr="#00ffffff",GradientType=0 );
}

@media screen and (min-width: 64em) {
  #banner {
    height: 10em;
  }
}
#banner > div {
  display: block;
  margin: 0 1em;
  width: auto;
  float: none;
}

@media screen and (min-width: 39.5em) {
  #banner > div {
    margin: 0 2em;
  }
}
@media screen and (min-width: 79em) {
  #banner > div {
    margin: 0 auto;
    max-width: 75em;
  }
}
#banner h3 {
  display: block;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

#banner h3:lang(en) {
  font-size: 3.25em;
  line-height: 1.19em;
}

@media screen and (min-width: 39.5em) {
  #banner h3:lang(en) {
    font-size: 5.12em;
    line-height: 1em;
  }
}
#banner h3:lang(es) {
  font-size: 2.76em;
  line-height: 1.19em;
}

@media screen and (min-width: 39.5em) {
  #banner h3:lang(es) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
#banner h3:lang(de) {
  font-size: 2.27em;
  line-height: 1.19em;
}

@media screen and (min-width: 39.5em) {
  #banner h3:lang(de) {
    font-size: 3.59em;
    line-height: 1em;
  }
}
#banner h3:lang(pt) {
  font-size: 2.76em;
  line-height: 1.19em;
}

@media screen and (min-width: 39.5em) {
  #banner h3:lang(pt) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
#banner h3:lang(it) {
  font-size: 2.76em;
  line-height: 1.19em;
}

@media screen and (min-width: 39.5em) {
  #banner h3:lang(it) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
#banner h3:lang(ja) {
  font-size: 3.25em;
  line-height: 1.19em;
}

@media screen and (min-width: 39.5em) {
  #banner h3:lang(ja) {
    font-size: 7.69em;
    line-height: 1em;
  }
}
#banner h3:lang(ru) {
  font-size: 2.76em;
  line-height: 1.19em;
}

@media screen and (min-width: 39.5em) {
  #banner h3:lang(ru) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
#banner h3:lang(fr) {
  font-size: 2.76em;
  line-height: 1.19em;
}

@media screen and (min-width: 39.5em) {
  #banner h3:lang(fr) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
#banner.tile-page {
  height: 8em;
  margin: 0;
  text-align: center;
  clear: left;
}

@media screen and (min-width: 64em) {
  #banner.tile-page {
    text-align: left;
    height: 10em;
  }
}
#banner.tile-page.templates-banner {
  margin-bottom: 0;
}

#banner.tile-page h3 {
  margin: 0.5em 0;
  font-size: 1.75em;
}

@media screen and (min-width: 64em) {
  #banner.tile-page h3 {
    float: left;
    display: inline;
    max-width: 61%;
    margin: 1em 0 0 0;
  }
  #banner.tile-page h3:lang(en) {
    font-size: 3.25em;
    line-height: 1.19em;
  }
}
@media screen and (min-width: 64em) and (min-width: 39.5em) {
  #banner.tile-page h3:lang(en) {
    font-size: 5.12em;
    line-height: 1em;
  }
}
@media screen and (min-width: 64em) {
  #banner.tile-page h3:lang(es) {
    font-size: 2.76em;
    line-height: 1.19em;
  }
}
@media screen and (min-width: 64em) and (min-width: 39.5em) {
  #banner.tile-page h3:lang(es) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
@media screen and (min-width: 64em) {
  #banner.tile-page h3:lang(de) {
    font-size: 2.27em;
    line-height: 1.19em;
  }
}
@media screen and (min-width: 64em) and (min-width: 39.5em) {
  #banner.tile-page h3:lang(de) {
    font-size: 3.59em;
    line-height: 1em;
  }
}
@media screen and (min-width: 64em) {
  #banner.tile-page h3:lang(pt) {
    font-size: 2.76em;
    line-height: 1.19em;
  }
}
@media screen and (min-width: 64em) and (min-width: 39.5em) {
  #banner.tile-page h3:lang(pt) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
@media screen and (min-width: 64em) {
  #banner.tile-page h3:lang(it) {
    font-size: 2.76em;
    line-height: 1.19em;
  }
}
@media screen and (min-width: 64em) and (min-width: 39.5em) {
  #banner.tile-page h3:lang(it) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
@media screen and (min-width: 64em) {
  #banner.tile-page h3:lang(ja) {
    font-size: 3.25em;
    line-height: 1.19em;
  }
}
@media screen and (min-width: 64em) and (min-width: 39.5em) {
  #banner.tile-page h3:lang(ja) {
    font-size: 7.69em;
    line-height: 1em;
  }
}
@media screen and (min-width: 64em) {
  #banner.tile-page h3:lang(ru) {
    font-size: 2.76em;
    line-height: 1.19em;
  }
}
@media screen and (min-width: 64em) and (min-width: 39.5em) {
  #banner.tile-page h3:lang(ru) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
@media screen and (min-width: 64em) {
  #banner.tile-page h3:lang(fr) {
    font-size: 2.76em;
    line-height: 1.19em;
  }
}
@media screen and (min-width: 64em) and (min-width: 39.5em) {
  #banner.tile-page h3:lang(fr) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
#banner.tile-page a.button-green {
  background: #3FAD48;
  border: 2px solid #96E65C;
  display: inline-block;
  margin: 0 auto;
}

@media only print {
  #banner.tile-page a.button-green {
    display: none !important;
  }
}
#banner.tile-page a.button-green:hover {
  background: #96E65C;
}

@media screen and (min-width: 64em) {
  #banner.tile-page a.button-green {
    float: right;
    margin: 3em 0 0 0;
  }
}
#banner.tile-page div {
  position: relative;
}

#banner.no-button {
  height: 8em;
  margin: 0 0 1.875em 0;
  text-align: left;
  clear: left;
}

@media screen and (min-width: 64em) {
  #banner.no-button {
    text-align: left;
    height: 10em;
  }
}
#banner.no-button h3 {
  margin: 1.75em 0;
  font-size: 1.75em;
}

@media screen and (min-width: 64em) {
  #banner.no-button h3 {
    float: left;
    display: inline;
    max-width: 61%;
    margin: 1em 0 0 0;
  }
  #banner.no-button h3:lang(en) {
    font-size: 3.25em;
    line-height: 1.19em;
  }
}
@media screen and (min-width: 64em) and (min-width: 39.5em) {
  #banner.no-button h3:lang(en) {
    font-size: 5.12em;
    line-height: 1em;
  }
}
@media screen and (min-width: 64em) {
  #banner.no-button h3:lang(es) {
    font-size: 2.76em;
    line-height: 1.19em;
  }
}
@media screen and (min-width: 64em) and (min-width: 39.5em) {
  #banner.no-button h3:lang(es) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
@media screen and (min-width: 64em) {
  #banner.no-button h3:lang(de) {
    font-size: 2.27em;
    line-height: 1.19em;
  }
}
@media screen and (min-width: 64em) and (min-width: 39.5em) {
  #banner.no-button h3:lang(de) {
    font-size: 3.59em;
    line-height: 1em;
  }
}
@media screen and (min-width: 64em) {
  #banner.no-button h3:lang(pt) {
    font-size: 2.76em;
    line-height: 1.19em;
  }
}
@media screen and (min-width: 64em) and (min-width: 39.5em) {
  #banner.no-button h3:lang(pt) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
@media screen and (min-width: 64em) {
  #banner.no-button h3:lang(it) {
    font-size: 2.76em;
    line-height: 1.19em;
  }
}
@media screen and (min-width: 64em) and (min-width: 39.5em) {
  #banner.no-button h3:lang(it) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
@media screen and (min-width: 64em) {
  #banner.no-button h3:lang(ja) {
    font-size: 3.25em;
    line-height: 1.19em;
  }
}
@media screen and (min-width: 64em) and (min-width: 39.5em) {
  #banner.no-button h3:lang(ja) {
    font-size: 7.69em;
    line-height: 1em;
  }
}
@media screen and (min-width: 64em) {
  #banner.no-button h3:lang(ru) {
    font-size: 2.76em;
    line-height: 1.19em;
  }
}
@media screen and (min-width: 64em) and (min-width: 39.5em) {
  #banner.no-button h3:lang(ru) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
@media screen and (min-width: 64em) {
  #banner.no-button h3:lang(fr) {
    font-size: 2.76em;
    line-height: 1.19em;
  }
}
@media screen and (min-width: 64em) and (min-width: 39.5em) {
  #banner.no-button h3:lang(fr) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
#banner.no-button div {
  position: relative;
}

#banner.enterprise-marquee {
  width: 100%;
  display: block;
  float: left;
  height: auto;
  text-align: center;
  padding: 4em 0 3em 0;
  background-size: cover !important;
}

@media screen and (min-width: 64em) {
  #banner.enterprise-marquee {
    padding: 7em 0 6em 0;
  }
}
#banner.enterprise-marquee h1, #banner.enterprise-marquee h2, #banner.enterprise-marquee h3 {
  text-align: center;
  margin: 0 0 0.3em 0;
  letter-spacing: -2px;
  float: none;
}

#banner.enterprise-marquee h1:lang(en), #banner.enterprise-marquee h2:lang(en), #banner.enterprise-marquee h3:lang(en) {
  font-size: 3.25em;
  line-height: 1.19em;
}

@media screen and (min-width: 39.5em) {
  #banner.enterprise-marquee h1:lang(en), #banner.enterprise-marquee h2:lang(en), #banner.enterprise-marquee h3:lang(en) {
    font-size: 5.12em;
    line-height: 1em;
  }
}
#banner.enterprise-marquee h1:lang(es), #banner.enterprise-marquee h2:lang(es), #banner.enterprise-marquee h3:lang(es) {
  font-size: 2.76em;
  line-height: 1.19em;
}

@media screen and (min-width: 39.5em) {
  #banner.enterprise-marquee h1:lang(es), #banner.enterprise-marquee h2:lang(es), #banner.enterprise-marquee h3:lang(es) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
#banner.enterprise-marquee h1:lang(de), #banner.enterprise-marquee h2:lang(de), #banner.enterprise-marquee h3:lang(de) {
  font-size: 2.27em;
  line-height: 1.19em;
}

@media screen and (min-width: 39.5em) {
  #banner.enterprise-marquee h1:lang(de), #banner.enterprise-marquee h2:lang(de), #banner.enterprise-marquee h3:lang(de) {
    font-size: 3.59em;
    line-height: 1em;
  }
}
#banner.enterprise-marquee h1:lang(pt), #banner.enterprise-marquee h2:lang(pt), #banner.enterprise-marquee h3:lang(pt) {
  font-size: 2.76em;
  line-height: 1.19em;
}

@media screen and (min-width: 39.5em) {
  #banner.enterprise-marquee h1:lang(pt), #banner.enterprise-marquee h2:lang(pt), #banner.enterprise-marquee h3:lang(pt) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
#banner.enterprise-marquee h1:lang(it), #banner.enterprise-marquee h2:lang(it), #banner.enterprise-marquee h3:lang(it) {
  font-size: 2.76em;
  line-height: 1.19em;
}

@media screen and (min-width: 39.5em) {
  #banner.enterprise-marquee h1:lang(it), #banner.enterprise-marquee h2:lang(it), #banner.enterprise-marquee h3:lang(it) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
#banner.enterprise-marquee h1:lang(ja), #banner.enterprise-marquee h2:lang(ja), #banner.enterprise-marquee h3:lang(ja) {
  font-size: 3.25em;
  line-height: 1.19em;
}

@media screen and (min-width: 39.5em) {
  #banner.enterprise-marquee h1:lang(ja), #banner.enterprise-marquee h2:lang(ja), #banner.enterprise-marquee h3:lang(ja) {
    font-size: 7.69em;
    line-height: 1em;
  }
}
#banner.enterprise-marquee h1:lang(ru), #banner.enterprise-marquee h2:lang(ru), #banner.enterprise-marquee h3:lang(ru) {
  font-size: 2.76em;
  line-height: 1.19em;
}

@media screen and (min-width: 39.5em) {
  #banner.enterprise-marquee h1:lang(ru), #banner.enterprise-marquee h2:lang(ru), #banner.enterprise-marquee h3:lang(ru) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
#banner.enterprise-marquee h1:lang(fr), #banner.enterprise-marquee h2:lang(fr), #banner.enterprise-marquee h3:lang(fr) {
  font-size: 2.76em;
  line-height: 1.19em;
}

@media screen and (min-width: 39.5em) {
  #banner.enterprise-marquee h1:lang(fr), #banner.enterprise-marquee h2:lang(fr), #banner.enterprise-marquee h3:lang(fr) {
    font-size: 4.36em;
    line-height: 1em;
  }
}
@media screen and (min-width: 39.5em) {
  #banner.enterprise-marquee h1, #banner.enterprise-marquee h2, #banner.enterprise-marquee h3 {
    margin: 0 0 0.6em 0;
  }
}
#banner.enterprise-marquee h1 span, #banner.enterprise-marquee h2 span, #banner.enterprise-marquee h3 span {
  font-family: "open_sansbold", "proxima_nova_bold_cyrillic", Arial, Helvetica, sans-serif;
  color: #233758;
  white-space: nowrap;
}

#banner.enterprise-marquee h1 span.trademark:lang(en):after, #banner.enterprise-marquee h2 span.trademark:lang(en):after, #banner.enterprise-marquee h3 span.trademark:lang(en):after {
  content: "™";
  font-size: 0.7em;
  margin: 0 0 0 0.1em;
  position: absolute;
}

#banner.enterprise-marquee .ent-scale {
  margin: 0 0 0 0.1em;
}

#banner.enterprise-marquee .cta-box {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 0.5em;
  padding: 0.75em 0.85em 0.687em 0.85em;
  margin: 0 auto;
  display: inline-block;
}

#banner.enterprise-marquee .cta-box a {
  background: #3FAD48;
  border: 2px solid #96E65C;
}

@media only print {
  #banner.enterprise-marquee .cta-box a {
    display: none !important;
  }
}
#banner.enterprise-marquee .cta-box a:hover {
  background: #96E65C;
}

#banner.enterprise-marquee .cta-box input[type=submit] {
  color: #fff;
  background: #0e2947;
  border: 2px solid #08689a;
}

@media only print {
  #banner.enterprise-marquee .cta-box input[type=submit] {
    display: none !important;
  }
}
#banner.enterprise-marquee .cta-box input[type=submit]:active {
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f3f3f3;
}

#banner.enterprise-marquee form input[type=text], #banner.enterprise-marquee form input[type=search] {
  display: block;
  width: 100%;
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 0.59em 1.25em;
  border-radius: 3px;
  border: none;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.65);
  margin: 0 0 1em 0;
}

#banner.enterprise-marquee form input[type=text]::-webkit-input-placeholder, #banner.enterprise-marquee form input[type=search]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}

#banner.enterprise-marquee form input[type=text]::-moz-placeholder, #banner.enterprise-marquee form input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}

#banner.enterprise-marquee form input[type=text]:-ms-input-placeholder, #banner.enterprise-marquee form input[type=search]:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}

#banner.enterprise-marquee form input[type=text]:-moz-placeholder, #banner.enterprise-marquee form input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}

@media screen and (min-width: 39.5em) {
  #banner.enterprise-marquee form input[type=text], #banner.enterprise-marquee form input[type=search] {
    display: inline-block;
    width: 16.6em;
    margin: 0 0.875em 0 0;
  }
}
#banner.enterprise-marquee.support {
  background: url(https://www.smartsheet.com/sites/default/files/support-enterprise-marquee-background.jpg) bottom center no-repeat;
}

#banner.enterprise-marquee.support .cta-box {
  font-size: 0.7em;
  width: 100%;
}

@media screen and (min-width: 39.5em) {
  #banner.enterprise-marquee.support .cta-box {
    font-size: 1em;
    float: none;
  }
}
@media screen and (min-width: 55em) {
  #banner.enterprise-marquee.support .cta-box {
    display: block;
    width: 51em;
    margin: 0 auto;
  }
}
#banner.enterprise-marquee.support input[type=search] {
  width: 100%;
  margin: 0 0 0.5em 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media screen and (min-width: 39.5em) {
  #banner.enterprise-marquee.support input[type=search] {
    margin: 0;
  }
}
#banner.enterprise-marquee.support input[type=search]::-webkit-search-decoration, #banner.enterprise-marquee.support input[type=search]::-webkit-search-cancel-button, #banner.enterprise-marquee.support input[type=search]::-webkit-search-results-button, #banner.enterprise-marquee.support input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #banner.enterprise-marquee.support input[type=search] {
    height: 2.7em;
  }
}
#banner.enterprise-marquee.support .form-item {
  margin: 0 1em 0 0;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 31.25em) {
  #banner.enterprise-marquee.support .form-item {
    width: calc(100% - 11em);
  }
}
@media screen and (min-width: 39.5em) {
  #banner.enterprise-marquee.support .form-item {
    width: calc(100% - 9.5em);
  }
}
#banner.enterprise-marquee.support .form-actions {
  display: inline-block;
}

#banner.enterprise-marquee.sights-gallery {
  background: url(https://www.smartsheet.com/sites/default/files/sights-gallery-enterprise-marquee-background.jpg) bottom center no-repeat;
  padding: 3.5em 0;
  text-align: left;
}

#banner.enterprise-marquee.sights-gallery div {
  position: relative;
}

#banner.enterprise-marquee.sights-gallery h1 {
  text-align: left;
  margin: 0 0 0.25em 0;
}

@media screen and (min-width: 64em) {
  #banner.enterprise-marquee.sights-gallery h1 {
    font-size: 3.75em;
  }
}
#banner.enterprise-marquee.sights-gallery p {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 1.5em 0;
}

#banner.enterprise-marquee.sights-gallery p li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

#banner.enterprise-marquee.sights-gallery p li li {
  font-size: 0.889em;
}

@media screen and (min-width: 52.81em) {
  #banner.enterprise-marquee.sights-gallery p {
    max-width: 48%;
  }
}
#banner.enterprise-marquee.sights-gallery img {
  display: none;
}

#banner.enterprise-marquee.sights-gallery img.standard {
  display: none;
}

@media screen and (min-width: 52.81em) {
  #banner.enterprise-marquee.sights-gallery img.standard {
    display: block;
    position: absolute;
    right: 0;
    bottom: -3.5em;
  }
}
@media screen and (min-width: 52.81em) and (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) {
  #banner.enterprise-marquee.sights-gallery img.standard {
    display: none;
  }
}
#banner.enterprise-marquee.sights-gallery img.retina {
  display: none;
}

@media screen and (min-width: 52.81em) {
  #banner.enterprise-marquee.sights-gallery img.retina {
    display: none;
  }
}
@media screen and (min-width: 52.81em) and (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) {
  #banner.enterprise-marquee.sights-gallery img.retina {
    display: block;
    position: absolute;
    right: 0;
    bottom: -3.5em;
    width: 25.75em;
    height: 14.75em;
  }
}
#banner.enterprise-marquee.product-tour {
  background: url(https://www.smartsheet.com/sites/default/files/product-tour-enterprise-marquee-background.jpg) bottom center no-repeat;
}

#banner.enterprise-marquee.solutions-center {
  background: url(https://www.smartsheet.com/sites/default/files/solutions-center-enterprise-marquee-background.jpg) bottom center no-repeat;
}

#banner.enterprise-marquee.industry-hub {
  background: url(https://www.smartsheet.com/sites/default/files/header-industry-portal.jpg) bottom center no-repeat;
}

#banner.enterprise-marquee.enterprise {
  background: url(https://www.smartsheet.com/sites/default/files/enterprise-enterprise-marquee-background.jpg) bottom center no-repeat;
}

#banner.enterprise-marquee.apps {
  background: url(https://www.smartsheet.com/sites/default/files/apps-enterprise-marquee-background.jpg) bottom center no-repeat;
}

#banner.enterprise-marquee.customers {
  background: url(https://www.smartsheet.com/sites/default/files/customers-enterprise-marquee-background.jpg) bottom center no-repeat;
}

#banner.enterprise-marquee.partners {
  background: url(https://www.smartsheet.com/sites/default/files/Partners-72ppi%402x.jpg) bottom center no-repeat;
}

#banner.enterprise-marquee.your-world {
  background: url(https://www.smartsheet.com/sites/default/files/its-your-world-desktop-hero@2x_0.jpg) bottom center no-repeat;
}

#banner.enterprise-marquee.your-world h1 {
  font-style: normal;
  font-size: 3.25em;
  line-height: 1.192em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 0.125em 0;
}

@media screen and (min-width: 39.5em) {
  #banner.enterprise-marquee.your-world h1 {
    font-size: 5.125em;
    line-height: 1em;
    letter-spacing: -0.06em;
  }
}
#banner.enterprise-marquee.your-world p {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 0.75em 0;
}

#banner.enterprise-marquee.your-world p li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

#banner.enterprise-marquee.your-world p li li {
  font-size: 0.889em;
}

@media screen and (min-width: 39.5em) {
  #banner.enterprise-marquee.your-world p {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
.enterprise-marquee h1 span, .enterprise-marquee h2 span, .enterprise-marquee h3 span, #banner h1 span, #banner h2 span, #banner h3 span {
  font-family: "open_sansbold", "proxima_nova_bold_cyrillic", Arial, Helvetica, sans-serif;
  color: #233758;
  white-space: nowrap;
}

.enterprise-marquee h1 span.trademark:lang(en):after, .enterprise-marquee h2 span.trademark:lang(en):after, .enterprise-marquee h3 span.trademark:lang(en):after, #banner h1 span.trademark:lang(en):after, #banner h2 span.trademark:lang(en):after, #banner h3 span.trademark:lang(en):after {
  content: "™";
  font-size: 0.7em;
  margin: 0 0 0 0.1em;
  position: absolute;
}

.enterprise-marquee h1 span, .enterprise-marquee h2 span, .enterprise-marquee h3 span, #banner h1 span, #banner h2 span, #banner h3 span {
  font-family: "open_sansbold", "proxima_nova_bold_cyrillic", Arial, Helvetica, sans-serif;
  color: #233758;
  white-space: nowrap;
}

.enterprise-marquee h1 span.trademark:lang(en):after, .enterprise-marquee h2 span.trademark:lang(en):after, .enterprise-marquee h3 span.trademark:lang(en):after, #banner h1 span.trademark:lang(en):after, #banner h2 span.trademark:lang(en):after, #banner h3 span.trademark:lang(en):after {
  content: "™";
  font-size: 0.7em;
  margin: 0 0 0 0.1em;
  position: absolute;
}

.openNav #stickyCTA.stick {
  display: none;
}

#stickyCTA.stick {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 1000;
  webkit-box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.75);
  moz-box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.75);
}

#stickyCTA.stick a {
  width: 90%;
  margin: 0 auto;
  padding: 4% 3%;
  font-size: 1em;
  line-height: 1em;
}

.sticky-navigation.stick {
  position: fixed;
  margin-top: -1px !important;
}

.stick span {
  display: none;
}

/* box-sizing: content-box is the default, 
   putting it back in case of global overwrites */
.fr-window, .fr-window [class^=fr-],
.fr-overlay, .fr-overlay [class^=fr-],
.fr-loading, .fr-loading [class^=fr-] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* Overlay */
.fr-overlay {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  zoom: 1;
  overflow: hidden;
}

.fr-overlay-background {
  background: #000;
  filter: alpha(opacity=90);
  opacity: 0.9;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Window */
.fr-window,
.fr-window-fixed-measure {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 100%;
}

/* mobile touch has position:absolute to allow zooming */
.fr-mobile-touch-enabled,
.fr-overlay-mobile-touch-enabled {
  position: absolute;
  overflow: visible;
}

/* z-index */
.fr-ui-outside .fr-info {
  z-index: 100001;
}

/* Loading icon */
.fr-loading {
  z-index: 100001;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  margin-left: -26px;
  overflow: visible;
}

.fr-loading-offset {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fr-loading-background, .fr-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-loading-background {
  background: #0d0d0d url("skins/loading.gif") 50% 50% no-repeat;
  opacity: 0.8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  float: left;
  border: 1px solid rgba(80, 80, 80, 0.2);
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.fr-loading-icon {
  display: none;
}

/* Bubble (holds everything) */
.fr-bubble {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Fonts */
.fr-ui,
.fr-info {
  font: normal 13px/21px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
}

/* Frames / UI */
.fr-frames {
  height: 100%;
  width: 100%;
  position: absolute;
  display: inline;
  top: 0;
  left: 0;
  overflow: hidden;
}

.fr-frames-move {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fr-frame, .fr-ui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fr-frame-touch {
  position: relative;
  float: left;
  top: auto;
  left: auto;
  width: 100%;
}

.fr-window *:not(.fr-caption)::selection,
.fr-window *:not(.fr-caption)::-moz-selection,
.fr-window *:not(.fr-caption)::-webkit-selection {
  background: transparent;
}

.fr-mobile-touch-enabled .fr-frame .fr-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-frame-touch .fr-box {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-mobile-touch-enabled .fr-ui,
.fr-mobile-touch-enabled .fr-ui-spacer,
.fr-mobile-touch-enabled .fr-ui-wrapper,
.fr-mobile-touch-enabled .fr-ui-padder,
.fr-mobile-touch-enabled .fr-ui-toggle,
.fr-mobile-touch-enabled .fr-ui-outer-border,
.fr-mobile-touch-enabled .fr-side {
  pointer-events: none;
}

/* Content */
.fr-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fr-box-has-ui-outside {
  overflow: hidden;
}

.fr-box-spacer, .fr-ui-spacer {
  position: absolute;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-box-wrapper, .fr-ui-wrapper {
  position: relative;
  background: url("skins/blank.gif");
  overflow: hidden;
}

.fr-box-padder, .fr-ui-padder {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  background: url("skins/blank.gif");
}

.fr-box-padder, .fr-ui-padder {
  position: absolute;
  top: 0;
  left: 0;
}

.fr-ui-padder {
  zoom: 1;
}

.fr-box-wrapper, .fr-ui-wrapper, .fr-ui-toggle {
  position: relative;
  float: left;
  display: inline;
  zoom: 1;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-box-wrapper {
  background: #101010;
}

.fr-ui-wrapper-outside {
  float: left;
  height: 100%;
  width: 100%;
}

/* outer-border */
.fr-box-outer-border,
.fr-ui-outer-border {
  position: relative;
  float: left;
  display: inline;
  height: 100%;
  width: 100%;
  zoom: 1;
}

/* IE < 8 has a bug where dimensions are ignored without a border */
.fr-ltIE9 .fr-box-outer-border,
.fr-ltIE9 .fr-ui-outer-border {
  border: 0px solid transparent;
}

.fr-content {
  height: 100%;
  width: 100%;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0;
}

.fr-content-image {
  position: absolute;
  top: 0;
  left: 0;
  image-rendering: optimizeQuality;
  max-width: none;
}

.fr-content-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.fr-download-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-user-drag: element;
  user-drag: element;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: auto;
}

/* onClick inside ui-outside */
.fr-onclick-side {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(skins/blank.gif);
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.fr-onclick-side img {
  cursor: pointer;
}

.fr-onclick-previous {
  left: 0;
}

.fr-onclick-next {
  right: 0;
}

/* onClick: 'next' has full width */
.fr-frame-onclick-next .fr-onclick-next {
  width: 100%;
}

.fr-side {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  background: url("skins/blank.gif") 0 0 repeat;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: 1;
}

.fr-side-disabled {
  cursor: default;
}

.fr-side-button {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  pointer-events: auto;
}

.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
}

.fr-side-previous {
  left: 0;
  width: 50%;
}

.fr-side-next {
  right: 0;
  width: 50%;
}

.fr-side-previous .fr-side-button {
  left: 0;
}

.fr-side-next .fr-side-button {
  right: 0;
}

/* sides (UI outside), smaller area */
.fr-ui-outside .fr-side {
  width: 72px;
  height: 72px;
  top: 50%;
  margin-top: -36px;
}

.fr-ui-outside .fr-side-button {
  margin-top: 0;
  top: 0;
}

/*
 * Info 
 */
.fr-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #efefef;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  pointer-events: auto;
}

.fr-info-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  filter: alpha(opacity=80);
  opacity: 0.8;
  zoom: 1;
  background: #000;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.fr-info-outside .fr-info-background {
  background: #0d0d0d;
  filter: none;
  opacity: 1;
}

.fr-info-padder {
  padding: 12px;
  display: block;
  filter: alpha(opacity=99);
  overflow: hidden;
  width: auto;
  position: relative;
}

.fr-caption {
  position: relative;
  filter: alpha(opacity=99);
  opacity: 0.99;
  width: auto;
  word-wrap: no-wrap;
}

.fr-position-text {
  position: relative;
}

/* UI inside */
.fr-has-position .fr-info-inside .fr-caption {
  margin-right: 75px;
}

.fr-info-inside .fr-position {
  filter: alpha(opacity=99);
  opacity: 0.99;
  position: relative;
  text-align: right;
  word-wrap: no-wrap;
  line-height: 21px;
  color: #b3b3b3;
  float: right;
  width: 75px;
}

.fr-no-caption .fr-info-inside .fr-position {
  width: auto;
  margin: 0 1px 1px 0;
  color: #b9b9b9;
  filter: alpha(opacity=99);
}

.fr-info-inside .fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-no-caption .fr-info-inside .fr-position-background {
  border-radius: 12px;
  background: #101010;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.fr-info-inside .fr-position-text {
  position: relative;
}

.fr-no-caption .fr-info-inside .fr-position-text {
  float: left;
  height: 13px;
  line-height: 13px;
  padding: 6px 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* hide the position on small screens */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-has-position .fr-info-inside .fr-caption {
    margin-right: 0;
  }
  .fr-position {
    display: none !important;
  }
  /* smaller side buttons */
  .fr-ui-outside .fr-side {
    width: 54px;
    height: 50px;
    margin-top: -25px;
  }
  .fr-side-button {
    width: 40px;
    height: 50px;
    margin: 0 6px;
    margin-top: -25px;
  }
}
/* UI outside/touch position */
.fr-ui-outside .fr-position {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: inline;
  width: auto;
  margin: 0 1px 1px 0;
  color: #b9b9b9;
}

.fr-ui-outside .fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  filter: alpha(opacity=80);
  opacity: 0.8;
  background: #1e1e1e;
  border: 1px solid rgba(180, 180, 180, 0.2);
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.fr-ui-outside .fr-position-text {
  position: relative;
  float: left;
  width: auto;
  text-align: right;
  word-wrap: no-wrap;
  color: #b3b3b3;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-wrap: no-wrap;
  padding: 6px 10px;
  height: 13px;
  line-height: 13px;
}

.fr-ui-outside .fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Info without caption */
.fr-no-caption .fr-info-outside {
  display: none;
}

.fr-no-caption .fr-info-padder {
  pointer-events: none;
}

.fr-no-caption .fr-info-background {
  pointer-events: none;
  opacity: 0;
  filter: none;
  display: none;
}

/* 1/5 */
.fr-no-caption .fr-position-text,
.fr-ui-outside .fr-position-text {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* outside position */
.fr-ui-outside .fr-position {
  float: none;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px;
}

/* IE 7 */
.fr-ltIE8 .fr-info * {
  zoom: 1;
  filter: alpha(opacity=99);
}

.fr-ltIE8 .fr-box * {
  zoom: 1;
  filter: alpha(opacity=99);
}

/* Info (UI outside) */
.fr-info-outside {
  bottom: auto;
}

.fr-no-caption .fr-info-outside .fr-info-padder {
  padding: 10px 5px;
}

.fr-ui-outside .fr-no-caption .fr-position {
  margin: 0;
}

/* X */
.fr-close {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  width: 80px;
  cursor: pointer;
  pointer-events: auto;
}

.fr-close-background,
.fr-close-icon {
  position: absolute;
  top: 12px;
  right: 12px;
}

.fr-close-background {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  background-color: #282828;
  cursor: pointer;
}

.fr-close:hover .fr-close-background {
  background-color: #333;
}

.fr-ui-outside .fr-close-background {
  background-color: #363636;
}

.fr-ui-outside .fr-close:hover .fr-close-background {
  background-color: #434343;
}

/*
 * Thumbnails
 */
.fr-thumbnails {
  position: absolute;
  width: 100%;
  height: 9%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  zoom: 1;
  overflow: hidden;
}

.fr-thumbnails-horizontal {
  left: 0;
  bottom: 0;
  min-height: 40px;
  max-height: 120px;
  padding: 20px 0;
}

.fr-thumbnails-vertical {
  left: 0;
  top: 0;
  min-width: 40px;
  max-width: 120px;
  padding: 0 20px;
}

.fr-thumbnails,
.fr-thumbnails * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}

.fr-thumbnails-vertical .fr-thumbnails-wrapper {
  top: 50%;
  left: 0;
}

.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1;
}

.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.fr-thumbnail-frame {
  position: absolute;
  zoom: 1;
  overflow: hidden;
}

.fr-thumbnail {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 50%;
  top: 50%;
  zoom: 1;
  cursor: pointer;
  margin: 0 10px;
}

.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden;
  /* IE6 */
  z-index: 1;
  zoom: 1;
}

.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline;
  /* IE6 */
  z-index: 0;
  /* IE8 */
}

.fr-thumbnail-overlay {
  cursor: pointer;
}

.fr-thumbnail-active .fr-thumbnail-overlay {
  cursor: default;
}

.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-thumbnail-overlay-border {
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.fr-thumbnail img {
  position: absolute;
  filter: alpha(opacity=85);
  opacity: 0.85;
  max-width: none;
}

.fr-thumbnail:hover img,
.fr-thumbnail-active:hover img {
  filter: alpha(opacity=99);
  opacity: 0.99;
}

.fr-thumbnail-active img,
.fr-thumbnail-active:hover img {
  filter: alpha(opacity=35);
  opacity: 0.35;
}

.fr-thumbnail-active {
  cursor: default;
}

/* Thumbnails loading */
.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-thumbnail-loading-background {
  background-color: #101010;
  background-image: url("skins/loading.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.8;
  position: relative;
  float: left;
}

/* this element is there as an alternative to putting the loading image on the background */
.fr-thumbnail-loading-icon {
  display: none;
}

/* Thumbnail < > */
.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

.fr-thumbnails-side-previous {
  margin-left: 20px;
}

.fr-thumbnails-side-next {
  margin-right: 20px;
}

.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px;
}

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
  background-color: #3b3b3b;
}

.fr-thumbnails-side-button-disabled * {
  cursor: default;
}

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
  background-color: #333;
}

.fr-thumbnails-side-button-icon {
  height: 42px;
  width: 42px;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
}

/* vertical thumbnails */
.fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs,
.fr-thumbnails-vertical .fr-thumbnail-frame {
  clear: both;
}

/* Touch UI */
.fr-frames-has-touch-ui {
  top: 43px;
}

.fr-touch-menu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 43px;
}

.fr-touch-menu-wrapper {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.fr-touch-caption {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: -43px;
}

.fr-touch-menu-wrapper,
.fr-touch-caption-wrapper {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.fr-touch-caption-overflow-scroll {
  /* TODO */
  overflow-x: hidden;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.fr-touch-menu-background,
.fr-touch-caption-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  filter: alpha(opacity=80);
  opacity: 0.8;
  zoom: 1;
  background: #000;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.fr-touch-caption-info {
  float: left;
  position: relative;
  clear: both;
  padding-right: 38px;
  color: #efefef;
}

.fr-touch-caption-info-padder {
  float: left;
  padding: 11px;
  display: block;
  filter: alpha(opacity=99);
  overflow: hidden;
  width: auto;
  position: relative;
}

.fr-touch-caption-text-wrapper {
  float: left;
  clear: both;
  font-weight: normal;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 21px;
  height: 21px;
  /* same as line-height */
  width: 100%;
  overflow: hidden;
}

.fr-touch-caption-text {
  float: left;
}

.fr-touch-caption-overflow .fr-touch-caption-text-wrapper {
  overflow: visible;
  height: auto;
}

/* buttons */
.fr-touch-button {
  padding: 10px 4px;
  width: 23px;
  height: 23px;
  position: relative;
  cursor: pointer;
}

.fr-touch-button .fr-touch-button-background {
  position: absolute;
  top: 10px;
  left: 4px;
  height: 23px;
  width: 23px;
}

.fr-touch-button .fr-touch-button-background {
  background-color: #303030;
}

.fr-touch-button:hover .fr-touch-button-background {
  background-color: #404040;
}

.fr-touch-button-icon {
  float: left;
  position: relative;
  width: 23px;
  height: 23px;
}

/* x */
.fr-touch-close {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 11px;
}

/* ... */
.fr-touch-caption-more {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 11px;
  display: none;
}

.fr-touch-caption-padded .fr-touch-caption-more {
  display: block;
}

/* we can improve things on browsers that support media queries */
@media all and (min-height: 0px) {
  .fr-thumbnails {
    padding: 10px 0;
  }
  .fr-thumbnail,
  .fr-thumbnails-side {
    margin: 0 4px;
  }
  .fr-thumbnails-side-previous {
    margin-left: 8px;
  }
  .fr-thumbnails-side-next {
    margin-right: 8px;
  }
  .fr-thumbnail-loading-background {
    background-image: url("skins/loading-small.gif");
  }
}
@media all and (min-height: 200px) {
  .fr-thumbnails {
    padding: 12px 0;
  }
  .fr-thumbnail,
  .fr-thumbnails-side {
    margin: 0 6px;
  }
  .fr-thumbnails-side-previous {
    margin-left: 12px;
  }
  .fr-thumbnails-side-next {
    margin-right: 12px;
  }
}
@media all and (min-height: 350px) {
  .fr-thumbnail-loading-background {
    background-image: url("skins/loading-medium.gif");
  }
}
@media all and (min-height: 500px) {
  .fr-thumbnails {
    padding: 14px 0;
  }
  .fr-thumbnail,
  .fr-thumbnails-side {
    margin: 0 7px;
  }
  .fr-thumbnails-side-previous {
    margin-left: 14px;
  }
  .fr-thumbnails-side-next {
    margin-right: 14px;
  }
}
@media all and (min-height: 700px) {
  .fr-thumbnails {
    padding: 20px 0;
  }
  .fr-thumbnail,
  .fr-thumbnails-side {
    margin: 0 10px;
  }
  .fr-thumbnails-side-previous {
    margin-left: 20px;
  }
  .fr-thumbnails-side-next {
    margin-right: 20px;
  }
  .fr-thumbnail-loading-background {
    background-image: url("skins/loading.gif");
  }
}
/* IE specific resets */
.fr-ltIE8 * {
  zoom: 1;
  z-index: 1;
}

.fr-ltIE9 .fr-content-image-overlay,
.fr-ltIE9 .fr-has-caption .fr-info-outside .fr-info-background {
  border: 0;
}

/*
 * ===== Skin: Fresco ===== 
 */
.fr-close-icon {
  color: #cccccc;
  font-size: 16px;
  font-family: "open_sanslight", "proxima_nova_light_cyrillic", Arial, Helvetica, sans-serif;
  background-size: 16px 16px;
  background-image: url("/sites/default/files/close-icon-video.png");
  background-position: right 2px;
  background-repeat: no-repeat;
  padding-right: 20px;
}

.fr-close-icon:before {
  content: "Close";
  margin-right: 5px;
}

.fr-window-fresco .fr-box-outer-border {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* outer-border instead of inner-border example (box and ui px should be the same) */
/*
.fr-window-fresco .fr-box-outer-border { border: 10px solid #fff; }
.fr-window-fresco .fr-ui-outer-border { padding: 10px; }
.fr-window-fresco .fr-content-image-overlay { border-width: 0; }
*/
.fr-window-fresco .fr-box-wrapper {
  background: #101010;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.fr-window-fresco .fr-content-image-overlay {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.08);
}

/* remove bottom border if the image has a caption, or add it when it has a caption */
.fr-window-fresco .fr-has-caption .fr-box-has-ui-outside .fr-content-image-overlay {
  border-bottom-width: 0px;
}

.fr-window-fresco .fr-no-caption .fr-box-has-ui-outside .fr-content-image-overlay {
  border-bottom-width: 1px;
}

.fr-window-fresco .fr-ui-outside .fr-position-text {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.fr-window-fresco .fr-no-caption .fr-info-inside .fr-position-background {
  border: 1px solid rgba(180, 180, 180, 0.15);
}

.fr-window-fresco .fr-has-caption .fr-info-inside .fr-info-background {
  border: 1px solid rgba(68, 68, 68, 0.1);
  border-top-width: 0;
}

.fr-window-fresco .fr-has-caption .fr-info-outside .fr-info-background {
  border: 1px solid rgba(80, 80, 80, 0.25);
  border-top-width: 0;
}

.fr-window-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* < > */
.fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon {
  background-position: -13px -14px;
}

.fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon {
  background-position: -93px -14px;
}

.fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon {
  background-position: -93px -114px;
}

/* disabled state (IE < 9) */
.fr-window-fresco .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
.fr-window-fresco .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -13px -214px;
}

.fr-window-fresco .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
.fr-window-fresco .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -93px -214px;
}

/* < > transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon {
  background-position: -93px -114px;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-side .fr-side-button .fr-side-button-icon {
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0.5;
}

.fr-window-fresco .fr-side:hover .fr-side-button .fr-side-button-icon,
.fr-window-fresco .fr-frame .fr-side .fr-side-button-active .fr-side-button-icon {
  opacity: 1;
}

/* < > transition (IE < 9) */
.fr-ltIE9 .fr-frame .fr-side-previous .fr-side-button-active .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-ltIE9 .fr-frame .fr-side-next .fr-side-button-active .fr-side-button-icon {
  background-position: -93px -114px;
}

/* disabled side */
.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled .fr-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled:hover .fr-side-button-icon {
  opacity: 0.2;
}

/* on the inside we hide disabled sides */
.fr-window-fresco .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon {
  background-image: none;
}

/* responsive < > */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: 0px -300px;
  }
  .fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -40px -300px;
  }
  .fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon {
    background-position: 0px -350px;
  }
  .fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon {
    background-position: -40px -350px;
  }
  .fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: 0px -350px;
  }
  .fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -40px -350px;
  }
}
/* Thumbnails */
.fr-window-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.fr-window-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.fr-window-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}

.fr-window-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  /* should remain rgba */
}

/* no inner border on active thumbnail */
.fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
  border: 0px;
}

/* Thumbnails < > */
.fr-window-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -160px -41px;
}

.fr-window-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -202px -41px;
}

.fr-window-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -160px -83px;
}

.fr-window-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -202px -83px;
}

/* vertical ^ (up/down) adjustments */
.fr-window-fresco .fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -286px -41px;
}

.fr-window-fresco .fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -328px -41px;
}

.fr-window-fresco .fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -286px -83px;
}

.fr-window-fresco .fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -328px -83px;
}

/* Thumbnails < > transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-icon {
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0.8;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -160px -41px;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -202px -83px;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
  opacity: 1;
}

/* vertical ^ (up/down) adjustments */
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -286px -41px;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -328px -83px;
}

/* lower opacity on disabled states */
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
  opacity: 0.5;
}

/* lower opacity IE < 9 using images */
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -244px -41px;
}

.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -244px -83px;
}

.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
  filter: alpha(opacity=50);
}

/* vertical ^ (up/down) adjustments */
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -370px -41px;
}

.fr-window-fresco.fr-ltIE9 .fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -370px -83px;
}

/* Touch caption */
/* background */
.fr-window-fresco .fr-touch-menu-background,
.fr-window-fresco .fr-touch-caption-background {
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.12);
  border-width: 0 0 1px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.fr-window-fresco .fr-touch-caption-background {
  border-width: 1px 0 0 0;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
}

/* smaller text on mobile devices */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-window-fresco .fr-touch-caption-text-wrapper {
    font-size: 12px;
  }
}
/* x */
.fr-window-fresco .fr-touch-close .fr-touch-button-icon {
  background-position: -169px -9px;
}

.fr-window-fresco .fr-touch-close:hover .fr-touch-button-icon {
  background-position: -210px -9px;
}

/* x transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-close .fr-touch-button-icon {
  background-position: -210px -9px;
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0.8;
}

.fr-window-fresco .fr-touch-close .fr-touch-button-icon {
  opacity: 1;
}

/* ... */
.fr-window-fresco .fr-touch-caption-more .fr-touch-button-icon {
  background-position: -169px -134px;
}

.fr-window-fresco .fr-touch-caption-more:hover .fr-touch-button-icon {
  background-position: -210px -134px;
}

/* ... transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-caption-more .fr-touch-button-icon {
  background-position: -210px -134px;
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0.8;
}

.fr-window-fresco .fr-touch-caption-more .fr-touch-button-icon {
  opacity: 1;
}

/* ... \/ */
.fr-window-fresco .fr-touch-caption-less .fr-touch-button-icon {
  background-position: -169px -175px;
}

.fr-window-fresco .fr-touch-caption-less:hover .fr-touch-button-icon {
  background-position: -210px -175px;
}

/* ... \/ transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-caption-less .fr-touch-button-icon {
  background-position: -210px -175px;
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0.8;
}

.fr-window-fresco .fr-touch-caption-less .fr-touch-button-icon {
  opacity: 1;
}

#alert-message-email-validation-container {
  position: absolute;
}

#alert-message-email-validation-container #alert-message-email-validation {
  background-color: #222222;
  color: #ffffff;
  padding: 6px 30px 5px 10px;
  width: inherit;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
  border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  -ms-border-radius: 6px 6px 6px 6px;
  position: absolute;
  box-sizing: content-box;
  text-align: left;
}

#alert-message-email-validation-container #arrow-tip-right-side {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 25px;
  left: 188px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222222;
}

div.signup div#alert-message-email-validation {
  position: absolute;
  margin-left: 1em;
  margin-top: 1em;
}

@media screen and (min-width: 37.56em) {
  div.signup div#alert-message-email-validation {
    margin-top: 5em;
  }
  div.signup div#alert-message-email-validation:lang(ru) {
    margin-top: 7em;
  }
}
@media only print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h1, h2, h3, h4 {
    orphans: 3;
    widows: 3;
    margin: 0 0 1.25em 0 !important;
  }
  p, ul, ol {
    orphans: 3;
    widows: 3;
    margin: 0 0 0.7em 0 !important;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  #tabs {
    display: none !important;
  }
  .site-section-pricing #Feature, .site-section-pricing .signup, .site-section-pricing #banner, .site-section-pricing header h2, .site-section-pricing #cta-row-container {
    display: none;
  }
  .site-section-pricing .accordion--box {
    width: 30%;
    margin: 0 3% 3em 0;
    float: left;
  }
  .site-section-pricing .accordion--box .accordion--title {
    float: none;
    margin: 1.5em 0 0 0;
    display: block;
    clear: left;
  }
  .site-section-pricing .accordion--box .accordion--title h4, .site-section-pricing .accordion--box .accordion--title p {
    display: block;
    width: 100%;
    float: none;
  }
  .site-section-pricing .accordion--box .accordion--details {
    margin: 0;
  }
  .site-section-pricing .interactive-list {
    display: none;
  }
  .site-section-pricing .interactive-list.js-active {
    display: inline;
  }
  .site-section-pricing .price.enterprise {
    width: 100%;
    float: none;
    font-size: 0.875em;
  }
  .site-section-pricing .price.enterprise > a {
    width: 100%;
    display: block;
    margin: 0 0 0.5em 0;
  }
  #Features .grid {
    display: table;
    font-size: 0.65em;
    margin: 0 0 4em 0;
    border-collapse: collapse;
  }
  #Features .grid .column {
    display: table-row;
  }
  #Features .grid .column .row {
    display: table-cell;
    padding: 0.2em;
    border: 1px solid grey;
    text-align: center;
    vertical-align: center;
  }
  #Features .check-mark:before {
    content: "\f00c";
    font-family: FontAwesome;
  }
  .faq-column-container h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 0.5em 0 !important;
  }
  .faq-column-container h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 0.5em 0 !important;
  }
  .faq-column-container p {
    margin: 0 0 1.75em 0 !important;
  }
  .job-posting aside {
    width: 33% !important;
    margin: 2em 0 0 0 !important;
  }
  .job-posting aside h3 {
    margin: 0 0 0.5em 0 !important;
  }
  .job-posting aside p {
    margin: 0 0 2em 0 !important;
  }
  #block-menu-menu-product-tour, #banner, #stickyCTA, header h1 {
    display: none;
  }
  .site-section-product-tour .section-content h1 {
    font-size: 1.8em;
  }
  .site-section-product-tour .picture {
    width: 75%;
  }
  .site-section-product-tour .call-texts li {
    float: left;
    width: 25%;
    margin: 0 0 1.5em 0;
  }
  .site-section-product-tour .call-texts li span {
    max-width: 80%;
    display: block;
  }
  .site-section-product-tour .description {
    width: 100%;
    float: left;
    display: block;
    margin: 2em 0;
  }
  .site-section-product-tour .description ul li {
    list-style-type: disc;
    margin: 0 0 0 1.5em;
  }
  .site-section-product-tour .description .video-thumbnail {
    width: 33%;
    margin: 1.5em 0;
    display: block;
  }
}
a.twitter-inline {
  line-height: 1.6em;
  margin-right: 7px;
}

a.twitter-inline .tweet-container {
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 0.6em;
  margin-left: 6px;
}

a.twitter-inline .inline-icon-twitter,
a.twitter-inline .inline-icon-twitter-hover {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 21px;
  height: 25px;
  display: inline-block;
}

a.twitter-inline .inline-icon-twitter {
  background: url(/sites/default/files/twitter-sprite-1.png) -22px 0px no-repeat;
  opacity: 1;
  background-size: 43px;
}

a.twitter-inline .inline-icon-twitter-hover {
  background: url(/sites/default/files/twitter-sprite-1.png) 0px 0px no-repeat;
  opacity: 0;
  background-size: 43px;
}

a.twitter-inline:hover {
  text-decoration: none;
}

a.twitter-inline:hover .copy {
  text-decoration: underline;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.twitter-inline:hover .inline-icon-twitter {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.twitter-inline:hover .inline-icon-twitter-hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lt-ie10 a.twitter-inline {
  padding-right: 10px;
}

.lt-ie10 a.twitter-inline .tweet-container {
  padding-top: 3px;
}

.node-type-blog article .field-body .ba-slider > img {
  margin-bottom: 0 !important;
}

.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img,
.ba-slider > img {
  display: block;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  height: inherit;
  max-width: inherit;
}

.ba-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}

.handle:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  line-height: 64px;
  margin: -32px 0 0 -32px;
  content: "⇔";
  color: white;
  font-size: 36px;
  text-align: center;
  background: #ffb800;
  /* @orange */
  border: 1px solid #e6a600;
  /* darken(@orange, 5%) */
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #ffd466;
  /* lighten(@orange, 20%)*/
}

@media screen and (max-width: 64em) {
  .handle:after {
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin: -26px 0 0 -26px;
  }
}
.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(../fonts/font-awesome/fontawesome-webfont.eot?1418677108);
  src: url(../fonts/font-awesome/fontawesome-webfont.eot?&1418677108#iefix) format("embedded-opentype"), url(../fonts/font-awesome/fontawesome-webfont.woff?1418677109) format("woff"), url(../fonts/font-awesome/fontawesome-webfont.ttf?1418677108) format("truetype"), url(../fonts/font-awesome/fontawesome-webfont.svg?1418677108#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 1em FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

/**
* Liveagent Chat Styles
*/
#liveagent_invite_button_57333000000TNwY, .liveagent-chat-invite {
  left: -10000em;
  position: absolute;
}

.chat-prompt {
  padding: 1.5em;
  background: #a5a9ac;
  border: 1px solid #d0d2d3;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  max-width: 12em;
  max-height: 15em;
}

.chat-prompt div {
  position: relative;
}

.chat-prompt p {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 0.5em 0;
  min-width: unset !important;
}

.chat-prompt p li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.chat-prompt p li li {
  font-size: 0.889em;
}

.chat-prompt .accept {
  background: #3FAD48;
  border: 2px solid #96E65C;
}

@media only print {
  .chat-prompt .accept {
    display: none !important;
  }
}
.chat-prompt .accept:hover {
  background: #96E65C;
}

.chat-prompt .reject {
  display: inline-block;
  position: absolute;
  top: -1.5em;
  right: -1.5em;
  height: 1.5em;
  width: 1.5em;
}

.chat-prompt .reject:hover {
  cursor: pointer;
}

.chat-prompt .reject:after {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 1em;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  color: #000;
}

.global-alerts {
  width: 100%;
  float: left;
}

.global-alerts .block {
  width: 100%;
  float: left;
  background: #FFFFE2;
}

.global-alerts .block > h2 {
  display: none;
}

.global-alerts .block .content {
  font-size: 16px;
  display: block;
  margin: 0 1em;
  width: auto;
  float: none;
}

@media screen and (min-width: 39.5em) {
  .global-alerts .block .content {
    margin: 0 2em;
  }
}
@media screen and (min-width: 79em) {
  .global-alerts .block .content {
    margin: 0 auto;
    max-width: 75em;
  }
}
@media screen and (min-width: 39.5em) {
  .global-alerts .block .content:before {
    font-style: normal;
    font-size: 1.125em;
    line-height: 1.5em;
    font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
    letter-spacing: -0.025em;
    content: "";
    background: url(https://www.smartsheet.com/sites/default/files/alert-snipe-icon.png) center center no-repeat;
    width: 1em;
    height: 1em;
    float: left;
    margin: 1.5em 0 0 0;
  }
  .global-alerts .block .content:before li {
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
  .global-alerts .block .content:before li li {
    font-size: 0.889em;
  }
}
.global-alerts .block .content p {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  padding: 1.25em 0;
  color: #000;
}

.global-alerts .block .content p li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.global-alerts .block .content p li li {
  font-size: 0.889em;
}

@media screen and (min-width: 39.5em) {
  .global-alerts .block .content p {
    padding: 1.25em 0 1.25em 1.5em;
  }
}
.global-alerts .block .content p:first-of-type {
  display: block;
}

@media screen and (min-width: 39.5em) {
  .global-alerts .block .content p:first-of-type {
    display: none;
  }
}
.global-alerts .block .content p:last-of-type {
  display: none;
}

@media screen and (min-width: 39.5em) {
  .global-alerts .block .content p:last-of-type {
    display: block;
  }
}
.global-alerts > div.mobile-toggle .content p:first-of-type {
  display: none;
}

.global-alerts > div.mobile-toggle .content p:last-of-type {
  display: block;
}

.pager, .google-search-pager .pager {
  margin: 0 auto 2em auto;
  padding: 0 1em 0;
  clear: both;
  max-width: 1000px;
  background: none;
  text-align: center;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

.pager li, .google-search-pager .pager li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.pager li li, .google-search-pager .pager li li {
  font-size: 0.889em;
}

.pager li, .google-search-pager .pager li {
  display: none;
}

.pager li.pager-current, .google-search-pager .pager li.pager-current {
  font-size: 0.875em;
  font-weight: 300;
}

.pager li.pager-previous, .pager li.pager-next, .google-search-pager .pager li.pager-previous, .google-search-pager .pager li.pager-next {
  display: inline;
}

@media screen and (min-width: 43.75em) {
  .pager li, .google-search-pager .pager li {
    display: inline;
  }
}
.pager li a, .google-search-pager .pager li a {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.5em;
  text-decoration: none;
}

.pager li.pager-current, .google-search-pager .pager li.pager-current {
  padding: 0.5em;
}

.site-section-blog .pager, .site-section-blog div.item-list ul.pager {
  margin: 3em auto;
}

.page-search-gss .pager, .page-search-gss div.item-list ul.pager {
  margin: 3em auto;
  padding-top: 3em;
  border-top: 1px solid #d0d2d3;
}

.site-section-news #main {
  display: block;
  margin: 0 1em;
  width: auto;
  float: none;
}

@media screen and (min-width: 39.5em) {
  .site-section-news #main {
    margin: 0 2em;
  }
}
@media screen and (min-width: 79em) {
  .site-section-news #main {
    margin: 0 auto;
    max-width: 75em;
  }
}
.site-section-news #page-title {
  margin: 0 0 1.333em 0;
}

.site-section-news article {
  padding: 0 0 2em 0;
  margin: 0 0 2em 0;
  border-bottom: 1px solid #d0d2d3;
}

.site-section-news article h2 {
  margin: 0 0 0.75em 0;
  line-height: 1.1em;
}

.site-section-news article .field-body {
  margin: 0 0 0.5em 0;
}

.site-section-news article .left {
  width: 100%;
  display: block;
  float: left;
}

@media screen and (min-width: 39.5em) {
  .site-section-news article .left {
    width: 20%;
    margin: 0 5% 0 0;
    text-align: right;
  }
}
.site-section-news article .right {
  width: 100%;
  display: block;
  float: left;
}

@media screen and (min-width: 39.5em) {
  .site-section-news article .right {
    width: 75%;
    margin: 0;
  }
}
.site-section-news ul li.node-readmore {
  padding: 0;
  margin: 0 0 0.5em 0;
}

#SignupForm h1,
#SignupForm h2 {
  display: none;
}

#SignupForm label {
  display: none;
}

#SignupForm input[type=email] {
  width: 100%;
  height: 32px;
  padding: 0 0 0 10px;
  border-radius: 3px;
}

#SignupForm input[type=submit] {
  width: 100%;
  height: 32px;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 3px;
  -moz-border-radius: 0.1875rem;
  -ms-border-radius: 3px;
  -ms-border-radius: 0.1875rem;
  -o-border-radius: 3px;
  -o-border-radius: 0.1875rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  border: 0;
  background: #6dad3f;
  background-image: -webkit-linear-gradient(top, #6dad3f, #498d1a);
  background-image: -moz-linear-gradient(top, #6dad3f, #498d1a);
  background-image: -ms-linear-gradient(top, #6dad3f, #498d1a);
  background-image: -o-linear-gradient(top, #6dad3f, #498d1a);
  background-image: linear-gradient(to bottom, #6dad3f, #498d1a);
}

.anchor-nav {
  display: none;
  width: 100%;
  float: left;
  background: #dcdcdc;
  border-bottom: #a5a9ac;
}

@media screen and (min-width: 39.5em) {
  .anchor-nav {
    display: block;
  }
}
.anchor-nav > .content,
.anchor-nav > .container {
  margin: 0 auto;
  max-width: 960px;
}

.anchor-nav ul {
  text-align: center;
  display: block;
  width: 100%;
}

.anchor-nav ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

.anchor-nav ul li:hover {
  background-color: #C7C8C9;
  background-image: -webkit-linear-gradient(#C7C8C9, #ABACAD);
  background-image: linear-gradient(#C7C8C9, #ABACAD);
}

.anchor-nav ul li:first-child {
  border-left: 1px solid #a5a9ac;
}

@media screen and (min-width: 700px) and (max-width: 64em) {
  .anchor-nav ul li {
    width: 25%;
  }
  .anchor-nav ul li a {
    width: 100%;
    white-space: nowrap;
  }
}
.anchor-nav ul li a {
  display: inline-block;
  text-align: center;
  border-right: 1px solid #a5a9ac;
  color: #000000;
}

@media screen and (min-width: 39.5em) {
  .anchor-nav ul li a {
    font-size: 0.8em;
    height: 3.2em;
    line-height: 3.19em;
  }
}
@media screen and (min-width: 64em) {
  .anchor-nav ul li a {
    font-size: 1em;
    padding: 0 4em;
    height: 4.375em;
    line-height: 4.375em;
  }
}
.anchor-nav .container.content ul.menu-items-count-2 li {
  width: 50%;
}

.anchor-nav .container.content ul.menu-items-count-3 li {
  width: 33.33%;
}

.anchor-nav .container.content ul.menu-items-count-4 li {
  width: 25%;
}

.anchor-nav .container.content ul.menu-items-count-5 li {
  width: 20%;
}

.anchor-nav .container.content ul.menu-items-count-6 li {
  width: 16.67%;
}

.anchor-nav .container.content ul.menu-items-count-7 li {
  width: 14.29%;
}

.anchor-nav .container.content ul a {
  width: 100%;
  padding: 0;
}

.blade.no-shadow:before {
  background: #fff;
}

@media screen and (min-width: 39.5em) {
  .blade.reverse .container .graphic {
    float: left;
  }
  .blade.reverse .container .text {
    float: right;
    width: 40%;
    padding: 0;
  }
}
.blade.cta-only {
  text-align: center;
}

.blade.logo-bar {
  text-align: center;
  padding: 4em 0 3em 0;
}

.blade.logo-bar img {
  width: 100%;
}

.blade.first:before {
  display: none;
}

.container .award-badge {
  width: 6em;
  display: block;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 39.5em) {
  .container .award-badge {
    width: 8.75em;
    top: -2.5em;
    left: 0;
    position: absolute;
  }
}
.container .award-badge img {
  width: 100%;
}

.container .graphic {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 39.5em) {
  .container .graphic {
    margin: 0 0 1.333em 0;
    width: 50%;
    float: right;
    padding: 0;
  }
}
.container .graphic.video {
  padding: 0;
}

.container .graphic.video p {
  display: none;
}

@media screen and (min-width: 39.5em) {
  .container .graphic.video p {
    display: block;
  }
}
@media screen and (min-width: 39.5em) {
  .container > .text {
    padding: 0;
    width: 45%;
    padding: 0 5% 0 0;
    float: left;
  }
}
@media screen and (min-width: 39.5em) {
  .container > .text h3 {
    margin: 0 0 0.5em 0;
  }
}
@media screen and (min-width: 64em) {
  .container > .text h3 {
    margin: 2em 0 0.5em 0;
  }
}
.container > .text.top-align h3 {
  margin-top: 0;
}

.container > .text a.button-green {
  display: inline-block;
  max-width: none;
}

.container > .text a img {
  display: block;
  max-width: 100%;
  margin: 1em 0 0 0;
}

.container h3 {
  font-size: 1.5em;
  line-height: 1.1em;
  margin: 0 0 0.5em 0;
}

.container > h3,
.container > p {
  display: block;
  text-align: center;
  margin: 0 0 1em 0;
}

.container blockquote {
  font-size: 1.2em;
  line-height: 1.3em;
  font-style: italic;
}

.container blockquote footer {
  font-size: 0.875em;
  padding: 0.75em 0 0 0;
}

.container .feature {
  width: 100%;
  padding: 1em 1em 1.333em 1em;
  display: block;
  float: left;
}

@media screen and (min-width: 500px) and (max-width: 789px) {
  .container .feature {
    width: 45%;
    margin: 0 4.5% 0 0;
  }
  .container .feature:nth-child(odd) {
    margin: 0;
  }
}
@media screen and (min-width: 790px) {
  .container .feature {
    width: 20%;
    margin: 0 6.5% 0 0;
    padding: 0;
  }
  .container .feature:last-child {
    margin: 0;
  }
}
.container .feature h3 {
  display: block;
  text-align: center;
}

@media screen and (min-width: 790px) {
  .container .feature h3 {
    white-space: nowrap;
  }
}
.container .feature img {
  display: block;
  margin: 0 auto;
  width: 11em;
}

.container .quote-image {
  display: none;
}

@media screen and (min-width: 64em) {
  .container .quote-image {
    display: block;
    position: absolute;
    top: 5.93em;
    left: 16em;
  }
}
.lt-ie10 #Evernote .container .feature {
  margin: 0 2%;
}

::selection {
  background: #c9ebf5;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #c9ebf5;
  /* Gecko Browsers */
}

.job-posting {
  position: relative;
  float: left;
  width: 100%;
}

.job-posting .content {
  display: block;
  width: 100%;
  float: left;
  padding: 2em 0;
}

.job-posting .back {
  margin: 0 0 1.333em 0;
  display: inline-block;
}

.job-posting .back:before {
  content: "«";
  display: inline-block;
  margin: 0 0.5em 0 0;
}

.job-posting .container {
  display: block;
  margin: 0 1em;
  width: auto;
  float: none;
}

@media screen and (min-width: 39.5em) {
  .job-posting .container {
    margin: 0 2em;
  }
}
@media screen and (min-width: 79em) {
  .job-posting .container {
    margin: 0 auto;
    max-width: 75em;
  }
}
.job-posting .container h1 {
  font-style: normal;
  font-size: 2.625em;
  line-height: 1.143em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 1.333em 0;
}

@media screen and (max-width: 39.5em) {
  .job-posting .container h1 {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 39.5em) {
  .job-posting .container h1 {
    font-size: 3.25em;
    line-height: 1.192em;
    letter-spacing: -0.05em;
  }
}
.job-posting .container #stickyCTA {
  width: 147px;
}

@media screen and (min-width: 39.5em) {
  .job-posting .container #stickyCTA {
    display: none;
  }
}
.job-posting .container #stickyCTA a {
  color: #FFFFFF;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  display: block;
}

.job-posting section {
  float: left;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 43.75em) {
  .job-posting section {
    width: 65%;
    margin: 0 5% 0 0;
  }
}
.job-posting section .field-job-description > div,
.job-posting section .field-job-description > p {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

.job-posting section .field-job-description > div li,
.job-posting section .field-job-description > p li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.job-posting section .field-job-description > div li li,
.job-posting section .field-job-description > p li li {
  font-size: 0.889em;
}

.job-posting section b {
  font-family: "open_sanssemibold", "proxima_nova_sbold_cyrillic", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.job-posting section ul {
  list-style-type: disc;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0.5em 0;
}

.job-posting section ul li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.job-posting section ul li li {
  font-size: 0.889em;
}

.job-posting section ul li {
  line-height: 1.1em;
  margin: 0 0 0.5em 1.1em;
  list-style-type: disc;
}

.job-posting section a.apply {
  margin: 2em 0 1.333em 0;
  display: inline-block;
}

@media screen and (max-width: 39.5em) {
  .job-posting section a.apply {
    display: none;
  }
}
.job-posting a.apply {
  background: #0e2947;
  border: 2px solid #08689a;
  display: inline-block;
  z-index: 1;
  margin: 0 0 1.333em 0;
}

@media only print {
  .job-posting a.apply {
    display: none !important;
  }
}
.job-posting a.apply:hover {
  background: #08689a;
}

.job-posting a.apply:hover {
  color: #fff;
}

.job-posting aside {
  float: left;
  width: 100%;
  position: relative;
  padding: 1.5em;
  -webkit-box-shadow: inset 0 0 25px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 25px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 43.75em) {
  .job-posting aside {
    width: 30%;
    margin: 0 0 0 0;
  }
}
.job-posting aside h3 {
  font-size: 0.9em;
}

.job-posting aside p,
.job-posting aside .addressfield-container-inline {
  margin: 0 0 1em 0;
  font-weight: bold;
}

footer form .form-item {
  margin: 0 !important;
}

footer form .form-item select {
  margin-left: 1em;
}

#Webinar-Registration > article {
  display: block;
  width: 100%;
  float: left;
}

#Webinar-Registration > article .container {
  display: block;
  margin: 0 1em;
  width: auto;
  float: none;
}

@media screen and (min-width: 39.5em) {
  #Webinar-Registration > article .container {
    margin: 0 2em;
  }
}
@media screen and (min-width: 79em) {
  #Webinar-Registration > article .container {
    margin: 0 auto;
    max-width: 75em;
  }
}
#Webinar-Registration header {
  display: block;
  float: left;
  margin: 1em 1em 2em 1em;
}

@media screen and (min-width: 39.5em) {
  #Webinar-Registration header {
    display: none;
  }
}
#Webinar-Registration h1 {
  font-style: normal;
  font-size: 2.625em;
  line-height: 1.143em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 39.5em) {
  #Webinar-Registration h1 {
    font-size: 3.25em;
    line-height: 1.192em;
    letter-spacing: -0.05em;
  }
}
#Webinar-Registration .content {
  display: block;
  width: 100%;
  float: left;
}

#Webinar-Registration .content .column {
  position: relative;
  padding: 2em 0 3em 0;
  display: block;
  width: 100%;
  float: left;
  margin: 0;
}

@media screen and (max-width: 39.5em) {
  #Webinar-Registration .content .column {
    padding: 2em 1.1em;
  }
}
#Webinar-Registration .content .column.form {
  position: relative;
  background: #518fb4;
}

@media screen and (min-width: 34.38em) {
  #Webinar-Registration .content .column.form {
    padding: 2em 3em 3em 3em;
  }
}
@media screen and (min-width: 39.5em) {
  #Webinar-Registration .content .column.form {
    width: 45%;
    float: right;
    padding: 4em 3em 3em 3em;
  }
}
#Webinar-Registration .content .column.form h3,
#Webinar-Registration .content .column.form p {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  color: #fff;
  margin-bottom: 0;
}

#Webinar-Registration .content .column.form h3 li,
#Webinar-Registration .content .column.form p li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

#Webinar-Registration .content .column.form h3 li li,
#Webinar-Registration .content .column.form p li li {
  font-size: 0.889em;
}

@media screen and (min-width: 39.5em) {
  #Webinar-Registration .content .column.form h3,
  #Webinar-Registration .content .column.form p {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
#Webinar-Registration .content .column.form h3.field-label,
#Webinar-Registration .content .column.form p.field-label {
  font-weight: bold;
}

#Webinar-Registration .content .column.form h3 {
  margin: 0 0 0.5em 0;
  font-weight: bold;
}

#Webinar-Registration .content .column.form form {
  margin: 0 0 2em 0;
}

#Webinar-Registration .content .column.form form label {
  font-weight: normal;
  color: #fff;
  display: none;
}

#Webinar-Registration .content .column.form form input[type=text],
#Webinar-Registration .content .column.form form input[type=email],
#Webinar-Registration .content .column.form form select {
  width: 100%;
  padding: 1em 1.5em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 2px solid #d0d2d3;
}

#Webinar-Registration .content .column.form form select {
  height: 3.5em;
}

#Webinar-Registration .content .column.form form input[type=submit] {
  background: #3FAD48;
  border: 2px solid #96E65C;
  color: #fff;
  width: 100%;
}

@media only print {
  #Webinar-Registration .content .column.form form input[type=submit] {
    display: none !important;
  }
}
#Webinar-Registration .content .column.form form input[type=submit]:hover {
  background: #96E65C;
}

#Webinar-Registration .content .column.form form .form-actions {
  width: 100%;
  display: block;
  float: left;
  margin-top: 0;
}

#Webinar-Registration .content .column.form form .form-item {
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 3% 0;
}

#Webinar-Registration .content .column.form form .form-item.webform-component--email-address {
  position: relative;
}

@media screen and (min-width: 39.5em) {
  #Webinar-Registration .content .column.form form .form-item.webform-component--email-address:before {
    position: absolute;
    top: 50%;
    left: -3em;
    margin: -1.5em 0 0 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1.5em solid #fff;
  }
}
@media screen and (min-width: 39.5em) {
  #Webinar-Registration .content .column.form form .form-item.webform-component--first-name {
    width: 48.5%;
    margin-right: 3%;
  }
}
@media screen and (min-width: 39.5em) {
  #Webinar-Registration .content .column.form form .form-item.webform-component--last-name {
    width: 48.5%;
    margin-right: 0;
  }
}
#Webinar-Registration .content .column.no-form {
  min-height: 10em;
  color: #fff;
}

@media screen and (min-width: 39.5em) {
  #Webinar-Registration .content .column.no-form {
    min-height: 37.5em;
  }
}
#Webinar-Registration .content .column.no-form h3 {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 39.5em) {
  #Webinar-Registration .content .column.no-form h3 {
    font-size: 2.625em;
    line-height: 1.143em;
  }
}
#Webinar-Registration .content .column.no-form p {
  font-size: 1em;
  margin: 0 0 1.333em 0;
}

#Webinar-Registration .content .column.no-form p a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 39.5em) {
  #Webinar-Registration .content .column.no-form:before {
    position: absolute;
    top: 20%;
    left: 0em;
    margin: -1.5em 0 0 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1.5em solid #fff;
  }
}
@media screen and (min-width: 39.5em) {
  #Webinar-Registration .content .column.body {
    width: 50%;
    margin-right: 5%;
    padding: 2em 0 3em 0;
  }
}
#Webinar-Registration .content .column.body h1 {
  display: none;
}

@media screen and (min-width: 39.5em) {
  #Webinar-Registration .content .column.body h1 {
    display: block;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.25em;
    font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
    letter-spacing: -0.025em;
  }
}
@media screen and (min-width: 39.5em) and (min-width: 39.5em) {
  #Webinar-Registration .content .column.body h1 {
    font-size: 2.625em;
    line-height: 1.143em;
  }
}
#Webinar-Registration .content .column.body form {
  display: none;
}

#Webinar-Registration .field-body h1,
#Webinar-Registration .field-form-subtext h1 {
  font-style: normal;
  font-size: 3.25em;
  line-height: 1.192em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 0.976em 0;
}

@media screen and (min-width: 39.5em) {
  #Webinar-Registration .field-body h1,
  #Webinar-Registration .field-form-subtext h1 {
    font-size: 5.125em;
    line-height: 1em;
    letter-spacing: -0.06em;
  }
}
@media screen and (min-width: 39.5em) {
  #Webinar-Registration .field-body h1,
  #Webinar-Registration .field-form-subtext h1 {
    margin: 0 0 0.98em 0;
  }
}
#Webinar-Registration .field-body h2,
#Webinar-Registration .field-form-subtext h2 {
  font-style: normal;
  font-size: 2.625em;
  line-height: 1.143em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 0.938em 0;
}

@media screen and (min-width: 39.5em) {
  #Webinar-Registration .field-body h2,
  #Webinar-Registration .field-form-subtext h2 {
    font-size: 3.25em;
    line-height: 1.192em;
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 39.5em) {
  #Webinar-Registration .field-body h2,
  #Webinar-Registration .field-form-subtext h2 {
    margin: 0 0 0.976em 0;
  }
}
#Webinar-Registration .field-body h3,
#Webinar-Registration .field-form-subtext h3 {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 0.417em 0;
}

@media screen and (min-width: 39.5em) {
  #Webinar-Registration .field-body h3,
  #Webinar-Registration .field-form-subtext h3 {
    font-size: 2.625em;
    line-height: 1.143em;
  }
}
@media screen and (min-width: 39.5em) {
  #Webinar-Registration .field-body h3,
  #Webinar-Registration .field-form-subtext h3 {
    margin: 0 0 0.938em 0;
  }
}
#Webinar-Registration .field-body h4,
#Webinar-Registration .field-form-subtext h4 {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 0.556em 0;
}

#Webinar-Registration .field-body h4 li,
#Webinar-Registration .field-form-subtext h4 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

#Webinar-Registration .field-body h4 li li,
#Webinar-Registration .field-form-subtext h4 li li {
  font-size: 0.889em;
}

@media screen and (min-width: 39.5em) {
  #Webinar-Registration .field-body h4,
  #Webinar-Registration .field-form-subtext h4 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 39.5em) {
  #Webinar-Registration .field-body h4,
  #Webinar-Registration .field-form-subtext h4 {
    margin: 0 0 0.417em 0;
  }
}
#Webinar-Registration .field-body h5,
#Webinar-Registration .field-form-subtext h5 {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 0.556em 0;
}

#Webinar-Registration .field-body h5 li,
#Webinar-Registration .field-form-subtext h5 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

#Webinar-Registration .field-body h5 li li,
#Webinar-Registration .field-form-subtext h5 li li {
  font-size: 0.889em;
}

#Webinar-Registration .field-body h6,
#Webinar-Registration .field-form-subtext h6 {
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.429em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 0.9em 0;
}

#Webinar-Registration .field-body h6 li,
#Webinar-Registration .field-form-subtext h6 li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

#Webinar-Registration .field-body p,
#Webinar-Registration .field-form-subtext p {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 1em 0;
}

#Webinar-Registration .field-body p li,
#Webinar-Registration .field-form-subtext p li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

#Webinar-Registration .field-body p li li,
#Webinar-Registration .field-form-subtext p li li {
  font-size: 0.889em;
}

#Webinar-Registration .field-body p a,
#Webinar-Registration .field-form-subtext p a {
  text-decoration: none;
}

#Webinar-Registration .field-body ol,
#Webinar-Registration .field-form-subtext ol {
  margin: 0 0 1em 1.1em;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

#Webinar-Registration .field-body ol li,
#Webinar-Registration .field-form-subtext ol li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

#Webinar-Registration .field-body ol li li,
#Webinar-Registration .field-form-subtext ol li li {
  font-size: 0.889em;
}

#Webinar-Registration .field-body ol li,
#Webinar-Registration .field-form-subtext ol li {
  list-style-type: decimal;
  color: #333333;
}

#Webinar-Registration .field-body ol li a,
#Webinar-Registration .field-form-subtext ol li a {
  text-decoration: none;
}

#Webinar-Registration .field-body ol li span,
#Webinar-Registration .field-form-subtext ol li span {
  color: #333333;
}

#Webinar-Registration .field-body ol li span a,
#Webinar-Registration .field-form-subtext ol li span a {
  text-decoration: none;
}

#Webinar-Registration .field-body ul,
#Webinar-Registration .field-form-subtext ul {
  margin: 0 0 1em 1.1em;
  padding: 0;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

#Webinar-Registration .field-body ul li,
#Webinar-Registration .field-form-subtext ul li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

#Webinar-Registration .field-body ul li li,
#Webinar-Registration .field-form-subtext ul li li {
  font-size: 0.889em;
}

#Webinar-Registration .field-body ul li,
#Webinar-Registration .field-form-subtext ul li {
  list-style-type: disc;
  color: #333333;
}

#Webinar-Registration .field-body ul li a,
#Webinar-Registration .field-form-subtext ul li a {
  text-decoration: none;
}

#Webinar-Registration .field-body ul li span,
#Webinar-Registration .field-form-subtext ul li span {
  color: #333333;
}

#Webinar-Registration .field-body ul li span a,
#Webinar-Registration .field-form-subtext ul li span a {
  text-decoration: none;
}

#Webinar-Registration .field-body img,
#Webinar-Registration .field-form-subtext img {
  margin: 0 0 1em 0;
}

@media screen and (max-width: 39.5em) {
  #Webinar-Registration .field-body img,
  #Webinar-Registration .field-form-subtext img {
    max-width: 100% !important;
    height: auto;
    display: block;
  }
}
#Webinar-Registration .field-body .video,
#Webinar-Registration .field-body .Video,
#Webinar-Registration .field-form-subtext .video,
#Webinar-Registration .field-form-subtext .Video {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

#Webinar-Registration .field-body .video p,
#Webinar-Registration .field-body .Video p,
#Webinar-Registration .field-form-subtext .video p,
#Webinar-Registration .field-form-subtext .Video p {
  margin: 0;
  display: inline;
  padding: 0;
  line-height: 1;
}

#Webinar-Registration .field-body .video iframe,
#Webinar-Registration .field-body .Video iframe .video object,
#Webinar-Registration .field-body .Video object .video embed,
#Webinar-Registration .field-body .Video embed,
#Webinar-Registration .field-form-subtext .video iframe,
#Webinar-Registration .field-form-subtext .Video iframe .video object,
#Webinar-Registration .field-form-subtext .Video object .video embed,
#Webinar-Registration .field-form-subtext .Video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 39.5em) {
  #Webinar-Registration .field-body table,
  #Webinar-Registration .field-form-subtext table {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 39.5em) {
  #Webinar-Registration .field-body table tr,
  #Webinar-Registration .field-form-subtext table tr {
    display: block;
    width: 100%;
    padding: 1em 0;
    border-bottom: 1px solid #d0d2d3;
    float: left;
  }
}
#Webinar-Registration .field-body table tr td,
#Webinar-Registration .field-body table tr th,
#Webinar-Registration .field-form-subtext table tr td,
#Webinar-Registration .field-form-subtext table tr th {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  padding: 0.5em;
  border: 1px solid #d0d2d3;
}

#Webinar-Registration .field-body table tr td li,
#Webinar-Registration .field-body table tr th li,
#Webinar-Registration .field-form-subtext table tr td li,
#Webinar-Registration .field-form-subtext table tr th li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

#Webinar-Registration .field-body table tr td li li,
#Webinar-Registration .field-body table tr th li li,
#Webinar-Registration .field-form-subtext table tr td li li,
#Webinar-Registration .field-form-subtext table tr th li li {
  font-size: 0.889em;
}

@media screen and (max-width: 39.5em) {
  #Webinar-Registration .field-body table tr td,
  #Webinar-Registration .field-body table tr th,
  #Webinar-Registration .field-form-subtext table tr td,
  #Webinar-Registration .field-form-subtext table tr th {
    display: block;
    width: 100%;
    border: none;
  }
}
#Webinar-Registration .field-body strong,
#Webinar-Registration .field-form-subtext strong {
  font-family: "proxima_nova_sbold";
  font-weight: normal !important;
}

#Webinar-Registration .field-form-subtext {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 3em 0;
  font-size: 0.5em !important;
  text-align: center !important;
}

@media screen and (min-width: 39.5em) {
  #Webinar-Registration .field-form-subtext {
    width: 80%;
    margin: 0 10% 3em 10%;
  }
}
#Webinar-Registration .field-form-subtext p span {
  color: rgba(255, 255, 255, 0.85);
}

#Webinar-Registration .presenters {
  display: block;
  width: 100%;
  float: left;
}

#Webinar-Registration .presenters .field-label {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

#Webinar-Registration .presenters .field-label li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

#Webinar-Registration .presenters .field-label li li {
  font-size: 0.889em;
}

@media screen and (min-width: 39.5em) {
  #Webinar-Registration .presenters .field-label {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
#Webinar-Registration .presenters .field-about-the-speakers {
  width: 100%;
  display: block;
  float: left;
}

@media screen and (min-width: 25em) {
  #Webinar-Registration .presenters .field-about-the-speakers {
    width: 45%;
    margin: 0 5% 5% 0;
  }
}
@media screen and (min-width: 34.38em) {
  #Webinar-Registration .presenters .field-about-the-speakers {
    width: 30%;
    margin: 0 2.9% 2.9% 0;
  }
}
@media screen and (min-width: 60em) {
  #Webinar-Registration .presenters .field-about-the-speakers {
    width: 20%;
    margin: 0 5% 5% 0;
  }
}
#Webinar-Registration .presenters .field-about-the-speakers .field-label {
  display: none;
}

#Webinar-Registration .presenters .field-about-the-speakers .field-first-name,
#Webinar-Registration .presenters .field-about-the-speakers .field-last-name {
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "open_sansregular", "proxima_nova_reg_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  display: inline;
}

#Webinar-Registration .presenters .field-about-the-speakers .field-first-name li,
#Webinar-Registration .presenters .field-about-the-speakers .field-last-name li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

#Webinar-Registration .presenters .field-about-the-speakers .field-first-name li li,
#Webinar-Registration .presenters .field-about-the-speakers .field-last-name li li {
  font-size: 0.889em;
}

@media screen and (min-width: 25em) {
  #Webinar-Registration .presenters .field-about-the-speakers .field-first-name,
  #Webinar-Registration .presenters .field-about-the-speakers .field-last-name {
    text-align: right;
  }
}
#Webinar-Registration .presenters .field-about-the-speakers .profile .user-picture {
  margin: 0;
}

@media screen and (min-width: 25em) {
  #Webinar-Registration .presenters .field-about-the-speakers .profile .user-picture {
    width: 100%;
    float: left;
    margin: 0 0 0.35em 0;
    max-width: none;
  }
}
#Webinar-Registration .presenters .field-about-the-speakers .profile .user-picture img {
  max-width: none;
  width: 100%;
}

#Webinar-Registration .presenters .field-about-the-speakers .profile p.field-job-title {
  font-size: 0.9em;
}

#Webinar-Registration .presenters .field-about-the-speakers .profile p.field-company {
  font-size: 0.8em;
  color: #295177;
  font-weight: bold;
}

#Webinar-Registration .webform-confirmation {
  padding: 4em 3em 0em 3em;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: #518fb4;
  min-height: 8em;
}

#Webinar-Registration .webform-confirmation h4 {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: "open_sanslight", "proxima_nova_thin_cyrillic", Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  color: #fff;
}

@media screen and (min-width: 39.5em) {
  #Webinar-Registration .webform-confirmation h4 {
    font-size: 2.625em;
    line-height: 1.143em;
  }
}
#Webinar-Registration .webform-confirmation p {
  font-size: 1em !important;
}

.lt-ie10 #Webinar-Registration .content .column.form form label {
  display: block;
}

@media screen and (min-width: 43.75em) {
  .lt-ie10 #Webinar-Registration .content .column.form form .form-item.webform-component--email-address:before {
    margin-top: -0.75em;
  }
}
h3#page-title {
  font-size: 1.8em;
}

#DisplayInEN {
  display: none;
}

.leaf {
  display: list-item;
}

body.site-section-solution-center div.ajax-links-api-loading {
  position: absolute;
  margin: 50%;
}

@media screen and (min-width: 39.5em) {
  .mobile-only {
    display: none;
  }
}
.desktop-only {
  display: none;
}

@media screen and (min-width: 43em) {
  .desktop-only {
    display: block;
  }
}
.g-recaptcha {
  z-index: 2;
}

.g-recaptcha .grecaptcha-badge {
  z-index: 2;
}