@charset "UTF-8";
/*
  ----------------------------- _grid-settings.scss
*/
@import url("https://use.fontawesome.com/releases/v5.0.10/css/all.css");
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*
 * GLOBAL
 */
/*
 * COMPONENTS
 */
/*
  ----------------------------- _breakpoints.scss
*/
.clear::after {
  clear: both;
  content: "";
  display: table;
}

.align-left::after, .align-right::after {
  clear: both;
  content: "";
  display: table;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

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

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

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

.margin-vertical {
  margin: 1.875em 0;
}

.padding-vertical {
  padding: 1.875em 0;
}

.hide-text {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.hidden-small {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .hidden-small {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .hidden-large {
    display: none !important;
  }
}

.js-hide {
  display: none !important;
}

body {
  background-color: #fff;
}

.dark, .dark-gradient {
  background-color: #455660;
  color: white;
}

.dark *:focus, .dark-gradient *:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.7);
}

.dark-gradient {
  background: #455660;
  background: linear-gradient(to bottom, #505b63, #455660);
}

.dark-theme {
  color: white;
}

.light {
  background-color: #f7f9fc !important;
}

.light h1, .light h2, .light h3, .light h4, .light p, .light .text {
  color: #444;
}

.lighter {
  background-color: white;
}

.hg-primary-nav li > a:hover,
.hg-primary-nav li > a:active,
.hg-primary-nav .has-children.js-active .js-accordion-trigger::before,
.hg-primary-nav .js-active > a {
  color: #333;
}

@media (min-width: 1024px) {
  .hg-primary-nav > li > a:hover, .hg-primary-nav > li > a:active {
    color: #333;
    box-shadow: inset 0 -2px 0 #333;
  }
  .hg-primary-nav .js-active > a,
  .hg-primary-nav .secondary-nav > li a:hover,
  .hg-primary-nav .secondary-nav > li.js-active a {
    color: #929ebc;
  }
  .hg-primary-nav > .js-active > a {
    box-shadow: inset 0 -2px 0 #333;
  }
}

.breadcrumb-container .breadcrumb-wrapper {
  background-color: #333;
}

.theme-d {
  /*
  .buttons  {
    .button {
      border-color: white;
      background: transparent;
      color: white;
      &:hover {
        background: rgba(white, 0.4);
      }
    }
  }
  */
}

.theme-d .dark-color .buttons .button {
  color: #333;
  border-color: #333;
}

.theme-d .dark-color .buttons .button:hover, .theme-d .dark-color .buttons .button:active {
  background-color: #333;
  color: white;
}

.theme-a a {
  color: #333;
}

.theme-a .hg-primary-nav li > a:hover,
.theme-a .hg-primary-nav li > a:active,
.theme-a .hg-primary-nav .js-active > a {
  color: #333;
}

.theme-a .hg-primary-nav li > a:hover.button,
.theme-a .hg-primary-nav li > a:active.button,
.theme-a .hg-primary-nav .js-active > a.button {
  color: #fff;
}

@media (min-width: 1024px) {
  .theme-a .hg-primary-nav > li > a:hover, .theme-a .hg-primary-nav > li > a:active, .theme-a .hg-primary-nav > li > a.js-active {
    color: #333;
    box-shadow: inset 0 -2px 0 #333;
  }
  .theme-a .hg-primary-nav > li > a:hover.button, .theme-a .hg-primary-nav > li > a:active.button, .theme-a .hg-primary-nav > li > a.js-active.button {
    color: #fff;
  }
  .theme-a .hg-primary-nav .secondary-nav > li > a:hover,
  .theme-a .hg-primary-nav .secondary-nav > li.js-active > a {
    opacity: 0.6;
  }
  .theme-a .hg-primary-nav > .js-active > a {
    box-shadow: inset 0 -2px 0 #333;
  }
  .theme-a .hg-primary-nav > .has-children.js-active:hover > a {
    box-shadow: none;
  }
}

.theme-a .breadcrumb-container .breadcrumb-wrapper {
  background-color: #333;
}

.theme-a .brand-page-list .brand-list-item:hover h4,
.theme-a .brand-page-list .brand-list-item:active h4 {
  color: #333;
}

.theme-a .social-link .icon.circle:hover {
  background: #929ebc;
  color: white !important;
}

.theme-b a {
  color: #333;
}

.theme-b .hg-primary-nav li > a:hover,
.theme-b .hg-primary-nav li > a:active,
.theme-b .hg-primary-nav .has-children.js-active .js-accordion-trigger::before,
.theme-b .hg-primary-nav .js-active > a {
  color: #333;
}

@media (min-width: 1024px) {
  .theme-b .hg-primary-nav > li > a:hover, .theme-b .hg-primary-nav > li > a:active, .theme-b .hg-primary-nav > li > a.js-active {
    color: #333;
    box-shadow: inset 0 -2px 0 #333;
  }
  .theme-b .hg-primary-nav > li > a:hover.button, .theme-b .hg-primary-nav > li > a:active.button, .theme-b .hg-primary-nav > li > a.js-active.button {
    color: #fff;
  }
  .theme-b .hg-primary-nav .secondary-nav > li > a:hover,
  .theme-b .hg-primary-nav .secondary-nav > li.js-active > a {
    opacity: 0.6;
  }
  .theme-b .hg-primary-nav > .js-active > a {
    box-shadow: inset 0 -2px 0 #333;
  }
}

.theme-b .breadcrumb-container .breadcrumb-wrapper {
  background-color: #333;
}

.theme-b .content-block {
  background-color: white;
}

.theme-b .content-page .content-block {
  background-color: transparent;
}

.theme-b .social-link .icon.circle:hover {
  background: #929ebc;
  color: white !important;
}

.theme-c a {
  color: #333;
}

.theme-c .hg-primary-nav li > a:hover,
.theme-c .hg-primary-nav li > a:active,
.theme-c .hg-primary-nav .has-children.js-active .js-accordion-trigger::before,
.theme-c .hg-primary-nav .js-active > a {
  color: #333;
}

@media (min-width: 1024px) {
  .theme-c .hg-primary-nav > li > a:hover, .theme-c .hg-primary-nav > li > a:active, .theme-c .hg-primary-nav > li > a.js-active {
    color: #333;
    box-shadow: inset 0 -2px 0 #333;
  }
  .theme-c .hg-primary-nav > li > a:hover.button, .theme-c .hg-primary-nav > li > a:active.button, .theme-c .hg-primary-nav > li > a.js-active.button {
    color: #fff;
  }
  .theme-c .hg-primary-nav .secondary-nav > li > a:hover,
  .theme-c .hg-primary-nav .secondary-nav > li.js-active > a {
    opacity: 0.6;
  }
  .theme-c .hg-primary-nav > .js-active > a {
    box-shadow: inset 0 -2px 0 #333;
  }
}

.theme-c .breadcrumb-container .breadcrumb-wrapper {
  background-color: #333;
}

.theme-c .social-link .icon.circle:hover {
  background: #929ebc;
  color: white !important;
}

/*
  Icon Font: hg-glyphs
*/
@font-face {
  font-family: "hg-glyphs";
  src: url(../../src/fonts/icons/hg-glyphs.eot);
  src: url(../../src/fonts/icons/hg-glyphs.eot?#iefix) format("embedded-opentype"), url(../../src/fonts/icons/hg-glyphs.woff) format("woff"), url(../../src/fonts/icons/hg-glyphs.ttf) format("truetype"), url(../../src/fonts/icons/hg-glyphs.svg#hg-glyphs) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "hg-glyphs";
    src: url(../../src/fonts/icons/hg-glyphs.svg#hg-glyphs) format("svg");
  }
}

[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before,
.icon-bookfinder:before,
.icon-chevron:before,
.icon-cross:before,
.icon-facebook:before,
.icon-facebook-circle:before,
.icon-filter:before,
.icon-globe:before,
.icon-hamburger:before,
.icon-home:before,
.icon-instagram:before,
.icon-instagram-circle:before,
.icon-linkedin:before,
.icon-linkedin-circle:before,
.icon-mail:before,
.icon-mail-circle:before,
.icon-pinterest:before,
.icon-pinterest-circle:before,
.icon-search:before,
.icon-tick:before,
.icon-tumblr:before,
.icon-twitter:before,
.icon-twitter-circle:before {
  display: inline-block;
  font-family: "hg-glyphs";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icon-bookfinder:before {
  content: "\f113";
}

.icon-chevron:before {
  content: "\f114";
}

.icon-cross:before {
  content: "\f125";
}

.icon-facebook:before {
  content: "\f115";
}

.icon-facebook-circle:before {
  content: "\f116";
}

.icon-filter:before {
  content: "\f117";
}

.icon-globe:before {
  content: "\f126";
}

.icon-hamburger:before {
  content: "\f118";
}

.icon-home:before {
  content: "\f119";
}

.icon-instagram:before {
  content: "\f11a";
}

.icon-instagram-circle:before {
  content: "\f11b";
}

.icon-linkedin:before {
  content: "\f11c";
}

.icon-linkedin-circle:before {
  content: "\f11d";
}

.icon-mail:before {
  content: "\f11e";
}

.icon-mail-circle:before {
  content: "\f11f";
}

.icon-pinterest:before {
  content: "\f120";
}

.icon-pinterest-circle:before {
  content: "\f121";
}

.icon-search:before {
  content: "\f122";
}

.icon-tick:before {
  content: "\f112";
}

.icon-tumblr:before {
  content: "\f127";
}

.icon-twitter:before {
  content: "\f123";
}

.icon-twitter-circle:before {
  content: "\f124";
}

/*
  ----------------------------- _reset.scss
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  text-rendering: geometricPrecision;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: 1;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
blockquote,
figure,
button {
  margin: 0;
  padding: 0;
}

hr {
  border: 0 none;
}

iframe {
  border: 0;
}

table {
  width: 100%;
  display: table;
  text-align: left;
}

li {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
p {
  font-weight: normal;
  font-size: inherit;
}

strong {
  font-weight: 600;
}

sup {
  position: relative;
  top: -.5em;
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline;
}

a,
button {
  color: inherit;
  transition: 0.2s;
}

a:focus,
button:focus {
  transition: none;
  outline: 1px dotted rgba(0, 0, 0, 0.3);
}

a {
  text-decoration: none;
  outline: none;
}

button {
  border: 0;
  font: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
}

input {
  padding: 0;
  margin: 0;
  border: 0 none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  display: none;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="button"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0 none;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/*
    _typography.scss
*/
@font-face {
  font-family: "Interstate";
  src: url(../../src/fonts/interstate-light.eot);
  src: url(../../src/fonts/interstate-light.eot?) format("embedded-opentype"), url(../../src/fonts/interstate-light.woff) format("woff"), url(../../src/fonts/interstate-light.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Moderat";
  src: url(../../src/fonts/moderat/Moderat-Regular.eot);
  src: url(../../src/fonts/moderat/Moderat-Regular.eot?#iefix) format("embedded-opentype"), url(../../src/fonts/moderat/Moderat-Regular.woff) format("woff"), url(../../src/fonts/moderat/Moderat-Regular.woff) format("woff2");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Moderat";
  src: url(../../src/fonts/moderat/Moderat-Regular-Italic.eot);
  src: url(../../src/fonts/moderat/Moderat-Regular-Italic.eot?#iefix) format("embedded-opentype"), url(../../src/fonts/moderat/Moderat-Regular-Italic.woff) format("woff"), url(../../src/fonts/moderat/Moderat-Regular-Italic.woff) format("woff2");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "Moderat";
  src: url(../../src/fonts/moderat/Moderat-Bold.eot);
  src: url(../../src/fonts/moderat/Moderat-Bold.eot?#iefix) format("embedded-opentype"), url(../../src/fonts/moderat/Moderat-Bold.woff) format("woff"), url(../../src/fonts/moderat/Moderat-Bold.woff) format("woff2");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Moderat";
  src: url(../../src/fonts/moderat/Moderat-Bold-Italic.eot);
  src: url(../../src/fonts/moderat/Moderat-Bold-Italic.eot?#iefix) format("embedded-opentype"), url(../../src/fonts/moderat/Moderat-Bold-Italic.woff) format("woff"), url(../../src/fonts/moderat/Moderat-Bold-Italic.woff) format("woff2");
  font-style: italic;
  font-weight: bold;
}

@font-face {
  font-family: "Inka";
  src: url(../../src/fonts/inka/35EDA6_0_0.eot);
  src: url(../../src/fonts/inka/35EDA6_0_0.eot?#iefix) format("embedded-opentype"), url(../../src/fonts/inka/35EDA6_0_0.woff) format("woff"), url(../../src/fonts/inka/35EDA6_0_0.woff) format("woff2");
  font-style: normal;
  font-weight: normal;
}

body {
  font-family: "Moderat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inka", sans-serif;
  font-weight: normal !important;
}

h2.site-title {
  font-family: "Moderat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.625em;
}

/*
  ----------------------------- Mixin definition for heading and type styles
*/
/*
  ----------------------------- Mixin includes for headings and type styles
*/
h1 {
  font-size: 2.1875em;
  margin-bottom: 0.3em;
  line-height: 1.2;
}

@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 4.0625em;
  }
}

h2 {
  font-size: 1.875em;
  line-height: 1.2;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.6875em;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.5625em;
  margin-bottom: .5em;
}

@media only screen and (min-width: 1024px) {
  .text-larger {
    font-size: 1.25em;
  }
}

.text-smaller {
  font-size: 0.875rem;
}

p, .text {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 1em;
}

#book-details .text,
#book-details .text p {
  font-size: 0.9375rem;
}

.title {
  color: inherit;
  margin-bottom: .5em;
}

.uc {
  text-transform: uppercase;
}

/*
  ----------------------------- _global-nav.scss
*/
.main-header {
  margin: 0 auto;
  font-size: 1em;
  letter-spacing: -0.2px;
  max-width: 1440px;
  height: 80px;
  background-color: red;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .main-header.main-site {
    background-color: transparent !important;
    width: 100%;
    margin-bottom: -80px;
  }
  .main-header.main-site .hg-nav {
    background-color: transparent;
    box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.1);
  }
  .main-header.main-site .hg-nav .hg-primary-nav__toggle span {
    background-color: #fff;
  }
  .main-header.main-site .hg-nav .hg-primary-nav__toggle span:before, .main-header.main-site .hg-nav .hg-primary-nav__toggle span:after {
    background-color: #fff;
  }
  .main-header.main-site .hg-nav .hg-primary-nav__toggle.is-active span {
    background-color: transparent;
  }
  .main-header.main-site .badge-d {
    position: relative;
  }
  .main-header.main-site .badge-d:after {
    content: '';
    background: url(../../src/images/branding-new/HG_logo_white.svg) no-repeat center left/contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.2s;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .main-header.main-site li a {
    color: #fff !important;
  }
}

@media only screen and (min-width: 1024px) {
  .main-header.main-site li a:hover {
    box-shadow: inset 0 -2px 0 #fff;
  }
  .main-header.main-site.scrolled .badge-d:after {
    opacity: 0;
  }
  .main-header.main-site.scrolled .hg-nav {
    background-color: #fff;
  }
  .main-header.main-site.scrolled li a {
    color: #333 !important;
  }
  .main-header.main-site.scrolled li a:hover {
    box-shadow: inset 0 -2px 0 #000;
  }
}

.main-header .hg-nav {
  background-color: #fff;
  width: 100%;
  min-height: 80px;
  color: #4d5b64;
  max-width: 1440px;
  z-index: 500;
  position: relative;
  transition: all 0.2s;
}

.main-header .badge {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 60px;
  width: 170px;
  max-width: none;
  float: left;
}

.main-header .v-block {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
}

.main-header .button-wrapper {
  display: none;
}

.main-header .publishing-group {
  float: left;
  display: table;
  padding-left: 20px;
  margin-right: 30px;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .main-header .publishing-group {
    box-shadow: inset 0 -2px 0 #fff;
  }
}

.main-header .publishing-group a {
  display: table;
}

.main-header .publishing-group a:focus {
  outline: none;
}

.main-header .publishing-group .name {
  color: #455660;
  margin-left: 0.625em;
}

.hg-primary-nav__toggle {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 1em;
  height: 50px;
  width: 60px;
  -webkit-touch-highlight-color: transparent;
  -webkit-touch-callout: none;
}

@media (min-width: 1024px) {
  .hg-primary-nav__toggle {
    display: none;
  }
}

.hg-primary-nav__toggle:focus {
  outline: none;
}

.hg-primary-nav__toggle span.middle,
.hg-primary-nav__toggle span.middle::after,
.hg-primary-nav__toggle span.middle::before {
  content: '';
  position: absolute;
  height: 3px;
  width: 30px;
  background: #333;
  transition: all 0.2s ease;
}

.hg-primary-nav__toggle span.middle {
  top: 20px;
  right: 0;
}

.hg-primary-nav__toggle span.bottom,
.hg-primary-nav__toggle span.top {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 3px;
  width: 30px;
  background: #333;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.hg-primary-nav__toggle span.top {
  top: 12px;
}

.hg-primary-nav__toggle span.bottom {
  top: 28px;
}

.hg-primary-nav__toggle.is-active span {
  background: transparent;
}

.hg-primary-nav__toggle.is-active span::before {
  top: 0;
  -ms-transform-origin: top;
  transform-origin: top;
  -ms-transform: rotate(45deg) translateY(1px);
  transform: rotate(45deg) translateY(1px);
}

.hg-primary-nav__toggle.is-active span::after {
  bottom: 0;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -ms-transform: rotate(-45deg) translateY(-1px);
  transform: rotate(-45deg) translateY(-1px);
}

.hg-primary-nav__toggle.is-active span.top {
  top: 20px;
}

.hg-primary-nav__toggle.is-active span.bottom {
  top: 20px;
}

.hg-primary-nav {
  width: 100%;
  clear: both;
  float: none;
  overflow: hidden;
  height: 100%;
  max-height: 0;
  transition: max-height .3s ease-in-out;
  transition-delay: .1s;
}

.hg-primary-nav.js-open {
  max-height: 100vh;
  position: relative;
}

.hg-primary-nav li {
  display: inline-block;
  width: 100%;
  background-color: white;
}

.hg-primary-nav li > a {
  font-weight: normal;
  display: inline-block;
  padding: 16px 15px 16px 15px;
  color: #333;
}

.hg-primary-nav li > a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .hg-primary-nav li > a:hover {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 #000;
  }
}

.hg-primary-nav li.region-switcher .js-accordion-trigger:before {
  content: '\f126';
  font-family: "hg-glyphs";
}

.hg-primary-nav li.region-switcher .icon-globe {
  display: none;
}

.hg-primary-nav .has-children {
  position: relative;
}

.hg-primary-nav .has-children .js-accordion-trigger {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  right: 20px;
  top: 10px;
}

.hg-primary-nav .has-children .js-accordion-trigger::before {
  content: "\f114";
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: "hg-glyphs";
  font-size: 30px;
  color: #333;
}

.hg-primary-nav .has-children .js-active.js-accordion-trigger::before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hg-primary-nav .has-children a p, .hg-primary-nav .has-children a .region-txt, .hg-primary-nav .has-children a .region-name {
  display: inline;
  font-size: 1em;
}

.hg-primary-nav .has-children a .region-currency {
  font-size: .8em;
  margin-left: 2px;
}

.hg-primary-nav > li {
  border-bottom: 1px solid #edf1f8;
}

.hg-primary-nav > li:first-child {
  border-top: 1px solid #edf1f8;
}

.hg-primary-nav > li li {
  background: #f4f4f4;
}

.hg-primary-nav .secondary-nav li {
  background: #f7f9fc;
}

@media only screen and (min-width: 768px) {
  .hg-primary-nav .secondary-nav li {
    border-bottom: 2px solid #333;
  }
}

.hg-primary-nav .secondary-nav li:first-of-type {
  border-top: 1px solid #edf1f8;
}

.hg-primary-nav .secondary-nav li a {
  padding-left: 40px;
  position: relative;
}

.hg-primary-nav .secondary-nav li a:before {
  content: "\00b7";
  position: absolute;
  left: 20px;
  font-size: 40px;
  top: 22px;
  line-height: 0;
}

.hg-primary-nav .secondary-nav li:last-child {
  border-bottom: none;
}

.hg-primary-nav .cta.book-finder .btn-bookfinder {
  width: 100%;
  padding: 16px 20px 16px 15px;
  margin: 0;
  border: 0;
  font-size: 1em;
}

.hg-primary-nav .cta.book-finder .btn-bookfinder span {
  width: 100%;
  display: inline-block;
  padding-left: 0;
}

.hg-primary-nav .cta.book-finder .btn-bookfinder .icon {
  left: auto;
  right: 0;
  font-size: 30px;
  top: -8px;
  line-height: 0;
}

.hg-primary-nav .cta.book-finder .btn-bookfinder.selected, .hg-primary-nav .cta.book-finder .btn-bookfinder:hover, .hg-primary-nav .cta.book-finder .btn-bookfinder:active {
  background-color: transparent;
}

.hg-primary-nav > .js-active > a {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .js-nav-inline .hg-primary-nav {
    overflow: visible;
  }
  .js-nav-inline .button-wrapper {
    display: inherit;
    float: right;
  }
  .js-nav-inline .button-wrapper .hg-primary-nav {
    float: right;
  }
  .js-nav-inline .button-wrapper .hg-primary-nav li a {
    width: auto;
    padding-left: 1.875em;
  }
  .js-nav-inline .cta {
    display: none !important;
  }
  .js-nav-inline .publishing-group {
    padding-left: 0;
  }
  .js-nav-inline .publishing-group .name {
    box-shadow: 1px 0 0 #e0e0e0;
    padding: 0.25em 1.875em 0.25em 0;
    margin-right: 1.875em;
    margin-left: 1.25em;
  }
  .js-nav-inline .main-header .button-wrapper {
    display: table;
    height: 80px;
    font-size: 12px;
  }
  .js-nav-inline .hg-nav {
    padding: 0 36px;
  }
  .js-nav-inline .hg-nav.is-fixed {
    position: fixed;
    z-index: 500;
    height: 80px;
    font-size: .89em;
  }
  .js-nav-inline .hg-primary-nav {
    max-height: none;
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    clear: right;
    float: left;
  }
  .js-nav-inline .hg-primary-nav li {
    background-color: transparent;
  }
  .js-nav-inline .hg-primary-nav > li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    border-bottom: none;
  }
  .js-nav-inline .hg-primary-nav > li:first-child {
    border-top: none;
  }
  .js-nav-inline .hg-primary-nav > li > a {
    color: #000;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    height: 80px;
  }
  .js-nav-inline .hg-primary-nav.right-nav > li > a {
    height: auto;
  }
  .js-nav-inline .hg-primary-nav .has-children {
    position: relative;
  }
  .js-nav-inline .hg-primary-nav .has-children .js-accordion-trigger {
    display: none;
  }
  .js-nav-inline .hg-primary-nav .has-children > a:active, .js-nav-inline .hg-primary-nav .has-children > a:hover {
    box-shadow: none !important;
  }
  .js-nav-inline .hg-primary-nav .has-children.region-switcher {
    right: 0;
    top: 0;
  }
  .js-nav-inline .hg-primary-nav .has-children.region-switcher .icon-globe {
    padding: 5px 10px 0 25px;
    border-left: 1px solid #a6aeb3;
    display: inline;
  }
  .js-nav-inline .hg-primary-nav .has-children.region-switcher .icon-globe:before {
    font-size: 23px;
  }
  .js-nav-inline .hg-primary-nav .has-children.region-switcher p {
    vertical-align: top;
  }
  .js-nav-inline .hg-primary-nav .has-children.region-switcher .region-txt {
    display: none;
  }
  .js-nav-inline .hg-primary-nav .has-children.region-switcher .region-name {
    font-size: 1em;
  }
  .js-nav-inline .hg-primary-nav .has-children.region-switcher .region-currency {
    font-size: 0.6875em;
  }
  .js-nav-inline .hg-primary-nav .has-children.region-switcher .secondary-nav {
    right: 0;
  }
  .js-nav-inline .hg-primary-nav .has-children.region-switcher .secondary-nav::before {
    right: 20px;
  }
  .js-nav-inline .hg-primary-nav .has-children .fas {
    position: relative;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.2s;
  }
  .js-nav-inline .hg-primary-nav .has-children:hover .fas {
    top: 1px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .js-nav-inline .hg-primary-nav .secondary-nav {
    position: absolute;
    top: 100%;
    background: #111;
    border: 2px solid #333;
    padding: 0.9375em;
  }
  .js-nav-inline .hg-primary-nav .secondary-nav::before {
    content: "";
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #111;
  }
  .js-nav-inline .hg-primary-nav .secondary-nav > li {
    background: none;
    padding: 0.625em 0;
    min-width: 170px;
  }
  .js-nav-inline .hg-primary-nav .secondary-nav > li:first-of-type {
    border-top: none;
    box-shadow: none;
  }
  .js-nav-inline .hg-primary-nav .secondary-nav > li > a {
    color: white;
    width: 100%;
    display: inline-block;
    padding: 0;
    font-weight: normal;
  }
  .js-nav-inline .hg-primary-nav .secondary-nav > li > a:before {
    display: none;
  }
  .js-nav-inline .hg-primary-nav .secondary-nav > li > a:hover {
    color: #edf1f8 !important;
    box-shadow: none;
  }
}

@media (min-width: 1250px) {
  .js-nav-inline .hg-nav.is-fixed {
    font-size: 1em;
  }
}

.hg-primary-nav .secondary-nav {
  display: none;
}

.hg-primary-nav .secondary-nav .has-children .js-accordion-trigger {
  display: none !important;
}

.hg-primary-nav .secondary-nav .has-children .secondary-nav {
  display: none !important;
}

@media (min-width: 1024px) {
  .js-nav-inline .secondary-nav .secondary-nav {
    display: none !important;
  }
  .js-nav-inline .hg-primary-nav .has-children:hover .secondary-nav {
    display: block;
  }
}

.custom-nav-container {
  margin-bottom: 1.875em;
}

.custom-nav-container .custom-nav-toggle {
  display: block;
  padding: 0.625em 0;
}

.custom-nav-container .menu {
  background: #fff;
  display: none;
}

.custom-nav-container .menu li {
  position: relative;
}

.custom-nav-container .menu .js-accordion-trigger {
  position: absolute;
  cursor: pointer;
  padding: 5px;
  right: 5px;
  top: 12px;
}

.custom-nav-container .menu .sub-menu-1 .js-accordion-trigger {
  top: -5px;
  right: -3px;
}

.custom-nav-container .menu > li {
  border: 1px solid #c9d3ec;
  border-top: none;
}

.custom-nav-container .menu > li:first-child {
  border-top: 1px solid #c9d3ec;
}

.custom-nav-container .menu > li > a {
  color: #333;
  padding: 1.25em 0.625em;
  display: inline-block;
}

.custom-nav-container .menu > li > ul {
  padding: 0 8px 10px 25px;
}

.custom-nav-container .menu > li > ul ul {
  padding: 10px 0px 1px 10px;
}

.custom-nav-container .menu > li ul li {
  position: relative;
  margin-bottom: .5em;
  font-size: 0.875em;
  line-height: 1.5;
}

.custom-nav-container .menu > li ul li:before {
  content: '-';
  width: 10px;
  position: absolute;
  left: -0.625em;
  top: 0;
}

.custom-nav-container .menu > li ul li a {
  color: #333;
}

@media only screen and (min-width: 768px) {
  .custom-nav-container .custom-nav-toggle {
    display: none;
  }
  .custom-nav-container .menu {
    display: block !important;
  }
}

.is-expanded > .icon-chevron, .is-expanded > a .icon-chevron, .is-expanded > .js-accordion-trigger .icon-chevron {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.theme-a .custom-nav-container .menu .selected > a {
  color: #333;
}

.theme-a .custom-nav-container .menu > li.is-expanded > a, .theme-a .custom-nav-container .menu > li > a:hover, .theme-a .custom-nav-container .menu > li > a.active, .theme-a .custom-nav-container .menu > li > a:focus {
  color: #333;
}

.theme-a .custom-nav-container .menu > li ul li > a:hover, .theme-a .custom-nav-container .menu > li ul li > a.active, .theme-a .custom-nav-container .menu > li ul li > a:focus {
  color: #333;
}

.theme-b .custom-nav-container .menu .selected > a {
  color: #333;
}

.theme-b .custom-nav-container .menu > li.is-expanded > a, .theme-b .custom-nav-container .menu > li > a:hover, .theme-b .custom-nav-container .menu > li > a.active, .theme-b .custom-nav-container .menu > li > a:focus {
  color: #333;
}

.theme-b .custom-nav-container .menu > li ul li > a:hover, .theme-b .custom-nav-container .menu > li ul li > a.active, .theme-b .custom-nav-container .menu > li ul li > a:focus {
  color: #333;
}

.theme-c .custom-nav-container .menu .selected > a {
  color: #333;
}

.theme-c .custom-nav-container .menu > li.is-expanded > a, .theme-c .custom-nav-container .menu > li > a:hover, .theme-c .custom-nav-container .menu > li > a.active, .theme-c .custom-nav-container .menu > li > a:focus {
  color: #333;
}

.theme-c .custom-nav-container .menu > li ul li > a:hover, .theme-c .custom-nav-container .menu > li ul li > a.active, .theme-c .custom-nav-container .menu > li ul li > a:focus {
  color: #333;
}

/*
  ----------------------------- _social-share.scss
*/
.social-link {
  position: relative;
}

.social-link .circle {
  border-radius: 100%;
  border: 1px solid;
}

.social-link .circle span {
  display: none;
}

.social-link .circle:before {
  top: 0;
  left: 0;
  position: absolute;
}

.social-share-links {
  display: block;
}

.social-share-links .social-link,
.social-share-links .social-link a {
  display: inline-block;
}

.social-share-links .icon {
  font-size: 2em;
  height: 32px;
  width: 32px;
  display: block;
  overflow: hidden;
  color: #929ebc;
}

.social-share-links .icon-tumblr {
  font-size: 1.1em;
  height: 24px;
  padding: 0 2px;
}

.social-share-links .icon-tumblr:before {
  height: 25px;
}

.social-page-share {
  display: block;
  margin-bottom: 2rem;
}

.social-page-share .social-link,
.social-page-share .social-link a {
  display: inline-block;
  vertical-align: top;
}

.social-page-share .social-link {
  margin-right: .15em;
}

.social-page-share .social-link:last-child {
  margin-right: 0;
}

.social-page-share .icon {
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  display: block;
  overflow: hidden;
  border-radius: 100%;
}

.social-list-with-handles .social-link,
.social-list-with-handles .social-link a {
  display: inline-block;
}

.social-list-with-handles .heading {
  font-size: 22px;
  margin-bottom: 1em;
  font-weight: normal;
  line-height: 1.4;
  padding: 0 2.5%;
}

.social-list-with-handles .handle {
  color: inherit;
  font-size: 0.9375em;
  display: inline-block;
  vertical-align: top;
  margin: 1.125em 1.25em 0 0.5625em;
}

.social-list-with-handles .social-link {
  margin-bottom: 1em;
}

.social-list-with-handles .icon {
  font-size: 3.125em;
  height: 50px;
  width: 50px;
  display: inline-block;
}

@media only screen and (min-width: 1440px) {
  .social-list-with-handles .heading {
    font-size: 1.6875rem;
  }
  .social-list-with-handles .handle {
    margin: 1.125em 7.625em 0 0.5em;
  }
}

.breadcrumb-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.breadcrumb-container::after {
  clear: both;
  content: "";
  display: table;
}

.breadcrumb-container .breadcrumb-wrapper {
  color: white;
  padding: 10px 20px;
}

.breadcrumb-container .breadcrumb-wrapper li:first-child {
  display: block;
}

.breadcrumb-container .breadcrumb-wrapper li {
  display: none;
}

.breadcrumb-container .breadcrumb-wrapper li a {
  color: white;
  font-size: 1em;
}

.breadcrumb-container .breadcrumb-wrapper li a:active, .breadcrumb-container .breadcrumb-wrapper li a:hover {
  text-decoration: underline;
}

.breadcrumb-container .social-share-links {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .breadcrumb-container .breadcrumb-wrapper {
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    max-width: 1440px;
    width: 100%;
    padding: 0.75em 36px;
    background-color: transparent !important;
    top: 100%;
  }
  .breadcrumb-container .breadcrumb-wrapper.no-bg {
    background-color: transparent;
  }
  .breadcrumb-container .breadcrumb-wrapper li {
    display: inline-block;
    position: relative;
    padding-right: 0.9375em;
    margin-right: 0.9375em;
    min-width: 30px;
    float: left;
  }
  .breadcrumb-container .breadcrumb-wrapper li a {
    font-size: 0.875em;
    letter-spacing: 0.4px;
    color: rgba(255, 255, 255, 0.85);
  }
  .breadcrumb-container .breadcrumb-wrapper li a:hover {
    color: white;
  }
  .breadcrumb-container .breadcrumb-wrapper li::after {
    content: ">";
    text-indent: 0;
    position: absolute;
    top: 3px;
    right: -5px;
    color: white;
    font-size: 10px;
  }
  .breadcrumb-container .breadcrumb-wrapper li:first-child {
    text-indent: -999em;
    width: 20px;
  }
  .breadcrumb-container .breadcrumb-wrapper li:first-child a {
    color: white;
    height: 20px;
    width: 20px;
    overflow: hidden;
  }
  .breadcrumb-container .breadcrumb-wrapper li:first-child a:before {
    text-indent: 0;
    top: -3px;
    left: 0;
    position: absolute;
    content: "\f119";
    font-family: "hg-glyphs";
    font-size: 22px;
    color: white;
  }
  .breadcrumb-container .breadcrumb-wrapper li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .breadcrumb-container .breadcrumb-wrapper li:last-child::after {
    display: none;
  }
  .breadcrumb-container .social-share-links {
    display: block;
  }
  .breadcrumb-container .social-share-links .icon {
    color: white;
    z-index: 10;
  }
  .breadcrumb-container .social-share-links {
    z-index: 20;
    position: absolute;
    right: 0;
    top: 2px;
    padding-right: 36px;
    overflow: hidden;
  }
}

.text ol, .text ul {
  position: relative;
  margin-bottom: 1.3em;
  text-align: left;
  padding-left: 1.125em;
}

.text ol li, .text ul li {
  margin-bottom: .334em;
}

.text ol li a, .text ul li a {
  color: inherit;
}

.text ol li {
  counter-increment: decimal;
}

.text ol li::before {
  position: absolute;
  content: counter(decimal);
  left: 0;
}

.text ul li {
  position: relative;
}

.text ul li::before {
  position: absolute;
  font-family: sans-serif;
  content: "\00B7";
  left: -.5em;
  line-height: 0;
  top: .4em;
  font-size: 34px;
}

.inline-list {
  margin-bottom: 1.5em;
}

.inline-list .inline-list-item {
  display: inline-block;
  line-height: 1.6;
}

.inline-list .vr {
  display: inline-block;
  color: inherit;
}

.inline-list .vr::after {
  content: " / ";
  font-size: 90%;
  line-height: 1;
}

.inline-list span {
  color: #455660;
}

.inline-list-badge .badge-item {
  display: inline-block;
  border-radius: 1.0625em;
  padding: 0.5em 0.9375em;
  color: #333;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 0.9375em;
}

.inline-list-badge .badge-item a {
  color: inherit;
  box-shadow: none;
}

.inline-list-badge .badge-item a:hover {
  box-shadow: none;
}

.table-description {
  font-size: 0.875em;
}

.table-description p {
  font-size: inherit;
  float: left;
  display: block;
  margin-right: 0.93458%;
  width: 41.1215%;
  margin: 0;
  text-align: initial;
  min-height: 1.6em;
}

.table-description p:last-child {
  margin-right: 0;
}

.table-description p:nth-child(2n+1) {
  float: left;
  display: block;
  margin-right: 0.93458%;
  width: 32.71028%;
}

.table-description p:nth-child(2n+1):last-child {
  margin-right: 0;
}

.text .simple-list {
  border-top: 1px solid #edf1f8;
  padding-left: 0;
}

.text .simple-list li {
  border-bottom: 1px solid #edf1f8;
  padding: 5px 0;
}

.text .simple-list li a {
  color: inherit;
  box-shadow: none;
}

.text .simple-list li a:hover {
  box-shadow: none;
}

.text .simple-list li:before {
  display: none;
}

.listing-results .title {
  color: #333;
  font-size: 1.6875em;
  margin-bottom: 1em;
  font-weight: normal;
}

.listing-results .text-larger.align-right {
  margin-bottom: 1rem;
  line-height: 2;
}

.listing-results .related-content {
  border-bottom: 1px solid #edf1f8;
}

.listing-results .button-wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 2em 0;
  text-align: center;
}

.listing-results .button-wrapper .button-d {
  min-width: 14em;
  font-weight: 100;
  border: 2px solid rgba(51, 51, 51, 0.5);
}

.listing-results .section-month h3 {
  text-transform: capitalize;
}

.listing-results .section-month hr {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.brand-page-list {
  background: #fff;
  max-width: 660px;
  margin: 0 auto;
}

.brand-page-list .brand-list-item {
  margin: 0 1.25em;
  padding: 1.25em 0;
  border-bottom: 1px solid #edf1f8;
}

.brand-page-list .brand-list-item .item-image, .brand-page-list .brand-list-item .item-content {
  display: block;
  text-align: left;
}

.brand-page-list .brand-list-item .item-image {
  width: 100%;
  height: 150px;
  padding-right: 0.625em;
}

.brand-page-list .brand-list-item .item-content h4 {
  font-size: 1.1em;
  margin-bottom: 0;
}

.brand-page-list .brand-list-item .item-content p {
  display: none;
  margin-bottom: 0;
}

.brand-page-list .brand-list-item a {
  color: #333;
  display: block;
  width: 100%;
  transition: all 0.2s ease;
}

@media only screen and (min-width: 768px) {
  .brand-page-list .brand-list-item {
    margin: 0 1.25em;
    padding: 1.25em 0;
  }
  .brand-page-list .brand-list-item .item-image, .brand-page-list .brand-list-item .item-content {
    vertical-align: top;
  }
  .brand-page-list .brand-list-item .item-image {
    width: 200px;
    padding-right: 1.25em;
  }
  .brand-page-list .brand-list-item .item-content h4 {
    font-size: 1.5625em;
    margin-bottom: .5em;
    margin-bottom: 0.5em;
  }
  .brand-page-list .brand-list-item .item-content p {
    height: 95px;
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .brand-page-list .brand-list-item:last-of-type {
    border-bottom: 0 none;
  }
}

.brand-page-list .brand-list-item:hover p, .brand-page-list .brand-list-item:hover img, .brand-page-list .brand-list-item:active p, .brand-page-list .brand-list-item:active img {
  opacity: 0.8;
}

#related-list {
  margin-bottom: -1em;
}

.full-column {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.full-column .brand-page-list {
  max-width: 100%;
  background: transparent;
}

.full-column .brand-page-list li {
  background: #fff;
  width: 100%;
  float: left;
  margin: 0;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 0em;
}

@media only screen and (min-width: 1024px) {
  .full-column .brand-page-list li {
    width: 32%;
  }
}

.full-column .brand-page-list li .item-image {
  position: relative;
  background-color: #000;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

.full-column .brand-page-list li .item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0.8;
}

.full-column .brand-page-list li .item-image .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-column .brand-page-list li .item-image .inner h4 {
  width: 100%;
  text-align: center;
  top: 55px;
  font-size: 30px;
  left: 0;
  color: #fff !important;
  margin: 0;
}

.full-column .brand-page-list li .item-image .inner .view {
  color: white !important;
}

@media only screen and (min-width: 768px) {
  .full-column .brand-page-list li .item-image .inner .view {
    display: none;
  }
}

.full-column .brand-page-list li .item-content {
  padding: 0;
  height: 0;
  overflow-y: hidden;
}

@media only screen and (min-width: 768px) {
  .full-column .brand-page-list li .item-content {
    padding: 20px;
    height: auto;
  }
}

.full-column .brand-page-list li h4, .full-column .brand-page-list li p {
  text-align: center;
}

.full-column .brand-page-list li h4.view[class] {
  width: 100%;
  color: #929ebc !important;
  font-family: "Moderat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 16px;
  display: block;
}

.full-column .brand-page-list li h4.view[class]:after {
  content: '\f105';
  position: relative;
  top: 1px;
  font-family: "FontAwesome";
  font-size: 20px;
  padding-left: 5px;
  transition: padding-left 0.2s;
}

.full-column .brand-page-list li h4.view[class]:hover:after {
  padding-left: 20px;
}

.button {
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 20px !important;
  border: 2px solid #333;
  border-radius: 20px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  box-shadow: none;
  color: #333;
  min-width: 10rem;
  height: 40px;
  line-height: 0.8;
  letter-spacing: .5px;
  cursor: pointer;
}

.button span {
  text-transform: uppercase;
}

.button.button-a {
  color: #333;
  border-color: #333;
}

.button.button-a:hover, .button.button-a:active {
  background-color: #333;
  color: #fff;
}

.button.button-b {
  color: #333;
  border-color: #333;
}

.button.button-b:hover, .button.button-b:active {
  background-color: #333;
  color: #fff;
}

.button.button-c {
  color: #333;
  border-color: #333;
}

.button.button-c:hover, .button.button-c:active {
  background-color: #333;
  color: #fff;
}

.button.button-d {
  color: #333;
  border-color: #333;
}

.button.button-d:hover, .button.button-d:active {
  background-color: #333;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .button-group.featured .button {
    min-width: 10em;
  }
}

.button-group .button {
  margin-right: .5em;
  margin-bottom: 0.9375em;
}

.button-group .button:last-child {
  margin-right: 0;
}

.theme-a .button {
  color: #333;
  border-color: #333;
}

.theme-a .button:hover, .theme-a .button:active {
  background-color: #333;
  color: #fff;
}

.theme-b .button {
  color: #333;
  border-color: #333;
}

.theme-b .button:hover, .theme-b .button:active {
  background-color: #333;
  color: #fff;
}

.theme-c .button {
  color: #333;
  border-color: #333;
}

.theme-c .button:hover, .theme-c .button:active {
  background-color: #333;
  color: #fff;
}

.theme-d .button {
  color: #333;
  border-color: #333;
}

.theme-d .button:hover, .theme-d .button:active {
  background-color: #333;
  color: #fff;
}

.theme-a .button.button-a, .theme-b .button.button-a, .theme-c .button.button-a, .theme-d .button.button-a {
  color: #333;
  border-color: #333;
}

.theme-a .button.button-a:hover, .theme-a .button.button-a:active, .theme-b .button.button-a:hover, .theme-b .button.button-a:active, .theme-c .button.button-a:hover, .theme-c .button.button-a:active, .theme-d .button.button-a:hover, .theme-d .button.button-a:active {
  background-color: #333;
  color: #fff;
}

.theme-a .button.button-b, .theme-b .button.button-b, .theme-c .button.button-b, .theme-d .button.button-b {
  color: #333;
  border-color: #333;
}

.theme-a .button.button-b:hover, .theme-a .button.button-b:active, .theme-b .button.button-b:hover, .theme-b .button.button-b:active, .theme-c .button.button-b:hover, .theme-c .button.button-b:active, .theme-d .button.button-b:hover, .theme-d .button.button-b:active {
  background-color: #333;
  color: #fff;
}

.theme-a .button.button-c, .theme-b .button.button-c, .theme-c .button.button-c, .theme-d .button.button-c {
  color: #333;
  border-color: #333;
}

.theme-a .button.button-c:hover, .theme-a .button.button-c:active, .theme-b .button.button-c:hover, .theme-b .button.button-c:active, .theme-c .button.button-c:hover, .theme-c .button.button-c:active, .theme-d .button.button-c:hover, .theme-d .button.button-c:active {
  background-color: #333;
  color: #fff;
}

.theme-a .button.button-d, .theme-b .button.button-d, .theme-c .button.button-d, .theme-d .button.button-d {
  color: #333;
  border-color: #333;
}

.theme-a .button.button-d:hover, .theme-a .button.button-d:active, .theme-b .button.button-d:hover, .theme-b .button.button-d:active, .theme-c .button.button-d:hover, .theme-c .button.button-d:active, .theme-d .button.button-d:hover, .theme-d .button.button-d:active {
  background-color: #333;
  color: #fff;
}

.button-group.social .button {
  margin-right: 0;
}

.button-social {
  min-width: 0;
  padding: 0;
  width: 2.5em;
  height: 2.5em;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.btn-bookfinder {
  color: #333;
  border: 2px solid #333;
  border-radius: 1.5625em;
  background: white;
  padding: 0.75em 1.5625em 0.75em 1.5625em;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.btn-bookfinder:hover, .btn-bookfinder:active {
  background-color: #333;
  color: white;
}

.btn-bookfinder span {
  position: relative;
  padding-left: 1.5625em;
  text-transform: uppercase;
}

.btn-bookfinder .icon {
  font-size: 1.4375em;
  position: absolute;
  left: -4px;
  top: -2px;
}

.filter-toggle[class] {
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 20px !important;
  border: 2px solid #333;
  border-radius: 20px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  box-shadow: none;
  color: #333;
  min-width: 10rem;
  height: 40px;
  line-height: 0.8;
  letter-spacing: .5px;
  cursor: pointer;
  color: #333;
  border-color: #333;
  min-width: 0;
  font-size: 14px !important;
  text-align: center !important;
  line-height: 0 !important;
  padding: 12px 30px !important;
  vertical-align: center;
}

.filter-toggle[class] span {
  text-transform: uppercase;
}

.filter-toggle[class]:hover, .filter-toggle[class]:active {
  background-color: #333;
  color: #fff;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email] {
  width: 100%;
  border: 1px solid #edf1f8;
  padding: 6px 12px;
  border-radius: 0;
  outline: none;
  font-family: inherit;
}

.featured-image {
  max-width: 90%;
  box-shadow: 10px 10px 30px -1px rgba(0, 0, 0, 0.22);
  margin-bottom: 1.875em;
}

.gallery-viewer {
  position: relative;
}

.featured-image-gallery {
  width: 100%;
  height: auto;
}

.accordion-content {
  display: none;
}

.accordion-item {
  width: 100%;
}

.modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 99999999999;
}

.modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 15px;
  width: 15px;
  cursor: pointer;
}

.modal .modal-close::after, .modal .modal-close::before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  height: 1.5em;
  width: 0.15em;
  background: #929ebc;
  content: "";
  display: block;
  margin: -3px 0 0 -1px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .modal-close:hover::after, .modal .modal-close:hover::before {
  background: #7282a9;
}

.modal .modal-close::before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal .modal-inner {
  background: #fff;
  border-radius: 0;
  border: 1px solid #c9d3ec;
  margin: auto;
  margin-top: 0;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  transition: opacity 0.25s ease;
  width: 95%;
}

@media only screen and (min-width: 1024px) {
  .modal .modal-inner {
    padding: 3em;
    width: 80%;
  }
}

@media only screen and (min-width: 1440px) {
  .modal .modal-inner {
    width: 50%;
  }
}

.modal .modal-inner .modal-intro {
  margin-bottom: 1em;
}

@media only screen and (min-width: 1024px) {
  .modal .modal-inner .modal-content {
    columns: 2 8em;
  }
}

.modal .modal-inner #SearchBox {
  margin: 0 auto;
  max-width: 570px;
}

.modal .modal-inner .modal-header {
  background: #f4f4f2;
  padding: 55px 15px;
}

.modal .modal-inner .primary-btn a {
  background: #333;
  color: #fff;
  border: 0;
}

.modal.modal-selector-open .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}

.modal.modal-selector-open .modal-fade-screen .modal-inner {
  margin-top: 2.5%;
  padding: 0;
}

.modal.find-a-book-modal {
  color: #333;
  max-width: 700px;
  position: absolute;
}

.modal.find-a-book-modal.modal-selector-open {
  min-width: 600px;
}

.modal.find-a-book-modal .modal-inner {
  padding: 0;
}

.modal.find-a-book-modal h1 {
  font-size: 2.1875rem;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .modal.find-a-book-modal h1 {
    font-size: 2.5rem;
  }
  .modal.find-a-book-modal .modal-header {
    padding: 75px 35px;
  }
}

@media only screen and (min-width: 1024px) {
  .modal.find-a-book-modal h1 {
    font-size: 3.125rem;
  }
}

.modal.find-a-book-modal .nav-box {
  color: #929ebc;
  padding: 60px;
}

.modal.find-a-book-modal .nav-box .menu {
  display: block;
  margin: 0 20px;
  text-align: left;
}

.modal.find-a-book-modal .nav-box .menu li {
  display: block;
  margin-right: 1.66%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .modal.find-a-book-modal .nav-box .menu li {
    display: inline-block;
    width: 31%;
  }
}

.modal.find-a-book-modal .nav-box .menu li:nth-child(3n+1) {
  margin-left: 1.66%;
}

.modal.find-a-book-modal .nav-box .menu li .button {
  width: 100%;
}

.modal .custom-nav-toggle {
  display: none;
}

.modal-warning {
  position: fixed;
  top: 0;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 9999;
  left: 0;
  right: 0;
  background-color: #f0f0ef;
  color: #bab9b9;
  display: table;
  width: 100%;
  min-height: 61px;
  padding: 20px 15px;
  text-align: center;
}

.modal-warning .icon-globe {
  padding-right: 15px;
  vertical-align: middle;
  display: table-cell;
  width: 20px;
}

.modal-warning .icon-globe:before {
  font-size: 23px;
}

.modal-warning p {
  vertical-align: middle;
  display: table-cell;
  margin: 0;
}

.modal-warning .primary-btn {
  background: #333;
  color: #fff;
  border: 0;
  margin: 12px 20px;
  display: none;
  vertical-align: middle;
}

.modal-warning .modal-close {
  font-size: 18px;
  color: #bab9b9;
  display: table-cell;
  vertical-align: middle;
}

.modal-warning .modal-close span {
  margin-left: 10px;
}

@media only screen and (min-width: 1024px) {
  .modal-warning {
    padding: 0 15px 0 20px;
  }
  .modal-warning p {
    display: inline;
  }
  .modal-warning .button {
    display: inline-block;
  }
}

.modal--cookie {
  bottom: 0;
  top: auto;
  background: #455660;
}

.modal--cookie p {
  color: #fff;
}

.modal--cookie p a {
  color: #c9d3ec;
  text-decoration: underline;
}

.modal--cookie .button {
  min-width: 5rem;
  text-decoration: none;
  color: #c9d3ec;
  border-color: #c9d3ec;
}

.modal--cookie .button:hover, .modal--cookie .button:active {
  background-color: #c9d3ec;
  color: #333;
}

@media only screen and (min-width: 1024px) {
  .modal--cookie .button {
    min-width: 7rem;
    margin: 12px 20px;
  }
}

.modal-open {
  overflow: hidden;
}

.modal-open > * {
  filter: blur(3px);
}

.modal-open > .modal {
  filter: none;
}

.modal.image-gallery-modal .modal-fade-screen {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 0;
}

.modal.image-gallery-modal .modal-inner {
  display: table;
  background: none;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-top: 0 !important;
}

.modal.image-gallery-modal .slide {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.modal.image-gallery-modal .modal-close {
  z-index: 1000;
  background: transparent;
  width: 3em;
  height: 3em;
}

.modal.image-gallery-modal .modal-close:after, .modal.image-gallery-modal .modal-close:before {
  height: 2.5em;
  top: 7px;
  background: white;
}

#bookfinder-modal .menu {
  display: block;
}

.redirect-modal .modal-inner {
  min-height: 31.25em;
  max-width: 650px;
}

.redirect-modal .title {
  color: #455660;
  font-size: 1.5625em;
  padding-top: 1rem;
}

@media only screen and (min-width: 768px) {
  .redirect-modal .title {
    font-size: 2.5em;
  }
}

.redirect-modal .redirect-links {
  padding: 60px;
}

.redirect-modal .sub-title {
  font-size: 1em;
  line-height: 1.6;
  padding: 0 20px;
}

.redirect-modal .sites li {
  font-size: 1em;
  line-height: 1.6;
  position: relative;
  margin: 0 auto 15px;
}

.redirect-modal .sites li.primary-btn a {
  padding: 12px 20px;
}

.redirect-modal .sites li a {
  display: block;
}

.img-responsive, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .icon-chevron.left, .carousel-control .icon-chevron.right {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  overflow: hidden;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img {
  line-height: 1;
  margin: auto;
}

.carousel-inner > .item > a > img {
  line-height: 1;
  margin: auto;
}

.carousel-inner > .active {
  display: block;
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-inner > .next {
  display: block;
  left: 100%;
}

.carousel-inner > .next.left {
  left: 0;
  position: absolute;
}

.carousel-inner > .prev {
  display: block;
  left: -100%;
}

.carousel-inner > .prev.right {
  left: 0;
  position: absolute;
}

.carousel-inner .carousel-image {
  position: relative;
  height: 34vw;
}

@media only screen and (max-width: 768px) {
  .carousel-inner .carousel-image {
    height: 50vw;
  }
}

@media only screen and (min-width: 1440px) {
  .carousel-inner .carousel-image {
    /*min-height: $hero-height;*/
  }
}

.carousel-inner .carousel-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.carousel-inner .carousel-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.image-gallery .carousel-image::after {
  display: none;
}

.carousel {
  position: relative;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 1.25em;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.right {
  left: auto;
  right: 0;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-control .icon-chevron {
  font-size: 3.125em;
  color: white;
  cursor: pointer;
}

.carousel-control .icon-chevron.left {
  left: 50%;
  margin-left: -10px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.carousel-control .icon-chevron.right {
  right: 50%;
  margin-right: -10px;
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.carousel-indicators {
  width: 100%;
  position: absolute;
  bottom: 25px;
  z-index: 15;
  padding-left: 0;
  list-style: none;
  text-align: right;
  padding-right: 50px;
}

@media only screen and (max-width: 768px) {
  .carousel-indicators {
    bottom: 4vw;
    padding-right: 6vw;
  }
}

.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 1px;
  text-indent: -999px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  background-color: #ffffff;
}

.text-center .carousel-caption .information {
  -ms-flex-pack: center;
  justify-content: center;
}

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  color: #ffffff;
  text-align: center;
  padding: 0 20px;
}

.carousel-caption h1 {
  font-size: 2.1875rem;
  margin-bottom: 1rem;
}

.carousel-caption h4 {
  font-family: "Moderat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.25em;
}

.carousel-caption .information {
  position: relative;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.carousel-caption .information .t {
  margin: 0 auto;
}

.carousel-caption .information .t-top {
  height: 100%;
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
}

@media only screen and (min-width: 1024px) {
  .carousel-caption .information .t-top {
    padding-top: 0px;
  }
}

.carousel-caption .information .buttons {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.carousel-caption .information .buttons .button {
  display: table;
  width: auto;
  margin: 0 auto;
  margin-bottom: .7rem;
}

@media only screen and (min-width: 768px) {
  .carousel-caption .information .buttons {
    max-width: none;
  }
  .carousel-caption .information .buttons .button {
    display: inline-block;
    margin-bottom: 0;
    min-width: 15rem;
  }
}

.carousel-caption.dark-color {
  color: #333;
}

.carousel-caption p {
  display: none;
}

.theme-a .carousel-caption .button {
  color: #ffffff;
  border-color: #ffffff;
}

.theme-a .carousel-caption .button:hover, .theme-a .carousel-caption .button:active {
  background-color: #ffffff;
  color: #333;
}

.theme-a .carousel-caption.dark-color .button {
  color: #333;
  border-color: #333;
}

.theme-a .carousel-caption.dark-color .button:hover, .theme-a .carousel-caption.dark-color .button:active {
  background-color: #333;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .carousel-control .icon-chevron.left, .carousel-control .icon-chevron.right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .carousel-control .icon-chevron.left {
    margin-left: -20px;
  }
  .carousel-control .icon-chevron.right {
    margin-right: -20px;
  }
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 15%;
    right: 15%;
    padding: 20px 0;
  }
  .carousel-caption h4 {
    font-size: 1.3125em;
  }
  .carousel-image {
    height: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .carousel-caption h1 {
    font-size: 50px;
  }
}

.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.image-gallery .carousel-control {
  background-image: none;
}

.image-gallery .carousel-image {
  height: auto;
}

.image-gallery .carousel-image img {
  width: auto;
  height: auto;
  position: relative;
  left: 0;
  margin-left: 0;
  max-width: 100%;
  max-height: 100%;
  margin-left: 0;
  -ms-transform: none;
  transform: none;
}

.image-gallery-hero .information .button {
  position: relative;
  margin-left: 0;
  left: 0;
}

@media (max-width: 700px) {
  .carousel-image {
    position: relative;
    height: 300px;
  }
  .carousel-image img {
    width: 50%;
    max-width: none;
    position: absolute;
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
    left: 50%;
  }
}

#region-trigger {
  position: absolute;
  overflow: hidden;
  left: -9999em;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.preloader {
  width: 100%;
  text-align: center;
  height: 10vw;
  max-height: 200px;
}

.preloader img {
  width: 60px;
  margin-top: 5vw;
  animation: 1s linear spin infinite;
}

.card {
  background-color: white;
  border-radius: 2px;
  margin-bottom: 1em;
}

.card.active {
  transition: all 0.1s ease;
  transform-originca: bottom;
}

.card.active:hover {
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

@media only screen and (min-width: 1024px) {
  .card.active {
    margin-right: 0.7em;
  }
  .card.active:hover {
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
}

.card-content {
  padding: 0.7em;
  color: #333;
}

.card-subtitle {
  font-size: 0.875rem;
  margin-bottom: .5em;
  text-transform: uppercase;
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: #929ebc;
  width: 100%;
}

.card-title {
  color: inherit;
  margin-bottom: .5em;
  font-weight: 600;
  width: 100%;
  line-height: 1.4;
  overflow: hidden;
}

.card-description {
  letter-spacing: -.2px;
  overflow: hidden;
  line-height: 1.2em;
  width: 100%;
}

.card-image img {
  width: 100%;
}

.card-image.rounded {
  margin: 3%;
  display: block;
  overflow: hidden;
}

.card-image.rounded img {
  width: 94%;
  height: 94%;
  border-radius: 100%;
}

@media (max-width: 480px) {
  .cards {
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }
  .cards .card {
    display: table;
    width: 100%;
    float: left;
  }
  .card-image {
    width: 40%;
    max-width: 120px;
  }
  .card-content {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    float: left;
  }
  .card-content.news {
    width: 100%;
  }
  .book-listing.card > a, .author-listing.card > a, .twitter-tiles.card > a {
    display: table;
  }
  .book-listing.card .card-image.rounded, .book-listing.card .card-image, .author-listing.card .card-image.rounded, .author-listing.card .card-image, .twitter-tiles.card .card-image.rounded, .twitter-tiles.card .card-image {
    display: table-cell;
    float: left;
  }
  .article-listing.card, .event-listing.card {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 100%;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    max-width: none;
  }
  .article-listing.card:last-child, .event-listing.card:last-child {
    margin-right: 0;
  }
  .article-listing.card .card-image, .event-listing.card .card-image {
    position: relative;
    height: 0;
    max-width: 100%;
    width: 100%;
    padding-bottom: 62.66%;
  }
  .article-listing.card .card-image img, .event-listing.card .card-image img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
  }
}

@media (min-width: 481px) {
  .cards {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .card {
    flex-basis: 11.875em;
    -ms-flex-preferred-size: 11.875em;
    transition: all 0.1s ease;
    display: inline-block;
    max-width: 12.5em;
    vertical-align: top;
  }
  .article-listing.card, .author-listing.card, .book-listing.card, .event-listing.card, .twitter-tiles.card {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 100%;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    max-width: none;
  }
  .article-listing.card:last-child, .author-listing.card:last-child, .book-listing.card:last-child, .event-listing.card:last-child, .twitter-tiles.card:last-child {
    margin-right: 0;
  }
  .article-listing.card .card-image, .author-listing.card .card-image, .book-listing.card .card-image, .event-listing.card .card-image, .twitter-tiles.card .card-image {
    position: relative;
    height: 0;
    max-width: 100%;
    width: 100%;
  }
  .article-listing.card .card-image img, .author-listing.card .card-image img, .book-listing.card .card-image img, .event-listing.card .card-image img, .twitter-tiles.card .card-image img {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 100%;
    left: 0;
    top: 0;
  }
  .author-listing.card, .book-listing.card, .event-listing.card, .twitter-tiles.card {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 49.53271%;
  }
  .author-listing.card:last-child, .book-listing.card:last-child, .event-listing.card:last-child, .twitter-tiles.card:last-child {
    margin-right: 0;
  }
  .author-listing.card .card-image, .book-listing.card .card-image, .event-listing.card .card-image, .twitter-tiles.card .card-image {
    padding-bottom: 100%;
  }
  .twitter-tiles.card .-image {
    padding-bottom: 66%;
  }
}

@media only screen and (min-width: 481px) and (min-width: 480px) {
  .author-listing.card, .book-listing.card {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 32.71028%;
  }
  .author-listing.card:last-child, .book-listing.card:last-child {
    margin-right: 0;
  }
  .author-listing.card:nth-child(3n+3), .book-listing.card:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 481px) and (min-width: 768px) {
  .author-listing.card, .book-listing.card {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 15.88785%;
  }
  .author-listing.card:last-child, .book-listing.card:last-child {
    margin-right: 0;
  }
  .author-listing.card:nth-child(3n+3), .book-listing.card:nth-child(3n+3) {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 15.88785%;
  }
  .author-listing.card:nth-child(3n+3):last-child, .book-listing.card:nth-child(3n+3):last-child {
    margin-right: 0;
  }
  .author-listing.card:nth-child(6n+6), .book-listing.card:nth-child(6n+6) {
    margin-right: 0;
  }
}

@media (min-width: 481px) {
  .article-listing.card .card-image, .event-listing.card .card-image {
    padding-bottom: 62.66%;
  }
}

@media only screen and (min-width: 481px) and (min-width: 480px) {
  .article-listing.card, .event-listing.card {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 49.53271%;
  }
  .article-listing.card:last-child, .event-listing.card:last-child {
    margin-right: 0;
  }
  .article-listing.card:nth-child(2n+2), .event-listing.card:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 481px) and (min-width: 768px) {
  .article-listing.card, .event-listing.card {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 32.71028%;
  }
  .article-listing.card:last-child, .event-listing.card:last-child {
    margin-right: 0;
  }
  .article-listing.card:nth-child(2n+2), .event-listing.card:nth-child(2n+2) {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 32.71028%;
  }
  .article-listing.card:nth-child(2n+2):last-child, .event-listing.card:nth-child(2n+2):last-child {
    margin-right: 0;
  }
  .article-listing.card:nth-child(3n+3), .event-listing.card:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (min-width: 481px) {
  .author-listing.card .card-image.rounded {
    margin: 4% 4% 0;
  }
  .author-listing.card .card-image.rounded img {
    width: 92%;
    height: 92%;
  }
  .book-listing.card .card-image {
    padding-bottom: 150%;
  }
  .book-listing.card .card-subtitle {
    font-size: 0.75em;
  }
  .book-listing.card .card-description {
    font-size: 0.875em;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-height: 4.2em;
  }
  .book-listing.card .card-title {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
  .book-listing > a {
    display: block;
  }
}

@media only screen and (min-width: 480px) {
  .four-cards .card, .four-cards .book-listing.card:nth-child(3n+3) {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 24.29907%;
  }
  .four-cards .card:last-child, .four-cards .book-listing.card:nth-child(3n+3):last-child {
    margin-right: 0;
  }
  .four-cards .card:nth-child(4n+4), .four-cards .book-listing.card:nth-child(3n+3):nth-child(4n+4) {
    margin-right: 0;
  }
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.section-month, .section-latest {
  width: 100%;
}

.section-month .event-listing, .section-latest .event-listing {
  padding: 5px;
}

.card-content .event-title {
  color: inherit;
  margin-bottom: .5em;
  font-weight: 600;
  width: 100%;
  line-height: 1.4;
  overflow: hidden;
}

.card-content .event-when {
  letter-spacing: -.2px;
  overflow: hidden;
  line-height: 1.2em;
  width: 100%;
}

.card-content .event-where {
  letter-spacing: -.2px;
  overflow: hidden;
  line-height: 1.2em;
  width: 100%;
}

.event-when, .event-where {
  line-height: 1.2em;
}

.event-when .fa, .event-where .fa {
  display: inline-block;
  width: 20px;
  margin: 5px;
  text-align: center;
}

.event-when .bold, .event-where .bold {
  font-weight: bold;
}

section.event-title .fa {
  display: inline-block;
  width: 20px;
  margin: 5px;
  text-align: center;
}

.book-tile-section h1 {
  margin-bottom: .2em;
  font-size: 2.5rem;
  line-height: 1.2;
}

.book-tile-section h1 span {
  line-height: 1.5;
  font-size: 50%;
  clear: both;
  display: block;
  color: #8a8a88;
}

.book-tile-section a {
  box-shadow: 0 1px 0 rgba(51, 51, 51, 0.5);
}

.book-tile-section a:hover, .book-tile-section a:active {
  box-shadow: 0 1px 0 #333333;
}

.book-tile-section .inline-list .inline-list-item {
  font-size: 1rem;
}

.book-tile-section .booktile-image {
  text-align: center;
}

.book-tile-section .booktile-image img {
  width: 100%;
  max-width: 250px;
}

.book-tile-section .text * {
  word-wrap: break-word;
}

.book-tile-section .booktile-title {
  text-align: center;
  font-size: 1.375em;
}

@media only screen and (min-width: 1024px) {
  .book-tile-section .booktile-image img {
    width: 300px;
  }
  .book-tile-section h1 {
    font-size: 3.125rem;
  }
}

.profile-image-with-text {
  background-color: #f7f9fc;
}

@media only screen and (min-width: 1024px) {
  .profile-image-with-text.two-column-half {
    display: inline-block;
    width: 100%;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .profile-image-with-text.two-column-half .left-column {
    display: table-cell;
    width: 50%;
    margin: 0;
  }
  .profile-image-with-text.two-column-half .right-column {
    display: table-cell;
    width: 50%;
    margin: 0;
  }
}

.profile-image-with-text {
  padding-top: 2em;
  width: 100%;
  min-height: 31.25em;
}

.profile-image-with-text .hidden-small {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .profile-image-with-text .hidden-small {
    display: inherit;
  }
}

.profile-image-with-text .padded {
  padding: 1.25em 36px 0 36px;
}

.profile-image-with-text .profile-image {
  text-align: center;
  margin: 0 auto;
}

.profile-image-with-text .profile-image img {
  max-width: 250px;
  vertical-align: bottom;
}

.profile-image-with-text .profile-image.author-image {
  max-width: 470px;
  margin-bottom: 1em;
}

@media only screen and (min-width: 1024px) {
  .profile-image-with-text .profile-image.author-image {
    margin-top: -1em;
    margin-bottom: 3em;
  }
}

.profile-image-with-text .profile-image.author-image img {
  border-radius: 100%;
  border: 4px solid white !important;
}

.profile-image-with-text .publishing-group {
  padding-bottom: .8em;
}

.profile-image-with-text .title {
  font-weight: normal;
  font-size: 3.1rem;
  margin-bottom: 0.5em;
}

.profile-image-with-text .description {
  line-height: 1.7;
  font-size: 0.9375em;
}

.profile-image-with-text .description p {
  font-size: inherit;
  color: inherit;
}

.profile-image-with-text .profile-stats {
  margin: 0 auto;
  position: relative;
  padding: 1.25em 36px;
  width: 100%;
  display: inline-block;
}

.profile-image-with-text .profile-stats:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.5%;
  background-color: #ffffff;
  width: 95%;
  height: 2px;
}

.profile-image-with-text .profile-stats .title {
  color: #929ebc;
  font-size: 1.5em;
  margin-bottom: .5em;
}

.profile-image-with-text .profile-stats h4 {
  font-size: 1.1875em;
}

.profile-image-with-text .stats-list {
  font-size: 0.9375em;
}

.profile-image-with-text .stats-list li {
  margin-bottom: .3em;
  color: #929ebc;
  font-weight: 100;
  line-height: 1.4;
}

.profile-image-with-text.dark-theme {
  background-color: transparent;
}

.profile-image-with-text.dark-theme .title, .profile-image-with-text.dark-theme h4,
.profile-image-with-text.dark-theme .social-share-links .icon {
  color: white;
}

.profile-image-with-text.dark-theme .profile-stats {
  background-image: linear-gradient(transparent, rgba(25, 25, 25, 0.35) 30%);
}

.profile-image-with-text.dark-theme .stats-list li {
  color: #f2f2f2;
}

.profile-image-with-text.dark-theme .stats-list strong {
  color: white;
}

.profile-image-with-text.dark-theme .description {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 768px) {
  .profile-image-with-text .stats-group .left-column,
  .profile-image-with-text .stats-group .right-column {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 49.53271%;
  }
  .profile-image-with-text .stats-group .left-column:last-child,
  .profile-image-with-text .stats-group .right-column:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .profile-image-with-text .description {
    min-height: 20.625em;
    padding-right: 20px;
  }
  .profile-image-with-text .profile-image img {
    width: 90%;
    max-width: 550px;
    margin: 0;
  }
  .profile-image-with-text .text {
    margin: 0;
  }
}

.rich-text {
  background-color: #ffffff;
  min-height: 400px;
  line-height: 1.5;
}

.rich-text a {
  text-decoration: underline;
}

.rich-text a:hover, .rich-text a:focus {
  text-decoration: none;
}

.rich-text h1 {
  font-size: 3.125em;
}

.rich-text h2 {
  font-size: 1.875em;
  color: #333;
  line-height: 1.5;
}

.rich-text h3 {
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: .5em;
}

.rich-text h4 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.rich-text table {
  table-layout: fixed;
  border-collapse: collapse;
}

.rich-text table tr td {
  padding: 10px 5px;
  vertical-align: top;
  border-bottom: 1px solid #edf1f8;
}

.rich-text table tr:first-child td {
  border-top: 1px solid #edf1f8;
}

.rich-text img {
  height: auto !important;
}

.rich-text ol, .rich-text ul {
  margin: 20px 0;
  padding: 0 20px;
}

.rich-text ol li, .rich-text ul li {
  display: list-item;
  line-height: 1.5;
  margin-bottom: 1em;
}

.rich-text.align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .rich-text.align-center {
    margin: 0 auto;
    padding: 3.75em 0;
  }
}

.rich-text.align-center .inner {
  max-width: 320px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .rich-text.align-center .inner {
    max-width: 768px;
  }
}

.content-with-image {
  background: white;
}

.content-with-image::after {
  clear: both;
  content: "";
  display: table;
}

.content-with-image .image {
  margin-bottom: 1em;
}

.content-with-image .image.rounded img {
  border-radius: 100%;
}

@media only screen and (min-width: 768px) {
  .content-with-image .image.rounded img {
    max-width: 350px;
  }
}

@media only screen and (min-width: 1024px) {
  .content-with-image .two-column-half .left-column.image {
    float: left;
    display: block;
    margin-right: 1.1236%;
    width: 43.37079%;
    text-align: right;
    float: right;
  }
  .content-with-image .two-column-half .left-column.image:last-child {
    margin-right: 0;
  }
  .content-with-image .two-column-half .right-column.content {
    float: left;
    display: block;
    margin-right: 1.1236%;
    width: 53.48315%;
  }
  .content-with-image .two-column-half .right-column.content:last-child {
    margin-right: 0;
  }
}

.content-with-image .subtitle {
  font-size: 0.875rem;
  margin-bottom: .5em;
  color: #929ebc;
  margin-bottom: 0;
}

.content-with-image .title {
  font-size: 3.125rem;
  margin-bottom: .5em;
  line-height: 1.2;
}

.content-with-image .description {
  margin-bottom: 1.3rem;
}

.content-with-image .link {
  font-size: 1.25em;
}

.content-with-image .link .button {
  color: #929ebc;
  border-color: #929ebc;
  display: inline-block;
}

.content-with-image .link .button:hover, .content-with-image .link .button:active {
  background-color: #929ebc;
  color: #ffffff;
}

.content-block.content-with-image li {
  font-size: inherit;
}

.content-block.content-with-image {
  border: 5px solid white;
  border-top: 0 none;
}

/*
  ----------------------------- _multi-column-layout.scss
*/
.multi-column-section .column-headline {
  font-size: 1.125em;
  color: #455660;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.multi-column-section .columns .column .column-title {
  font-size: 1.6875rem;
  color: #333;
}

.multi-column-section .columns .column .column-description {
  line-height: 1.5;
}

.multi-column-section .columns .column .column-description p {
  font-size: 0.9375em;
}

.multi-column-section .columns .column {
  width: 100%;
  border: 2px solid #333;
  border-radius: 1.875em;
  text-align: center;
  margin: 0 5px;
  padding-bottom: 1.875em;
  margin-bottom: 1em;
}

.multi-column-section .columns .column .column-description {
  max-width: 90%;
  margin: 0 auto;
}

.multi-column-section .columns .column .column-description p {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .multi-column-section .columns {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: no-wrap;
    -moz-box-lines: no-wrap;
    box-lines: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .multi-column-section .columns .column {
    float: left \9;
    max-width: 33% \9;
    margin-bottom: 0;
  }
  .multi-column-section .columns .column:first-child {
    margin-left: 0;
  }
  .multi-column-section .columns .column:last-child {
    margin-right: 0;
  }
  .multi-column-section .columns .column .column-description {
    text-align: center;
  }
}

.multi-column-section .column-image img {
  max-width: 150px;
  margin-bottom: 1em;
}

.no-border.multi-column-section .columns .column {
  border: 0 none;
}

.youtube-video {
  margin: 0 auto;
  padding: 1.25em;
}

.youtube-video .video-wrapper {
  position: relative;
  padding-top: 56.25%;
}

@media only screen and (min-width: 1024px) {
  .youtube-video .video-wrapper {
    padding-top: 0px;
    text-align: center;
  }
}

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

@media only screen and (min-width: 1024px) {
  .youtube-video .video-wrapper iframe {
    max-width: 1024px;
    position: relative;
    height: 576px;
  }
}

.content-page .youtube-video {
  padding: 0;
}

.content-page .youtube-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.content-page .youtube-video .video-wrapper {
  position: relative;
  padding-top: 56.25%;
}

.badge {
  background: url(../../src/images/branding-new/divisions/HG_publishing_black.png) no-repeat top left/contain;
  height: 80px;
  width: 200px;
  max-width: 80px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .badge {
    max-width: none;
    height: 150px;
    width: 150px;
  }
}

.badge-b {
  background: url(../../src/images/branding-new/divisions/HG_media_black.png) no-repeat top left/contain;
}

.badge-c {
  background: url(../../src/images/branding-new/divisions/HG_HGX_black.png) no-repeat top left/contain;
}

.badge-d {
  background: url(../../src/images/branding-new/HG_logo_black.svg) no-repeat center left/contain;
}

.text-badge {
  font-size: 18px;
  font-weight: normal;
  height: 50px;
}

.text-badge:before {
  display: block;
  position: relative;
  top: 15px;
  transform: translate3d(0);
  text-rendering: geometricPrecision;
}

.text-badge.badge-publishing:before {
  content: 'PUBLISHING';
  letter-spacing: 0.28125em;
  margin-right: -0.28125em;
}

.text-badge.badge-media:before {
  content: 'MEDIA';
  letter-spacing: 0.46875em;
  margin-right: -0.46875em;
}

.text-badge.badge-hgx:before {
  content: 'HGX';
  letter-spacing: 1.25em;
  margin-right: -1.25em;
}

.doggy {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 36px;
  top: -40px;
  z-index: 1;
  background-image: url(../../src/images/branding-new/HG_dog_black.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.filter-list-wrapper {
  padding-top: 0.9375em;
  padding-bottom: 1.7rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #edf1f8;
}

.filter-list-wrapper:after {
  position: relative;
  content: "";
  width: 100%;
  border-bottom: 1px solid #edf1f8;
}

.filter-wrapper.is-expanded .icon-filter:before {
  content: "\f114";
}

#filter-list {
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #455660;
}

#filter-list .filter-group .title {
  margin-top: .8em;
}

#filter-list .filter-group label {
  padding: 1em 3em;
  font-size: 0.875em;
}

#filter-list .filter-listing {
  background: #ffffff;
  overflow: hidden;
  transition: all 0.2s;
}

#filter-list .filter-listing label {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
}

#filter-list .filter-listing label:hover, #filter-list .filter-listing label:focus {
  color: #333;
}

#filter-list .filter-listing input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: none;
}

#filter-list .filter-listing input[type="checkbox"] + label:before {
  font-family: "hg-glyphs";
  font-size: 18px;
  content: "";
  line-height: 0.7;
  transition: inherit;
  color: white;
  width: 22px;
  height: 22px;
  padding-top: 6px;
  padding-left: 2px;
  border-radius: 100%;
  background: #c9d3ec;
  position: absolute;
  left: 8px;
  top: 10px;
}

#filter-list .filter-listing input[type="checkbox"]:checked + label {
  color: #333;
}

#filter-list .filter-listing input[type="checkbox"]:checked + label:before {
  content: "\f112";
  color: #ffffff;
  background: #333;
}

@media only screen and (min-width: 1024px) {
  #filter-list .filter-group label {
    padding: 1em 3em;
  }
  #filter-list .filter-group input[type="checkbox"] + label:before {
    left: 8px;
    top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  #search-results-page #filter-list .filter-group {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 32.71028%;
  }
  #search-results-page #filter-list .filter-group:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #search-results-page #filter-list .filter-group {
    margin-right: 0;
    width: 21.88785%;
  }
  #search-results-page #filter-list .filter-group:first-child {
    width: 60.35514%;
  }
  #search-results-page #filter-list .filter-group:first-child h5 {
    width: 90%;
    float: left;
  }
  #search-results-page #filter-list .filter-group:first-child li {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 21.40845%;
  }
  #search-results-page #filter-list .filter-group:first-child li:last-child {
    margin-right: 0;
  }
  #search-results-page #filter-list .filter-group:last-child {
    width: 17%;
  }
  #search-results-page #filter-list .filter-group:nth-child(2n+2) li {
    display: inline-block;
    width: 40.70588%;
  }
}

#search-results-page #search-results-number {
  color: #455660;
}

#search-results-page .filter-toggle {
  float: right;
  text-align: right;
  width: auto;
  padding: 0;
}

#search-results-page .search-wrapper {
  width: 57%;
}

@media only screen and (min-width: 768px) {
  #search-results-page .search-wrapper {
    width: 70%;
    max-width: 34.375em;
  }
}

@media (max-width: 768px) {
  #search-results-page h3.search-wrapper {
    width: 100%;
  }
}

#search-results-page .search-wrapper, #search-results-page .filter-toggle, #search-results-page .total-results {
  display: inline-block;
  vertical-align: top;
}

#search-results-page .filter-toggle, #search-results-page .total-results {
  font-size: 1.8rem;
}

#search-results-page .total-results {
  padding-left: .3em;
}

#search-results-page .total-results, #search-results-page .filter-toggle, #search-results-page h3.search-wrapper {
  line-height: 1.5;
}

#search-results-page .hidden-small {
  display: none;
}

@media only screen and (min-width: 1024px) {
  #search-results-page .filter-toggle {
    padding: 0;
  }
  #search-results-page .hidden-small {
    display: inline-block;
  }
}

#search-results-page .filter-wrapper {
  text-align: left;
  min-height: 5em;
}

.filter-wrapper.author #filter-list .filter-group {
  margin-top: 0.9375em;
}

@media only screen and (min-width: 768px) {
  .filter-wrapper.author #filter-list .filter-group li {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 32.28972%;
  }
  .filter-wrapper.author #filter-list .filter-group li:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .filter-wrapper.author #filter-list .filter-group li {
    float: left;
    display: block;
    margin-right: 1.1236%;
    width: 19.10112%;
  }
  .filter-wrapper.author #filter-list .filter-group li:last-child {
    margin-right: 0;
  }
}

#SearchBox {
  position: relative;
}

#SearchBox .search-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 18px;
  top: 18%;
  background: white;
  cursor: pointer;
  z-index: 10;
}

#SearchBox .search-icon::before {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-family: "hg-glyphs";
  content: "\f122";
  font-size: 29px;
  color: #333;
}

input[type="search"]::-ms-clear {
  display: none;
}

.component.search {
  position: relative;
}

.component.search .searchquery {
  width: 100%;
  border: 1px solid #edf1f8;
  padding: 14px 23px;
  border-radius: 6.25em;
  outline: none;
  font-family: inherit;
  border: 0;
  font-size: 1.0625rem;
}

.component.search .search-predictions {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 200;
  background: #ffffff;
}

.component.search .search-predictions .prediction-group {
  border: 1px solid #edf1f8;
  padding: 10px 0;
}

.component.search .search-predictions .prediction-group .title {
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px 30px;
  color: #454545;
}

.component.search .search-predictions .prediction-group a {
  display: block;
}

.component.search .search-predictions .prediction-group a .keyword-result {
  color: #333;
  text-decoration: underline;
}

.component.search .search-predictions .prediction-group a:hover, .component.search .search-predictions .prediction-group a.active {
  background: #f7f9fc;
}

.component.search .search-predictions .prediction-group ul li a {
  padding: 5px 30px;
}

.component.search .search-predictions .prediction-group.all {
  padding: 0;
  font-weight: bold;
}

.component.search .search-predictions .prediction-group.all a {
  padding: 15px 30px;
}

.footer {
  border-top: 2px solid #edf1f8;
  background-color: #ffffff;
  position: relative;
  z-index: 100;
}

.footer.content-block .content-block-inner.accordion {
  padding: 0;
}

.footer.content-block .content-block-inner.accordion h4 {
  color: #c9d3ec;
  display: inline;
}

.footer .badge {
  height: 50px;
  width: 200px;
  margin: 0;
  margin: 0 auto;
  margin-bottom: 0.75em;
  text-align: center;
  max-width: 166px;
  background: url(../../src/images/branding-new/divisions/publishing_black.png) no-repeat top left/contain;
}

.footer .badge-b {
  background: url(../../src/images/branding-new/divisions/media_black.png) no-repeat top left/contain;
}

.footer .badge-c {
  background: url(../../src/images/branding-new/divisions/HGX_black.png) no-repeat top left/contain;
}

.footer .badge-d {
  background: url(../../src/images/branding-new/HG_logo_black.svg) no-repeat top left/contain;
}

@media only screen and (min-width: 1024px) {
  .footer .badge {
    margin-left: 0;
    text-align: left;
  }
}

.footer .text-badge {
  height: 62px;
}

.footer .title {
  font-size: 1em;
  margin-bottom: 0.9em;
  font-weight: normal;
}

.footer .title strong {
  letter-spacing: 0.1px;
}

.footer h5.title {
  display: none;
}

.footer .extract {
  color: #333;
  font-size: 0.875em;
  line-height: 1.7;
  max-width: none;
}

@media only screen and (min-width: 1024px) {
  .footer .extract {
    min-height: 9em;
    margin-bottom: 0;
    max-width: 92%;
  }
}

.footer .call-to-action {
  margin-bottom: 2em;
}

@media only screen and (min-width: 1024px) {
  .footer .call-to-action {
    margin-bottom: 0;
  }
}

.footer .button {
  padding: 0.5625em;
  font-weight: normal;
  font-size: 0.875em;
  min-width: 9rem;
  line-height: 0.7;
}

.footer .is-expanded .icon-chevron {
  -ms-transform-origin: -10px 10px;
  transform-origin: -10px 10px;
}

.footer .header {
  font-size: 0.875em;
  display: inline-block;
  width: 100%;
  padding: 0.875em 36px;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
}

.footer .header .icon-chevron {
  position: relative;
}

.footer .header .icon-chevron::before {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #c9d3ec;
}

.footer .table-list {
  margin-top: 2.5em;
  margin-bottom: 36px;
  border-top: 2px solid #edf1f8;
  border-bottom: 2px solid #edf1f8;
}

.footer .table-list .header a {
  color: #929ebc;
}

.footer .table-list li {
  color: #333;
  font-size: 0.875em;
}

.footer .table-list li a {
  box-shadow: none;
}

.footer .table-list .row.four-column {
  border-top: 2px solid #edf1f8;
  padding: 0.625em 36px;
}

.footer .table-list .row.four-column li {
  color: #929ebc;
}

.footer .table-list .row.four-column li a {
  color: inherit;
}

.footer .table-list .row.four-column li a:hover {
  color: #c9d3ec;
}

.hero-banner {
  padding: 40px 20px;
  text-align: center;
  background-size: cover;
  background-position: 50%;
}

.hero-banner .v-block {
  height: 360px;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-banner .v-block .name {
  width: 70%;
  margin: 0 auto;
  text-transform: capitalize;
}

.hero-banner .v-block p {
  font-size: 1.2em;
  width: 81%;
  margin: 0 auto;
}

.hero-banner .v-block #SearchBox {
  width: 100%;
  margin: 30px auto 40px;
}

.hero-banner .v-block #SearchBox .search-icon {
  left: 18px;
  top: 28%;
}

.hero-banner .v-block #SearchBox .search-icon:before {
  color: #455560;
}

.hero-banner .v-block #SearchBox input {
  color: #455560;
  padding: 20px 60px;
}

@media only screen and (min-width: 768px) {
  .hero-banner .v-block #SearchBox {
    width: 80%;
  }
}

.hero-link {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
}

.hero-column {
  position: relative;
  overflow: hidden;
  margin: 30px 0 0;
}

.hero-column .brand-page-list {
  margin-top: 80px;
}

.hero-column .brand-page-list .item-content p, .hero-column .brand-page-list .view {
  display: none;
}

@media only screen and (min-width: 768px) {
  .hero-column .brand-page-list .item-content h4.title {
    width: 190px;
  }
}

@media only screen and (min-width: 1024px) {
  .hero-banner {
    padding: 40px 36px;
  }
  .hero-banner .v-block .name, .hero-banner .v-block p {
    width: auto;
  }
  .hero-banner .v-block #SearchBox {
    width: 50%;
  }
  .hero-column .brand-page-list {
    max-width: 100%;
    margin: 0;
    background: none;
  }
  .hero-column .brand-page-list .brand-list-item {
    background-color: #edf1f8;
    display: inline-block;
    border-bottom: none;
    margin: 0;
  }
  .hero-column .brand-page-list .brand-list-item > a {
    padding: 20px;
    width: 100%;
  }
  .hero-column .brand-page-list .item-content h4 {
    width: 100%;
    font-size: 1.3625em;
    text-align: center;
  }
  .hero-column .brand-page-list .item-content h4.title {
    font-size: 30px;
    width: 100%;
  }
  .hero-column .brand-page-list .item-content h4.view {
    color: #929ebc;
    font-family: "Moderat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 16px;
    display: block;
  }
  .hero-column .brand-page-list .item-content h4.view:after {
    content: '\f105';
    position: relative;
    top: 1px;
    font-family: "FontAwesome";
    font-size: 20px;
    padding-left: 5px;
    transition: padding-left 0.2s;
  }
  .hero-column .brand-page-list .item-content h4.view:hover:after {
    padding-left: 20px;
  }
  .hero-column .brand-page-list .item-content p {
    display: block;
    clear: both;
  }
  .hero-column.three-col .brand-page-list .brand-list-item {
    width: 33%;
    padding: 10px;
  }
  .hero-column.three-col .brand-page-list .brand-list-item > a .item-image, .hero-column.three-col .brand-page-list .brand-list-item > a .item-content {
    display: block;
    width: auto;
    padding: 0;
  }
  .hero-column.three-col .brand-page-list .brand-list-item > a .item-content {
    padding: 20px 0 5px;
    text-align: center;
  }
  .hero-column.two-col .brand-page-list .brand-list-item {
    width: 48.5%;
    margin-right: 1%;
  }
  .hero-column.two-col .brand-page-list .brand-list-item:last-of-type {
    margin-right: 0;
  }
  .hero-link {
    position: relative;
  }
  .hero-link a {
    margin-top: 30px;
  }
}

.theme-a .hero-banner .button {
  color: #ffffff;
  border-color: #ffffff;
}

.theme-a .hero-banner .button:hover, .theme-a .hero-banner .button:active {
  background-color: #ffffff;
  color: #333;
}

.twitter-wrap {
  background: #455660;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  position: relative;
}

.twitter-wrap h5 {
  text-transform: uppercase;
  text-align: center;
  margin: 0.5em 0;
}

.twitter-wrap h2 {
  margin-bottom: 1.5em;
  text-align: center;
}

.twitter-wrap .twitter-tiles.card .card-image {
  min-width: 120px;
  float: none;
  background: url(../../src/images/twitter.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

.twitter-wrap .card-content {
  font-size: 0.625em;
  word-break: break-word;
}

.twitter-wrap .card-content .user-info .avater {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 8px;
}

.twitter-wrap .card-content .user-info .name {
  float: left;
  width: 60%;
  text-align: left;
}

.twitter-wrap .card-content .user-info .name .username {
  color: #8f8e8e;
  font-size: 0.75em;
}

.twitter-wrap .card-content .user-info .logo {
  float: right;
  background: url(../../src/images/Twitter_logo.png);
  height: 25px;
  width: 25px;
  background-size: 25px 25px;
}

.twitter-wrap .card-content .tweet-text {
  font-size: 1.125em;
  margin: .7em 0;
  line-height: 1.2em;
  text-align: left;
}

.twitter-wrap .card-content .tweet-text a {
  word-wrap: break-word;
}

.twitter-wrap .card-content .timestamp {
  color: #8f8e8e;
  font-size: 0.75em;
  text-align: left;
}

.twitter-wrap .card-content .tweet-actions {
  overflow: hidden;
}

.twitter-wrap .card-content .tweet-actions li {
  float: left;
  margin-right: 17%;
}

.twitter-wrap .card-content .tweet-actions li a {
  height: 18px;
  width: 18px;
  display: block;
}

.twitter-wrap .card-content .tweet-actions li.reply a {
  background: url(../../src/images/reply-action.png);
  background-size: 18px 18px;
}

.twitter-wrap .card-content .tweet-actions li.retweet a {
  background: url(../../src/images/retweet-action.png);
  background-size: 18px 18px;
}

.twitter-wrap .card-content .tweet-actions li.like a {
  background: url(../../src/images/like-action.png);
  background-size: 18px 18px;
}

.twitter-wrap .button {
  color: #ffffff;
  border-color: #ffffff;
  margin-top: 30px;
}

.twitter-wrap .button:hover, .twitter-wrap .button:active {
  background-color: #ffffff;
  color: #333;
}

@media (max-width: 767px) {
  .twitter-wrap .card-content .user-info .name {
    width: 50%;
  }
}

@media only screen and (min-width: 480px) {
  .twitter-wrap .twitter-tiles.card .card-image {
    width: auto;
    min-height: 200px;
  }
  .twitter-wrap .card-content {
    font-size: 0.75em;
  }
}

@media only screen and (min-width: 1024px) {
  .twitter-wrap {
    padding: 50px 35px;
  }
  .twitter-wrap .card-content {
    padding: 20px;
    font-size: 1em;
  }
}

.c-author {
  margin-top: 40px;
}

.c-author__outer {
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333333;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 1024px) {
  .c-author__outer {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.c-author__results-outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 1024px) {
  .c-author__results-outer {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.c-author__results-wrapper {
  -ms-flex: 1;
  flex: 1;
}

.c-author__results-item {
  margin-bottom: 20px;
  text-align: left;
}

.c-author__sub {
  color: white;
  margin-right: 10px;
  margin-top: 10px;
}

@media only screen and (min-width: 1024px) {
  .c-author__sub {
    margin-top: 0;
  }
}

.c-author__alpha-wrapper {
  background-color: #333333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
}

@media only screen and (min-width: 1024px) {
  .c-author__alpha-wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: none;
    flex-wrap: none;
  }
}

.c-author__alpha-item {
  list-style: none;
}

.c-author__alpha-link {
  color: white !important;
  min-width: 28px;
  min-height: 28px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-author__alpha-link:hover {
  background-color: white;
  text-decoration: none;
  color: #333333 !important;
}

.row {
  margin-right: auto;
  margin-left: auto;
}

.row::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width: 1024px) {
  .two-column .column-1 {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 41.1215%;
  }
  .two-column .column-1:last-child {
    margin-right: 0;
  }
  .two-column .column-2 {
    padding-left: 0.9375em;
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 57.94393%;
  }
  .two-column .column-2:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .two-column-half .left-column,
  .two-column-half .right-column {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 49.53271%;
  }
  .two-column-half .left-column:last-child,
  .two-column-half .right-column:last-child {
    margin-right: 0;
  }
  .two-column-right .left-column {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 66.35514%;
  }
  .two-column-right .left-column:last-child {
    margin-right: 0;
  }
  .two-column-right .right-column {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 32.71028%;
  }
  .two-column-right .right-column:last-child {
    margin-right: 0;
  }
  .four-column .col {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 20.09346%;
  }
  .four-column .col:last-child {
    margin-right: 0;
  }
  .four-column .col.wider {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 32.71028%;
  }
  .four-column .col.wider:last-child {
    margin-right: 0;
  }
}

.row table tbody {
  width: 100%;
  display: table;
}

/*
  ----------------------------- _page-layout.scss
*/
html, body {
  overflow-x: hidden;
}

@media only screen and (min-width: 768px) {
  html, body {
    overflow: visible;
  }
}

a {
  transition: all 0.2s;
}

a * {
  transition: all 0.2s;
}

.hr {
  max-width: 100%;
  border-bottom: 2px solid #ffffff;
  margin: 1.875em 0;
}

.hr::after {
  clear: both;
  content: "";
  display: table;
}

.hr.inverted {
  border-bottom-color: rgba(237, 241, 248, 0.5);
}

.content-block {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}

.content-block::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width: 1024px) {
  .content-block {
    text-align: left;
  }
}

.content-block.padded {
  padding: 0.9375em;
}

.content-block.padded .inner-content {
  padding: 6.25em 36px;
  color: #4a5861;
}

.content-block-inner {
  position: relative;
  padding: 2.8125em 5%;
  margin: 0 auto;
}

@media only screen and (min-width: 480px) {
  .content-block-inner {
    padding: 2.8125em 36px;
  }
}

.content-block .content-block-first {
  padding-top: 0;
}

.content-block.border-bottom {
  border-bottom: 2px solid #edf1f8;
}

.home {
  background: #f7f9fc;
  background-size: cover;
  background-position: center;
  color: #333;
  /*@media only screen and (max-width: 768px) {
        height: 400px;
    }*/
  /*
  &:before {
    content: "";
    background: url(../../src/images/pattern-texture.png) repeat 0 0;
    position: fixed;
    height: 100%;
    width: 100%;
    max-width: $site-max-width;
    display: block;
    top: 0;
    opacity: .6;
  }
  */
}

.home .main-inner .hero-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  height: 60vh;
}

@media only screen and (min-width: 1440px) {
  .home .main-inner .hero-banner {
    height: 520px;
  }
}

.home .main-inner .hero-banner.shrink {
  height: auto;
}

.home .main-inner .hero-banner h1 {
  font-size: 40px;
  margin-bottom: 0.625em;
}

@media only screen and (min-width: 768px) {
  .home .main-inner .hero-banner h1 {
    font-size: 100px;
  }
}

.home .main-inner .hero-banner p {
  font-size: 1.25em;
}

.home .main-inner .hero-banner h1, .home .main-inner .hero-banner p {
  color: #ffffff;
}

.home .hero-badge {
  background: url(../../src/images/hardie-grant-badge.png) no-repeat center center/contain;
  height: 340px;
  max-height: 260px;
  margin-bottom: .1em;
}

@media only screen and (min-width: 1024px) {
  .home .hero-badge {
    max-height: none;
  }
}

.home .tagline {
  font-size: 1.375em;
  margin: 0 auto;
  width: 90%;
  max-width: 21.25em;
  margin-bottom: 20px;
}

.home .text.align-center {
  padding: 0 0 .7em 0;
}

.home .simple-list a:hover {
  -ms-transform: translateX(0.23em);
  transform: translateX(0.23em);
}

@media only screen and (min-width: 1024px) {
  .home .text.align-center {
    padding: 0 0 4.7em 0;
  }
  .home .tagline {
    font-size: 1.375em;
    margin-bottom: 0;
  }
}

.home .carousel-caption {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .home .carousel-caption {
    margin-top: 0;
  }
}

.home .carousel-caption .information {
  -ms-flex-pack: center;
  justify-content: center;
}

.home .carousel-caption .information .t {
  margin-top: 1em;
  vertical-align: top;
}

.home .carousel-caption h1 {
  font-weight: 600;
}

.home .carousel-caption .button {
  color: #ffffff;
  border-color: #ffffff;
}

.home .carousel-caption .button:hover, .home .carousel-caption .button:active {
  background-color: #ffffff;
  color: #333;
}

.home .carousel.slide {
  background-color: #929ebc;
}

.home .carousel.slide .carousel-image {
  height: 60vh;
}

@media only screen and (min-width: 1440px) {
  .home .carousel.slide .carousel-image {
    height: 520px;
  }
}

.home .carousel-indicators {
  bottom: 50px;
  text-align: center;
  padding-right: 0;
}

.three-col-stacked {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 2.5rem;
}

.three-col-stacked .theme-a p {
  color: #333;
}

.three-col-stacked .theme-b p {
  color: #333;
}

.three-col-stacked .theme-c p {
  color: #333;
}

.three-col-stacked .link-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.three-col-stacked .link-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.three-col-stacked .link-wrapper .badges {
  float: left;
  padding-right: .5em;
  transition: all .2s;
}

.three-col-stacked .link-wrapper .title {
  font-weight: normal;
  margin-top: 1.875rem;
  font-size: 0.9375rem;
  float: left;
}

.three-col-stacked .link-wrapper .title strong {
  letter-spacing: 0;
}

.three-col-stacked .link-wrapper .icon-chevron {
  background: url(../../src/images/arrow-right-transparent.png) no-repeat center right/contain;
  display: block;
  float: right;
  height: 18vw;
  max-height: 80px;
  width: 14px;
  margin-right: 20px;
  transition: all .2s;
}

.three-col-stacked .link-wrapper .icon-chevron::before {
  display: none;
}

.three-col-stacked .link-wrapper:hover .icon-chevron {
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em);
}

@media only screen and (min-width: 1024px) {
  .three-col-stacked .link-wrapper:hover .badges {
    -ms-transform: translateY(-0.7em);
    transform: translateY(-0.7em);
  }
  .three-col-stacked .link-wrapper .badges, .three-col-stacked .link-wrapper .title {
    width: 100%;
    float: none;
    padding: 0;
  }
  .three-col-stacked .link-wrapper .title {
    font-size: 1.7em;
    margin-top: 0;
    margin-bottom: 37px;
  }
  .three-col-stacked .link-wrapper p {
    font-size: 19px;
    max-width: 90%;
    margin: 0 auto;
  }
}

.three-col-stacked .badge {
  margin: 0;
}

.three-col-stacked .text {
  font-size: 0.875em;
}

.three-col-stacked .text li {
  color: #333;
}

.three-col-stacked .text a {
  opacity: .75;
  box-shadow: none;
  width: 100%;
  display: inline-block;
}

.three-col-stacked .text a:hover {
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .three-col-stacked .badge {
    margin: 0 auto;
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
}

.three-col-stacked .title {
  color: #455660;
}

.three-col-stacked .card-description {
  font-size: 1.125em;
  margin: 0 auto;
  max-width: 90%;
  min-height: 5.3125em;
}

.three-col-stacked .call-to-action {
  padding: 0 1.875em 2em;
}

.three-col-stacked .button {
  min-width: 10em;
  padding: 6px;
}

.three-col-stacked .col {
  padding: 1em 0.625em;
  border-bottom: 1px solid #edf1f8;
  cursor: pointer;
}

.three-col-stacked .col:last-child {
  border: 0 none;
}

@media only screen and (min-width: 1024px) {
  .three-col-stacked {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .three-col-stacked .col {
    display: table-cell;
    width: 33.33333%;
    padding: 1.375em 1.25em;
    text-align: center;
    border: 0;
    border-right: 1px solid #edf1f8;
  }
}

.three-col-stacked.featured {
  border-radius: 7px;
}

.three-col-stacked.featured .col {
  color: #333;
  border: 0;
  padding: 0.125em;
}

@media only screen and (min-width: 480px) {
  .three-col-stacked.featured .col {
    padding: 0.625em;
  }
}

.three-col-stacked.featured .col [class*=theme] {
  background-color: #edf1f8;
}

@media only screen and (min-width: 480px) {
  .three-col-stacked.featured .col [class*=theme] {
    padding: 1.875em;
  }
}

.three-col-stacked.featured .col [class*=theme] p {
  font-size: 16px;
  line-height: 1.4;
}

@media only screen and (min-width: 480px) {
  .three-col-stacked.featured .col [class*=theme] .text-badge {
    font-size: 20px;
  }
}

.three-col-stacked.featured .col [class*=theme] .text-badge:before {
  padding-top: 5px;
  padding-left: 20px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .three-col-stacked.featured .col [class*=theme] .text-badge:before {
    text-align: center;
    padding: 0;
  }
}

.three-col-stacked.featured .col [class*=theme] .call-to-action {
  padding: 0;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .three-col-stacked.featured .col [class*=theme] .call-to-action {
    display: block;
  }
}

.three-col-stacked.featured .col [class*=theme] .call-to-action .button {
  color: #333;
  border-color: #333;
  width: 250px;
}

.three-col-stacked.featured .col [class*=theme] .call-to-action .button:hover, .three-col-stacked.featured .col [class*=theme] .call-to-action .button:active {
  background-color: #333;
  color: #ffffff;
}

.brand-home {
  background: #f7f9fc;
  color: #ffffff;
  /*
  &:before {
    content: "";
    background: url(../../src/images/pattern-texture.png) repeat 0 0;
    position: fixed;
    height: 100%;
    width: 100%;
    max-width: $site-max-width;
    display: block;
    top: 0;
    opacity: .6;
  }
  */
}

.brand-home h1 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 0.625em;
}

@media only screen and (min-width: 480px) {
  .brand-home h1 {
    font-size: 80px;
  }
}

.brand-home .content-block-inner h2, .brand-home .content-block-inner h3 {
  color: #333;
}

.brand-home .content-block-inner .title {
  font-size: 30px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
}

.brand-home .two-column .left-column > h4, .brand-home .two-column .right-column > h4 {
  margin-bottom: 1em;
}

@media only screen and (min-width: 1024px) {
  .brand-home .two-column {
    float: left;
    width: 100%;
  }
  .brand-home .two-column .left-column, .brand-home .two-column .right-column {
    width: 49.8%;
    float: left;
    margin: 1em 0;
  }
  .brand-home .two-column .left-column {
    margin-right: 0.4%;
  }
}

#CarouselWidget-ourclientsmockup .t {
  vertical-align: top;
}

#book-details {
  background-color: #edf1f8;
  background-image: linear-gradient(to right bottom , #edf1f8 0%, #edf1f8 50%, #f7f9fc 50%, #f7f9fc 100%);
}

#book-details h1 {
  color: #333;
  margin-bottom: .2em;
  font-size: 2.5rem;
  line-height: 1.2;
}

#book-details h1 span {
  line-height: 1.5;
  font-size: 50%;
  clear: both;
  display: block;
  color: #929ebc;
}

#book-details a {
  color: #929ebc;
}

#book-details a:hover:not(.circle), #book-details a:active:not(.circle) {
  color: #c9d3ec;
}

#book-details .two-column .column-1 {
  text-align: center;
}

#book-details .two-column .column-1 h4 {
  font-size: 30px;
}

#book-details .two-column .column-2 {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  #book-details .two-column .column-2 {
    margin-top: 0;
  }
}

#book-details .publishing-group {
  padding-top: 6px;
  padding-bottom: 1rem;
  padding-left: 0;
}

#book-details .inline-list .inline-list-item {
  font-size: 1rem;
}

#book-details .button-group {
  padding: 0.1875em 0 0;
}

#book-details .button-group.primary-btn a {
  background: #929ebc;
  color: #ffffff;
  border: 0;
  padding: 13px 20px;
}

#book-details .button-group.secondary-btn .button {
  color: #929ebc;
  border-color: #929ebc;
  box-shadow: none;
}

#book-details .button-group.secondary-btn .button:hover, #book-details .button-group.secondary-btn .button:active {
  background-color: #929ebc;
  color: #ffffff;
}

#book-details.secondary-btn .button {
  color: #929ebc;
  border-color: #929ebc;
  box-shadow: none;
}

#book-details.secondary-btn .button:hover, #book-details.secondary-btn .button:active {
  background-color: #929ebc;
  color: #ffffff;
}

#book-details .button {
  box-shadow: none;
  text-decoration: none;
  font-size: 14px;
  border-radius: 1.5em;
  min-width: 11rem;
  padding: 11px 20px;
}

#book-details .featured-image {
  width: 100%;
  max-width: 250px;
}

#book-details .img-container {
  text-align: center;
}

#book-details .text * {
  word-wrap: break-word;
}

#book-details h4 {
  font-size: 1.375em;
}

@media only screen and (min-width: 1024px) {
  #book-details .featured-image {
    max-width: 350px;
  }
  #book-details h1 {
    padding-right: 50px;
    font-size: 3.125rem;
  }
}

@media only screen and (min-width: 1024px) {
  #book-details .editions_retailers {
    bottom: 220px;
    left: 0px;
  }
}

.content-page {
  color: #333;
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .content-page .ph-left {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 64.6729%;
  }
  .content-page .ph-left:last-child {
    margin-right: 0;
  }
  .content-page .ph-right {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 28.50467%;
    float: right;
    margin-right: 0;
  }
  .content-page .ph-right:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .content-page .ph-left {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 59.62617%;
  }
  .content-page .ph-left:last-child {
    margin-right: 0;
  }
  .content-page .ph-right {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 22.61682%;
    float: right;
    margin-right: 0;
  }
  .content-page .ph-right:last-child {
    margin-right: 0;
  }
}

.component.header .content-block-inner {
  padding: 1.25em 36px;
}

.component.header h1 {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .component.header h1 {
    margin-top: 1.5625em;
  }
}

.article-title h2 {
  line-height: 1.4;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 1024px) {
  .latest-events-heading {
    width: 100%;
    text-align: center;
  }
}

.see-eventsbtn-wrap {
  text-align: center;
  margin-top: 40px;
}

/*
  ----------------------------- _case-studies.scss
*/
.case-study .cs-title,
.case-study .cs-subtitle {
  text-align: center;
}

.case-study .cs-title {
  max-width: 770px;
  margin: 0 auto;
  color: #333;
  margin: 0.2em auto 0.7em auto;
}

.case-study p {
  color: #4d4d4d;
  text-align: left;
}

.case-study .cs-subtitle {
  color: #848a8f;
  text-transform: uppercase;
  font-size: 1.0625em;
  letter-spacing: -0.1px;
}

.case-study .cs-three-column {
  padding: 1.5em 0;
  border: 1px solid #dfdfdf;
  border-left: 0;
  border-right: 0;
  margin-bottom: 4rem;
  display: block;
}

.case-study .cs-three-column::after {
  clear: both;
  content: "";
  display: table;
}

.case-study .cs-three-column .col1 {
  float: left;
  display: block;
  margin-right: 0.93458%;
  width: 100%;
}

.case-study .cs-three-column .col1:last-child {
  margin-right: 0;
}

.case-study .cs-three-column .col2 {
  float: left;
  display: block;
  margin-right: 0.93458%;
  width: 49.53271%;
}

.case-study .cs-three-column .col2:last-child {
  margin-right: 0;
}

.case-study .cs-three-column .col3 {
  float: left;
  display: block;
  margin-right: 0.93458%;
  width: 49.53271%;
}

.case-study .cs-three-column .col3:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 1024px) {
  .case-study .cs-three-column .cs-logo {
    text-align: right;
  }
}

.case-study .cs-three-column .cs-logo img {
  max-width: 90%;
}

@media only screen and (min-width: 768px) {
  .case-study .cs-three-column .col1 {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 57.94393%;
  }
  .case-study .cs-three-column .col1:last-child {
    margin-right: 0;
  }
  .case-study .cs-three-column .col2 {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 15.88785%;
    padding-left: 15px;
  }
  .case-study .cs-three-column .col2:last-child {
    margin-right: 0;
  }
  .case-study .cs-three-column .col3 {
    float: left;
    display: block;
    margin-right: 0.93458%;
    width: 24.29907%;
  }
  .case-study .cs-three-column .col3:last-child {
    margin-right: 0;
  }
}

.case-study .simple-list {
  text-align: left;
}

.case-study .simple-list li a {
  position: relative;
}

.case-study .simple-list li a:before {
  color: inherit;
  content: ">";
  left: 0;
}

.case-study .simple-list li a:empty {
  display: none;
}

/*
  ----------------------------- _services-page.scss
*/
.services {
  background: white;
}

.services .description p,
.services .text {
  font-size: inherit;
}

@media only screen and (min-width: 1440px) {
  .services .description p,
  .services .text {
    font-size: 1.0625rem;
  }
}

.services .description {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}

.services .description p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .services .description {
    text-align: center;
  }
}

.services blockquote {
  line-height: 1.5;
  font-size: 1.25rem;
  color: #455660;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  padding: .3em 0;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 480px) {
  .services blockquote {
    font-size: 1.6875rem;
  }
}

.services .multi-column-section .columns .column {
  padding-top: .5em;
}

.sitemap {
  color: #455660;
}

.sitemap li.sitemap-level-1 {
  font-weight: bolder;
  padding: 0 0 0 2.8125em;
  margin: 1.5625em 0 0;
}

.sitemap li.sitemap-level-2 {
  font-weight: bold;
  padding: 0 0 0 5.625em;
  margin: 1.25em 0 0;
}

.sitemap li.sitemap-level-3 {
  font-weight: normal;
  padding: 0 0 0 7.8125em;
  margin: 0.625em 0 0;
}

.sitemap li.sitemap-level-4 {
  font-weight: normal;
  padding: 0 0 0 9.6875em;
  margin: 0.625em 0 0;
}

/*!
 *  Font Awesome 4.7.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/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 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: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: #fff;
}

/* 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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
