@charset "UTF-8";
html {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

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

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px, ... */
/* fonts ======================================== */
/* colors ======================================== */
/* font sizes ======================================== */
/* grid ======================================== */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform, left, top;
          transition-property: transform, left, top;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.swiper-container,
.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
}

.jp-audio {
  max-width: 28.75rem;
  margin: 0 auto;
  background-color: #e8e9eb;
  padding: 0.9375rem;
  text-align: left;
  position: relative;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.jp-audio::after {
  clear: both;
  content: "";
  display: block;
}
.jp-audio a {
  color: #8d9399;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.jp-audio a:before {
  content: "";
  width: 100%;
  height: 100%;
  top: -0.3125rem;
  right: -0.3125rem;
  bottom: -0.3125rem;
  left: -0.3125rem;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.jp-audio a:hover {
  color: #3d454d;
}

.jp-controls-left {
  float: left;
  margin-left: 0;
}

.jp-controls-right {
  float: right;
  position: relative;
  width: 20%;
}

.jp-time-holder {
  clear: both;
  text-align: center;
  font-size: 0.75rem;
  font-family: "museo-sans", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.0625rem;
}

.jp-progress {
  position: absolute;
  width: 50%;
  height: 0.625rem;
  background-color: #cccccc;
  top: 1.4375rem;
  left: 25%;
  cursor: pointer;
}

.jp-seek-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.625rem;
  background-color: #78808d;
}

.jp-play-bar {
  background-color: #d32028;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.625rem;
}

.jp-volume-bar {
  position: absolute;
  width: 55%;
  height: 0.375rem;
  top: 0.625rem;
  left: 18%;
  background-color: #cccccc;
  cursor: pointer;
}

.jp-volume-bar-value {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.375rem;
  background-color: #d32028;
}

.jp-volume-max {
  float: right;
}

.jp-play,
.jp-pause {
  width: 0.9375rem;
  margin: 0 0.1875rem 0 0;
  display: inline-block;
}

.container, .row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.container::after, .row::after {
  clear: both;
  content: "";
  display: block;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.button, .go-btn, input[type=submit], .next-posts,
.prev-posts {
  border: none;
  padding: 0.5625rem 0.9375rem;
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  background-color: #222222;
  letter-spacing: 0.1875rem;
  margin: 1.25rem 0 0;
  text-align: center;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button:hover, .go-btn:hover, input[type=submit]:hover, .next-posts:hover,
.prev-posts:hover {
  color: white;
  background-color: #d32028;
}
@media screen and (min-width: 64em) {
  .button, .go-btn, input[type=submit], .next-posts,
.prev-posts {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.read-more-link, .view-more-link {
  color: #d32028;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin: 0.9375rem 0 0;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.read-more-link:hover, .view-more-link:hover {
  color: #3d454d;
}

.view-more-link {
  margin: 0;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.view-more-link .fa {
  font-size: 0.875rem;
  display: inline-block;
  margin: 0 0 0 0.3125rem;
}

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

.next-posts,
.prev-posts {
  font-size: 0.875rem;
  padding: 0.125rem 0.625rem;
  letter-spacing: 0.125rem;
}

.prev-posts {
  float: left;
}

.next-posts {
  float: right;
}

.top-link {
  position: relative;
  top: 3.125rem;
  background-color: #1a1c1f;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.content {
  padding: 3.125rem 1rem;
  background-color: white;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .content {
    text-align: left;
  }
}
.content h2 {
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.125rem;
  margin: 0 0 1.5625rem;
}
.content .appearances-title {
  margin-bottom: 1rem;
}
.content.gray {
  background: url("../img/light_noise_diagonal.gif") left top repeat;
}

.sidebar-list li {
  display: block;
  line-height: 1.3125rem;
  margin: 0 0 0.625rem;
}
.sidebar-list li a {
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #8d9399;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sidebar-list li a:hover {
  color: black;
}

.input-wrapper {
  margin: 0 0 0.625rem;
}

.bg-img .row {
  position: relative;
  z-index: 1;
}
.bg-img.loaded .bg-img-loader {
  opacity: 0;
}

.bg-img-loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1a1c1f;
  z-index: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}

.load-img,
.entry img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.load-img.loaded,
.entry img.loaded {
  opacity: 1;
}

.section-title {
  text-align: center;
  font-size: 1.875rem;
}

.phone-nav-btn {
  border: none;
  width: 3.125rem;
  height: 2.5rem;
  padding: 0.3125rem 0.625rem;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  background-color: #1a1c1f;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.phone-nav-btn span {
  display: block;
  height: 0.1875rem;
  background-color: white;
  margin: 0 0 0.3125rem;
}
.phone-nav-btn span:last-child {
  margin: 0;
}
.phone-nav-btn:focus {
  outline: none;
}

[data-columns]::before {
  content: "3 .column.size-1of3";
  display: block;
}
@media screen and (max-width: 450px) {
  [data-columns]::before {
    content: "1 .column.size-1of1";
  }
}
@media screen and (min-width: 451px) and (max-width: 700px) {
  [data-columns]::before {
    content: "2 .column.size-1of2";
  }
}
@media screen and (min-width: 701px) {
  [data-columns]::before {
    content: "3 .column.size-1of3";
  }
}

.two-col[data-columns]::before {
  content: "2 .column.size-1of2";
  display: block;
}
@media screen and (max-width: 450px) {
  .two-col[data-columns]::before {
    content: "1 .column.size-1of1";
  }
}
@media screen and (min-width: 451px) {
  .two-col[data-columns]::before {
    content: "2 .column.size-1of2";
  }
}

.column {
  float: left;
}

.size-1of4 {
  width: 25%;
}

.size-1of3 {
  width: 33.333%;
}

.size-1of2 {
  width: 50%;
}

.size-1of1 {
  width: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 2rem;
}
.video-wrapper:last-child {
  margin-bottom: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alignnone {
  width: auto !important;
  margin: 0 0 1.25rem;
}

.wp-caption-text {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0.625rem 0 0;
}

.wpcf7 .ajax-loader {
  margin-right: -1.25rem;
}

.wpcf7-form-control-wrap {
  display: block !important;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  border: none !important;
}

#_atssh {
  bottom: 0;
}

.alignleft {
  display: block;
  float: left;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alginright {
  display: block;
  float: right;
}

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

body {
  font-family: "museo-sans", "Helvetica", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 100;
  color: #8d9399;
  margin: 0;
}

::-moz-selection {
  color: #3d454d;
  background: #f9f9f9;
}

::selection {
  color: #3d454d;
  background: #f9f9f9;
}

a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit;
}

figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #3d454d;
  letter-spacing: 0.125rem;
}

h1 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 0 0 1.5625rem;
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 1.625rem;
  }
}

h2 {
  font-family: "museo-sans", "Helvetica", Arial, sans-serif;
  font-weight: 300;
}

img {
  display: inline-block;
  vertical-align: middle;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

p {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.3125rem;
  margin: 0 0 1.75rem;
  color: #3d454d;
}
p a {
  color: #d32028;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
p a:hover {
  color: black;
}
@media screen and (min-width: 64em) {
  p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #8d9399;
    font-weight: 100;
  }
}

blockquote {
  padding: 0 1.25rem;
}

hr {
  border: none;
  height: 1px;
  background-color: #dee0e1;
  margin: 1.5625rem 0;
}

strong {
  font-weight: 700;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

blockquote {
  border: none;
}

cite {
  font-style: normal;
}
cite:before {
  display: none;
}

label {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #3d454d;
  margin: 0 0 0.3125rem;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  border: none;
  background: white;
  font-size: 0.9375rem;
  line-height: 1.428571429;
  text-align: center;
  letter-spacing: 0.0625rem;
  width: 100%;
  padding: 0.75rem;
  color: #555;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: #3d454d;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0) inset;
}

textarea {
  height: auto;
}

input[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -7px;
  margin-bottom: -7px;
}
input[type=submit]:focus {
  outline: none;
}

#header {
  position: fixed;
  background-color: rgba(26, 28, 31, 0);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0rem;
  -webkit-transition: background-color, 0.3s;
  transition: background-color, 0.3s;
  -webkit-backface-visibility: none;
  backface-visibility: none;
}
#header::after {
  clear: both;
  content: "";
  display: block;
}
.single-brad-thor-blog #header, .single-brad-thor-news #header {
  background-color: #1a1c1f;
}
#header.scrolling {
  background-color: rgba(26, 28, 31, 0.9);
}
#header.scrolling .sub-menu {
  background-color: rgba(26, 28, 31, 0.9);
}
body:not(.home) #header {
  background-color: rgba(26, 28, 31, 0.9);
}
@media screen and (min-width: 64em) {
  #header .phone-nav-btn {
    display: none;
  }
}

.header-inner {
  margin: 0 auto;
  position: relative;
}
.header-inner::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 64em) {
  .header-inner {
    width: 1000px;
  }
}

#main-nav {
  position: absolute;
  float: none;
  left: auto;
  right: 0;
  margin-right: 0;
  text-align: left;
  width: 100%;
  padding: 0.625rem 1.25rem 1.25rem;
  z-index: 0;
  background-color: #1a1c1f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
#main-nav li {
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.125rem;
  position: relative;
  display: block;
  margin: 0.3125rem 0;
}
#main-nav li a {
  padding: 0.3125rem;
  text-decoration: none;
}
#main-nav li.current-menu-item > a, #main-nav li.current-page-parent > a {
  color: #d9d9d9;
}
@media screen and (min-width: 64em) {
  #main-nav li {
    display: inline-block;
    margin: 0;
  }
  #main-nav li:hover .sub-menu {
    display: block;
  }
}
#main-nav a {
  display: block;
  color: white;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
#main-nav a:hover {
  color: #d9d9d9;
}
#main-nav.slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 64em) {
  #main-nav {
    padding: 0.375rem 0 0;
    position: relative;
    width: auto;
    float: right;
    text-align: left;
    background-color: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #main-nav li {
    font-size: 1.4375rem;
    line-height: 1.4375rem;
    letter-spacing: 0.1875rem;
  }
  #main-nav li a {
    padding: 1.75rem 0.875rem;
  }
  #main-nav.slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #main-nav .sub-menu {
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 100%;
    border-top: 2px solid white;
    margin: 0;
    background-color: rgba(26, 28, 31, 0.9);
    padding: 0.625rem 0;
    z-index: 2;
    -webkit-transition: background-color, 0.3s;
    transition: background-color, 0.3s;
  }
  #main-nav .sub-menu li {
    font-size: 0.875rem;
  }
  #main-nav .sub-menu a {
    padding: 0.3125rem 0.875rem;
  }
  body:not(.home) #main-nav .sub-menu {
    background-color: rgba(26, 28, 31, 0.9);
  }
}

.sub-menu {
  display: block;
  position: relative;
  border: none;
  padding: 0;
}
.sub-menu li {
  text-align: left;
  font-size: 0.875rem !important;
  margin-left: 0.3125rem;
}

.logo-wrapper {
  float: none;
  position: relative;
  background-color: #1a1c1f;
  z-index: 1;
  margin: -0.3125rem 0 0;
  padding: 0.3125rem 0 0;
  height: 3.4375rem;
}
@media screen and (min-width: 64em) {
  .logo-wrapper {
    background-color: transparent;
    float: left;
    margin: 0;
    padding: 0;
  }
}

.logo {
  width: 3rem;
  height: 1.875rem;
  position: relative;
  float: none;
  margin: 0.625rem auto 0.625rem;
  display: block;
  top: auto;
  left: auto;
  background-image: url("../img/logo-color.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
}
@media screen and (min-width: 64em) {
  .logo {
    position: absolute;
    margin: 0;
    float: left;
    top: 1.125rem;
    width: 5rem;
    height: 3.125rem;
    background-image: url("../img/BT-FlagOnly-Color.png");
  }
}

#footer {
  background-color: #1a1c1f;
  padding: 2.1875rem 1rem;
  border-top: 1px solid #3d454d;
}
#footer .container {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
#footer .container::after {
  clear: both;
  content: "";
  display: block;
}
#footer .container > .div {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
#footer .container > .div:last-child {
  margin-right: 0;
}
#footer .container > .div:last-child {
  margin-right: 0;
}
@media screen and (min-width: 40em) {
  #footer .container div:nth-child(1) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 6.1721523119%;
  }
  #footer .container div:nth-child(1):last-child {
    margin-right: 0;
  }
  #footer .container div:nth-child(2) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
  }
  #footer .container div:nth-child(2):last-child {
    margin-right: 0;
  }
  #footer .container div:nth-child(3) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    margin-right: 0;
  }
  #footer .container div:nth-child(3):last-child {
    margin-right: 0;
  }
}

.copyright {
  text-transform: uppercase;
  text-align: center;
  display: block;
  letter-spacing: 0.125rem;
  font-size: 0.625rem;
  padding: 0.625rem 0;
}

.logo-footer {
  display: block;
  margin: 0 auto;
  width: 3.125rem;
  height: 1.9375rem;
  background: url("../img/BT-FlagOnly-White.png") center no-repeat;
  background-size: cover;
  position: relative;
  top: 0.1875rem;
  left: 0.3125rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.25;
}
.logo-footer:hover {
  opacity: 1;
}
@media screen and (min-width: 40em) {
  .logo-footer {
    margin: 0;
    left: auto;
  }
}

.social-links {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .social-links {
    text-align: right;
  }
  .social-links .social-link {
    margin: 0 0.9375rem 0 0;
  }
}
.social-links li:last-child .social-link {
  margin-right: 0;
}

.social-link {
  color: white;
  font-size: 2.25rem;
  margin: 0 0.3125rem;
  line-height: 2.25rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.15;
}
.social-link:hover {
  color: white;
  opacity: 1;
}

#updates {
  background-color: #1a1c1f;
  padding: 1.5625rem 1rem;
  text-align: center;
}
#updates h2 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  color: white;
  font-size: 1.3125rem;
  line-height: 1.3125rem;
  font-weight: 300;
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  letter-spacing: 0.125rem;
  vertical-align: middle;
  margin: 0 0 1.25rem;
}
#updates h2:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  #updates h2 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 40.291369653%;
  }
  #updates h2:last-child {
    margin-right: 0;
  }
}
#updates form {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  height: auto;
}
#updates form:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  #updates form {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 57.3509783236%;
    margin-right: 0;
  }
  #updates form:last-child {
    margin-right: 0;
  }
  #updates form div:nth-of-type(1) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
  }
  #updates form div:nth-of-type(1):last-child {
    margin-right: 0;
  }
  #updates form div:nth-of-type(2) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-right: 0;
  }
  #updates form div:nth-of-type(2):last-child {
    margin-right: 0;
  }
}
#updates label {
  display: none !important;
}
#updates input[type=text] {
  height: 3.125rem;
  border: none;
  text-align: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#updates input[type=submit] {
  background-color: #3d454d;
  margin: 1.25rem 0 0;
  width: 100%;
}
#updates input[type=submit]:hover {
  background-color: #d32028;
}
@media screen and (min-width: 64em) {
  #updates {
    text-align: left;
  }
  #updates h2 {
    font-size: 1.5rem;
    line-height: 3.125rem;
    margin: 0;
  }
  #updates form {
    height: 3.125rem;
  }
  #updates input[type=submit] {
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  #updates h2 {
    font-size: 1.625rem;
    line-height: 3.125rem;
    width: 41.66667%;
    padding-right: 0.9375rem;
    float: left;
    margin-bottom: 0;
  }
}

.social-link.goodreads {
  margin-top: -0.25em;
  display: inline-block;
}

#hero {
  height: 17.5rem;
  position: relative;
  background-color: #1a1c1f;
}
#hero:hover .swiper-arrow {
  opacity: 0.5;
}
#hero:hover .swiper-arrow:hover, #hero:hover .swiper-arrow:active {
  opacity: 1;
}
@media screen and (min-width: 40em) {
  #hero {
    height: 31.25rem;
  }
}
@media screen and (min-width: 64em) {
  #hero {
    height: 40.625rem;
  }
}

.swiper-wrapper {
  overflow: hidden;
}

.hero-slide, #feature {
  position: relative;
  height: 17.5rem !important;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 1.25rem;
  cursor: pointer;
}
.hero-slide .hero-left, #feature .hero-left {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
}
.hero-slide .hero-left:last-child, #feature .hero-left:last-child {
  margin-right: 0;
}
.hero-slide .hero-right, #feature .hero-right {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
  margin-left: 34.1192173411%;
}
.hero-slide .hero-right:last-child, #feature .hero-right:last-child {
  margin-right: 0;
}
.hero-slide .hero-full, #feature .hero-full {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.hero-slide .hero-full:last-child, #feature .hero-full:last-child {
  margin-right: 0;
}
.hero-slide .hero-link, #feature .hero-link {
  display: inline-block;
}
.hero-slide h1, #feature h1,
.hero-slide h2,
#feature h2 {
  color: white;
}
.hero-slide h1, #feature h1 {
  font-size: 1.875rem;
  line-height: 2.125rem;
  letter-spacing: 0.125rem;
  margin: 0;
}
.hero-slide h2, #feature h2 {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.125rem;
  margin: 3.125rem 0 0.625rem;
}
@media screen and (min-width: 40em) {
  .hero-slide, #feature {
    height: 31.25rem !important;
    padding-top: 6.25rem;
  }
  .hero-slide h1, #feature h1 {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
  .hero-slide h2, #feature h2 {
    font-size: 1.5rem;
    line-height: 1.9375rem;
    margin-top: 1.25rem;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
@media screen and (min-width: 64em) {
  .hero-slide, #feature {
    height: 40.625rem !important;
    padding-top: 3.125rem;
  }
  .hero-slide h1, #feature h1 {
    font-size: 6.25rem;
    line-height: 6.25rem;
    margin: 0;
  }
  .hero-slide h2, #feature h2 {
    margin-top: 8.75rem;
    letter-spacing: 0.1875rem;
  }
}

.hero-video {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width: 1390px) {
  .hero-video {
    width: 100%;
    height: auto;
  }
}

a.swiper-arrow {
  color: white;
  position: absolute;
  top: 50%;
  font-size: 6.25rem;
  line-height: 6.25rem;
  margin-top: -2.1875rem;
  vertical-align: middle;
  z-index: 2;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.swiper-arrow:hover, a.swiper-arrow:active {
  color: white;
}
@media screen and (min-width: max-width upper-bound(0, 40em)) {
  a.swiper-arrow {
    display: none !important;
  }
}

.swiper-arrow-left {
  left: 1.25rem;
}

.swiper-arrow-right {
  right: 1.25rem;
}

#home-links {
  background-color: #373e44;
}
#home-links .row {
  width: 100%;
  max-width: none;
}

.home-link {
  background-position: center;
  background-size: cover;
}
.home-link a {
  display: block;
  text-align: center;
  color: white;
  height: 7.5rem;
  display: table;
  vertical-align: middle;
  width: 100%;
  border: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-link a:hover, .home-link a:active {
  color: white;
}
.home-link a:hover .home-link-active-img, .home-link a:active .home-link-active-img {
  opacity: 1;
}
.home-link h3 {
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.125rem;
  color: white;
  display: table-cell;
  vertical-align: middle;
  height: 7.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .home-link {
    height: 8.125rem;
  }
  .home-link h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    height: 8.125rem;
  }
}
@media screen and (min-width: 90em) {
  .home-link {
    height: 11.875rem;
  }
  .home-link h3 {
    font-size: 1.875rem;
    line-height: 2.125rem;
    height: 11.875rem;
  }
}

.home-link-active-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#feature {
  height: auto;
  padding: 3.75rem 0;
  background-attachment: scroll;
  background-size: auto 100%;
  background-color: #1a1c1f;
}
#feature h2 {
  margin-top: 0;
}
@media screen and (min-width: 64em) {
  #feature {
    padding: 7.8125rem 0;
    background-size: cover;
    background-attachment: fixed;
  }
}

#book-club {
  background-color: #e8e9eb;
}
#book-club h1 {
  margin-bottom: 2.5rem;
}
#book-club p {
  text-align: center;
}
#book-club p a {
  text-transform: uppercase;
  font-weight: 700;
}
#book-club .video-wrapper {
  margin-bottom: 2.625rem;
}
#book-club > .row > div:nth-of-type(1) {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
#book-club > .row > div:nth-of-type(1):last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  #book-club > .row > div:nth-of-type(1) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 40.291369653%;
  }
  #book-club > .row > div:nth-of-type(1):last-child {
    margin-right: 0;
  }
}
#book-club > .row > div:nth-of-type(2) {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
#book-club > .row > div:nth-of-type(2):last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  #book-club > .row > div:nth-of-type(2) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    margin-left: 8.5298043353%;
  }
  #book-club > .row > div:nth-of-type(2):last-child {
    margin-right: 0;
  }
}

.book-club-image {
  display: block;
  margin: 0 auto 20px;
}

.book-club-nav {
  text-align: left;
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 2.1875rem;
}

.book-club-nav-item {
  display: block;
  position: relative;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  font-weight: 400;
  margin-bottom: 0.3125rem;
  letter-spacing: 0.0625rem;
}
.book-club-nav-item a {
  display: block;
  color: #3d454d;
  padding: 0.3125rem 0.3125rem 0.4375rem 1.875rem;
  background-color: transparent;
}
.book-club-nav-item a:hover {
  background-color: white;
}
.book-club-nav-item span {
  font-family: "museo-sans", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #d32028;
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
}

.block-hero-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-header, .book-header {
  padding: 5.3125rem 0 4.0625rem;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #1a1c1f;
}
.page-header .row, .book-header .row {
  padding: 0 1em;
}
.page-header .row > div, .book-header .row > div {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.page-header .row > div:last-child, .book-header .row > div:last-child {
  margin-right: 0;
}
.page-header h1, .book-header h1 {
  color: white;
  font-size: 2.125rem;
  line-height: 2.125rem;
  margin: 0 0 1.5625rem;
  letter-spacing: 0.1875rem;
}
.page-header p, .book-header p {
  font-size: 1.1875rem;
  line-height: 2.0625rem;
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.125rem;
  color: #8d9399;
  text-transform: uppercase;
  margin: 0;
}
.page-template-brad-thor-php .page-header, .page-template-brad-thor-php .book-header {
  background-position: center top;
}
@media screen and (min-width: 40em) {
  .page-header h1, .book-header h1 {
    font-size: 3.625rem;
    line-height: 3.625rem;
    margin-top: 1.875rem;
  }
  .page-template-brad-thor-php .page-header, .page-template-brad-thor-php .book-header {
    background-position: center 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .page-header, .book-header {
    padding-top: 6.5625rem;
  }
  .page-header h1, .book-header h1 {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
  .page-header p, .book-header p {
    font-size: 1.5625rem;
    line-height: 2.0625rem;
  }
  .page-template-brad-thor-php .page-header, .page-template-brad-thor-php .book-header {
    background-position: center -3.125rem;
  }
}

.repeater-list-item {
  display: block;
  margin-bottom: 1.5625rem;
}
.repeater-list-item h3 {
  color: #d32028;
  font-size: 1.125rem;
  line-height: 1.25rem;
  letter-spacing: 0.0625rem;
  font-family: "museo-sans", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  margin: 0.625rem 0 0.3125rem;
  text-transform: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.repeater-list-item a {
  display: block;
}
.repeater-list-item a:hover h3,
.repeater-list-item a:hover .repeater-list-meta {
  color: black;
}

.repeater-list-meta {
  color: #3d454d;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.125rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 40em) {
  .repeater-list-meta {
    color: #8d9399;
    font-weight: 100;
  }
}

.appearance-category {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.appearance-category:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  .appearance-category {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
  }
  .appearance-category:last-child {
    margin-right: 0;
  }
  .appearance-category:last-child {
    margin-right: 0;
  }
}

.appearances-details {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-style: italic;
}

.appearances-image {
  margin-bottom: 1.75rem;
}

.article-share {
  text-align: center;
  margin: 0 0 1.875rem;
}
.article-share h3 {
  margin-bottom: 1.875rem;
}
.article-share.small {
  text-align: left;
  float: left;
  margin: 0.875rem 0 0 0;
}
.article-share.small .article-social-link {
  margin-left: 0 !important;
}
@media screen and (min-width: 64em) {
  .article-share.small .article-social-link {
    margin-right: 0.5rem !important;
  }
}
.article-share.small .addthis-btn {
  font-size: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  margin: 0 0.3125rem 0 0;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.article-featured-img {
  margin: 0 0 1.25rem;
}

.article-social-links {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-social-link {
  text-align: center;
}
.article-social-link .addthis-btn {
  font-size: 1.125rem;
  line-height: 2.5rem;
  vertical-align: middle;
  text-align: center;
  color: white;
  background-color: #3d454d;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  margin: 0 auto 0.9375rem;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article-social-link .addthis-btn:hover {
  color: white;
  background-color: #d32028;
}
.article-social-link span {
  display: block;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.0625rem;
}
.article-social-link.column:last-child {
  float: left !important;
}
@media screen and (min-width: 40em) {
  .article-social-link span {
    font-size: 0.875rem;
  }
}

.social-counter {
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: middle;
  background-color: #d9d9d9;
  top: 1.875rem;
  margin-left: 0.625rem;
  display: none !important;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.social-counter .addthis_counter.addthis_bubble_style,
.social-counter .addthis_button_expanded {
  background: none !important;
  width: 1.125rem !important;
  height: 1.125rem;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.5625rem !important;
  line-height: 1.125rem !important;
}

.single-brad-thor-blog h1,
.single-brad-thor-news h1 {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  letter-spacing: 0.0625rem;
}
@media screen and (min-width: 40em) {
  .single-brad-thor-blog h1,
.single-brad-thor-news h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
    letter-spacing: 0.0625rem;
  }
}

.entry-content {
  text-align: left;
}
.entry-content a {
  color: #d32028;
}
.entry-content a:hover {
  color: black;
}
.entry-content li {
  display: block;
}
.entry-content ul,
.entry-content ol {
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 1.0625rem;
  text-transform: uppercase;
  color: #3d454d;
  margin: 0 0 1.875rem 0.9375rem;
}
.entry-content ul li,
.entry-content ol li {
  position: relative;
  padding: 0 0 0 1.25rem;
  margin: 0 0 0.625rem;
}
.entry-content ul li::before,
.entry-content ol li::before {
  position: absolute;
  background-color: #8d9399;
  left: 0;
}
@media screen and (min-width: 40em) {
  .entry-content ul,
.entry-content ol {
    font-size: 0.875rem;
    font-weight: 100;
    line-height: 1.3125rem;
    color: #8d9399;
  }
}
.entry-content .slick-dots li::before {
  background-color: transparent;
}
.entry-content ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  top: 0.3125rem;
  left: 0.3125rem;
}
@media screen and (min-width: 40em) {
  .entry-content ul li::before {
    top: 0.4375rem;
  }
}
.entry-content ol {
  counter-reset: li;
}
.entry-content ol li::before {
  content: counter(li);
  counter-increment: li;
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  top: -0.0625rem;
  left: -0.5rem;
  text-align: center;
  color: white;
  font-size: 0.625rem;
  line-height: 1.125rem;
  vertical-align: middle;
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
}
@media screen and (min-width: 40em) {
  .entry-content ol li::before {
    top: 0.0625rem;
  }
}
.entry-content blockquote {
  background: url("../img/light_noise_diagonal.gif") left top repeat;
  padding: 1.25rem 1.875rem;
  margin: 0 0 1.875rem;
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #3d454d;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}
.entry-content blockquote p:last-child {
  margin: 0;
}

.entry {
  padding-top: 7.5rem;
}
.entry aside {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .entry p {
    line-height: 1.9375rem;
  }
  .entry aside {
    text-align: left;
  }
}

.about-photo {
  float: right;
  margin-left: 1rem;
}

.books-footer {
  margin: 1rem 0;
}

#main header p a {
  color: white;
}

#main header p a:hover {
  color: #d32028;
}

.page-about > .row > div {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.page-about > .row > div:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  .page-about > .row > div:nth-of-type(1) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
  }
  .page-about > .row > div:nth-of-type(1):last-child {
    margin-right: 0;
  }
  .page-about > .row > div:nth-of-type(2) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-right: 0;
  }
  .page-about > .row > div:nth-of-type(2):last-child {
    margin-right: 0;
  }
}

#extras.content {
  padding-left: 0;
  padding-right: 0;
}

.book-nav {
  margin: 1.5625rem 0;
}

.book-nav-link {
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 300;
  letter-spacing: 0.1875rem;
  display: block;
}
.book-nav-link a {
  display: block;
  color: white;
  padding: 0.625rem 0.875rem;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.book-nav-link a:hover {
  color: #d9d9d9;
}
@media screen and (min-width: 40em) {
  .book-nav-link {
    display: inline-block;
    font-size: 1.4375rem;
    line-height: 1.75rem;
  }
}

.books-list.content {
  padding-left: 0;
  padding-right: 0;
}
.books-list .column:last-child {
  float: left !important;
}
.books-list > .row > div {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.books-list > .row > div:last-child {
  margin-right: 0;
}
@media screen and (min-width: 40em) {
  .books-list > .row > div {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
  }
  .books-list > .row > div:last-child {
    margin-right: 0;
  }
  .books-list > .row > div:nth-of-type(4n) {
    margin-right: 0;
  }
}

.book-entry {
  margin: 0 0 1.5625rem;
  padding: 0 10%;
}
.book-entry a {
  display: block;
}
.book-entry h3 {
  font-family: "museo-sans", "Helvetica", Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #8d9399;
  letter-spacing: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .book-entry {
    padding: 0;
  }
}

.book-cover {
  display: inline-block;
  margin: 0 0 0.625rem;
  max-width: none;
  width: 50%;
  box-shadow: 0px 4px 6px -2px rgba(61, 69, 77, 0.92);
}
@media screen and (min-width: 40em) {
  .book-cover {
    width: 100%;
  }
}

.book-header {
  height: auto;
  padding: 5.3125rem 0 3.125rem;
}
.book-header h1 {
  margin: 0;
  font-size: 2.125rem;
  line-height: 2.125rem;
}
@media screen and (min-width: 40em) {
  .book-header h1 {
    font-size: 3.625rem;
    line-height: 3.625rem;
  }
}
@media screen and (min-width: 64em) {
  .book-header h1 {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
}
.book-header > .row {
  width: 100%;
}
.book-header > .row > div:first-child {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.book-header > .row > div:first-child:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  .book-header {
    padding: 7.8125rem 0 5rem;
  }
}

.review {
  margin: 0 0 1.5625rem;
}
.review p {
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #3d454d;
  line-height: 1.75rem;
  margin: 0 0 0.625rem;
}
.review cite {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.125rem;
}
.review.featured p {
  color: #d32028;
  font-size: 2.375rem;
  line-height: 2.75rem;
}
.review.featured cite {
  margin: 1.25rem 0 2.5rem;
}
@media screen and (min-width: 40em) {
  .review.featured p {
    font-size: 3.625rem;
    line-height: 4.375rem;
  }
}
@media screen and (min-width: 64em) {
  .review.featured p {
    font-size: 4.375rem;
    line-height: 5.25rem;
  }
}

.book-photo-container h2 {
  font-size: 1.625rem;
  font-weight: 300;
  margin-bottom: 0;
}
.book-photo-container h3 {
  font-size: 1.125rem;
  text-transform: none;
  font-family: "museo-sans", "Helvetica", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}

.book-photo {
  max-width: 100%;
  float: none;
  margin: 0 0 1.5625rem;
  width: 60%;
}
@media screen and (min-width: 40em) {
  .book-photo {
    float: left;
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  #story .row > .column:nth-of-type(1) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
  }
  #story .row > .column:nth-of-type(1):last-child {
    margin-right: 0;
  }
  #story .row > .column:nth-of-type(2) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
  }
  #story .row > .column:nth-of-type(2):last-child {
    margin-right: 0;
  }
}

#stores {
  overflow: hidden;
}

.store-list::after {
  clear: both;
  content: "";
  display: block;
}
.store-list .store-list-item {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.store-list .store-list-item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  .store-list .store-list-item {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 14.7019566472%;
  }
  .store-list .store-list-item:last-child {
    margin-right: 0;
  }
}
.store-list .store-list-item:nth-of-type(6n) {
  margin-right: 0;
}
.store-list li:last-child {
  float: left !important;
}
.store-list li {
  margin-bottom: 1.25rem;
}
.store-list img {
  width: 60%;
}
@media screen and (min-width: 40em) {
  .store-list img {
    width: 100%;
  }
}
.store-list--featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .store-list--featured {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.store-list--featured li {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .store-list--featured li {
    width: 48% !important;
    margin: 0.625rem 1% 0 !important;
  }
}
.store-list--featured li:nth-child(n+5) {
  display: none;
}

.store-link {
  display: block;
  background-color: white;
  border-radius: 0.625rem;
}

#audio {
  background: url(../img/audio-sample-background.png);
}
#audio > .row > div {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
#audio > .row > div:last-child {
  margin-right: 0;
}

.chronological {
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 1.5625rem;
  margin-top: 1.5625rem;
  font-size: 1rem;
}
.chronological a:link,
.chronological a:visited {
  color: #d32028;
  text-decoration: none;
  padding: 0 1rem;
  border-left: 1px solid #d32028;
  border-right: 1px solid #d32028;
  font-weight: 700;
}
.chronological a:hover,
.chronological a:active {
  color: #3d454d;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-book-hdr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1c1f;
  opacity: 0.65;
}
.single-book-hdr.mh-ol-00:before {
  opacity: 0;
}
.single-book-hdr.mh-ol-05:before {
  opacity: 0.05;
}
.single-book-hdr.mh-ol-10:before {
  opacity: 0.1;
}
.single-book-hdr.mh-ol-15:before {
  opacity: 0.15;
}
.single-book-hdr.mh-ol-20:before {
  opacity: 0.2;
}
.single-book-hdr.mh-ol-25:before {
  opacity: 0.25;
}
.single-book-hdr.mh-ol-30:before {
  opacity: 0.3;
}
.single-book-hdr.mh-ol-35:before {
  opacity: 0.35;
}
.single-book-hdr.mh-ol-40:before {
  opacity: 0.4;
}
.single-book-hdr.mh-ol-45:before {
  opacity: 0.45;
}
.single-book-hdr.mh-ol-50:before {
  opacity: 0.5;
}
.single-book-hdr.mh-ol-55:before {
  opacity: 0.55;
}
.single-book-hdr.mh-ol-60:before {
  opacity: 0.6;
}
.single-book-hdr.mh-ol-65:before {
  opacity: 0.65;
}
.single-book-hdr.mh-ol-70:before {
  opacity: 0.7;
}
.single-book-hdr.mh-ol-75:before {
  opacity: 0.75;
}
.single-book-hdr.mh-ol-80:before {
  opacity: 0.8;
}
.single-book-hdr.mh-ol-85:before {
  opacity: 0.85;
}
.single-book-hdr.mh-ol-90:before {
  opacity: 0.9;
}
.single-book-hdr.mh-ol-95:before {
  opacity: 0.95;
}
.single-book-hdr__image {
  width: 28%;
  margin-right: 5%;
}
.single-book-hdr__image .book-photo {
  margin-bottom: 0;
  float: none;
}
@media only screen and (max-width: 767px) {
  .single-book-hdr__image .book-photo {
    width: 60%;
    float: none;
    margin-bottom: 1.5625rem;
  }
}
.single-book-hdr__image h2, .single-book-hdr__image h3 {
  color: #8d9399;
}
@media only screen and (max-width: 767px) {
  .single-book-hdr__image {
    width: 100%;
    margin-right: 0;
  }
}
.single-book-hdr__quote {
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 767px) {
  .single-book-hdr__quote {
    margin-top: 1.5625rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.single-book-hdr__right {
  width: 67%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .single-book-hdr__right {
    width: 100%;
    margin-right: 0;
  }
}
.single-book-hdr__right .review {
  margin-bottom: 0;
}
.single-book-hdr__right .review.featured p {
  font-size: 2.875rem;
  line-height: 3.375rem;
}
@media only screen and (max-width: 767px) {
  .single-book-hdr__right .review.featured p {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}
.single-book-hdr__right .review.featured footer {
  color: white;
}

.story__left {
  width: 65%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .story__left {
    width: 100%;
    margin-right: 0;
  }
}
.story__right {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .story__right {
    width: 100%;
    margin-right: 0;
  }
}

.excerpt__expander {
  max-height: 18.75rem;
  overflow: hidden;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.excerpt-is-open .excerpt__expander {
  max-height: 312.5rem;
}

.read-more-button {
  display: inline-block;
  content: "Read More";
}

.small-stores-list {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.small-stores-list li {
  height: 2.1875rem;
  width: 2.1875rem;
  background-color: #1a1c1f;
  padding: 7px;
  margin: 0 2px;
  border-radius: 3px;
}
.small-stores-list li:nth-child(n+5) {
  display: none;
}
.small-stores-list li img {
  display: block;
}

.book-club-feature {
  width: 100%;
  float: none;
  padding: 0 0.9375rem;
  margin: 0 0 1.875rem;
}
.book-club-feature h2 {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  letter-spacing: 0.0625rem;
  margin: 1.25rem 0 0 0;
}
@media screen and (min-width: 40em) {
  .book-club-feature {
    width: 20%;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  .book-club-feature {
    margin: 0;
  }
  .book-club-feature h2 {
    font-size: 1.625rem;
    line-height: 1.875rem;
    letter-spacing: 0.0625rem;
  }
}

.book-club-extras-item {
  display: block;
  color: #d32028;
  font-size: 1.125rem;
  line-height: 1.25rem;
  letter-spacing: 0.0625rem;
  padding: 0.625rem 0;
  border-bottom: 1px solid #dee0e1;
}
.book-club-extras-item span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.book-club-extras-item:last-child {
  border: none;
}
.book-club-extras-item > div {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.book-club-extras-item > div:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  .book-club-extras-item div:nth-of-type(1) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
  }
  .book-club-extras-item div:nth-of-type(1):last-child {
    margin-right: 0;
  }
  .book-club-extras-item div:nth-of-type(2) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 57.3509783236%;
  }
  .book-club-extras-item div:nth-of-type(2):last-child {
    margin-right: 0;
  }
  .book-club-extras-item div:nth-of-type(3) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 6.1721523119%;
    margin-right: 0;
  }
  .book-club-extras-item div:nth-of-type(3):last-child {
    margin-right: 0;
  }
}

#extras h1 {
  text-align: center;
}
#extras > .row > div {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
#extras > .row > div:last-child {
  margin-right: 0;
}

.book-clubs-callout p {
  margin: 1.625rem 0;
  text-transform: uppercase;
  color: #8d9399;
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 2.25rem;
  letter-spacing: 0.125rem;
}

.go-btn {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.125rem;
  padding: 0.5rem 0.625rem;
  margin: 0.9375rem 0 0 0;
  display: inline-block;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
@media screen and (min-width: 40em) {
  .go-btn {
    margin: 0;
  }
}

.book-club-feature-img {
  max-width: 9.375rem;
  margin: 0 auto;
  overflow: hidden;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

@media screen and (min-width: 64em) {
  .readers-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  .readers-column:last-child {
    margin-right: 0;
  }
}

.article-social-link {
  margin-right: 2rem;
}
.article-social-link:last-child {
  margin-right: 0;
}
.connect-social-link a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.connect-social-link a:hover {
  color: black;
}

.connect-social-link {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin: 0 0 0.3125rem;
}
.connect-social-link a {
  color: #d32028;
}

#message-form h2 {
  display: none;
}
#message-form li {
  width: 100%;
  margin-bottom: 0.625rem;
}

.connect-gallery .column {
  width: 50%;
  margin: 0 !important;
}
@media screen and (min-width: 40em) {
  .connect-gallery .column {
    width: 25%;
  }
}
.connect-gallery .column img {
  width: 100%;
}

.connect-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .connect-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.connect-content__form {
  width: 62%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .connect-content__form {
    width: 100%;
    margin-right: 0;
  }
}
.connect-content__images {
  width: 33%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .connect-content__images {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .connect-content__images ul {
    margin-top: 1.5625rem;
  }
}
.connect-content__images ul li {
  margin-bottom: 1.5625rem;
}
.connect-content__images ul li:last-child {
  margin-bottom: 0;
}

.news-entry, .blog-entry {
  margin-bottom: 2.1875rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #dee0e1;
}
.news-entry::after, .blog-entry::after {
  clear: both;
  content: "";
  display: block;
}
.news-entry p, .blog-entry p {
  margin: 0;
}
.news-entry h3, .blog-entry h3 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  margin: 0 0 0.625rem;
}
.news-entry h3 a, .blog-entry h3 a {
  color: #3d454d;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.news-entry h3 a:hover, .blog-entry h3 a:hover {
  color: #d32028;
}
.news-entry .read-more-link, .blog-entry .read-more-link, .news-entry .view-more-link, .blog-entry .view-more-link {
  float: left;
}

.news-meta {
  margin-bottom: 0.625rem;
  padding: 0.625rem;
  background: url("../img/light_noise_diagonal.gif") left top repeat;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.news-date,
.news-author {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.0625rem;
}

.news-author {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}

.news-header-image {
  margin-bottom: 0.625rem;
}

.header-image {
  margin-bottom: 1.5625rem;
}

article.entry .row > div {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
article.entry .row > div:last-child {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  article.entry .row > div:nth-of-type(1) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%;
  }
  article.entry .row > div:nth-of-type(1):last-child {
    margin-right: 0;
  }
  article.entry .row > div:nth-of-type(2) {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    margin-right: 0;
  }
  article.entry .row > div:nth-of-type(2):last-child {
    margin-right: 0;
  }
}

.archive > .row > .column:nth-of-type(1) {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
}
.archive > .row > .column:nth-of-type(1):last-child {
  margin-right: 0;
}
.archive > .row > .column:nth-of-type(2) {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
}
.archive > .row > .column:nth-of-type(2):last-child {
  margin-right: 0;
}
.archive article {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}
.archive article:last-child {
  margin-right: 0;
}

.two-col .column {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

#blog {
  background-color: white;
  padding: 2.5rem 1rem 1.25rem;
}
@media screen and (min-width: 64em) {
  #blog article {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
  }
  #blog article:last-child {
    margin-right: 0;
  }
  #blog article:nth-of-type(3n) {
    margin-right: 0;
  }
}

.blog-entry .read-more-link, .blog-entry .view-more-link {
  float: right;
}

.blog-meta {
  margin-bottom: 0.3125rem;
}

.blog-summary {
  height: 18.75rem;
  margin-bottom: 1.25rem;
  text-align: left;
}

.blog-summary-img {
  margin-bottom: 0.9375rem;
}

.blog-summary-meta h1 {
  font-family: "museo-sans", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  text-transform: none;
  line-height: 1.5rem;
  letter-spacing: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.blog-summary-meta h1 a {
  color: #3d454d;
}
.blog-summary-meta h1 a:hover {
  color: #d32028;
}

.category-link {
  display: block;
  position: relative;
  color: #3d454d;
  text-transform: uppercase;
  font-family: "museo-sans", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.0625rem;
  background: url("../img/light_noise_diagonal.gif") left top repeat;
  padding: 0.25rem 0.3125rem 0.125rem 1.0625rem;
  margin: 0 0 0.625rem;
}
.category-link span {
  font-weight: 900;
  color: #d32028;
  display: inline-block;
  position: absolute;
  left: 0.3125rem;
  top: 0.1875rem;
}
.category-link:hover {
  color: #d32028;
}

.entry-content a:link,
.entry-content a:visited {
  font-weight: 700 !important;
}

.ultimate-reader-gear {
  text-align: center;
}
.ultimate-reader-gear::after {
  clear: both;
  content: "";
  display: block;
}
.ultimate-reader-gear div {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
}
.ultimate-reader-gear div:last-child {
  margin-right: 0;
}
.ultimate-reader-gear div img {
  display: block;
  max-width: 100%;
}
.ultimate-reader-gear div p {
  margin-top: 0;
}
.ultimate-reader-gear div .ultimate-reader-link {
  margin-top: 0.625rem;
  margin-bottom: 0;
}
.ultimate-reader-gear div .ultimate-reader-link a:link,
.ultimate-reader-gear div .ultimate-reader-link a:visited {
  color: #d32028 !important;
  font-size: 1.125rem;
  text-decoration: none;
  font-weight: 700 !important;
}
.ultimate-reader-gear div .ultimate-reader-link a:hover,
.ultimate-reader-gear div .ultimate-reader-link a:active {
  color: #3d454d !important;
}

.content.special-edition {
  padding-left: 0;
  padding-right: 0;
}

.special-edition > .row {
  position: relative;
}

.special-title {
  text-align: center;
  font-size: 3rem;
  margin: 3rem 0 1.5rem;
}
@media only screen and (max-width: 450px) {
  .special-title {
    line-height: normal;
  }
}

.special-photo {
  width: 100%;
  height: auto;
}

.special-links {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(26, 28, 31, 0.9);
  text-align: center;
}
.special-links::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 450px) {
  .special-links {
    position: static;
  }
}
.special-links li {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
  float: left;
  width: 16.66667% !important;
  margin: 0 1rem;
}
@media only screen and (min-width: 451px) {
  .special-links li {
    float: none !important;
  }
}
@media only screen and (max-width: 450px) {
  .special-links li {
    width: 42% !important;
    float: left !important;
  }
}

@media screen and (min-width: 64em) {
  .special-row {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
  }
  .special-row:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .special-row {
    float: none;
    width: 100%;
    padding: 0;
    position: static;
  }
}

.extras-date {
  color: #3d454d;
}

.extras-event a:link,
.extras-event a:visited {
  color: #d32028;
}
.extras-event a:hover,
.extras-event a:active {
  color: #3d454d;
}

.affiliate-disclaimer {
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}

.affiliate-disclaimer p {
  font-size: 12px;
  margin-bottom: 0;
}

[class^=icon-], [class*=" icon-"] {
  font-family: "thor";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left:before {
  content: "";
}

.icon-right:before {
  content: "";
}

.icon-dot:before {
  content: "";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-top: 4px solid white;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.blog-slider.slick-slider {
  margin-bottom: 0;
}
.blog-slider .slick-slide img {
  border: none;
}

/* Icons */
@font-face {
  font-family: "thor";
  src: url("./fonts/fonts/thor.eot");
  src: url("./fonts/fonts/thor.eot?#iefix") format("embedded-opentype"), url("./fonts/fonts/thor.woff") format("woff"), url("./fonts/fonts/thor.ttf") format("truetype"), url("./fonts/fonts/thor.svg#thor") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "FontAwesome";
  font-size: 35px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
.slick-prev:before {
  content: "";
}

.slick-next {
  right: 25px;
}
.slick-next:before {
  content: "";
}

.blog-slider--nav .slick-prev:before, .blog-slider--nav .slick-next:before {
  font-size: 20px;
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -65px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
  margin-left: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li:before {
  background-color: none !important;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #3d454d;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

.blog-slider--nav .slick-prev,
.blog-slider--nav .slick-next {
  display: none !important;
}

/*# sourceMappingURL=bradthor-2.0.7a.css.map */