/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 52, ../sass/_helpers.scss */
.header_mobile-icon {
  width: 38px;
  height: 26px;
  background: url("../images/mobile/mobile_menu.svg") no-repeat;
  background: url("../images/mobile/mobile_menu.svg") no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 59, ../sass/_helpers.scss */
.close.header_mobile-icon {
  background-position: 0 -26px;
}

/* line 63, ../sass/_helpers.scss */
.footer_mobile-button {
  width: 38px;
  height: 26px;
  background: url("../images/mobile/mobile_footer_menu.svg") no-repeat;
  background: url("../images/mobile/mobile_footer_menu.svg") no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@-webkit-keyframes keypulse {
  from {
    background-color: #CE8C00;
    -moz-box-shadow: 0 0 9px #333;
    -webkit-box-shadow: 0 0 9px #333;
    box-shadow: 0 0 9px #333;
  }
  50% {
    background-color: #F7A800;
    -moz-box-shadow: 0 0 18px #fff;
    -webkit-box-shadow: 0 0 18px #fff;
    box-shadow: 0 0 18px #fff;
  }
  to {
    background-color: #CE8C00;
    -moz-box-shadow: 0 0 9px #333;
    -webkit-box-shadow: 0 0 9px #333;
    box-shadow: 0 0 9px #333;
  }
}
/* line 77, ../sass/_helpers.scss */
.textlink:after, .nav_feature-link:after {
  width: 16px;
  height: 15px;
  margin-bottom: -0.2em;
  background: url("../images/global/arrow_blue.svg") no-repeat;
}

/* line 83, ../sass/_helpers.scss */
.textlink.yellow:after, .yellow.nav_feature-link:after {
  width: 16px;
  height: 15px;
  margin-bottom: -0.2em;
  background: url("../images/global/arrow_yellow.svg") no-repeat;
}

/* line 89, ../sass/_helpers.scss */
.textlink.gray:after, .gray.nav_feature-link:after {
  width: 16px;
  height: 15px;
  margin-bottom: -0.2em;
  background: url("../images/global/arrow_grey.svg") no-repeat;
}

/* line 95, ../sass/_helpers.scss */
.textbutton:after,
.button a:after,
a.button:after {
  width: 16px;
  height: 15px;
  margin-bottom: -0.2em;
  background: url("../images/global/arrow_white.svg") no-repeat;
}

/* line 1, ../sass/_type.scss */
.footer_upper .menu-block-wrapper > ul.menu li a, .textbutton,
.button a,
a.button {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 200;
}

/* line 6, ../sass/_type.scss */
.heading-style_2, .heading-style_3, .node-type-standard .page_section-main, #footer-feature .feature-text h2, .home_hero-desc, .page_section-desc {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 300;
}

/* line 11, ../sass/_type.scss */
.heading-style_1, .nav_parent-link, .nav_parent-item, .nav_feature-title, #footer-feature .feature-title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
}

/* line 16, ../sass/_type.scss */
.home_hero-main, .banner-standard_main, .home_hero-sub, .banner-standard_sub, .nav_subitem a, .nav_feature-desc, .page_section-main {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
}

/* line 26, ../sass/_type.scss */
.footer_upper .menu-block-wrapper > ul.menu > li > a {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
}

/* line 38, ../sass/_type.scss */
.home_hero-main, .banner-standard_main {
  color: #706f6f;
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: normal;
}

/* line 47, ../sass/_type.scss */
.home_hero-sub, .banner-standard_sub {
  color: #706f6f;
  font-size: 27px;
  line-height: 1.2;
  text-transform: none;
  padding-bottom: 0.4em;
  letter-spacing: normal;
}

/* line 69, ../sass/_type.scss */
a,
a:focus,
a:hover,
a:visited {
  outline: none !important;
}

/* line 75, ../sass/_type.scss */
.gutter-top {
  padding-top: 20px;
}

/* line 78, ../sass/_type.scss */
.gutter-bottom {
  padding-bottom: 20px;
}

/* line 81, ../sass/_type.scss */
.gutter-top_sm {
  padding-top: 10px;
}

/* line 84, ../sass/_type.scss */
.gutter-bottom_sm {
  padding-bottom: 10px;
}

/* line 87, ../sass/_type.scss */
.heading-style_1 {
  font-size: 140px;
  line-height: 1;
  color: #1280c4;
}

/* line 93, ../sass/_type.scss */
.heading-style_1.small {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 25px;
}

/* line 99, ../sass/_type.scss */
.heading-style_2 {
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1280c4;
}

/* line 106, ../sass/_type.scss */
.heading-style_3, .node-type-standard .page_section-main {
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #666;
}

/* line 113, ../sass/_type.scss */
p.learn-more-button a {
  color: #1280c4;
  font-weight: 600;
  text-decoration: none;
}

/* line 118, ../sass/_type.scss */
.learn-more-button {
  margin-bottom: -0.2em;
  margin-top: 10px;
  width: 130px;
  background: url("../images/global/arrow_blue.svg") 95% 50% no-repeat;
  background-size: 16px 16px;
}

/* line 125, ../sass/_type.scss */
.dark {
  color: #706f6f;
}

/* line 128, ../sass/_type.scss */
.legal-note {
  font-size: 10px;
  line-height: 1.3;
  padding-top: 5px;
  color: #797978;
}

/* line 134, ../sass/_type.scss */
.p_heavy {
  font-size: 20px;
  line-height: 1.5;
  color: #706f6f;
}

/* line 1, ../sass/_util.scss */
.no-touchevents .tel-number {
  pointer-events: none;
}

/* line 4, ../sass/_util.scss */
.nolink-item {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  /* line 7, ../sass/_util.scss */
  br.desktop-break {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  /* line 12, ../sass/_util.scss */
  br.mobile-break {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  /* line 17, ../sass/_util.scss */
  html .desktop-hide {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 22, ../sass/_util.scss */
  html .mobile-hide {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  /* line 6, ../sass/_header.scss */
  #main-content {
    padding-top: 154px;
  }
}

@media screen and (min-width: 769px) {
  /* line 12, ../sass/_header.scss */
  .header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }
}
/* line 21, ../sass/_header.scss */
.header_container {
  margin-top: 1.53333em;
  padding-top: 1.33333em;
  padding-bottom: 1.53333em;
  background: url("../images/header/gradient_bar.png") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  /* line 21, ../sass/_header.scss */
  .header_container {
    -webkit-background-size: 91% 6px;
    -moz-background-size: 91% 6px;
    -o-background-size: 91% 6px;
    background-size: 91% 6px;
    background-position: 20px 0;
  }
}
/* line 33, ../sass/_header.scss */
.header ul li,
.header ul li.leaf,
.header ul li.expanded {
  list-style-image: none;
  list-style-type: none;
}

/* line 40, ../sass/_header.scss */
.ie9 .header {
  z-index: 1000;
  opacity: 1;
}

/* line 46, ../sass/_header.scss */
.header_topbar {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  /* line 46, ../sass/_header.scss */
  .header_topbar {
    padding-left: 1.33333em;
    padding-right: 1.33333em;
  }
}
/* line 53, ../sass/_header.scss */
.header_su-logo {
  width: 50%;
  display: inline-block;
  text-align: left;
}
/* line 59, ../sass/_header.scss */
.header_ds-logo {
  width: 49%;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}

/* line 67, ../sass/_header.scss */
.svg .header_su-logo .logo {
  width: 17em;
  height: 4.2em;
  display: inline-block;
  background: url("../images/header/SUC_logo_255x63.png") no-repeat;
}
/* line 72, ../sass/_header.scss */
.svg .header_su-logo .logo img {
  display: none;
}
/* line 76, ../sass/_header.scss */
.svg .header_ds-logo .logo {
  width: 7.33333em;
  height: 3.8em;
  display: inline-block;
  background: url("../images/header/DS_Restorative_logo.svg") no-repeat;
}
/* line 83, ../sass/_header.scss */
.svg .header_ds-logo .logo img {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 76, ../sass/_header.scss */
  .svg .header_ds-logo .logo {
    display: none;
  }
}

/* line 92, ../sass/_header.scss */
.main-nav {
  display: block;
  width: 42.66667em;
  position: relative;
  white-space: nowrap;
  float: right;
  clear: right;
}
/* line 99, ../sass/_header.scss */
.main-nav a {
  text-decoration: none;
}
@media (min-width: 769px) {
  /* line 92, ../sass/_header.scss */
  .main-nav {
    display: block !important;
  }
}
@media (max-width: 768px) {
  /* line 92, ../sass/_header.scss */
  .main-nav {
    width: 100%;
    float: none;
    display: none;
    background: #ededed;
  }
}

/* line 119, ../sass/_header.scss */
.nav_parent {
  display: inline-block;
  width: 19%;
  vertical-align: top;
}
/* line 123, ../sass/_header.scss */
.nav_parent:nth-child(3) {
  width: 20.5%;
}
/* line 126, ../sass/_header.scss */
.nav_parent:nth-child(4) {
  width: 17.5%;
}
/* line 129, ../sass/_header.scss */
.nav_parent-link {
  font-size: 0.93333em;
  line-height: normal;
  text-transform: uppercase;
  color: #f8a600;
}
/* line 135, ../sass/_header.scss */
.nav_parent-link:hover {
  color: #1280c4;
}
@media (max-width: 768px) {
  /* line 119, ../sass/_header.scss */
  .nav_parent {
    display: block;
    width: 100%;
    padding-top: 2.66667em;
  }
}
/* line 145, ../sass/_header.scss */
.nav_parent-item {
  display: block;
  cursor: default;
  font-size: 0.93333em;
  line-height: normal;
  text-transform: uppercase;
}
/* line 152, ../sass/_header.scss */
.nav_parent-item.highlight {
  color: #1280c4;
}

/* line 158, ../sass/_header.scss */
.nav_submenu-first {
  white-space: normal;
  width: 22em;
  position: absolute;
  z-index: 10;
  border-top: 1.53333em solid #fff;
  left: 0;
  background: rgba(250, 250, 250, 0.95);
  opacity: 1;
  padding-left: 1.33333em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: height 400ms ease-in-out, padding 400ms ease-in-out;
  -o-transition: height 400ms ease-in-out, padding 400ms ease-in-out;
  -webkit-transition: height 400ms ease-in-out, padding 400ms ease-in-out;
  transition: height 400ms ease-in-out, padding 400ms ease-in-out;
}
@media (min-width: 768px) {
  /* line 158, ../sass/_header.scss */
  .nav_submenu-first {
    height: 0;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  /* line 158, ../sass/_header.scss */
  .nav_submenu-first {
    opacity: 1;
    width: 100%;
    height: auto;
    position: relative;
    background: none;
    border: none;
    padding-top: 0.53333em;
    z-index: 10;
    height: auto;
  }
}

/* line 191, ../sass/_header.scss */
.ie9 .header .open {
  z-index: 1000;
  opacity: 1;
}

/* line 195, ../sass/_header.scss */
.nav_subitem {
  padding: 0.2em 0.5em 0 0;
}
/* line 197, ../sass/_header.scss */
.nav_subitem.first {
  padding-top: 2.66667em;
}
@media (max-width: 768px) {
  /* line 197, ../sass/_header.scss */
  .nav_subitem.first {
    padding-top: 0;
  }
}
/* line 204, ../sass/_header.scss */
.nav_subitem a {
  display: inline-block;
  font-size: 0.93333em;
  line-height: 1.5;
  padding-bottom: 0.4em;
  color: #55585a;
  letter-spacing: 1px;
}
/* line 212, ../sass/_header.scss */
.nav_subitem a:hover {
  color: #1280c4;
}
@media (max-width: 768px) {
  /* line 204, ../sass/_header.scss */
  .nav_subitem a {
    font-weight: 200;
  }
}

@media (max-width: 768px) {
  /* line 220, ../sass/_header.scss */
  .nav_parent-item {
    padding-left: 1.33333em;
  }
}

/* line 225, ../sass/_header.scss */
.ie9 .nav_submenu-first {
  width: 22.2em;
}

/* line 229, ../sass/_header.scss */
.nav_feature {
  width: 20.66667em;
  position: absolute;
  z-index: 10;
  white-space: normal;
  border-top: 1.53333em solid #fff;
  right: 0;
  background: #ededed;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: height 400ms ease-in-out;
  -o-transition: height 400ms ease-in-out;
  -webkit-transition: height 400ms ease-in-out;
  transition: height 400ms ease-in-out;
}
@media (min-width: 768px) {
  /* line 229, ../sass/_header.scss */
  .nav_feature {
    height: 0;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  /* line 229, ../sass/_header.scss */
  .nav_feature {
    display: none;
    border: none;
    height: auto;
  }
}
/* line 252, ../sass/_header.scss */
.nav_feature-full {
  display: table;
  width: 100%;
}
/* line 255, ../sass/_header.scss */
.nav_feature-full .nav_feature-wrap {
  vertical-align: middle;
}
/* line 259, ../sass/_header.scss */
.nav_feature-half {
  display: table;
  width: 100%;
}
/* line 262, ../sass/_header.scss */
.nav_feature-half .nav_feature-wrap {
  vertical-align: top;
  padding-top: 1.33333em;
}
/* line 267, ../sass/_header.scss */
.nav_feature-wrap {
  display: table-cell;
  width: 11.33333em;
  padding-left: 1.06667em;
  padding-right: 0.53333em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 273, ../sass/_header.scss */
.nav_feature-wrap > a {
  text-decoration: none;
}
/* line 278, ../sass/_header.scss */
.nav_feature-img {
  display: table-cell;
  height: 100%;
  width: auto;
}
/* line 283, ../sass/_header.scss */
.nav_feature-title {
  font-size: 0.74667em;
  line-height: 1.3;
  padding-bottom: 0.53333em;
  text-transform: uppercase;
}
/* line 290, ../sass/_header.scss */
.nav_feature-desc {
  display: block;
  font-size: 0.8em;
  line-height: 1.3;
  padding-bottom: 0.26667em;
}
/* line 297, ../sass/_header.scss */
.nav_feature-link {
  font-size: 0.8em;
}
/* line 300, ../sass/_header.scss */
.nav_feature-link:after {
  width: 12px;
  height: 11px;
}

/* line 308, ../sass/_header.scss */
.header_social-nav .social-list_item a {
  width: 60px;
  height: 60px;
  background-position: 0 -60px !important;
}

/* line 315, ../sass/_header.scss */
.open {
  opacity: 1;
  z-index: 1000;
  height: 25.93333em;
}
@media screen and (max-width: 768px) {
  /* line 315, ../sass/_header.scss */
  .open {
    height: auto;
  }
}

/* line 325, ../sass/_header.scss */
.header_mobile-subnav {
  display: none;
  padding-left: 1.33333em;
}
/* line 328, ../sass/_header.scss */
.header_mobile-subnav .header_ds-logo {
  padding: 1.33333em 0;
}
/* line 330, ../sass/_header.scss */
.header_mobile-subnav .header_ds-logo .logo {
  display: block !important;
}
@media screen and (max-width: 768px) {
  /* line 325, ../sass/_header.scss */
  .header_mobile-subnav {
    display: block;
  }
}

/* line 339, ../sass/_header.scss */
.mobile-button {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 339, ../sass/_header.scss */
  .mobile-button {
    display: inline-block;
  }
}

/* line 345, ../sass/_header.scss */
.header_mobile-icon {
  display: block;
  float: right;
  clear: right;
}

@media screen and (max-width: 768px) {
  /* line 353, ../sass/_header.scss */
  .nav_parent:last-child {
    display: none;
  }
}
/* line 357, ../sass/_header.scss */
.firefox .nav_parent-link {
  display: block;
}

/* line 3, ../sass/_footer.scss */
.footer_upper {
  background: #797978;
  padding-top: 3em;
  padding-bottom: 3em;
  overflow: hidden;
}
/* line 9, ../sass/_footer.scss */
.footer_lower {
  background: #575756;
  padding-top: 3em;
  padding-bottom: 3em;
}

.block-compro-sharpspring-newsletter {
  padding-bottom: 6em;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

.block-compro-sharpspring-newsletter #edit-text {
  max-width: 580px;
  margin: 0 auto;
}

.block-compro-sharpspring-newsletter h2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.block-compro-sharpspring-newsletter #edit-fields {
  margin-top: 4em;
  display: inline-block;
  vertical-align: middle;
}

.block-compro-sharpspring-newsletter label[for="edit-email"],
.block-compro-sharpspring-newsletter label[for="edit-first-name"],
.block-compro-sharpspring-newsletter label[for="edit-last-name"] {
  margin: 0;
  height: 0;
  visibility: hidden;
}

.block-compro-sharpspring-newsletter #edit-fields .form-item-email,
.block-compro-sharpspring-newsletter #edit-fields .form-item-first-name,
.block-compro-sharpspring-newsletter #edit-fields .form-item-last-name {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.block-compro-sharpspring-newsletter #edit-fields input#edit-email,
.block-compro-sharpspring-newsletter #edit-fields input#edit-first-name,
.block-compro-sharpspring-newsletter #edit-fields input#edit-last-name {
  width: 90%;
  font-size: 14px;
  font-weight: 300;
  padding: 0.7em;
  border: 0;
}

.block-compro-sharpspring-newsletter #edit-submit {
  background-color: #f8a600;
  border: 0;
  font-size: 1.06667em;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  color: #fff;
  padding: 0.77em 0.8em;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0.1rem;
}

.block-compro-sharpspring-newsletter #edit-submit:hover {
  background-color: #e09416;
}

.block-compro-sharpspring-newsletter #edit-submit {
  background-image: url("../images/global/arrow_white.svg");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 16px 15px;
  padding-right: 65px;
}

@media screen and (max-width: 768px) {
  /* line 9, ../sass/_footer.scss */
  .footer_lower {
    padding-left: 1.33333em;
    padding-right: 1.33333em;
  }
}
/* line 19, ../sass/_footer.scss */
.footer ul.menu {
  list-style-type: none;
}
/* line 22, ../sass/_footer.scss */
.footer ul.menu li {
  list-style-image: none;
  list-style-type: none;
}
/* line 26, ../sass/_footer.scss */
.footer ul li.expanded {
  list-style-type: none;
  list-style-image: none;
}
/* line 30, ../sass/_footer.scss */
.footer ul li.expanded .menu li {
  float: none;
  font-size: 16px;
  text-transform: none;
}
/* line 36, ../sass/_footer.scss */
.footer li a {
  text-decoration: none;
  color: #fff;
  -moz-transition: color 400ms ease-in-out;
  -o-transition: color 400ms ease-in-out;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
}
/* line 40, ../sass/_footer.scss */
.footer li a:hover {
  color: #f8a600;
}
/* line 44, ../sass/_footer.scss */
.footer li span {
  color: #fff;
}

/* line 50, ../sass/_footer.scss */
.footer_upper .menu-block-wrapper > ul.menu {
  white-space: nowrap;
}
/* line 52, ../sass/_footer.scss */
.footer_upper .menu-block-wrapper > ul.menu > li {
  white-space: normal;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding-right: 0.8em;
}
/* line 60, ../sass/_footer.scss */
.footer_upper .menu-block-wrapper > ul.menu > li.last.leaf {
  display: none;
}
/* line 64, ../sass/_footer.scss */
.footer_upper .menu-block-wrapper > ul.menu li a {
  display: block;
  font-size: 0.8em;
  line-height: 1.2em;
  padding-bottom: 1.06667em;
}
/* line 71, ../sass/_footer.scss */
.footer_upper .menu-block-wrapper > ul.menu > li > a {
  font-size: 0.8em;
  line-height: 1.33333em;
  text-transform: uppercase;
  padding-bottom: 1.2em;
  pointer-events: none;
}

/* line 83, ../sass/_footer.scss */
.footer_lower {
  overflow: hidden;
  white-space: nowrap;
}
/* line 86, ../sass/_footer.scss */
.footer_lower .footer_logo {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 92, ../sass/_footer.scss */
.footer_lower .footer_main-nav {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  /* line 92, ../sass/_footer.scss */
  .footer_lower .footer_main-nav {
    padding-top: 1.86667em;
    padding-bottom: 1.86667em;
    width: 100%;
    display: block;
  }
}
/* line 103, ../sass/_footer.scss */
.footer_lower .footer_main-nav li {
  display: inline-block;
  border-right: 1px solid #fff;
  font-size: 0.8em;
  line-height: 1;
  padding-right: 0.8em;
  margin-right: 0.26667em;
}
@media screen and (max-width: 768px) {
  /* line 103, ../sass/_footer.scss */
  .footer_lower .footer_main-nav li {
    display: block;
    border: 0;
    font-size: 1.06667em;
    line-height: 1.6;
  }
}
/* line 117, ../sass/_footer.scss */
.footer_lower .footer_main-nav li:last-child {
  border-right: 0;
}
/* line 121, ../sass/_footer.scss */
.footer_lower .footer_social-nav {
  width: 15%;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  padding-right: 0.8em;
}
/* line 129, ../sass/_footer.scss */
.footer_lower .footer_copyright {
  width: 50%;
  display: inline-block;
  color: #fff;
  font-size: 0.66667em;
}
@media screen and (max-width: 768px) {
  /* line 129, ../sass/_footer.scss */
  .footer_lower .footer_copyright {
    width: 100%;
    font-size: 1.06667em;
  }
}
/* line 139, ../sass/_footer.scss */
.footer_lower .footer_util-submenu {
  width: 50%;
  display: inline-block;
}
/* line 142, ../sass/_footer.scss */
.footer_lower .footer_util-submenu ul {
  text-align: right;
}
/* line 145, ../sass/_footer.scss */
.footer_lower .footer_util-submenu li {
  display: inline-block;
  border-right: 1px solid #fff;
  font-size: 0.66667em;
  line-height: 1;
  padding-right: 0.8em;
  margin-right: 0.26667em;
}
/* line 153, ../sass/_footer.scss */
.footer_lower .footer_util-submenu li:last-child {
  border-right: 0;
}

/* line 161, ../sass/_footer.scss */
.footer_lower-top {
  margin-bottom: 2.66667em;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  /* line 161, ../sass/_footer.scss */
  .footer_lower-top {
    margin: 0;
  }
}

/* line 170, ../sass/_footer.scss */
.footer_mobile-button {
  display: block;
  float: right;
  clear: right;
  margin-right: 0.53333em;
}

/* line 178, ../sass/_footer.scss */
.main-nav_topoffset {
  margin-top: 1.33333em;
}

/* line 182, ../sass/_footer.scss */
.svg .footer_logo {
  height: 48px;
  background: url("../images/footer/DS_Restorative_white.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
/* line 186, ../sass/_footer.scss */
.svg .footer_logo img {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 182, ../sass/_footer.scss */
  .svg .footer_logo {
    width: 150px;
    height: 60px;
  }
}

/* line 195, ../sass/_footer.scss */
#footer-feature {
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 8.66667em;
  padding-bottom: 8.66667em;
}
/* line 200, ../sass/_footer.scss */
#footer-feature .feature-title {
  font-size: 1.06667em;
  color: #706f6f;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  /* line 200, ../sass/_footer.scss */
  #footer-feature .feature-title {
    text-align: center;
  }
}
/* line 209, ../sass/_footer.scss */
#footer-feature .feature-text h2 {
  color: #706f6f;
  font-size: 1.06667em;
  line-height: 1.4;
  padding-top: 0.66667em;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  /* line 217, ../sass/_footer.scss */
  #footer-feature .buttonfooter {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 0.8em;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 195, ../sass/_footer.scss */
  #footer-feature {
    background: #ededed !important;
    padding-left: 1.33333em;
    padding-right: 1.33333em;
  }
}

/* line 248, ../sass/_footer.scss */
.footer-features_item .cta-title {
  font-size: 18px;
  line-height: 1.4;
  min-height: 80px;
}
/* line 253, ../sass/_footer.scss */
.footer-features_item .cta-text {
  padding-top: 0.66667em;
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}
/* line 259, ../sass/_footer.scss */
.footer-features_item .cta-image a {
  display: block;
}

/* line 264, ../sass/_footer.scss */
.footer-features-wrap {
  display: flex;
  width: 100%;
}

/* line 269, ../sass/_footer.scss */
.footer-features_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  /* line 269, ../sass/_footer.scss */
  .footer-features_item {
    width: 100%;
  }
  .footer-features-wrap {
    flex-direction: column;
  }
}
/* line 276, ../sass/_footer.scss */
.footer-features_item .cta-text {
  text-align: center;
  min-height: 30px;
}
/* line 280, ../sass/_footer.scss */
.footer-features_item .footer-features_copy {
  display: table-row;
}
@media screen and (max-width: 768px) {
  /* line 280, ../sass/_footer.scss */
  .footer-features_item .footer-features_copy {
    display: block;
  }
}
/* line 286, ../sass/_footer.scss */
.footer-features_item .footer-features_img {
  vertical-align: bottom;
  display: table-footer-group;
}
@media screen and (max-width: 768px) {
  /* line 286, ../sass/_footer.scss */
  .footer-features_item .footer-features_img {
    display: block;
  }
}

/* line 294, ../sass/_footer.scss */
.footer-features_logo {
  padding-bottom: 1.33333em;
}

/* line 297, ../sass/_footer.scss */
.footer-features_copy {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 300, ../sass/_footer.scss */
.footer-features_img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 304, ../sass/_footer.scss */
.footer-features_6 {
  width: 50%;
  padding-right: 20px;
  padding-top: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 310, ../sass/_footer.scss */
.footer-features_6 .footer-features_logo,
.footer-features_6 .footer-features_copy {
  display: table-header-group;
}
/* line 314, ../sass/_footer.scss */
.footer-features_6 .cta-title {
  padding-top: 1.33333em;
}
@media screen and (max-width: 768px) {
  /* line 304, ../sass/_footer.scss */
  .footer-features_6 {
    margin-top: 20px;
    width: 100%;
    display: block;
  }
}
/* line 322, ../sass/_footer.scss */
.footer-features_6 img {
  max-width: 85%;
}

/* line 330, ../sass/_footer.scss */
.footer-features-wrap .footer-features_4:nth-child(3n) {
  padding-right: 0;
}

/* line 336, ../sass/_footer.scss */
.footer-features_4 {
  width: 32%;
  padding-right: 20px;
  padding-top: 60px;
  text-align: center;
  min-height: 545px;
}
/* line 343, ../sass/_footer.scss */
.footer-features_4 img {
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  /* line 336, ../sass/_footer.scss */
  .footer-features_4 {
    margin-top: 20px;
    width: 100%;
    display: block;
  }
  /* line 352, ../sass/_footer.scss */
  .footer-features_4 img {
    max-width: 100%;
  }
}

/* line 361, ../sass/_footer.scss */
.firefox .footer-features_6,
.ie9 .footer-features_6 {
  width: 49%;
}
/* line 364, ../sass/_footer.scss */
.firefox .footer-features_4,
.ie9 .footer-features_4 {
  width: 32%;
}
/* line 367, ../sass/_footer.scss */
.firefox .footer-features_copy,
.ie9 .footer-features_copy {
  display: table-row;
}
/* line 370, ../sass/_footer.scss */
.firefox .footer-features-wrap-outer,
.ie9 .footer-features-wrap-outer {
  display: table;
  height: 100%;
}
/* line 374, ../sass/_footer.scss */
.firefox .footer-features-wrap,
.ie9 .footer-features-wrap {
  display: table-row;
  height: 100%;
}
/* line 378, ../sass/_footer.scss */
.firefox .footer-features_item .footer-features_img,
.ie9 .footer-features_item .footer-features_img {
  vertical-align: bottom;
  display: table-cell;
}

/* line 3, ../sass/_home.scss */
.home_hero-slide {
  position: relative;
}

/* line 6, ../sass/_home.scss */
.home_hero-img-wrap {
  display: table;
  width: 100%;
  height: 40em;
  background-position: center center !important;
  -webkit-background-size: 2000px 100% !important;
  -moz-background-size: 2000px 100% !important;
  -o-background-size: 2000px 100% !important;
  background-size: 2000px 100% !important;
}
@media screen and (max-width: 1000px) {
  /* line 6, ../sass/_home.scss */
  .home_hero-img-wrap {
    padding-top: 350px;
    min-height: auto;
    position: relative;
    -webkit-background-size: auto 350px !important;
    -moz-background-size: auto 350px !important;
    -o-background-size: auto 350px !important;
    background-size: auto 350px !important;
    background-position: top right 33% !important;
  }
}

/* line 21, ../sass/_home.scss */
.home_hero-img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  /* line 21, ../sass/_home.scss */
  .home_hero-img {
    position: absolute;
    top: 23%;
    right: 35%;
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

/* line 31, ../sass/_home.scss */
.home_hero-text-wrap {
  position: relative;
  width: 100%;
  vertical-align: middle;
  display: table-cell;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  /* line 31, ../sass/_home.scss */
  .home_hero-text-wrap {
    padding: 2.66667em 1.33333em;
  }
}

/* line 49, ../sass/_home.scss */
.home_hero-text-inner {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  /* line 49, ../sass/_home.scss */
  .home_hero-text-inner {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  /* line 56, ../sass/_home.scss */
  .home_hero-sub {
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  /* line 62, ../sass/_home.scss */
  .home_hero-main {
    text-align: center;
  }
}

/* line 68, ../sass/_home.scss */
.home_hero-desc {
  color: #706f6f;
  font-size: 1.06667em;
  line-height: 1.5;
  padding-top: 1.33333em;
}
/* line 76, ../sass/_home.scss */
.home_hero-desc .textlink, .home_hero-desc .nav_feature-link {
  margin-top: 0.8em;
}
@media screen and (max-width: 1000px) {
  /* line 80, ../sass/_home.scss */
  .home_hero-desc div {
    text-align: center;
    margin: 0 auto;
  }
}

/* line 1, ../sass/_social.scss */
.social-list_item {
  display: inline-block;
}
/* line 3, ../sass/_social.scss */
.social-list_item a {
  display: block;
  width: 28px;
  height: 28px;
}
/* line 9, ../sass/_social.scss */
.social-list_item.fb a {
  background: url("../images/social/facebook_sprite.png") no-repeat;
  background: url("../images/social/facebook_sprite.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 13, ../sass/_social.scss */
.social-list_item.fb a:hover {
  background-position: 0 -28px;
}
/* line 20, ../sass/_social.scss */
.social-list_item.yt a {
  background: url("../images/social/youtube_sprite.png") no-repeat;
  background: url("../images/social/youtube_sprite.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 24, ../sass/_social.scss */
.social-list_item.yt a:hover {
  background-position: 0 -28px;
}

/* line 31, ../sass/_social.scss */
.ie9 .social-list_item a {
  background-position-x: center;
  -webkit-background-size: 200% 200%;
  -moz-background-size: 200% 200%;
  -o-background-size: 200% 200%;
  background-size: 200% 200%;
}
/* line 34, ../sass/_social.scss */
.ie9 .social-list_item a:hover {
  background-position-x: center;
}

/* line 2, ../sass/_components.scss */
.textbutton,
.button a,
a.button {
  display: inline-block;
  background: #f8a600;
  font-size: 1.06667em;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  color: #fff;
  padding: 0.8em 0.8em;
  letter-spacing: normal;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
/* line 16, ../sass/_components.scss */
.textbutton:after,
.button a:after,
a.button:after {
  content: '';
  display: inline-block;
  margin-left: 2em;
}
/* line 22, ../sass/_components.scss */
.textbutton:hover,
.button a:hover,
a.button:hover {
  background: #e09416;
}

/* line 26, ../sass/_components.scss */
.textlink, .nav_feature-link {
  display: inline-block;
  color: #1280c4;
  text-decoration: none;
  font-weight: 500;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 32, ../sass/_components.scss */
.textlink:after, .nav_feature-link:after {
  content: '';
  display: inline-block;
  margin-left: 0.33333em;
}
/* line 38, ../sass/_components.scss */
.textlink:hover, .nav_feature-link:hover {
  opacity: 0.75;
}

/* line 57, ../sass/_components.scss */
.js-slick_pager-only .slick-dots,
.slick-dots {
  position: absolute;
  bottom: 1em;
  list-style-type: none;
  left: 50%;
  margin-left: -470px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  /* line 57, ../sass/_components.scss */
  .js-slick_pager-only .slick-dots,
  .slick-dots {
    bottom: 1em;
  }
}
@media all and (max-width: 960px){
  .slick-dots {
    position: relative;
    left: inherit;
    text-align: center;
  }
}
/* line 67, ../sass/_components.scss */
.js-slick_pager-only .slick-dots li,
.slick-dots li {
  display: inline-block;
  max-width: 940px;
  margin: 0 auto;
}
/* line 71, ../sass/_components.scss */
.js-slick_pager-only .slick-dots li button,
.slick-dots li button {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: block;
  background-color: #D8D8D8;
  border-radius: 50%;
  background-position: 0 -18px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 0;
  border: none;
  outline: 0;
}
/* line 87, ../sass/_components.scss */
.js-slick_pager-only .slick-dots li.slick-active button,
.slick-dots li.slick-active button {
  background-color: #0077C7;
}

/* line 94, ../sass/_components.scss */
.ie9 .slick-dots li button,
.ie9 .slick-dots li.slick-active button {
  background-position-x: center;
  -webkit-background-size: 200% 200%;
  -moz-background-size: 200% 200%;
  -o-background-size: 200% 200%;
  background-size: 200% 200%;
}
/* line 98, ../sass/_components.scss */
.ie9 .slick-dots li button:hover,
.ie9 .slick-dots li.slick-active button:hover {
  background-position-x: center;
}

/* line 105, ../sass/_components.scss */
.video-set {
  background: #ededed;
  padding-top: 4em;
  padding-bottom: 4em;
}
/* line 109, ../sass/_components.scss */
.video-set .video_set-video,
.video-set .video-trigger-inner {
  -webkit-box-shadow: 1px 3px 22px -1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 1px 3px 22px -1px rgba(0, 0, 0, 0.37);
  box-shadow: 1px 3px 22px -1px rgba(0, 0, 0, 0.37);
}
/* line 115, ../sass/_components.scss */
.video-set .video_set-caption {
  text-align: center;
  padding-top: 1.33333em;
}

@media screen and (max-width: 768px) {
  /* line 122, ../sass/_components.scss */
  .video-set {
    padding-left: 1.33333em;
    padding-right: 1.33333em;
  }

  /* line 126, ../sass/_components.scss */
  .video_set-video iframe {
    width: 100%;
  }

  /* line 129, ../sass/_components.scss */
  .video-set .modal-trigger.video-trigger {
    margin-bottom: 1.33333em;
  }
}
@media screen and (max-width: 960px) {
  /* line 134, ../sass/_components.scss */
  .max-container-full {
    width: 100%;
  }
}

/* line 140, ../sass/_components.scss */
.lower-hotspots-abs .spot-image {
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  position: relative;
  background-image: none;
  background-color: #F7A800;
  border-radius: 20px;
  -moz-animation-name: keypulse;
  -webkit-animation-name: keypulse;
  animation-name: keypulse;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* line 156, ../sass/_components.scss */
.lower-hotspots-abs .spot-image:after {
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
/* line 170, ../sass/_components.scss */
.lower-hotspots-abs .spot-image:hover, .lower-hotspots-abs .spot-image.active {
  background-color: #1280c4;
  -webkit-animation-name: none;
}
/* line 174, ../sass/_components.scss */
.lower-hotspots-abs .spot-image:hover:after, .lower-hotspots-abs .spot-image.active:after {
  content: '-';
}

/* line 1, ../sass/_banner.scss */
.banner-standard {
  min-height: 30em;
  padding: 4em 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 1, ../sass/_banner.scss */
  .banner-standard {
    background-size: auto 350px !important;
    background-position: top right 33% !important;
    padding-top: 340px !important;
  }
}
/* line 15, ../sass/_banner.scss */
.banner-standard_text-wrap {
  max-width: 48.93617021276595%;
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding-top: 1.33333em;
  padding-bottom: 1.33333em;
}
@media screen and (max-width: 768px) {
  /* line 15, ../sass/_banner.scss */
  .banner-standard_text-wrap {
    text-align: center;
    max-width: 100%;
    display: table-row;
  }
}
/* line 28, ../sass/_banner.scss */
.banner-standard_text-inner {
  width: 48.93617021276595%;
}
@media screen and (max-width: 768px) {
  /* line 28, ../sass/_banner.scss */
  .banner-standard_text-inner {
    width: 100%;
    padding-top: 1.33333em;
  }
}
/* line 35, ../sass/_banner.scss */
.banner-standard_main {
  display: block;
}
/* line 39, ../sass/_banner.scss */
.banner-standard_sub {
  display: block;
}
/* line 43, ../sass/_banner.scss */
.banner-standard_body {
  padding-top: 1.33333em;
}
@media screen and (max-width: 768px) {
  /* line 43, ../sass/_banner.scss */
  .banner-standard_body {
    text-align: left;
    padding-bottom: 1.33333em;
    padding-left: 1.33333em;
    padding-right: 1.33333em;
  }
}
/* line 52, ../sass/_banner.scss */
.banner-standard h1.page-title {
  margin: 0;
}

/* line 1, ../sass/_sections.scss */
.field-name-field-standard-page-sections .field-label,
.field-name-field-standard-page-sections .field-collection-view-links,
.field-collection-container .action-links-field-collection-add {
  display: none;
}

/* line 7, ../sass/_sections.scss */
.page_section {
  border-top: 1px solid #706f6f;
}
@media screen and (max-width: 768px) {
  /* line 7, ../sass/_sections.scss */
  .page_section {
    padding-left: 1.33333em;
    padding-right: 1.33333em;
  }
}

/* line 17, ../sass/_sections.scss */
.page_section-inner {
  display: table;
}

/* line 21, ../sass/_sections.scss */
.page_section-main {
  color: #1280c4;
  font-size: 2.93333em;
  line-height: 1.2;
  padding-bottom: 0.93333em;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  /* line 21, ../sass/_sections.scss */
  .page_section-main {
    padding-top: 1.33333em;
    text-align: center;
  }
}

/* line 33, ../sass/_sections.scss */
.page_section-desc {
  color: #706f6f;
  font-size: 1.06667em;
  line-height: 1.5;
  padding-bottom: 0.8em;
}
/* line 39, ../sass/_sections.scss */
.page_section-desc strong {
  font-weight: 400;
}

/* line 44, ../sass/_sections.scss */
.page_section-img-wrap {
  width: 50%;
  vertical-align: bottom;
  display: table-cell;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 44, ../sass/_sections.scss */
  .page_section-img-wrap {
    display: table-footer-group;
    width: 100%;
    float: none;
  }
}

/* line 56, ../sass/_sections.scss */
.page_section-text-wrap {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  /* line 56, ../sass/_sections.scss */
  .page_section-text-wrap {
    display: table-header-group;
    width: 100%;
    padding-top: 0;
    float: none !important;
  }
}

/* line 72, ../sass/_sections.scss */
.image_left .page_section-text-wrap {
  padding-left: 1.33333em;
}

/* line 77, ../sass/_sections.scss */
.image_right .page_section-text-wrap {
  padding-right: 1.33333em;
}

/* line 84, ../sass/_sections.scss */
.hotspot-row {
  display: table;
  width: 100%;
}

/* line 88, ../sass/_sections.scss */
.hotspot_img-item {
  width: 50%;
  display: table-cell;
  float: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  /* line 88, ../sass/_sections.scss */
  .hotspot_img-item {
    display: none;
    width: 100%;
  }
}

/* line 98, ../sass/_sections.scss */
.hotspot_text-item {
  width: 50%;
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  /* line 98, ../sass/_sections.scss */
  .hotspot_text-item {
    display: table-footer-group;
    width: 100%;
  }
}

/* line 108, ../sass/_sections.scss */
.hot-spot-text-toggle {
  padding-top: 1.33333em;
  padding-bottom: 1.33333em;
}

/* line 112, ../sass/_sections.scss */
.hotspot-row.cta {
  padding-top: 4em;
  padding-bottom: 4em;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 117, ../sass/_sections.scss */
.hotspot-row.cta .heading-style_3, .hotspot-row.cta .node-type-standard .page_section-main, .node-type-standard .hotspot-row.cta .page_section-main {
  font-weight: 500;
  letter-spacing: normal;
}

@media screen and (max-width: 768px) {
  /* line 125, ../sass/_sections.scss */
  .hot-spot-text .legal-note {
    display: block;
    padding-top: 10px;
  }

  /* line 130, ../sass/_sections.scss */
  .hot-spot-text-toggle {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* line 135, ../sass/_sections.scss */
  .hotspot-row.cta {
    background-image: none !important;
    background: #ededed;
    padding-top: 2.66667em;
    padding-bottom: 2.66667em;
    padding-left: 1.33333em;
    padding-right: 1.33333em;
  }
}
/* line 145, ../sass/_sections.scss */
.product-subpage_banner {
  /background-color: #fff;
}
/* line 147, ../sass/_sections.scss */
.product-subpage_banner .product-subpage_banner-inner {
  display: table;
  width: 100%;
  min-height: 200px;
}
/* line 152, ../sass/_sections.scss */
.product-subpage_banner .product-subpage_banner-logo {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
/* line 157, ../sass/_sections.scss */
.product-subpage_banner .product-subpage_banner-text {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/* line 164, ../sass/_sections.scss */
.page-node-6 #listing {
  padding-top: 5.33333em;
  padding-bottom: 0;
}
/* line 167, ../sass/_sections.scss */
.page-node-6 #listing > .container {
  width: 100%;
}

/* line 171, ../sass/_sections.scss */
.products-list_row {
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 5.33333em;
}
.products-list_row:first-child {
  padding-top: 0;
}
/* line 177, ../sass/_sections.scss */
.products-list_row:last-child {

  border: none;
}
/* line 181, ../sass/_sections.scss */
.products-list_row .product-item {
  float: none;
  width: 33.333%;
  margin: 0;
  padding: 0;
  padding: 0 1.33333em 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  /* line 181, ../sass/_sections.scss */
  .products-list_row .product-item {
    height: auto;
    width: 100%;
    width: calc(100% - 2.6666em);
    padding: 1.3333em 1.33333em 0;
  }
}
/* line 196, ../sass/_sections.scss */
.products-list_row .products-list_container {
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .products-list_row .products-list_container {
    flex-direction: column;
    height: auto;
    width: 100%;
    width: calc(100% - 2.6666em);
    padding: 0 1.33333em;
  }
}
/* line 206, ../sass/_sections.scss */
.products-list_row .product-item_text {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .products-list_row .product-item_text .logo {
    background-position: center;
  }
}
/* line 210, ../sass/_sections.scss */
.products-list_row .product-item_img {
  vertical-align: bottom;
}
/* line 213, ../sass/_sections.scss */
.products-list_row .product-item_img img {
  margin: 0 7.5%;
  max-width: 85%;
}

/* line 220, ../sass/_sections.scss */
.firefox .products-list_row .product-item,
.ie9 .products-list_row .product-item {
  width: 31%;
}
/* line 223, ../sass/_sections.scss */
.firefox .products-list_row .product-item_img,
.ie9 .products-list_row .product-item_img {
  display: table-cell;
}

/* line 3, ../sass/_pages.scss */
.node-type-basic-page .page-title {
  margin-top: 1.33333em;
}
/* line 6, ../sass/_pages.scss */
.node-type-basic-page .footer {
  margin-top: 4em;
}

/* line 13, ../sass/_pages.scss */
.firefox .product-item_img img,
.firefox .footer-features_img img,
.ie9 .product-item_img img,
.ie9 .footer-features_img img {
  width: 100%;
  max-width: -moz-max-content;
}

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

/* line 19, ../sass/_vendor.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 26, ../sass/_vendor.scss */
.slick-list:focus {
  outline: none;
}
/* line 30, ../sass/_vendor.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 35, ../sass/_vendor.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 44, ../sass/_vendor.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 50, ../sass/_vendor.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../sass/_vendor.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../sass/_vendor.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../sass/_vendor.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../sass/_vendor.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../sass/_vendor.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../sass/_vendor.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../sass/_vendor.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../sass/_vendor.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../sass/_vendor.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../sass/_vendor.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../sass/_vendor.scss */
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  background-color: transparent;
  border: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  width: 25px; height: 25px;
  display: none;
  z-index: 10;
}
.slick-arrow.slick-prev {
  border-right: 4px solid #1280c4;
  border-bottom: 4px solid #1280c4;
  transform: rotate(-225deg);
  left: 20px;
}
.slick-arrow.slick-next {
  border-right: 4px solid #1280c4;
  border-bottom: 4px solid #1280c4;
  transform: rotate(-45deg);
  right: 20px;
}
@media screen and (min-width: 960px){
  .slick-arrow.slick-prev {
    left: calc(50% - 480px);
    display: inline-block;
  }
  .slick-arrow.slick-next {
    right: calc(50% - 480px);
    display: inline-block;
  }
}
