body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  letter-spacing: 7px;
  margin-top: 0;
  margin-bottom: 33px;
  font-size: 30px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: rgba(103, 103, 112, .84);
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  list-style-type: disc;
  display: block;
}

h3:hover {
  transform: none;
}

h3:active {
  text-decoration: none;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #f0f0f0;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  width: 100%;
  float: left;
  color: rgba(103, 103, 112, .84);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
}

blockquote {
  color: rgba(64, 64, 71, .84);
  border-style: none;
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.button {
  float: right;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #49647b;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 15px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color 1s;
  display: inline-block;
}

.button:hover {
  color: #2d3e4f;
  background-color: #fff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  float: none;
  background-color: #49647b;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover {
  color: #fff;
  background-color: #92a0ad;
}

.button.tab.w--current {
  background-color: #49647b;
}

.button.tab.w--current:hover {
  background-color: #92a0ad;
}

.button.book-more-button {
  width: auto;
  max-width: 100%;
  float: left;
  clear: none;
  color: #2d3e4f;
  text-align: center;
  background-color: rgba(72, 99, 122, .3);
  margin-top: 12px;
  margin-bottom: 6px;
  margin-right: 16px;
  padding: 0 12px 6px;
  display: block;
  position: static;
  overflow: visible;
}

.button.book-more-button:hover {
  color: #fff;
  background-color: rgba(72, 99, 122, .6);
}

.button.buy-book-button {
  max-width: 100%;
  float: left;
  margin-top: 8px;
  margin-left: 0;
  margin-right: 0;
}

.button.buy-book-button.spacer {
  clear: left;
  background-color: #676770;
  padding: 5px 12px;
  font-size: 14px;
  display: block;
  position: static;
}

.button.buy-book-button.spacer:hover {
  background-color: rgba(103, 103, 112, .33);
}

.button.contact-button {
  float: right;
  clear: none;
  background-color: #676770;
  border: 1px solid #fff;
  margin-right: 0;
  position: static;
  top: 0;
  right: 0;
}

.button.en-button {
  opacity: .84;
  color: #404047;
  background-color: rgba(72, 99, 122, .33);
  border: 1px solid #668cad;
  margin: 4px 0 4px 8px;
  padding: 8px;
  font-size: 12px;
  transition-property: all;
  transition-duration: .1s;
}

.button.en-button:hover {
  opacity: 1;
  color: #fff;
  background-color: rgba(72, 99, 122, .66);
  border: 1px solid rgba(45, 62, 79, .5);
}

.button.en-button.grayed-out-button {
  color: rgba(64, 64, 71, .3);
  background-color: rgba(72, 99, 122, .17);
  border-color: rgba(102, 140, 173, .33);
}

.button.linear-more-button {
  max-width: 100%;
  float: right;
  color: #2d3e4f;
  background-color: rgba(72, 99, 122, .3);
  margin-top: 0;
  margin-bottom: 6px;
  margin-right: 0;
  padding: 0 12px 6px;
}

.navigation-link {
  width: auto;
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  font-weight: 300;
  list-style-type: disc;
  transition: all .3s ease-in-out;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.navigation-link:hover {
  color: #face6a;
}

.navigation-link.w--current {
  color: #fff;
  font-weight: 300;
}

.navigation-link.w--current:hover {
  color: #face6a;
}

.navigation-link.top-nag-link-spacer {
  margin-top: 33px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.navigation-bar {
  z-index: 9999;
  width: 100%;
  text-align: left;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
}

.hamburger-button {
  float: right;
  clear: none;
  color: #404047;
  padding-bottom: 8px;
  padding-left: 17px;
  padding-right: 0;
}

.hamburger-button.w--open {
  float: right;
  clear: none;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0;
  padding-right: 0;
  display: block;
  top: 0;
  left: 0;
}

.navigation-menu {
  width: 33%;
  min-width: 202px;
  color: #fff;
  text-align: left;
  background-color: #404047;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 12px;
  padding-right: 0;
  list-style-type: none;
  position: absolute;
  overflow: visible;
}

.brand-text {
  float: left;
  color: #404047;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 200;
  line-height: 25px;
}

.brand-text._600-semi-bold {
  letter-spacing: 7px;
  font-weight: 400;
}

.brand-text._600-semi-bold.spacer, .brand-text.spacer {
  margin-top: 10px;
}

.brand-text.spacer._400-normal {
  color: #f0f0f0;
}

.brand-text._200-light {
  letter-spacing: 4px;
  font-weight: 200;
}

.brand-text._200-light.spacer {
  color: #f0f0f0;
}

.brand-text._400-normal {
  font-weight: 400;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  color: #6a859c;
  background-color: rgba(142, 142, 156, .75);
  background-image: linear-gradient(rgba(25, 32, 36, .66) 1%, rgba(45, 62, 79, 0)), url('../images/JD-Pamplona-01a.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.accent.about {
  color: #8e8e9c;
  background-color: #edeff2;
}

.section.tab-section {
  background-color: rgba(64, 64, 71, .06);
}

.section.temp-colour {
  background-color: rgba(115, 82, 96, .4);
}

.section.contact-background {
  background-image: linear-gradient(rgba(25, 32, 36, .33) 1%, rgba(255, 255, 255, 0) 99%), url('../images/Pavement-Star-LG.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.space-below {
  margin-bottom: 1px;
}

.section.section-no-bottom-space {
  padding-bottom: 0;
}

.white-box {
  text-align: center;
  background-color: rgba(255, 255, 255, .87);
  border-radius: 5px;
  padding: 34px;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(rgba(25, 32, 36, .66), rgba(45, 62, 79, 0) 99%), url('../images/rocks-portrait.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 58px;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  float: none;
  clear: none;
  color: #fff;
  letter-spacing: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  display: inline-block;
  position: static;
  overflow: visible;
}

.hero-heading._600-semi-bold {
  letter-spacing: 14px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.hero-heading._600-semi-bold._676770 {
  color: #676770;
}

.hero-heading._676770 {
  color: #676770;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 50px;
}

.hero-heading._676770._200-light {
  margin-top: auto;
  margin-bottom: auto;
}

.hero-heading._100-thin {
  font-weight: 100;
}

.hero-heading._200-light {
  letter-spacing: 8px;
  font-weight: 200;
}

.hero-subheading {
  color: rgba(240, 240, 240, .84);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.hero-subheading.gray {
  color: #676770;
  padding-left: 54px;
  padding-right: 54px;
}

.hero-subheading.gray.no-space-below {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #49647b;
  background-color: rgba(191, 224, 255, .44);
  border-color: #49647b;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  color: #49647b;
  border-color: #49647b;
}

.hollow-button.not-white {
  float: left;
  color: #49647b;
  border-color: #49647b;
  margin-top: 11px;
  margin-left: 0;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.hollow-button.not-white.button-space {
  float: left;
  margin-top: 0;
  margin-bottom: 22px;
}

.hollow-button.not-white.button-space.blog-button {
  float: left;
  display: block;
  position: static;
}

.hollow-button.not-white.blog-button {
  float: none;
  margin-bottom: 3px;
  padding-bottom: 10px;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 300;
  line-height: 42px;
}

.section-heading.centered.white {
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  transition: all .5s;
}

.section-heading.centered.spacing {
  margin-bottom: 33px;
}

.section-heading.centered.spacing.heading-spacer-below {
  margin-bottom: 44px;
}

.section-heading.centered.heading-spacer {
  margin-bottom: 33px;
}

.section-heading.centered.dark-slate-grey-text {
  color: #404047;
  margin-bottom: auto;
  font-size: 42px;
  line-height: 42px;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
  transition: all .5s;
}

.section-subheading.white {
  color: #fff;
  font-size: 20px;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 21px;
  font-weight: 300;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.form-field.message-text-field {
  height: 88px;
}

.footer {
  clear: none;
  text-align: left;
  background-color: rgba(25, 32, 36, .66);
  border: 2px #f0f0f0;
  border-top: 2px solid #bec3c7;
  padding: 50px 44px 35px;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  width: 35%;
  box-shadow: none;
  background-color: #49647b;
  border: 10px solid #fff;
  border-radius: 20%;
  margin: 20px auto;
  padding: 20px;
  transition: all .5s;
  display: block;
  transform: none;
}

.grid-image:hover {
  background-color: #668cad;
  transform: scale(1.08);
}

.social-icon {
  float: left;
  color: #f0f0f0;
}

.footer-link {
  color: #f0f0f0;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  text-align: left;
  margin-left: 30px;
}

.footer-link.design-by-gyro360 {
  text-align: left;
  text-transform: none;
  border-bottom: 0 rgba(0, 0, 0, 0);
  margin-top: 58px;
  font-size: 12px;
  font-style: normal;
}

.tab-menu {
  text-align: center;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.tabs-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: auto;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.spc {
  padding-right: 80px;
  position: relative;
  top: 0;
  left: 0;
}

.spc._2nd-level-footer-logo {
  padding-left: 0;
  padding-right: 0;
}

.form-text {
  color: #edeff2;
  margin-top: 21px;
  font-weight: 300;
}

.footer-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 30px;
  display: block;
}

.icon-link {
  width: auto;
  float: none;
  clear: none;
  text-decoration: none;
  display: block;
  position: static;
}

.mugshot-mobile {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white-body-text {
  color: #fff;
}

.menu-icon-text {
  float: right;
  clear: right;
  color: #404047;
  text-align: right;
  margin-bottom: 0;
  padding: 1px 44px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: visible;
}

.nav-container {
  width: auto;
  height: auto;
  max-width: 2666px;
  clear: none;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.menu-icon-text-test {
  float: right;
  clear: right;
  padding-top: 1px;
  padding-right: 44px;
  font-size: 18px;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.section-test {
  height: 200px;
  background-color: rgba(73, 100, 123, .12);
  border-style: solid;
  border-width: 1px;
  display: block;
}

.close-menu {
  float: none;
  clear: none;
  margin-left: 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  position: static;
}

.close-menu.w--open {
  width: auto;
  float: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: absolute;
}

.x-close-menu {
  width: 18px;
  min-width: 0;
  float: none;
  clear: none;
  margin-left: 36px;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
  display: inline-block;
}

._2nd-level-link {
  opacity: .88;
  color: #2d3e4f;
  text-decoration: none;
  transition: all .4s;
}

._2nd-level-link:hover {
  opacity: 1;
  color: #668cad;
  transform: scale(1.02)translate(0, -3px);
}

._2nd-level-left-column {
  margin-top: 22px;
  padding-right: 44px;
}

._2nd-level-right-column {
  margin-top: 22px;
  padding-left: 44px;
}

.mugshot {
  margin-top: 8px;
  margin-bottom: 24px;
  padding-right: 22px;
}

.more-about-text {
  width: auto;
  text-align: left;
  font-size: 16px;
}

.more-about-text.para-spacer {
  clear: left;
  position: static;
}

.more-about-heading {
  width: 100%;
  float: left;
  color: rgba(64, 64, 71, .8);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 33px;
  font-weight: 400;
}

.sub-sub-head {
  float: none;
  color: #404047;
  text-align: center;
}

.about-text {
  width: 100%;
  color: rgba(64, 64, 71, .74);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
}

._2nd-level-subhead {
  text-align: left;
}

._2nd-level-subhead.less-kerning {
  width: 100%;
  letter-spacing: 4px;
  line-height: 33px;
}

._2nd-level-subhead.less-kerning._94-width {
  width: 94%;
  letter-spacing: 2px;
}

._2nd-level-subhead.less-kerning._94-width.ul {
  letter-spacing: 0;
  text-transform: none;
  padding-top: 8px;
  font-size: 26px;
  line-height: 34px;
}

._2nd-level-image {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
}

._2nd-level-image.column-spacer {
  padding-right: 20px;
}

._2nd-level-image.top-spacer {
  margin-top: 22px;
  margin-bottom: 12px;
}

.column-spacer {
  padding-right: 33px;
}

.book-title {
  text-align: left;
  letter-spacing: .1px;
  text-transform: uppercase;
  font-weight: 600;
}

.book-title.heading-spacer {
  margin-top: 24px;
}

.book-row-v-light-grey-back {
  width: 100%;
  float: none;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(64, 64, 71, .03);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 28px;
  position: static;
}

.book-row-v-light-grey-back.line {
  width: 100%;
  border-bottom: 1px solid rgba(45, 62, 79, .5);
}

.book-row-grey-back {
  width: 100%;
  float: none;
  background-color: rgba(103, 103, 112, .11);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 28px;
  position: static;
}

.book-text {
  display: block;
}

.book-title-white {
  color: #fff;
  font-weight: 600;
}

.book-text-white {
  color: #fff;
}

.pic-border {
  width: 192px;
  float: left;
  border: 1px solid #404047;
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 0;
}

.hiidden-book-text {
  display: inline-block;
}

.note-text {
  max-width: 100%;
  float: left;
  padding-right: 10px;
  font-size: 15px;
  line-height: 22px;
}

.note-text.space {
  float: left;
  clear: none;
  position: static;
}

.heading {
  color: rgba(64, 64, 71, .84);
  letter-spacing: 7px;
  margin-top: 44px;
  margin-bottom: 10px;
}

.heading.spacer {
  margin-top: 55px;
  margin-bottom: 33px;
}

.heading._28-margin {
  line-height: 36px;
}

.button-link-block {
  float: right;
  clear: none;
  opacity: .55;
  margin-top: 10px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: static;
  bottom: 0;
  right: 0;
}

.button-link-block:hover {
  opacity: 1;
}

.button-link-block.hidden {
  display: none;
}

.para {
  float: none;
  margin-top: 22px;
  margin-bottom: 33px;
  display: block;
}

.para.inline {
  display: inline-block;
  position: relative;
}

.para.inline-block {
  display: inline-block;
}

.text-link {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 23px;
  display: inline-block;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.en-text {
  width: 100%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.dispatch-image {
  width: 100%;
  float: left;
  clear: none;
  margin: 12px auto 0;
  padding-top: 0;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

.dispatch-image.image-spacer {
  margin-top: 33px;
  margin-bottom: 0;
}

.dispatch-image.dispatch-image-w45 {
  width: auto;
  float: none;
  margin-top: -12px;
  padding-top: 0;
  display: inline-block;
}

.dispatch-image.bottom-space {
  margin-bottom: 44px;
}

.external-link {
  float: right;
  clear: none;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.link-block {
  color: #fff;
  background-color: rgba(0, 0, 0, .44);
  padding: 22px 26px;
  text-decoration: none;
  transition: all .2s;
}

.link-block:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .66);
  border: 0 rgba(0, 0, 0, 0);
  transform: scale(1.02)translate(0, -3px);
}

.dispatch-para {
  width: 66%;
  float: left;
  margin-left: 0;
}

.photo-caption {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.writing-container {
  margin-top: 0;
  margin-bottom: 0;
}

.dark-slate-grey-text {
  color: #404047;
}

.moving-image-container {
  margin-top: 55px;
  margin-bottom: 22px;
}

.more-about-div {
  display: inline-block;
}

.en-div {
  text-align: left;
  display: inline-block;
}

.dispatch-photo-pic-w45 {
  width: 45%;
  float: right;
  clear: none;
  margin-top: 27px;
  margin-bottom: 33px;
  margin-left: 33px;
  display: block;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dispatch-photo-pic-w45.no-top-spacing, .dispatch-photo-pic-w45.less-top-spacing {
  margin-top: 0;
}

.linear-row {
  margin-bottom: 22px;
}

.linear-row.book-row-grey-back {
  margin-bottom: 0;
}

.linear-image {
  margin-top: 22px;
  margin-bottom: 12px;
}

.linear-image.dispatch-photo-pic-w45 {
  display: block;
}

.inline-photo-45-width {
  width: 45%;
  float: right;
  clear: none;
  margin-left: 21px;
  display: inline-block;
  position: static;
  top: 0;
  right: 0;
}

.inline-photo-45-width.space-below {
  margin-bottom: 14px;
}

.inline-photo-45-width.photo-45-spacer {
  margin-top: 11px;
  margin-bottom: 11px;
}

.w96 {
  width: 96%;
  float: left;
}

.top-space {
  margin-top: 10px;
}

.image-top-spacer {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.about-heading {
  color: #676770;
  letter-spacing: 16px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
  display: inline-block;
}

.about-heading._200-light {
  font-weight: 200;
}

.design-by-gyro360 {
  text-align: center;
}

.heading-spacer-2 {
  margin-top: 18px;
  margin-bottom: 33px;
}

.blog-date {
  float: left;
  color: rgba(103, 103, 112, .84);
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 18px;
}

.inline-para-45 {
  float: none;
  text-align: left;
  display: inline;
}

.success-message {
  height: 84px;
}

.error-message {
  height: 63px;
}

.image {
  width: 100vw;
  margin-bottom: 33px;
}

.bold-text {
  font-weight: 600;
}

.journal-special-issues-container {
  border-bottom: 1px solid #000;
}

.image-100w {
  width: 100%;
}

.container-2 {
  padding-left: 101px;
  padding-right: 101px;
}

.footnote {
  text-align: left;
  font-size: 16px;
}

.references {
  font-size: 16px;
  line-height: 30px;
}

.text-span {
  text-transform: none;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

html.w-mod-js [data-ix="display-none-on-load"], html.w-mod-js [data-ix="display-none-on-load-dispatch"], html.w-mod-js [data-ix="display-none-on-load-dispatch-image"], html.w-mod-js [data-ix="display-none-on-load-more-about"], html.w-mod-js [data-ix="display-none-on-load-linear"] {
  display: none;
}

@media screen and (max-width: 991px) {
  h3 {
    color: rgba(103, 103, 112, .84);
    letter-spacing: 3px;
    font-weight: 100;
  }

  h3:hover {
    text-decoration: none;
  }

  p {
    color: rgba(103, 103, 112, .84);
    font-size: 16px;
    line-height: 24px;
  }

  .button:hover {
    color: #fff;
    background-color: rgba(45, 62, 79, .66);
  }

  .button.tab:hover {
    color: #fff;
    background-color: #2d3e4f;
  }

  .button.tab.w--current:hover {
    color: #f0f0f0;
    background-color: #2d3e4f;
  }

  .navigation-link {
    float: none;
    clear: none;
    color: rgba(255, 255, 255, .52);
    padding-left: 26px;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    overflow: visible;
  }

  .navigation-link.w--current {
    max-width: 728px;
    float: none;
    clear: none;
    color: #fff;
    padding-left: 26px;
    position: static;
    top: auto;
    left: auto;
    overflow: visible;
  }

  .navigation-link.top-nag-link-spacer {
    padding-left: 26px;
  }

  .navigation-bar {
    z-index: 999;
    width: 100%;
    float: none;
    padding-top: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
  }

  .hamburger-button.w--open {
    background-color: #49647b;
  }

  .navigation-menu {
    width: 40%;
    float: none;
    clear: none;
    background-color: #49647b;
    display: block;
    position: absolute;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.accent {
    background-position: 0 0, 0 0;
  }

  .section.contact-background {
    background-image: linear-gradient(rgba(25, 32, 36, .44), rgba(255, 255, 255, 0) 99%), url('../images/pavingstar.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-section.centered {
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    margin-top: 0;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-heading {
    font-size: 56px;
    line-height: 56px;
  }

  .hero-subheading {
    font-size: 18px;
    line-height: 30px;
    display: block;
  }

  .hollow-button:hover, .hollow-button.all-caps:hover {
    color: #fff;
    background-color: #2d3e4f;
  }

  .section-heading.centered {
    color: #676770;
    letter-spacing: 10px;
    font-size: 46px;
    line-height: 44px;
    transition: all .5s;
  }

  .section-heading.centered.white {
    color: #fff;
  }

  .section-heading.centered.heading-spacer {
    margin-top: 22px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
    transform: none;
  }

  .spc {
    padding-left: 18px;
    padding-right: 18px;
    position: static;
  }

  .spc.footer-heading.no-side-spc {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-heading {
    font-size: 26px;
  }

  .icon-link {
    text-decoration: none;
  }

  .container {
    display: inline;
  }

  .mobile-container {
    margin-top: 88px;
  }

  .link-no-underline {
    text-decoration: none;
  }

  .mugshot-mobile {
    padding-right: 50px;
  }

  .nav-container {
    top: 0;
    left: 0;
    right: 0;
  }

  .x-close-menu {
    margin-left: 26px;
  }

  ._2nd-level-link {
    text-decoration: none;
  }

  .sub-sub-head {
    font-size: 18px;
  }

  .book-row-v-light-grey-back {
    width: auto;
    background-color: #fff;
    margin-bottom: 0;
    padding: 22px 28px;
    display: block;
  }

  .book-row-grey-back {
    width: auto;
    background-color: rgba(45, 62, 79, .11);
    margin-bottom: 0;
  }

  .heading {
    letter-spacing: 5px;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    margin-top: 12px;
  }

  .button {
    float: none;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    width: auto;
    float: none;
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
  }

  .button.buy-book-button {
    width: 30%;
    float: none;
    background-color: #49647b;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .button.buy-book-button.spacer {
    width: 60%;
    margin-bottom: 20px;
  }

  .button.en-button {
    float: right;
    display: inline-block;
  }

  .navigation-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-bar {
    top: 0;
    right: 0;
  }

  .brand-text.spacer._400-normal {
    width: auto;
    float: none;
    clear: none;
    text-align: center;
    font-size: 26px;
    display: inline;
  }

  .brand-text.spacer._400-normal.no-interaction {
    float: none;
    clear: none;
    display: inline-block;
    position: static;
  }

  .brand-text._200-light.spacer {
    width: auto;
    float: none;
    clear: none;
    text-align: center;
    font-size: 26px;
    display: inline;
  }

  .brand-text._200-light.spacer.no-interaction {
    float: none;
    display: inline-block;
    position: static;
  }

  .section {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .section.contact-background {
    background-position: 0 0, 50%;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    width: auto;
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 119px;
    padding-bottom: 119px;
    position: relative;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 30px;
  }

  .section-heading.centered.heading-spacer {
    letter-spacing: 8px;
    font-size: 42px;
  }

  .section-subheading.center {
    letter-spacing: 1px;
    font-size: 18px;
  }

  .section-subheading.center.off-white {
    letter-spacing: 2px;
    font-size: 20px;
  }

  .section-subheading.white {
    letter-spacing: 1px;
    font-size: 18px;
  }

  .section-title-group {
    text-align: center;
    margin-bottom: 40px;
  }

  .form-field.text-area {
    display: block;
  }

  .footer {
    padding-left: 44px;
    padding-right: 44px;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .social-icon {
    float: left;
    clear: none;
    margin-left: 42%;
    display: inline-block;
    position: static;
    top: 0;
    bottom: 0;
    left: 226px;
    right: 0;
  }

  .footer-link.with-icon {
    float: left;
    margin-left: 14px;
    display: inline-block;
  }

  .footer-link.design-by-gyro360 {
    text-align: center;
  }

  .footer-link-wrapper {
    padding-right: 8px;
  }

  .tab-menu {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .tabs-wrapper {
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .spc {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 10px;
    position: relative;
    top: 0;
    left: 0;
  }

  .spc.narrower {
    padding-left: 122px;
    padding-right: 122px;
  }

  .spc.footer-heading {
    padding-left: 10px;
    display: block;
    overflow: visible;
  }

  .spc.footer-heading.no-side-spc {
    display: block;
    position: static;
  }

  .footer-heading {
    text-align: center;
    font-size: 38px;
  }

  .mobile-container {
    margin-top: 50px;
  }

  .mugshot-mobile {
    text-align: center;
    margin-bottom: 8px;
    padding-top: 23px;
    padding-right: 0;
  }

  .social {
    text-align: center;
  }

  .nav-container {
    top: 0;
    left: 0;
    right: 0;
  }

  .sub-sub-head {
    font-size: 18px;
  }

  ._2nd-level-subhead.less-kerning, ._2nd-level-subhead.less-kerning._94-width {
    width: 90%;
  }

  .book-title {
    display: block;
  }

  .book-title.heading-spacer {
    font-size: 22px;
    line-height: 30px;
  }

  .pic-border {
    width: 40%;
    float: none;
    display: inline-block;
  }

  .pic-border.image-bottom-spacer {
    width: 60%;
    margin-bottom: 14px;
  }

  .heading._28-margin, .para._28-margin {
    padding-left: 28px;
    padding-right: 28px;
  }

  .dispatch-para {
    width: 60%;
  }

  .about-heading.white-body-text {
    color: #fff;
    font-size: 36px;
  }

  .non-linear-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .container-2 {
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 24px;
  }

  p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

  .button {
    float: none;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    border-width: 0;
    margin-bottom: 0;
  }

  .button.tab {
    margin-left: 4px;
    margin-right: 4px;
    padding: 8px 14px;
    font-size: 14px;
    top: 0;
    left: 0;
  }

  .button.tab.w--current {
    float: none;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    position: relative;
    top: 0;
    left: 0;
  }

  .button.buy-book-button.spacer {
    width: 100%;
  }

  .button.en-button {
    display: inline-block;
  }

  .navigation-link {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .navigation-menu {
    width: 50%;
  }

  .brand-text {
    letter-spacing: 3px;
    font-size: 20px;
  }

  .brand-text.spacer._400-normal {
    width: auto;
    float: none;
    text-align: center;
    font-size: 24px;
    display: inline;
  }

  .brand-text._200-light {
    font-size: 20px;
  }

  .brand-text._200-light.spacer {
    width: auto;
    float: none;
    text-align: center;
    font-size: 24px;
    display: inline;
  }

  .brand-text._400-normal {
    font-size: 20px;
  }

  .section.accent {
    color: #6a839c;
    background-color: rgba(64, 64, 71, .39);
  }

  .section.tab-section {
    padding-bottom: 67px;
  }

  .hero-section.centered {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 60px;
    padding-bottom: 33px;
    position: relative;
  }

  .hero-heading {
    letter-spacing: 7px;
    margin-top: 44px;
    font-size: 33px;
  }

  .hero-heading._600-semi-bold {
    letter-spacing: 10px;
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-heading._200-light {
    letter-spacing: 3px;
  }

  .hero-subheading {
    text-align: center;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-subheading.gray.no-space-below {
    overflow: visible;
  }

  .hollow-button.not-white.button-space.blog-button {
    width: auto;
    max-width: 96%;
    float: left;
    clear: none;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    display: block;
    overflow: visible;
  }

  .section-heading.centered {
    letter-spacing: 2px;
    font-size: 36px;
  }

  .section-heading.centered.white {
    font-size: 36px;
  }

  .section-heading.centered.heading-spacer {
    letter-spacing: 6px;
  }

  .section-heading.centered.dark-slate-grey-text {
    font-size: 36px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-subheading.center.off-white {
    float: none;
    clear: none;
    text-align: center;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 30px;
    display: block;
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .section-subheading.white {
    font-size: 12px;
  }

  .footer {
    padding-left: 44px;
    padding-right: 44px;
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .grid-image {
    width: 35%;
  }

  .footer-link-wrapper {
    padding-right: 46px;
  }

  .tab-menu {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    display: block;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .tabs-wrapper {
    font-size: 16px;
  }

  .white-text.mobile-subhead {
    letter-spacing: 1px;
    font-size: 11px;
  }

  .spc.footer-heading {
    text-align: center;
    padding-left: 10px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .spc.footer-heading.no-side-spc {
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .footer-heading {
    position: relative;
  }

  .mobile-container {
    padding-left: 18px;
    padding-right: 18px;
    display: block;
    overflow: visible;
  }

  .spacer {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .spacer-image {
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .white-body-text {
    color: #fff;
  }

  .menu-icon-text {
    padding-top: 1px;
    padding-right: 12px;
    font-size: 16px;
  }

  .nav-container {
    margin-top: 0;
    padding-left: 2px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .sub-sub-head {
    font-size: 18px;
  }

  .book-title.heading-spacer {
    font-size: 18px;
    line-height: 28px;
  }

  .pic-border, .pic-border.image-bottom-spacer {
    width: 100%;
  }

  .heading {
    padding-left: 11px;
    padding-right: 11px;
  }

  .dispatch-para {
    width: 100%;
    text-align: left;
  }

  .about-heading {
    letter-spacing: 8px;
    font-size: 36px;
  }

  .about-heading._200-light {
    letter-spacing: 4px;
  }

  .about-heading.white-body-text {
    font-size: 26px;
  }

  .non-linear-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }
}


