/* @import "mixins"; */
/* line 5, srh/sass/_mixins.scss */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, srh/sass/_mixins.scss */
.floatLeft {
  float: left;
}

/* line 15, srh/sass/_mixins.scss */
.fullWidth {
  width: 100%;
}

/* line 19, srh/sass/_mixins.scss */
.floatRight, .homeIntroImage {
  float: right;
}

/* line 23, srh/sass/_mixins.scss */
.wrapper, .container {
  max-width: 980px;
}

/* line 3, srh/sass/srhTablet.scss */
.headerBg {
  background-position: left -10px;
}

/* line 7, srh/sass/srhTablet.scss */
.socialLinks {
  height: 80px;
}

/* line 12, srh/sass/srhTablet.scss */
.header .socialNav {
  padding-right: 0;
}
/* line 14, srh/sass/srhTablet.scss */
.header .socialNav .socialLinks {
  text-align: right;
}
/* line 16, srh/sass/srhTablet.scss */
.header .socialNav .socialLinks .sponLinksList {
  width: auto;
  text-align: right;
  float: none;
  padding-top: 20px;
  display: inline-block;
}
/* line 22, srh/sass/srhTablet.scss */
.header .socialNav .socialLinks .sponLinksList a {
  width: 31px;
  height: 31px;
  clear: none;
  float: none;
  display: inline-block;
}
/* line 31, srh/sass/srhTablet.scss */
.header .socialNav .socialLinks .sponExtLinks {
  width: auto;
  float: right;
  display: inline-block;
  margin-top: 8px;
  margin-left: 10px;
}
/* line 37, srh/sass/srhTablet.scss */
.header .socialNav .socialLinks .sponExtLinks a {
  display: inline-block;
}
/* line 39, srh/sass/srhTablet.scss */
.header .socialNav .socialLinks .sponExtLinks a img {
  height: 58px;
  max-height: 68px;
}

/* line 54, srh/sass/srhTablet.scss */
.homeContent .homeIntroImage {
  padding-right: 0;
}
/* line 59, srh/sass/srhTablet.scss */
.homeContent .homeThreeCols .homeCol {
  min-height: 326px;
}

/* line 67, srh/sass/srhTablet.scss */
.homeTreatment,
.homeHighlights {
  margin-top: 0px;
}
