/* @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 {
  float: right;
}

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

/* line 3, srh/sass/srhDesktop.scss */
.headerBg {
  background-position: left top;
}

/* line 9, srh/sass/srhDesktop.scss */
.header .socialNav .socialLinks {
  height: 90px;
}
/* line 12, srh/sass/srhDesktop.scss */
.header .socialNav .socialLinks .sponLinksList {
  padding-top: 30px;
}
/* line 16, srh/sass/srhDesktop.scss */
.header .socialNav .socialLinks .sponExtLinks {
  margin-top: 14px;
}

/* line 23, srh/sass/srhDesktop.scss */
.mobileMenu {
  display: none;
}

/* line 29, srh/sass/srhDesktop.scss */
.header .branding {
  padding: 0;
}
/* line 32, srh/sass/srhDesktop.scss */
.header .branding a {
  padding: 0;
}
/* line 35, srh/sass/srhDesktop.scss */
.header .branding a img {
  max-height: inherit;
}
/* line 41, srh/sass/srhDesktop.scss */
.header .mainNavigation {
  display: block !important;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  right: 0;
}
/* line 49, srh/sass/srhDesktop.scss */
.header .mainNavigation ul {
  list-style: none;
  width: 100%;
  display: block;
  text-align: left;
  padding-left: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: inherit;
}
/* line 59, srh/sass/srhDesktop.scss */
.header .mainNavigation ul li {
  display: inline-block;
  position: relative;
  width: auto;
  /* display: table-cell; */
  border: none;
}
/* line 65, srh/sass/srhDesktop.scss */
.header .mainNavigation ul li a {
  display: block;
  padding: 26px 5px;
  color: black;
  text-decoration: none;
  border-bottom: 2px solid white;
  font-weight: normal;
  font-size: 97%;
}
/* line 74, srh/sass/srhDesktop.scss */
.header .mainNavigation ul li a:hover {
  border-bottom: 2px solid #de172b;
  color: #a3238e;
}
/* line 80, srh/sass/srhDesktop.scss */
.header .mainNavigation ul li ul {
  display: none;
  position: absolute;
  left: 0;
  background-color: #ef3e50;
  width: 180px;
  color: white;
  z-index: 9;
  border-left: none;
}
/* line 90, srh/sass/srhDesktop.scss */
.header .mainNavigation ul li ul li {
  width: 100%;
  border-top: 1px solid #de172b;
  border-bottom: 1px solid #fb4b5d;
}
/* line 94, srh/sass/srhDesktop.scss */
.header .mainNavigation ul li ul li a {
  color: white;
  padding: 10px 15px;
  border: none;
}
/* line 99, srh/sass/srhDesktop.scss */
.header .mainNavigation ul li ul li a:hover {
  background-color: #de172b;
  border: none;
  color: white;
}
/* line 106, srh/sass/srhDesktop.scss */
.header .mainNavigation ul li ul li:hover {
  /* border-top:1px solid #de172b; */
  border-bottom: 1px solid #fb4b5d;
}
/* line 113, srh/sass/srhDesktop.scss */
.header .mainNavigation ul li:hover > ul {
  display: block;
}
/* line 117, srh/sass/srhDesktop.scss */
.header .mainNavigation ul li:hover > a {
  border-bottom: 2px solid #de172b;
  color: #a3238e;
}
/* line 123, srh/sass/srhDesktop.scss */
.header .mainNavigation ul .activePage {
  background-color: transparent;
}
/* line 125, srh/sass/srhDesktop.scss */
.header .mainNavigation ul .activePage > a {
  border-bottom: 2px solid #de172b;
  color: #a3238e;
}
/* line 133, srh/sass/srhDesktop.scss */
.header .hideMenu {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  right: 0%;
  opacity: 1;
}

/* line 141, srh/sass/srhDesktop.scss */
.homeContent .homeIntroImage {
  padding-right: 0;
}
/* line 146, srh/sass/srhDesktop.scss */
.homeContent .homeThreeCols .homeCol {
  min-height: inherit;
}

/* line 155, srh/sass/srhDesktop.scss */
.bannerSection {
  background: url(../images/bannerbg.jpg) no-repeat center;
  height: 200px;
  margin-top: 0px;
}

/* line 162, srh/sass/srhDesktop.scss */
.footer .footerNav {
  border: none;
}
/* line 164, srh/sass/srhDesktop.scss */
.footer .footerNav a {
  padding-left: 4px;
  padding-right: 4px;
}

/* line 172, srh/sass/srhDesktop.scss */
.closeMainMenu {
  display: none !important;
}

/* line 178, srh/sass/srhDesktop.scss */
.galleryListBlock {
  padding-left: 0;
}
