@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide--rtl{direction:rtl}

.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity 150ms ease,border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:rgba(255,255,255,.5)}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-webkit-grabbing}

@charset "UTF-8";
/**
 * Cooper Hewitt
 */
@font-face {
  font-family: "Cooper Hewitt";
  src: url(./fonts/cooperhewitt-medium-webfont.woff2?0ef9ae504763317dd756ce3f43f746de) format("woff2"), url(./fonts/cooperhewitt-medium-webfont.woff?cc8e348454ff988897ebe1ff759a042e) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url(./fonts/cooperhewitt-mediumitalic-webfont.woff2?0bbd8fe347b96fdfa71896832f8edbc6) format("woff2"), url(./fonts/cooperhewitt-mediumitalic-webfont.woff?ffb8362e070dc2ea81e368a76cf82878) format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url(./fonts/cooperhewitt-bold-webfont.woff2?95fcd8c0eafdc4b1fb2946622c31bddc) format("woff2"), url(./fonts/cooperhewitt-bold-webfont.woff?2e3b4ba22094ecc129bc6770696965ea) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url(./fonts/cooperhewitt-heavy-webfont.woff2?0752d94fe503ea27bc0875cd819f2f52) format("woff2"), url(./fonts/cooperhewitt-heavy-webfont.woff?c0463275ce63470e5f40a3bc6cbd631f) format("woff");
  font-weight: 900;
  font-style: normal;
}
/**
 * Inter
 */
@font-face {
  font-family: "Inter";
  src: url(./fonts/Inter-ExtraBold.ttf?e4a4cb7133001f282a15f8edd004beab) format("ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(./fonts/Inter-Light.ttf?eec8664621fec98efb3798b3ad4177aa) format("ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(./fonts/Inter-Medium.ttf?6dcbc9bed1ec438907ee0751dc4cb217) format("ttf");
  font-weight: 400;
  font-style: normal;
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "San Francisco", "Calibri", "Gill Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #4A4A4A;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #C73D3D;
  text-decoration: none;
}
a:hover, a:focus {
  color: #8e2929;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #EAEAEA;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial Narrow, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #EAEAEA;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 23px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 12.5px;
}

.lead {
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}

small,
.small {
  font-size: 82%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #EAEAEA;
}

.text-primary {
  color: #C73D3D;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #a22f2f;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #C73D3D;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #a22f2f;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #F6F5F2;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 25px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  border-left: 5px solid #EAEAEA;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #929292;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #EAEAEA;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.5;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1100px) {
  .container {
    width: 1070px;
  }
}

.container-fluid, .container-full {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-full:before, .container-fluid:after, .container-full:after {
  display: table;
  content: " ";
}
.container-fluid:after, .container-full:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1100px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #EAEAEA;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 25.5px;
  line-height: inherit;
  color: #4A4A4A;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 11px;
  font-size: 17px;
  line-height: 1.5;
  color: #4A4A4A;
}

.form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.5;
  color: #4A4A4A;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #F6F5F2;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 43px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg input[type=month] {
    line-height: 59px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 42px;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 39px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 59px;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg {
  height: 59px;
  line-height: 59px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 59px;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 59px;
  line-height: 59px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 59px;
  min-height: 45px;
  padding: 16px 20px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 53.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 59px;
  height: 59px;
  line-height: 59px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8a8a8a;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 11px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 36px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 11px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: white;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: white;
  background-color: #929292;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: white;
  background-color: #797979;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: white;
  background-color: #797979;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: white;
  background-color: #797979;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: white;
  background-color: #676767;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #929292;
  border-color: #ccc;
}
.btn-default .badge {
  color: #929292;
  background-color: white;
}

.btn-primary {
  color: #fff;
  background-color: #C73D3D;
  border-color: #b63535;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #a22f2f;
  border-color: #531818;
}
.btn-primary:hover {
  color: #fff;
  background-color: #a22f2f;
  border-color: #862727;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a22f2f;
  background-image: none;
  border-color: #862727;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #862727;
  border-color: #531818;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #C73D3D;
  border-color: #b63535;
}
.btn-primary .badge {
  color: #C73D3D;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #C73D3D;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #8e2929;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #EAEAEA;
  text-decoration: none;
}

.btn-lg {
  padding: 15px 20px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #EAEAEA;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #d1d1d1;
}

.label-primary {
  background-color: #C73D3D;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #a22f2f;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.alert, div.wpcf7-response-output {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4, div.wpcf7-response-output h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link, div.wpcf7-response-output .alert-link {
  font-weight: bold;
}
.alert > p, div.wpcf7-response-output > p,
.alert > ul,
div.wpcf7-response-output > ul {
  margin-bottom: 0;
}
.alert > p + p, div.wpcf7-response-output > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success, div.wpcf7-mail-sent-ok {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr, div.wpcf7-mail-sent-ok hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link, div.wpcf7-mail-sent-ok .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning, div.wpcf7-validation-errors {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr, div.wpcf7-validation-errors hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link, div.wpcf7-validation-errors .alert-link {
  color: #66512c;
}

.alert-danger, div.wpcf7-mail-sent-ng {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr, div.wpcf7-mail-sent-ng hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link, div.wpcf7-mail-sent-ng .alert-link {
  color: #843534;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 25.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.modal-header {
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 30px;
}

.modal-footer {
  padding: 30px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1100px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scale-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/* Values should be changed in _variables.scss if desired */
/* Helper for setting custom min-width media queries */
/* Helper for setting custom max-width media queries */
/* 1400px and up */
/* 1200px and up */
/* Up to 1199px */
/* 992 and up */
/* Up to 991 */
/* 768 and up */
/* Up to 767 */
/* 480 and up */
/* Up to 479 */
html {
  background-color: #EAEAEA;
}

body {
  font-family: "San Francisco", "Calibri", "Gill Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  max-width: 2000px;
  margin: 0 auto;
}
.no-js body {
  font-family: "Source Sans Pro", "San Francisco", "Calibri", "Gill Sans", Arial, sans-serif;
}
.fonts-loaded body {
  font-family: "Source Sans Pro", "San Francisco", "Calibri", "Gill Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial Narrow, Arial, sans-serif;
}
.no-js h1, .no-js h2, .no-js h3, .no-js h4, .no-js h5, .no-js h6,
.no-js .h1, .no-js .h2, .no-js .h3, .no-js .h4, .no-js .h5, .no-js .h6 {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded h1, .fonts-loaded h2, .fonts-loaded h3, .fonts-loaded h4, .fonts-loaded h5, .fonts-loaded h6,
.fonts-loaded .h1, .fonts-loaded .h2, .fonts-loaded .h3, .fonts-loaded .h4, .fonts-loaded .h5, .fonts-loaded .h6 {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}

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

/* Strip all ul's */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 25px;
}

/* Headings */
h1, h2, h3 {
  margin-bottom: 25px;
}

/**
 * Fix SVG's in IE
 * https://gist.github.com/larrybotha/7881691
 */
.ie9 img[src*=".svg"] {
  width: 100%;
}

/* Custom SVG icons */
svg[class^=icon-] {
  vertical-align: middle;
  position: relative;
  height: 20px;
  width: 20px;
}

.container-fluid, .container-full {
  max-width: 1070px;
}

.container-full {
  max-width: 100%;
}

@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .visible-xxs {
    display: block !important;
  }
}

/**
 * Wrapper around wordpress post content for common formatting
 * and readability
 */
.the-content ul, .the-content ol {
  padding-left: 2em;
  margin-bottom: 25px;
}
.the-content li {
  margin-bottom: 12.5px;
  list-style-type: square;
}

.the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 {
  text-transform: uppercase;
  color: #354c71;
  margin-bottom: 25px;
}
.the-content h1 {
  font-size: 32px;
}
.the-content h2 {
  font-size: 27.2px;
}
.the-content h3 {
  font-size: 22.4px;
}
.the-content h4 {
  font-size: 18.4px;
}
.the-content h5 {
  font-size: 13.6px;
}
.the-content h6 {
  font-size: 12px;
}

.the-content blockquote {
  border-left: 0;
  position: relative;
  z-index: 5;
}
.the-content blockquote:before {
  font-family: Arial Narrow, Arial, sans-serif;
  content: "“";
  color: #C73D3D;
  opacity: 0.2;
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.no-js .the-content blockquote:before {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .the-content blockquote:before {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}

.the-content--bigger {
  font-size: 19px;
}

/* WordPress content images default classes */
.alignleft {
  float: left;
  text-align: left;
  margin-bottom: 25px;
  margin-right: 25px;
}

.alignright {
  float: right;
  text-align: right;
  margin-bottom: 25px;
  margin-left: 25px;
}

.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto 25px;
}

.alignnone {
  margin-bottom: 25px;
}

.wp-caption {
  width: auto;
  height: auto;
  max-width: 100%;
  position: relative;
}
.wp-caption img {
  margin: 0 0 5px 0;
}

.wp-caption-text {
  font-size: 14px;
  margin: 0;
}

img.size-full, img.size-large {
  max-width: 100%;
  width: auto;
  height: auto;
}

/**
 * Contact Form 7
 */
span.wpcf7-form-control-wrap {
  display: block;
}

.l-module {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .l-module--xs {
    margin-bottom: 50px;
  }
}

.l-inline-list li {
  display: inline-block;
}
.l-inline-list a {
  display: block;
}

.l-media {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media (min-width: 480px) {
  .l-media {
    flex-direction: row;
  }
}

.l-media--center {
  align-items: center;
}

.l-media--large {
  flex-direction: column;
}
@media (min-width: 768px) {
  .l-media--large {
    flex-direction: row;
  }
}
.l-media--large .l-media__left {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .l-media--large .l-media__left {
    margin-bottom: 0;
    margin-right: 50px;
  }
}

.l-media--no-break {
  flex-direction: row;
}
.l-media--no-break .l-media__left {
  margin-right: 20px;
  margin-bottom: 0;
}

.l-media__body {
  flex: 1;
}
.l-media__body *:last-child {
  margin-bottom: 0;
}
.l-media__body *:first-child {
  margin-top: 0;
}

.l-media__left {
  order: 0;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .l-media__left {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.l-media__right {
  order: 1;
}
@media (min-width: 480px) {
  .l-media__right {
    margin-left: 30px;
  }
}

.type-meta, .c-underline {
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.no-js .type-meta, .no-js .c-underline {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .type-meta, .fonts-loaded .c-underline {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}

.hr--dark {
  border-color: #929292;
}

.c-dl dt {
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #354c71;
  font-weight: 700;
  margin-bottom: 4.1666666667px;
}
.no-js .c-dl dt {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .c-dl dt {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.c-dl dd {
  margin-bottom: 12.5px;
}
.c-dl .c-dd--download-link {
  margin-bottom: 25px;
}

.label {
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-transform: none;
  border-radius: 0;
  padding: 5px 10px;
}
.no-js .label {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .label {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.label + .label {
  margin-left: 6px;
}

.label svg {
  height: 14px;
  width: 14px;
  margin-right: 6px;
  top: -1px;
}
.label svg path {
  fill: white;
}

.form-control {
  outline: none;
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-style: italic;
  line-height: 1;
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEycHgiIGhlaWdodD0iNnB4IiB2aWV3Qm94PSIwIDAgMTIgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy44LjMgKDI5ODAyKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5SZWN0YW5nbGUgMjQzPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkhvbWUtUGFnZS1SZXZpc2l0ZWQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEZXNrdG9wLUhELUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNTQuMDAwMDAwLCAtNzMzLjAwMDAwMCkiIGZpbGw9IiNEOEQ4RDgiPgogICAgICAgICAgICA8ZyBpZD0iRG9uYXRpb24tQmFyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS4wMDAwMDAsIDY5Ni4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJGb3JtIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1NDguMDAwMDAwLCAxOC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iQW1vdW50IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTcuODM2OTkxLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUmVjdGFuZ2xlLTI0MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTE1LjA4ODM2NCwgMTkuMzg4MTk5KSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMTE1LjA4ODM2NCwgLTE5LjM4ODE5OSkgIiBwb2ludHM9IjExOC45MTY5MTEgMTUuNTYwNDg5MyAxMTguOTE2OTExIDIzLjIxNTkwODYgMTExLjI1OTgxNyAyMy4yMTU5MDg2Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 92% center;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    vertical-align: top;
  }
}

.help-block {
  color: #C73D3D;
  font-size: 14px;
}

.btn {
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
  border: none;
  transition: all 0.15s ease;
}
.no-js .btn {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .btn {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.btn.form-control {
  padding-top: 6px;
  padding-bottom: 6px;
}

.btn-lg {
  font-size: 20px;
}

.btn-sm {
  font-size: 11.2px;
}

.btn svg {
  height: 14px;
  width: 14px;
  top: -2px;
}
.btn svg path {
  fill: white;
}

.btn-primary {
  background-color: #C73D3D;
  position: relative;
  z-index: 5;
}

.btn-glossy:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, #C73D3D 50%, #b92727 50%);
  opacity: 1;
  transition: opacity 0.3s;
  z-index: -5;
}
.btn-glossy:hover, .btn-glossy:focus {
  background-color: #C73D3D;
}
.btn-glossy:hover:before, .btn-glossy:focus:before {
  opacity: 0;
}

.btn-full {
  width: 100%;
}

.btn-ghost {
  background: transparent;
  border: 2px solid #C73D3D;
  color: #C73D3D;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-ghost:hover, .btn-ghost:focus {
  color: white;
  background: #C73D3D;
}

.btn-ghost-white {
  border-color: white;
  color: white;
}
.btn-ghost-white:hover, .btn-ghost-white:focus {
  color: #C73D3D;
  background: white;
}

.c-section {
  padding: 60px 0;
  border-bottom: 1px solid #DDD;
}
@media (max-width: 767px) {
  .c-section {
    padding: 40px 0;
  }
}

.c-section--striped:nth-child(even) {
  background-color: #F6F5F2;
}

.c-section--bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-section--tight {
  padding: 30px 0;
}

.c-section--secondary, .c-strip--secondary {
  color: white;
  background-color: #354c71 !important;
}

.c-section-title {
  text-align: center;
  font-weight: 400;
  margin: 0 0 60px;
}

.c-section-title--left {
  text-align: left;
}

.c-module-title {
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 6.25px;
  border-bottom: 1px solid rgba(146, 146, 146, 0.5);
}

/* Like sections, but very thin */
.c-strip {
  padding: 15px 0;
}

.c-publication-thumb-container {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 12.5px;
  position: relative;
}
.c-publication-thumb-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 84px;
  height: 84px;
  background-image: url(./images/page-curl.png?b47ba4f31e6c65c990dfda8a3bf10878);
  background-repeat: no-repeat;
  pointer-events: none;
}

.c-subtitle, .c-cta-subtitle {
  font-family: Arial Narrow, Arial, sans-serif;
  font-weight: 400;
  font-size: 22.4px;
  margin: 0 0 25px;
}
.no-js .c-subtitle, .no-js .c-cta-subtitle {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .c-subtitle, .fonts-loaded .c-cta-subtitle {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
@media (min-width: 768px) {
  .c-subtitle, .c-cta-subtitle {
    font-size: 28px;
  }
}

.c-links-string {
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 14px;
}
.no-js .c-links-string {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .c-links-string {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}

.row .c-card {
  margin-bottom: 30px;
}

.c-card {
  background-color: #F6F5F2;
  display: flex;
  flex-direction: column;
}

.c-card__middle {
  padding: 50px 16.25px;
  min-height: 250px;
}
.c-card__middle > *:first-child {
  margin-top: 0;
}
.c-card__middle > *:last-child {
  margin-bottom: 0;
}

.c-card__bottom {
  margin-top: auto;
}

.c-card__bottom-link {
  padding-top: 15px;
  padding-bottom: 15px;
}

.c-card__bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

/* Vertically center the modal window */
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  padding-top: 150px;
  background-color: rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal-header {
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 30px;
}

.modal-footer {
  padding: 30px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal.zoom.in .modal-dialog {
  opacity: 1;
  transform: scale(1) translate3d(0, -100px, 0);
}

/* Custom modal declarations */
.c-modal__dismiss-text {
  margin-top: 25px;
  font-size: 14px;
}

/**
 * Specific modal customizations
 */
@media (min-width: 768px) {
  .c-modal--exit .modal-dialog:before,
.c-modal--enter .modal-dialog:before {
    content: "";
    background: url(./images/transparent_dog.png?d5f7dbbcb1690ccb56a21812e4fc42cb) no-repeat;
    background-size: cover;
    width: 268px;
    height: 251px;
    position: absolute;
    left: 0;
    top: -170px;
    z-index: 5;
  }
}

@media (min-width: 768px) {
  .c-modal--exit .modal-body,
.c-modal--enter .modal-body {
    padding: 50px;
    padding-top: 62.5px;
  }
}

.c-main-header {
  background-color: white;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
  position: inherit;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateZ(0);
  transition: transform 0.5s, height 0.5s;
  z-index: 200;
}
@media (min-width: 992px) {
  .c-main-header .container-full {
    padding: 0 25px;
  }
}

/* Stick header to top of viewport */
.c-main-header.js-stuck {
  position: fixed;
  top: 0;
}

/* "Squeezed" header styles */
@media (min-width: 768px) {
  .c-main-header.js-shrunk .c-main-menu__link {
    line-height: 55px;
  }
}

.c-main-header__logo {
  height: 38px;
  margin: 0;
  width: 270px;
}

.c-main-header__row {
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .c-main-header__row {
    margin-right: -30px;
  }
}

.salsa-header {
  padding: 20px 10px;
  margin: 0 auto;
}

#salsa-donate-content {
  padding-top: 6em;
}
@media (max-width: 767px) {
  #salsa-donate-content {
    padding-top: 3em;
  }
}

.c-main-menu {
  text-align: right;
}

.c-main-menu__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.c-main-menu__item {
  display: inline-block;
}

.c-main-menu__item--donate {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .c-main-menu__item--donate {
    margin-left: 20px;
  }
}
.c-main-menu__item--donate .c-main-menu__link {
  background-color: #C73D3D;
  color: white;
  letter-spacing: 0;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .c-main-menu__item--donate .c-main-menu__link {
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-main-menu__item--donate .c-main-menu__link:hover, .c-main-menu__item--donate .c-main-menu__link:focus {
  color: white;
  background-color: #a22f2f;
}

.c-main-menu__link {
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #4A4A4A;
  display: block;
  line-height: 55px;
  padding: 0 10px;
  transition: line-height 0.5s, background-color 0.2s;
}
.no-js .c-main-menu__link {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .c-main-menu__link {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.c-main-menu__link path {
  fill: #4A4A4A;
}
.c-main-menu__link:hover, .c-main-menu__link:focus {
  color: #4A4A4A;
  background-color: #EAEAEA;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-main-menu__link {
    line-height: 75px;
    padding: 0 7.5px;
  }
}
@media (min-width: 1100px) {
  .c-main-menu__link {
    padding: 0 12px;
  }
}

/* Search Icon */
.c-main-menu__link .icon-magnifying-glass {
  top: -2px;
  height: 24px;
  width: 24px;
}

/* Hamburger Icon */
.c-main-menu__item--menu .c-main-menu__link {
  font-size: 19px;
}
@media (max-width: 767px) {
  .c-main-menu__item--menu .c-main-menu__link {
    transition: color 0.25s ease-in-out;
  }
  .c-main-menu__item--menu .c-main-menu__link:hover {
    background-color: inherit;
    color: #C73D3D;
  }
  .c-main-menu__item--menu .c-main-menu__link:hover .c-hamburger span {
    background: #C73D3D;
  }
}

.c-hamburger {
  display: inline-block;
  position: relative;
  height: 15px;
  width: 23px;
}

.c-hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #4A4A4A;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.c-hamburger span:nth-child(1) {
  top: 0px;
}
.c-hamburger span:nth-child(2) {
  top: 6px;
}
.c-hamburger span:nth-child(3) {
  top: 12px;
}

.c-hamburger.js-active span:nth-child(1) {
  top: 6px;
  transform: rotate(135deg);
}
.c-hamburger.js-active span:nth-child(2) {
  opacity: 0;
  left: -23px;
}
.c-hamburger.js-active span:nth-child(3) {
  top: 6px;
  transform: rotate(-135deg);
}

.c-hamburger__tag {
  display: none;
}
@media (min-width: 575px) {
  .c-hamburger__tag {
    display: inline-block;
  }
}

.c-mobile-drawer {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 250;
}

/* If browsers don't support pointer events, move it back */
.no-csspointerevents .c-mobile-drawer {
  visibility: hidden;
}

/* active state */
.c-mobile-drawer.js-active {
  pointer-events: auto;
}

.no-csspointerevents .c-mobile-drawer.js-active {
  visibility: visible;
}

/* Darkened background */
.c-mobile-drawer::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* active state of background */
.js-active.c-mobile-drawer::before {
  opacity: 1;
  pointer-events: auto;
}

.c-mobile-menu {
  background-color: #F6F5F2;
  color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 90%;
  max-width: 275px;
  overflow-y: auto;
  pointer-events: auto;
  padding: 25px;
  position: absolute;
  right: 100%;
  transform: translateX(0);
  will-change: transform;
  z-index: 260;
}

/* animating in state */
.c-mobile-drawer .c-mobile-menu {
  transition: all 0.15s ease-in;
}

/* active state */
.c-mobile-drawer.js-active .c-mobile-menu {
  transform: translateX(100%);
  transition: all 0.35s ease-out;
}

.c-mobile-menu__item {
  margin-bottom: 12.5px;
}

.c-mobile-menu__link {
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  font-size: 20px;
}
.no-js .c-mobile-menu__link {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .c-mobile-menu__link {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}

.c-mobile-menu__logo {
  margin-bottom: 50px;
  width: 225px;
}

.c-mobile-menu__search-input {
  border: 1px solid rgba(146, 146, 146, 0.3);
}

.c-main-footer {
  color: white;
  font-family: Arial Narrow, Arial, sans-serif;
  position: relative;
}
.no-js .c-main-footer {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .c-main-footer {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.c-main-footer a {
  color: white;
}
.c-main-footer a:hover, .c-main-footer a:focus {
  color: rgba(255, 255, 255, 0.6);
}

.c-main-footer__top {
  background-color: #4A4A4A;
  padding: 60px 0;
  position: relative;
}

.c-main-footer__top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63px;
  background: url(./images/animals-dark.png?854c55f4e93969ccd43664433d606590) 50px repeat-x;
}

.c-main-footer__heading {
  font-weight: 900;
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.c-main-footer__bottom {
  background-color: #323232;
  padding: 40px 0;
}

.c-main-footer__copyright {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 2;
}

@media (max-width: 767px) {
  .c-main-footer__link-list li {
    margin-bottom: 6px;
  }
}

.c-social-nav__item {
  display: inline-block;
  margin-right: 6px;
}
.c-social-nav__item:last-child {
  margin-right: 0;
}

.c-social-nav__link {
  background-color: white;
  display: block;
  font-size: 20px;
  line-height: 1;
  padding: 2px;
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
  transition: all 0.15s ease;
}
.c-social-nav__link:hover, .c-social-nav__link:focus {
  background-color: #cccccc;
}

/* Link icons */
.c-social-nav__link [class^=icon-] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 28px;
  width: 28px;
}
.c-social-nav__link [class^=icon-] path {
  fill: #4A4A4A;
}

.c-main-footer .c-social-nav__link {
  color: #4A4A4A;
}
.c-main-footer .c-social-nav__link:hover, .c-main-footer .c-social-nav__link:focus {
  color: #4A4A4A;
}

.c-share-buttons__item {
  display: inline-block;
  vertical-align: middle;
}

.c-share-buttons__link {
  background-color: #929292;
  padding: 3px;
  display: block;
  line-height: 1;
  color: white;
  transition: background-color 0.2s;
}
.c-share-buttons__link path {
  fill: white;
}
.c-share-buttons__link svg {
  width: 18px;
  height: 18px;
}
.c-share-buttons__link:hover, .c-share-buttons__link:focus {
  background-color: #797979;
  color: white;
}

.c-share-buttons__link.twitter {
  background-color: #00aced;
}
.c-share-buttons__link.twitter:hover, .c-share-buttons__link.twitter:focus {
  background-color: #21c2ff;
}

.c-share-buttons__link.facebook {
  background-color: #3b5998;
}
.c-share-buttons__link.facebook:hover, .c-share-buttons__link.facebook:focus {
  background-color: #4c70ba;
}

.c-share-buttons__link.youtube {
  background-color: #bb0000;
}
.c-share-buttons__link.youtube:hover, .c-share-buttons__link.youtube:focus {
  background-color: #ee0000;
}

.c-share-buttons__link.linkedin {
  background-color: #007bb6;
}
.c-share-buttons__link.linkedin:hover, .c-share-buttons__link.linkedin:focus {
  background-color: #009de9;
}

.c-circle-icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-circle-icons li {
  display: inline-block;
  margin-right: 25px;
}
.c-circle-icons li:last-child {
  margin-right: 0;
}

.c-circle-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 3px solid #929292;
  transition: background-color 0.5s;
}
.c-circle-icon:hover, .c-circle-icon:focus {
  background-color: #929292;
}
.c-circle-icon:hover svg, .c-circle-icon:focus svg {
  transform: rotateX(360deg);
}
.c-circle-icon svg {
  height: 30px;
  width: 30px;
  transition: transform 0.5s;
}
.c-circle-icon path {
  fill: #929292;
}

.c-circle-icon.twitter {
  border-color: #00aced;
}
.c-circle-icon.twitter path {
  fill: #00aced;
}
.c-circle-icon.twitter:hover, .c-circle-icon.twitter:focus {
  background-color: #00aced;
}
.c-circle-icon.twitter:hover path, .c-circle-icon.twitter:focus path {
  fill: white;
}

.c-circle-icon.facebook {
  border-color: #3b5998;
}
.c-circle-icon.facebook path {
  fill: #3b5998;
}
.c-circle-icon.facebook:hover, .c-circle-icon.facebook:focus {
  background-color: #3b5998;
}
.c-circle-icon.facebook:hover path, .c-circle-icon.facebook:focus path {
  fill: white;
}

.c-circle-icon.youtube {
  border-color: #bb0000;
}
.c-circle-icon.youtube path {
  fill: #bb0000;
}
.c-circle-icon.youtube:hover, .c-circle-icon.youtube:focus {
  background-color: #bb0000;
}
.c-circle-icon.youtube:hover path, .c-circle-icon.youtube:focus path {
  fill: white;
}

.c-circle-icon.linkedin {
  border-color: #007bb6;
}
.c-circle-icon.linkedin path {
  fill: #007bb6;
}
.c-circle-icon.linkedin:hover, .c-circle-icon.linkedin:focus {
  background-color: #007bb6;
}
.c-circle-icon.linkedin:hover path, .c-circle-icon.linkedin:focus path {
  fill: white;
}

.c-underline {
  margin-bottom: 6.25px;
}

.c-underline__separator {
  display: inline-block;
  margin: 0 5px;
  opacity: 0.3;
}

.c-underline__author-thumbnail {
  border-radius: 50%;
  width: 25px;
  margin-right: 5px;
}

.c-tease {
  margin-bottom: 30px;
}
.c-tease > *:last-child {
  margin-bottom: 0;
}

.c-tease__list-item {
  margin-bottom: 25px;
}

/* Selective styles for the media tease */
.c-tease--media .c-tease__figure {
  margin-bottom: 0;
}

.c-tease__figure {
  position: relative;
  margin-bottom: 25px;
}

.c-tease__figure .c-tease__meta {
  position: absolute;
  left: 10px;
  bottom: 10px;
  margin: 0;
}

.c-tease__title:first-child {
  margin-top: 0;
}

.c-tease__image {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.c-tease__meta {
  max-width: 94%;
  padding: 7.5px 10px;
}

.c-tease__preview {
  margin-bottom: 12.5px;
}
.c-tease__preview li {
  margin-bottom: 3px;
}

.c-tease__btn {
  margin-top: 25px;
}

.c-tease--initiative {
  text-align: center;
}
.c-tease--initiative .c-tease__title {
  text-transform: uppercase;
}

.c-tease--resource {
  margin-bottom: 25px;
}
.c-tease--resource svg[class^=icon] {
  width: 25px;
  height: 25px;
}
.c-tease--resource svg[class^=icon] path {
  fill: #4A4A4A;
}

@media (max-width: 479px) {
  .c-tease--person .c-tease__image {
    width: 64px;
  }
}

.c-action-bar {
  background-color: #354c71;
  background-image: linear-gradient(to bottom, #425f8d 0%, #354c71 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF425F8D", endColorstr="#FF354C71", GradientType=0);
  background-repeat: repeat-x;
  color: white;
  text-align: center;
}

.c-action-bar--signup {
  background-color: #EAEAEA;
  background-image: linear-gradient(to bottom, #EAEAEA 0%, #d1d1d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEAEAEA", endColorstr="#FFD1D1D1", GradientType=0);
  background-repeat: repeat-x;
  color: #4A4A4A;
}

@media (min-width: 768px) {
  .c-action-bar__input {
    max-width: 240px;
    margin-right: 10px;
  }
}

.c-action-bar__disclaimer {
  font-size: 14px;
  padding-top: 15px;
}
.c-action-bar__disclaimer a {
  color: #fff;
  text-decoration: underline;
}
.c-action-bar__disclaimer a:hover {
  text-decoration: none;
}

.c-action-bar__title {
  font-family: Arial Narrow, Arial, sans-serif;
  color: inherit;
  font-size: 24px;
  line-height: 43px;
  margin-bottom: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.no-js .c-action-bar__title {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .c-action-bar__title {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}

@media (min-width: 768px) {
  .c-action-bar__form {
    display: inline-block;
  }
}

/* Stateful classes */
.c-action-bar__alerts {
  margin-top: 25px;
  display: none;
}

.c-home-slideshow {
  color: white;
  background-color: #4A4A4A;
  width: 100%;
}

.c-home-slideshow .c-home-slideshow__image {
  width: 100%;
  display: block;
}
.c-home-slideshow .glide__bullets {
  text-align: center;
  position: absolute;
  bottom: 15px;
}
.c-home-slideshow .glide__bullets button {
  text-transform: none;
  background: 0 0;
  cursor: pointer;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  margin: 0 5px;
  font-size: 0;
}
.c-home-slideshow .glide__bullets button:after {
  content: "";
  width: 13px;
  display: block;
  height: 13px;
  margin: 5px 7px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.c-home-slideshow .glide__bullets button.glide__bullet--active:after {
  background: white;
}
@media (min-width: 1100px) {
  .c-home-slideshow .glide__bullets {
    bottom: 30px;
  }
}
@media (max-width: 1080px) {
  .c-home-slideshow .c-home-slideshow__image {
    height: 520px;
    width: auto !important;
    max-width: none;
  }
}

.c-home-slideshow__row {
  /* Align the content to the bottom */
  display: flex;
  align-items: flex-end;
}

.c-home-slideshow__item {
  position: relative;
  min-height: 520px;
}

.c-home-slideshow__canvas {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
}

.c-home-slideshow__callout {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 1100px) {
  .c-home-slideshow__callout {
    padding-bottom: 120px;
  }
}
@media (min-width: 1440px) {
  .c-home-slideshow__callout {
    padding-bottom: 150px;
  }
}

@media (min-width: 768px) {
  .c-home-slideshow .c-home-slideshow__callout {
    animation: fadeInUp 0.8s ease-in-out;
  }
}

.c-home-slideshow__heading {
  font-family: Arial Narrow, Arial, sans-serif;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  font-size: 34px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.no-js .c-home-slideshow__heading {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .c-home-slideshow__heading {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
@media (min-width: 992px) {
  .c-home-slideshow__heading {
    font-size: 40px;
  }
}
@media (min-width: 1100px) {
  .c-home-slideshow__heading {
    font-size: 50px;
  }
}

.c-home-slideshow__text {
  margin: 10px 0 0;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.c-home-slideshow__button {
  font-size: 14px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .c-home-history__content {
    text-align: center;
  }
}

.c-home-history__title {
  margin: 0 0 30px;
}
.c-home-history__title:after {
  content: none;
}

.c-home-history__text {
  font-size: 19px;
  margin-bottom: 30px;
}

.c-home-history__image {
  display: block;
  width: 270px;
}
@media (min-width: 768px) {
  .c-home-history__image {
    margin-left: auto;
  }
}

.c-home-history__link {
  font-family: Arial Narrow, Arial, sans-serif;
  padding: 0 15px;
  border-right: 1px solid #929292;
}
.no-js .c-home-history__link {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .c-home-history__link {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.c-home-history__link:last-child {
  border-right: none;
}
@media (max-width: 479px) {
  .c-home-history__link {
    display: block;
    border: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}

.c-donate-boxes {
  background-image: url(./images/happy-dog-bg.jpg?952a3b1470c6d12adddc35c9e8fa2173);
  padding: 120px 0 60px;
}
@media (min-width: 768px) {
  .c-donate-boxes {
    padding: 180px 0 120px;
  }
}

.c-donate-boxes.c-highlights {
  background-image: url(./images/happy-dog-bg.jpg?952a3b1470c6d12adddc35c9e8fa2173);
  padding: 60px 0 60px;
}
.c-donate-boxes.c-highlights .c-section-title {
  color: white;
}
@media (min-width: 768px) {
  .c-donate-boxes.c-highlights {
    padding: 60px 0 60px;
  }
}

.c-donate-boxes__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}

.c-feature-boxes__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}

.c-donate-box {
  background-color: #EAEAEA;
  color: #4A4A4A;
  display: flex;
  flex-direction: column;
  margin: 0 15px 30px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .c-donate-box {
    flex-basis: calc(33.333333333% - 30px);
    max-width: calc(33.333333333% - 30px);
  }
}

.c-feature-box {
  background-color: #EAEAEA;
  color: #4A4A4A;
  display: flex;
  flex-direction: column;
  margin: 0 15px 30px 15px;
  text-align: center;
}
.c-feature-box img {
  width: 100%;
}
@media (min-width: 768px) {
  .c-feature-box {
    flex-basis: calc(33.333333333% - 30px);
    max-width: calc(33.333333333% - 30px);
  }
}
@media (max-width: 767px) {
  .c-feature-box {
    display: block;
  }
}

.c-donate-box--featured {
  background-color: white;
}
@media (min-width: 768px) {
  .c-donate-box--featured {
    margin: -15px 15px 15px;
  }
  .c-donate-box--featured .c-feature-box__body {
    margin-top: -15px;
    min-height: 285px;
  }
}

.c-donate-box__icon svg {
  width: 40px;
  height: 40px;
}
.c-donate-box__icon path {
  fill: #4A4A4A;
}

.c-donate-box__body {
  padding: 20px;
}
@media (min-width: 992px) {
  .c-donate-box__body {
    padding: 30px 30px 40px;
  }
}

.c-feature-box__body {
  padding: 0;
  flex-grow: 1;
  min-height: 250px;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-feature-box__link {
  color: #4A4A4A;
  padding: 5px 10px;
  display: flex;
  font-family: "Cooper Hewitt";
  flex-direction: column;
  height: -webkit-fill-available;
  align-self: stretch;
  justify-content: center;
}
.c-feature-box__link .c-feature__title {
  font-weight: 700;
  font-size: 18px;
}
.c-feature-box__link h3 {
  margin: 0;
  font-size: 16px;
}
.c-feature-box__link p {
  margin-bottom: 0;
}
.c-feature-box__link p a {
  font-weight: 700;
  color: #C73D3D;
}
@media (max-width: 767px) {
  .c-feature-box__link {
    display: block;
    height: auto;
  }
}

.c-donate-box__heading {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.c-donate-box__text {
  line-height: 1.4;
}

.c-donate-box__link {
  color: white;
  display: block;
  width: 100%;
  padding: 15px 10px;
  margin-top: auto;
  background-color: #a22f2f;
}
.c-donate-box__link:hover, .c-donate-box__link:focus {
  background-color: #7b2323;
}

.c-donate-box--featured .c-donate-box__link {
  background-color: #C73D3D;
}
.c-donate-box--featured .c-donate-box__link:hover, .c-donate-box--featured .c-donate-box__link:focus {
  background-color: #a22f2f;
}

.c-program-tile {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
  height: 250px;
  overflow: hidden;
  background-color: #929292;
}

.c-program-tile__link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.c-program-tile__link:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(50, 50, 50, 0.6);
  content: "";
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: -1;
}

.c-program-tile__link[disabled]:before,
.c-program-tile__link:hover:before,
.c-program-tile__link:focus:before {
  opacity: 1;
}

.c-program-tile__link[disabled] {
  pointer-events: none;
}

.c-program-tile__title {
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  margin: 0;
}

.c-sponsors-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.c-sponsors-list__item {
  display: inline-block;
  padding: 10px;
  transition: all 100ms ease;
}
.c-sponsors-list__item:hover {
  opacity: 0.7;
}

.c-home-hero-mobile {
  color: white;
  background-size: cover;
}
.c-home-hero-mobile .c-home-slideshow__callout {
  padding: 120px 30px 60px;
}
.c-home-hero-mobile:before {
  content: "";
}

.c-page-hero {
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(./images/hero-default.jpg?bba39270019ffa042d367e7ad80e54e6);
  color: white;
  background-color: #929292;
}
@media (max-width: 767px) {
  .c-page-hero {
    position: relative;
  }
  .c-page-hero:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
  }
}

.c-page-hero--tight .c-page-hero__content {
  padding: 40px 0;
}

.c-page-hero--page .c-page-hero__title {
  font-size: 40px;
  font-weight: 900;
}

.c-page-hero__content {
  text-align: center;
  margin-top: 55px;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .c-page-hero__content {
    position: relative;
  }
}
@media (min-width: 768px) {
  .c-page-hero__content {
    margin-top: 105px;
    padding: 60px 0;
  }
}

.c-page-hero--with-overlay .c-page-hero__content {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .c-page-hero--with-overlay .c-page-hero__content {
    padding-bottom: 140px;
  }
}

.c-page-hero__title {
  color: white;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.c-page-hero__subtitle {
  font-style: italic;
  margin-top: 10px;
}
@media (min-width: 1100px) {
  .c-page-hero__subtitle {
    font-size: 20px;
  }
}

/* Custom Hero Images */
.c-page-hero.event {
  background-image: url(./images/hero-event.jpg?fd883b9dd907a8b38a2b6d44a3df5d51);
}

.c-breadcrumbs {
  font-family: Arial Narrow, Arial, sans-serif;
  text-align: center;
  font-size: 14px;
}
.no-js .c-breadcrumbs {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .c-breadcrumbs {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.c-breadcrumbs a:hover, .c-breadcrumbs a:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.c-breadcrumbs--white {
  color: rgba(255, 255, 255, 0.6);
}
.c-breadcrumbs--white a {
  color: white;
}
.c-breadcrumbs--white a:hover, .c-breadcrumbs--white a:focus {
  color: rgba(255, 255, 255, 0.6);
}

.c-breadcrumbs__sep {
  margin: 0 6px;
}

/* CSS Trimming of breadcrumb length */
.c-breadcrumbs span[property=name],
.c-breadcrumbs__sep {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-breadcrumbs span[property=name]:hover,
.c-breadcrumbs__sep:hover {
  max-width: none;
}

.c-inpagenav {
  background-color: #354c71;
  font-size: 0;
  padding: 20px 0;
  text-align: center;
}

.c-inpagenav__item {
  margin-right: 30px;
}
.c-inpagenav__item:last-child {
  margin-right: 0;
}

.c-inpagenav__link {
  color: white;
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  padding: 6px 0;
  position: relative;
  transition: all 0.15s ease;
}
.no-js .c-inpagenav__link {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .c-inpagenav__link {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.c-inpagenav__link:before {
  background-color: #C73D3D;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.15s ease;
}
.c-inpagenav__link:hover, .c-inpagenav__link:focus {
  color: white;
  text-decoration: none;
}
.c-inpagenav__link:hover:before, .c-inpagenav__link:focus:before {
  opacity: 1;
  transform: translateY(0);
}
.c-inpagenav__link.active:before {
  opacity: 1;
  transform: translateY(0);
}

.c-page-nav {
  margin-bottom: 25px;
}

.c-page-nav__item {
  margin-bottom: 12.5px;
}

.c-page-nav__link {
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #4A4A4A;
  display: block;
  padding-left: 12.5px;
  border-left: 1px solid transparent;
  transition: all 0.15s ease;
}
.no-js .c-page-nav__link {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .c-page-nav__link {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.c-page-nav__link:hover, .c-page-nav__link:focus {
  text-decoration: none;
  border-color: #8e2929;
}

.c-page-nav__link.active {
  color: #C73D3D;
  font-weight: 700;
  border-left: 2px solid #C73D3D;
}
.c-page-nav__link.active:hover, .c-page-nav__link.active:focus {
  color: #C73D3D;
}

.c-sidebar {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .c-sidebar {
    padding-left: 60px;
    margin-top: 0;
  }
}

.c-sidebar-module {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 50px;
}
.c-sidebar-module:only-of-type {
  border-bottom: 0;
}
.c-sidebar-module:last-of-type {
  margin-bottom: 0;
}

.c-sidebar-module--cta {
  background: #F6F5F2;
  border: 1px solid #EAEAEA;
  padding: 25px;
  position: relative;
}
.c-sidebar-module--cta .c-sidebar-module__title {
  margin-top: 12.5px;
}

.c-sidebar-module--donate-image {
  text-align: center;
  border-bottom: none;
}

.sidebar-donate-image__image {
  max-width: 100%;
}

.c-sidebar-module--twitter {
  text-align: left;
}
.c-sidebar-module--twitter .ctf-author-americanhumane {
  background-color: #ffffff !important;
}

.c-sidebar-module__title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 0;
  text-align: center;
}

.c-sidebar-module--publication-info > *:last-child {
  margin-bottom: 50px;
}

.c-more-link {
  margin-top: 25px;
}

.c-article__header {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 25px;
}

.c-article__overline {
  margin-bottom: 25px;
}
.c-article__overline label {
  line-height: 1.5;
  padding: 0.3em 0.7em;
}
.c-article__overline a {
  color: white;
  text-decoration: none;
}

.c-article__title {
  font-size: 34px;
  margin: 0 0 25px;
}
@media (min-width: 992px) {
  .c-article__title {
    font-size: 40px;
    margin-bottom: 12.5px;
  }
}

@media (min-width: 480px) {
  .c-article__underline {
    margin-bottom: 0;
  }
}

.c-article__meta {
  margin-bottom: 12.5px;
}
@media (min-width: 480px) {
  .c-article__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

.c-article__after-content {
  border-top: 1px solid #EAEAEA;
  padding-top: 25px;
  margin-bottom: 25px;
}

.c-article__press_info {
  margin-top: 50px;
}

.c-featured-box {
  background-color: #F6F5F2;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 25px;
}
@media (min-width: 768px) {
  .c-featured-box {
    padding: 50px;
  }
}

.c-featured-box--secondary {
  background-color: #354c71;
  background: linear-gradient(to top, #354c71, #456394);
  color: white;
}
.c-featured-box--secondary a {
  color: white;
}
.c-featured-box--secondary a:hover, .c-featured-box--secondary a:focus {
  color: rgba(255, 255, 255, 0.6);
}

.c-featured-box__title {
  font-weight: 400;
}
.c-featured-box__title:first-child {
  margin-top: 0;
}

.c-featured-box__body ~ .btn {
  margin-top: 25px;
}

.c-featured-box--overlay {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 50px;
  margin-top: -120px;
}
@media (min-width: 768px) {
  .c-featured-box--overlay {
    margin-top: -140px;
  }
}

.c-featured-box .c-tease {
  margin-bottom: 0;
}

.c-featured-box.featured-action {
  position: relative;
}
@media (min-width: 992px) {
  .c-featured-box.featured-action:after {
    content: "";
    display: block;
    width: 228px;
    height: 211px;
    background-image: url(./images/ribbon-corner.png?b22486c6df98dfc3a959de4c36e426c6);
    background-repeat: no-repeat;
    position: absolute;
    top: -1px;
    left: -1px;
  }
}

.c-featured-box.featured-publication {
  position: relative;
  overflow: hidden;
}
.c-featured-box.featured-publication:after {
  background: url(./images/icon-file-text.svg?07cd4ef499a83c3175bcb58fd3f28ddb) no-repeat;
  background-size: 400px;
  display: block;
  position: absolute;
  width: 400px;
  height: 400px;
  right: 30px;
  bottom: -150px;
  opacity: 0.1;
}
@media (min-width: 768px) {
  .c-featured-box.featured-publication:after {
    content: "";
  }
}

.c-featured-image {
  position: relative;
  margin-bottom: 25px;
}
.c-featured-image:before, .c-featured-image:after {
  display: table;
  content: " ";
}
.c-featured-image:after {
  clear: both;
}

.c-featured-image__img-wrapper {
  position: relative;
}

.c-featured-image__img {
  width: 100%;
}

.c-featured-image__map {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 5px;
  opacity: 0.8;
  transition: opacity 150ms ease;
}
.c-featured-image__map:hover {
  opacity: 1;
}

.c-featured-image__caption {
  font-family: "San Francisco", "Calibri", "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  float: right;
  margin-top: 6.25px;
}
.no-js .c-featured-image__caption {
  font-family: "Source Sans Pro", "San Francisco", "Calibri", "Gill Sans", Arial, sans-serif;
}
.fonts-loaded .c-featured-image__caption {
  font-family: "Source Sans Pro", "San Francisco", "Calibri", "Gill Sans", Arial, sans-serif;
}

.c-featured-video {
  background: black;
  border: 7px solid white;
  box-shadow: 0px 2px 74px 0px rgba(0, 0, 0, 0.18);
  margin: 0 auto 40px;
  max-width: 700px;
  position: relative;
}

.c-featured-video.single-program {
  margin-top: -120px;
}
@media (min-width: 768px) {
  .c-featured-video.single-program {
    margin-top: -140px;
  }
}

.c-cta {
  color: white;
  position: relative;
}
@media (min-width: 768px) {
  .c-cta {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .c-cta:before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
  }
}

.c-cta-heading {
  margin-top: 0;
  font-size: 40px;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .c-cta-heading {
    font-size: 50px;
  }
}

.c-pagination {
  font-family: Arial Narrow, Arial, sans-serif;
  border-top: 1px solid #EAEAEA;
  font-weight: 700;
  margin: 25px 0;
  padding-top: 25px;
  text-transform: uppercase;
}
.no-js .c-pagination {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}
.fonts-loaded .c-pagination {
  font-family: "Cooper Hewitt", Arial Narrow, Arial, sans-serif;
}

.c-pagination__item {
  display: inline-block;
  margin-right: 10px;
}

.c-pagination__link {
  border: 2px solid transparent;
  color: #4A4A4A;
  display: block;
  line-height: 1;
  padding: 4px;
  text-align: center;
  min-width: 29px;
}
.c-pagination__link:hover, .c-pagination__link:focus {
  color: #C73D3D;
  text-decoration: none;
}

.c-pagination__link.current {
  color: #C73D3D;
  border-color: #C73D3D;
}

@media (min-width: 768px) {
  .c-single-person__details {
    text-align: center;
  }
}

.c-single-person__avatar {
  border: 10px solid white;
  margin-top: -140px;
  max-width: 400px;
}

.c-single-person__title {
  font-size: 28px;
  margin-bottom: 12.5px;
}

.c-single-person__meta {
  font-family: "San Francisco", "Calibri", "Gill Sans", Arial, sans-serif;
  color: #929292;
  font-size: 20px;
  margin-bottom: 25px;
}
.no-js .c-single-person__meta {
  font-family: "Source Sans Pro", "San Francisco", "Calibri", "Gill Sans", Arial, sans-serif;
}
.fonts-loaded .c-single-person__meta {
  font-family: "Source Sans Pro", "San Francisco", "Calibri", "Gill Sans", Arial, sans-serif;
}

.c-resource-blocks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -15px;
}
@media (min-width: 768px) {
  .c-resource-blocks {
    flex-wrap: nowrap;
  }
}

.c-resource-block {
  padding: 0 15px;
  margin-bottom: 50px;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-resource-block {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.c-two-column-list {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-fill: auto;
       column-fill: auto;
  margin-bottom: 25px;
  text-align: left;
}
.c-two-column-list > li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
}
.c-two-column-list:last-child {
  margin-bottom: 0;
}

.c-careers-list {
  margin-bottom: 25px;
}

.c-tease--person {
  margin-bottom: 25px;
}
.c-tease--person .c-tease__image {
  border-radius: 50%;
}
.c-tease--person .c-tease__title {
  margin-bottom: 4.1666666667px;
  text-transform: none;
  color: #4A4A4A;
}
.c-tease--person .c-tease__preview {
  color: #929292;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 25px;
}

.gallery-item {
  margin: 0 5px 10px;
}

.gallery-icon a {
  display: block;
  border: 1px solid #EAEAEA;
  padding: 5px;
  transition: all 0.15s ease;
}
.gallery-icon a:hover, .gallery-icon a:focus {
  border-color: rgba(199, 61, 61, 0.5);
}

.gallery-caption {
  display: none;
}

.mfp-title {
  font-size: 14px;
}

.c-loader {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 25px auto;
  display: none;
}

.js-loading .c-loader {
  display: block;
}

/* Double circle bounce animation */
.c-loader__bounce {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #C73D3D;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: scale-bounce 2s infinite ease-in-out;
}
.c-loader__bounce:nth-child(even) {
  animation-delay: -1s;
}

.c-filter {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EAEAEA;
}
@media (min-width: 992px) {
  .c-filter {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.c-filter__title {
  text-transform: uppercase;
}

.c-filter__item {
  font-family: Arial Narrow, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6.25px;
}
.c-filter__item:last-child {
  margin-bottom: 0;
}

.page-template-page-salsa-donate .c-main-header__row {
  margin-right: -15px;
}
@media (max-width: 767px) {
  .page-template-page-salsa-donate .c-main-header__logo {
    width: 200px;
  }
}

.salsa-header {
  padding: 20px 10px;
  margin: 0 auto;
}

#salsa-donate-content {
  padding-top: 6em;
}
@media (max-width: 767px) {
  #salsa-donate-content {
    padding-top: 4em;
  }
}

.page-template-page-sanctuary .c-page-hero {
  box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.4);
}
.page-template-page-sanctuary .c-page-hero__title-image {
  width: 50%;
  max-width: 500px;
}
@media (max-width: 767px) {
  .page-template-page-sanctuary .c-page-hero__title-image {
    width: 75%;
  }
}
.page-template-page-sanctuary .intro-section h1 {
  text-align: center;
  text-transform: uppercase;
  color: #354c71;
}
.page-template-page-sanctuary .intro-section h3 {
  text-align: center;
  font-weight: 400;
  color: #354c71;
}
@media (max-width: 767px) {
  .page-template-page-sanctuary .intro-section h3 {
    font-size: 22px;
  }
}
.page-template-page-sanctuary .intro-section .the-content {
  margin-bottom: 2.25em;
}
.page-template-page-sanctuary p {
  max-width: 100%;
}
.page-template-page-sanctuary p iframe {
  max-width: 100%;
}
.page-template-page-sanctuary .c-section {
  border-bottom: none;
}
.page-template-page-sanctuary .c-section-title {
  text-align: left;
  margin-bottom: 2em;
}
.page-template-page-sanctuary .vision {
  background-color: #F6F5F2;
}
.page-template-page-sanctuary .vision .vision-card img, .page-template-page-sanctuary .vision .vision-card .graybox {
  width: 100%;
  background-color: #4A4A4A;
  min-height: 150px;
  margin-bottom: 1em;
}
.page-template-page-sanctuary .vision .vision-card h4 {
  font-size: 20px;
  color: #354c71;
  margin-bottom: 0;
}
.page-template-page-sanctuary .vision .vision-card p {
  color: #323232;
}
.page-template-page-sanctuary .sanct-header {
  color: #354c71;
  text-align: center;
}
.page-template-page-sanctuary .support {
  text-align: center;
}
.page-template-page-sanctuary .support p {
  font-size: 18px;
}
.page-template-page-sanctuary .support p a {
  color: #25354e;
  font-weight: 600;
  border-bottom: solid 2px;
}
.page-template-page-sanctuary .robin-quote {
  background-color: #354c71;
  color: white;
}
@media (min-width: 768px) {
  .page-template-page-sanctuary .robin-quote {
    background-image: url(./images/Robin.png?ae774a4a36caeaba55a2ac2673bfe389);
    background-repeat: no-repeat;
    background-position-x: 5%;
    background-position-y: bottom;
  }
}
@media (min-width: 992px) {
  .page-template-page-sanctuary .robin-quote {
    background-position-x: 10%;
  }
}
@media (min-width: 1100px) {
  .page-template-page-sanctuary .robin-quote {
    background-position-x: 15%;
  }
}
.page-template-page-sanctuary #sb_instagram a {
  color: #354c71;
}
.page-template-page-sanctuary #sb_instagram .sbi_follow_btn a {
  background-color: #354c71;
  color: white;
}
.page-template-page-sanctuary .c-more-link {
  margin-bottom: 2em;
}

.animal-photo-break {
  display: flex;
  max-width: 100%;
  color: white;
  text-align: center;
}
.animal-photo-break .animal-pic-break {
  width: 20%;
  float: left;
  display: inline-block;
  background-color: #309B87;
  border: solid 1px white;
  padding: 10px;
  background-size: cover;
  background-position: center;
}
.animal-photo-break .animal-pic-break:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#id_3e9f8135-1d04-4a8b-af45-f989f3a965b7 {
  overflow-y: visible !important;
}

.id_443c3b11-e778-4184-a34b-47b7980649d5 .sli-label, .id_90f772c4-900a-4e3a-8d33-fb2f31bf000f .sli-label {
  font-weight: 700;
}

.id_443c3b11-e778-4184-a34b-47b7980649d5 .sli-button, .id_90f772c4-900a-4e3a-8d33-fb2f31bf000f .sli-button {
  font-weight: 700;
  font-size: 20px;
}

.bilingual-link {
  float: right;
  margin-right: 10%;
  margin-top: 0;
  background-color: #387868;
  color: white;
  padding: 10px 18px;
  border-radius: 3px;
  z-index: 11;
}
@media (max-width: 767px) {
  .bilingual-link {
    position: absolute;
    right: 0;
    margin-right: 0;
    margin-top: -5px;
    padding: 4px 12px;
    border-radius: 0;
  }
}

.page-template-page-bkta-es .flex {
  justify-content: space-between;
}

.page-template-page-bkta h1, .page-template-page-bkta h2, .page-template-page-bkta h3, .page-template-page-bkta h4, .page-template-page-bkta h5, .page-template-page-bkta h6, .page-template-page-bkta p, .page-template-page-bkta-es h1, .page-template-page-bkta-es h2, .page-template-page-bkta-es h3, .page-template-page-bkta-es h4, .page-template-page-bkta-es h5, .page-template-page-bkta-es h6, .page-template-page-bkta-es p {
  font-family: "Open Sans", sans-serif !important;
  text-align: center;
  margin: 0 0 16px;
}
.page-template-page-bkta p, .page-template-page-bkta-es p {
  font-size: 18px;
}
.page-template-page-bkta .c-page-hero, .page-template-page-bkta-es .c-page-hero {
  background-size: cover;
  width: 100%;
  padding-top: 8%;
  padding-bottom: 20%;
}
@media (max-width: 767px) {
  .page-template-page-bkta .c-page-hero, .page-template-page-bkta-es .c-page-hero {
    position: relative;
  }
  .page-template-page-bkta .c-page-hero:before, .page-template-page-bkta-es .c-page-hero:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1099px) {
  .page-template-page-bkta .c-page-hero, .page-template-page-bkta-es .c-page-hero {
    box-shadow: inset 0 0 0 3000px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: inset 0 0 0 3000px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 0 0 3000px rgba(255, 255, 255, 0.4);
  }
}
.page-template-page-bkta .c-page-hero--bkta, .page-template-page-bkta-es .c-page-hero--bkta {
  background-image: url(./images/be-kind-to-animals-small.jpg?015a6e7dd3bba2e8f14b76bffaece644);
  padding: 6em 0 8em;
  color: #000;
  background-position: center top;
}
@media (min-width: 768px) {
  .page-template-page-bkta .c-page-hero--bkta, .page-template-page-bkta-es .c-page-hero--bkta {
    background-image: url(./images/be-kind-to-animals-medium.jpg?019b86eff0038bd1d061f293ad412998);
  }
}
@media (min-width: 1100px) {
  .page-template-page-bkta .c-page-hero--bkta, .page-template-page-bkta-es .c-page-hero--bkta {
    background-image: url(./images/be-kind-to-animals-full.jpg?5318b87fdb80d1c6b3c20a5816f62e35);
    padding-bottom: 35%;
  }
}
@media (max-width: 767px) {
  .page-template-page-bkta .c-page-hero--bkta, .page-template-page-bkta-es .c-page-hero--bkta {
    padding: 4em 0;
  }
}
.page-template-page-bkta .c-page-hero__content, .page-template-page-bkta-es .c-page-hero__content {
  text-align: center;
  margin-top: 0;
  z-index: 10;
}
.page-template-page-bkta .c-page-hero__content h1, .page-template-page-bkta-es .c-page-hero__content h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 54px;
  max-width: 450px;
  margin: 0 auto 20px;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-template-page-bkta .c-page-hero__content h1, .page-template-page-bkta-es .c-page-hero__content h1 {
    font-size: 50px;
  }
}
@media (min-width: 1100px) {
  .page-template-page-bkta .c-page-hero__content h1, .page-template-page-bkta-es .c-page-hero__content h1 {
    font-size: 74px;
  }
}
.page-template-page-bkta .c-page-hero__content h3, .page-template-page-bkta-es .c-page-hero__content h3 {
  font-size: 34px;
}
@media (max-width: 767px) {
  .page-template-page-bkta .c-page-hero__content h3, .page-template-page-bkta-es .c-page-hero__content h3 {
    font-size: 30px;
  }
}
.page-template-page-bkta .c-bkta-bar--signup, .page-template-page-bkta-es .c-bkta-bar--signup {
  background-color: #EAEAEA;
  background-image: linear-gradient(to bottom, #EAEAEA 0%, #d1d1d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEAEAEA", endColorstr="#FFD1D1D1", GradientType=0);
  background-repeat: repeat-x;
  color: #4A4A4A;
}
.page-template-page-bkta .c-bkta-bar__form, .page-template-page-bkta-es .c-bkta-bar__form {
  display: block;
  clear: both;
  width: 600px;
  max-width: 100%;
  margin: 30px auto 0;
  padding: 1em 0;
}
.page-template-page-bkta .c-bkta-bar__form .checkbox-group, .page-template-page-bkta-es .c-bkta-bar__form .checkbox-group {
  text-align: center;
  padding: 10px 0 0;
  display: inline-block;
}
.page-template-page-bkta .c-bkta-bar__form .checkbox-group input[type=checkbox], .page-template-page-bkta-es .c-bkta-bar__form .checkbox-group input[type=checkbox] {
  clear: both;
  margin: 0 10px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-template-page-bkta .c-bkta-bar__form .checkbox-group input[type=checkbox], .page-template-page-bkta-es .c-bkta-bar__form .checkbox-group input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
}
.page-template-page-bkta .c-bkta-bar__form .checkbox-group label, .page-template-page-bkta-es .c-bkta-bar__form .checkbox-group label {
  color: #4A4A4A;
}
@media (max-width: 767px) {
  .page-template-page-bkta .c-bkta-bar__form .checkbox-group label, .page-template-page-bkta-es .c-bkta-bar__form .checkbox-group label {
    display: contents;
  }
}
.page-template-page-bkta .c-bkta-bar__form .c-bkta-bar__fieldset, .page-template-page-bkta-es .c-bkta-bar__form .c-bkta-bar__fieldset {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1em 0;
}
.page-template-page-bkta .c-bkta-bar__form .c-bkta-bar__disclaimer, .page-template-page-bkta-es .c-bkta-bar__form .c-bkta-bar__disclaimer {
  font-size: 14px;
  padding-top: 15px;
}
.page-template-page-bkta .c-bkta-bar__form .c-bkta-bar__disclaimer a, .page-template-page-bkta-es .c-bkta-bar__form .c-bkta-bar__disclaimer a {
  color: #fff;
  text-decoration: underline;
}
.page-template-page-bkta .c-bkta-bar__form .c-bkta-bar__disclaimer a:hover, .page-template-page-bkta-es .c-bkta-bar__form .c-bkta-bar__disclaimer a:hover {
  text-decoration: none;
}
.page-template-page-bkta .c-bkta-bar__form .c-bkta-bar__submit, .page-template-page-bkta-es .c-bkta-bar__form .c-bkta-bar__submit {
  clear: both;
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 10px auto;
}
.page-template-page-bkta .c-bkta-bar__form .form-group, .page-template-page-bkta-es .c-bkta-bar__form .form-group {
  width: 288px;
  display: inline-block;
  float: left;
}
.page-template-page-bkta .c-bkta-bar__form .form-group:first-child, .page-template-page-bkta-es .c-bkta-bar__form .form-group:first-child {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .page-template-page-bkta .c-bkta-bar__form .form-group, .page-template-page-bkta-es .c-bkta-bar__form .form-group {
    width: 100%;
  }
}
.page-template-page-bkta .c-bkta-bar__form .form-group.email, .page-template-page-bkta-es .c-bkta-bar__form .form-group.email {
  display: block;
  clear: both;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.page-template-page-bkta .bkta-section, .page-template-page-bkta-es .bkta-section {
  padding: 3em 0;
  max-width: 100%;
}
.page-template-page-bkta .bkta-section h2, .page-template-page-bkta-es .bkta-section h2 {
  font-weight: 800;
  padding-bottom: 15px;
}
.page-template-page-bkta .btn.btn-primary, .page-template-page-bkta-es .btn.btn-primary {
  color: white;
  border: solid 1px white;
  background-color: #387868;
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-weight: 700;
  font-size: 20px;
  max-width: 100%;
}
.page-template-page-bkta .btn.btn-primary p, .page-template-page-bkta-es .btn.btn-primary p {
  margin-bottom: 0;
}
.page-template-page-bkta .intro-section-bkta, .page-template-page-bkta-es .intro-section-bkta {
  background-color: #543824;
  color: white;
  text-align: center;
  padding: 2em 0;
}
.page-template-page-bkta .intro-section-bkta .the-content, .page-template-page-bkta-es .intro-section-bkta .the-content {
  margin-bottom: 2em;
}
.page-template-page-bkta .intro-section-bkta .btn.btn-primary, .page-template-page-bkta-es .intro-section-bkta .btn.btn-primary {
  border: solid 1px white;
  background-color: rgba(255, 255, 255, 0.1);
}
.page-template-page-bkta .intro-section-bkta .btn.btn-primary:last-child, .page-template-page-bkta-es .intro-section-bkta .btn.btn-primary:last-child {
  margin-left: 1em;
}
@media (max-width: 767px) {
  .page-template-page-bkta .intro-section-bkta .btn.btn-primary:last-child, .page-template-page-bkta-es .intro-section-bkta .btn.btn-primary:last-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .page-template-page-bkta .intro-section-bkta .btn.btn-primary, .page-template-page-bkta-es .intro-section-bkta .btn.btn-primary {
    margin: 0 auto 10px;
  }
}
.page-template-page-bkta .kindness-pledge-bkta, .page-template-page-bkta-es .kindness-pledge-bkta {
  background-color: #F4F0E7;
  color: #136051;
  position: relative;
}
.page-template-page-bkta .kindness-pledge-bkta h2, .page-template-page-bkta-es .kindness-pledge-bkta h2 {
  margin-bottom: 0;
}
.page-template-page-bkta .kindness-pledge-bkta p, .page-template-page-bkta-es .kindness-pledge-bkta p {
  color: #4A4A4A;
  margin: 0 0 2em;
  font-size: 18px;
  min-height: 65px;
}
.page-template-page-bkta .kindness-pledge-bkta h3, .page-template-page-bkta-es .kindness-pledge-bkta h3 {
  color: #4A4A4A;
  font-weight: 800;
  text-transform: none;
}
.page-template-page-bkta .kindness-pledge-bkta .pledge-photo, .page-template-page-bkta-es .kindness-pledge-bkta .pledge-photo {
  padding: 15px 5px;
  margin: 15px 0;
  background-color: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.page-template-page-bkta .kindness-pledge-bkta .pledge-photo img, .page-template-page-bkta-es .kindness-pledge-bkta .pledge-photo img {
  max-width: 110px;
  max-height: 110px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 450px) {
  .page-template-page-bkta .kindness-pledge-bkta .pledge-photo img, .page-template-page-bkta-es .kindness-pledge-bkta .pledge-photo img {
    max-width: 100px;
    max-height: 80px;
  }
}
@media (max-width: 767px) {
  .page-template-page-bkta .kindness-pledge-bkta .pledge-photo, .page-template-page-bkta-es .kindness-pledge-bkta .pledge-photo {
    height: 190px;
    padding: 10px;
    margin: 10px 0;
  }
}
.page-template-page-bkta .kindness-pledge-bkta .pledge-photo p, .page-template-page-bkta-es .kindness-pledge-bkta .pledge-photo p {
  margin-bottom: 0;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  max-width: 200px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-template-page-bkta .kindness-pledge-bkta .pledge-photo p, .page-template-page-bkta-es .kindness-pledge-bkta .pledge-photo p {
    font-size: 13px;
  }
}
.page-template-page-bkta .kindness-pledge-bkta .elephant, .page-template-page-bkta-es .kindness-pledge-bkta .elephant {
  position: absolute;
  left: 0;
  width: 300px;
  bottom: 0;
}
@media (max-width: 991px) {
  .page-template-page-bkta .kindness-pledge-bkta .elephant, .page-template-page-bkta-es .kindness-pledge-bkta .elephant {
    width: 210px;
  }
}
@media (min-width: 1100px) {
  .page-template-page-bkta .kindness-pledge-bkta .elephant, .page-template-page-bkta-es .kindness-pledge-bkta .elephant {
    width: 400px;
  }
}
.page-template-page-bkta .celebrate-bkta, .page-template-page-bkta-es .celebrate-bkta {
  background-color: #309B87;
  color: white;
}
.page-template-page-bkta .celebrate-bkta .kind-ways-to-celebrate img, .page-template-page-bkta-es .celebrate-bkta .kind-ways-to-celebrate img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin: 1em auto;
  display: block;
}
.page-template-page-bkta .celebrate-bkta .kind-ways-to-celebrate h4, .page-template-page-bkta-es .celebrate-bkta .kind-ways-to-celebrate h4 {
  color: white;
  font-weight: 600;
}
.page-template-page-bkta .celebrate-bkta .kind-ways-to-celebrate p, .page-template-page-bkta-es .celebrate-bkta .kind-ways-to-celebrate p {
  font-size: 14px;
  font-weight: 600;
}
.page-template-page-bkta .celebrate-bkta .kind-ways-to-celebrate a, .page-template-page-bkta-es .celebrate-bkta .kind-ways-to-celebrate a {
  color: white;
  font-weight: 800;
  text-decoration: underline;
}
.page-template-page-bkta .mini-posters-bkta, .page-template-page-bkta-es .mini-posters-bkta {
  background-color: #ECE8DF;
  color: #136051;
  position: relative;
  overflow: hidden;
}
.page-template-page-bkta .mini-posters-bkta h2, .page-template-page-bkta-es .mini-posters-bkta h2 {
  margin-bottom: 0;
}
.page-template-page-bkta .mini-posters-bkta p, .page-template-page-bkta-es .mini-posters-bkta p {
  color: #4A4A4A;
  margin: 0 0 2em;
  font-size: 18px;
}
.page-template-page-bkta .mini-posters-bkta .btn.btn-primary, .page-template-page-bkta-es .mini-posters-bkta .btn.btn-primary {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 15px auto 0px;
  font-size: 18px;
  padding: 5px 22px;
}
.page-template-page-bkta .mini-posters-bkta .mini-poster h3, .page-template-page-bkta-es .mini-posters-bkta .mini-poster h3 {
  text-transform: inherit;
  color: #4A4A4A;
  margin: 5px 0;
  font-weight: 600;
}
.page-template-page-bkta .mini-posters-bkta .mini-poster .poster, .page-template-page-bkta-es .mini-posters-bkta .mini-poster .poster {
  width: 270px;
  height: 380px;
  background-size: cover;
  background-position: center;
  background-color: #309B87;
  margin: 0 auto;
}
.page-template-page-bkta .mini-posters-bkta .pig, .page-template-page-bkta-es .mini-posters-bkta .pig {
  position: absolute;
  right: -30px;
  width: 210px;
  bottom: 10px;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .page-template-page-bkta .mini-posters-bkta .pig, .page-template-page-bkta-es .mini-posters-bkta .pig {
    width: 400px;
    right: -60px;
  }
}
@media (max-width: 767px) {
  .page-template-page-bkta .mini-posters-bkta .pig, .page-template-page-bkta-es .mini-posters-bkta .pig {
    width: 150px;
  }
}
.page-template-page-bkta .teaching-the-future-bkta, .page-template-page-bkta-es .teaching-the-future-bkta {
  background-color: #CED6C9;
}
.page-template-page-bkta .teaching-the-future-bkta h2, .page-template-page-bkta-es .teaching-the-future-bkta h2 {
  color: #136051;
}
.page-template-page-bkta .teaching-the-future-bkta p, .page-template-page-bkta-es .teaching-the-future-bkta p {
  color: #4A4A4A;
  font-size: 14px;
}
@media (min-width: 992px) {
  .page-template-page-bkta .teaching-the-future-bkta .col-md-offset-1, .page-template-page-bkta-es .teaching-the-future-bkta .col-md-offset-1 {
    margin-left: 12.5%;
  }
}
.page-template-page-bkta .teaching-the-future-bkta .flex, .page-template-page-bkta-es .teaching-the-future-bkta .flex {
  justify-content: center;
}
.page-template-page-bkta .teaching-the-future-bkta .flex .col-xs-10, .page-template-page-bkta-es .teaching-the-future-bkta .flex .col-xs-10 {
  padding: 0 0 10px;
}
.page-template-page-bkta .teaching-the-future-bkta .grade-breakdown, .page-template-page-bkta-es .teaching-the-future-bkta .grade-breakdown {
  padding: 10px;
}
.page-template-page-bkta .teaching-the-future-bkta .grade-breakdown img, .page-template-page-bkta-es .teaching-the-future-bkta .grade-breakdown img {
  max-width: 175px;
  margin: 0 auto;
  display: block;
}
.page-template-page-bkta .teaching-the-future-bkta .grade-breakdown h3, .page-template-page-bkta-es .teaching-the-future-bkta .grade-breakdown h3 {
  color: #4A4A4A;
  font-weight: 800;
  font-size: 20px;
  margin-top: 10px;
}
.page-template-page-bkta .teaching-the-future-bkta .grade-breakdown .btn.btn-primary, .page-template-page-bkta-es .teaching-the-future-bkta .grade-breakdown .btn.btn-primary {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 15px auto 30px;
  font-size: 18px;
  padding: 5px 22px;
}
.page-template-page-bkta .animal-photo-break-bkta, .page-template-page-bkta-es .animal-photo-break-bkta {
  display: flex;
  max-width: 100%;
  color: white;
  text-align: center;
}
.page-template-page-bkta .animal-photo-break-bkta .animal-pic-break, .page-template-page-bkta-es .animal-photo-break-bkta .animal-pic-break {
  width: 20%;
  float: left;
  display: inline-block;
  background-color: #309B87;
  border: solid 1px white;
  padding: 10px;
  background-size: cover;
  background-position: center;
}
.page-template-page-bkta .animal-photo-break-bkta .animal-pic-break:after, .page-template-page-bkta-es .animal-photo-break-bkta .animal-pic-break:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page-template-page-bkta .history-bkta, .page-template-page-bkta-es .history-bkta {
  background-color: #ECE8DF;
  color: #136051;
}
.page-template-page-bkta .history-bkta .the-content p, .page-template-page-bkta-es .history-bkta .the-content p {
  color: #4A4A4A;
  font-size: 16px;
}
.page-template-page-bkta .history-bkta .btn-primary, .page-template-page-bkta-es .history-bkta .btn-primary {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 15px auto 30px;
  font-size: 18px;
  padding: 5px 22px;
}
@media (max-width: 767px) {
  .page-template-page-bkta .history-bkta .btn-primary, .page-template-page-bkta-es .history-bkta .btn-primary {
    font-size: 16px;
  }
}
.page-template-page-bkta .twitter-bkta, .page-template-page-bkta-es .twitter-bkta {
  background-image: url(./images/be-kind-to-animals-bg.jpg?458737453cf82b19ff73ae58d1bcbf0d);
  background-size: cover;
  padding: 2em 0;
  box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.5);
}
.page-template-page-bkta .twitter-bkta .the-content, .page-template-page-bkta-es .twitter-bkta .the-content {
  margin: 0 auto;
}
.page-template-page-bkta .twitter-bkta .ctf-type-usertimeline, .page-template-page-bkta .twitter-bkta .ctf-type-hashtag, .page-template-page-bkta-es .twitter-bkta .ctf-type-usertimeline, .page-template-page-bkta-es .twitter-bkta .ctf-type-hashtag {
  background-color: white;
  padding: 1em;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .page-template-page-bkta .twitter-bkta #ctf .ctf-header-type-generic .ctf-header-no-bio, .page-template-page-bkta-es .twitter-bkta #ctf .ctf-header-type-generic .ctf-header-no-bio {
    font-size: 14px;
    padding-top: 5px !important;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: center;
}

.pet-provider h4 {
  font-weight: 400;
  font-size: 28px;
}
.pet-provider #sb_instagram {
  background-color: white;
  padding: 2em;
  border-radius: 5px;
}
.pet-provider .animal-photo-break-provider {
  display: flex;
  max-width: 100%;
  color: white;
  text-align: center;
}
.pet-provider .animal-photo-break-provider .animal-pic-break {
  width: 20%;
  float: left;
  display: inline-block;
  background-color: #309B87;
  border: solid 1px white;
  padding: 10px;
  background-size: cover;
  background-position: center;
}
.pet-provider .animal-photo-break-provider .animal-pic-break:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.pet-provider .c-page-hero__title-image {
  width: 50%;
}
.pet-provider .c-page-hero {
  background-size: cover;
  background-position-y: 40%;
  background-repeat: no-repeat;
  color: white;
  background-color: #929292;
}
.pet-provider .faq-section {
  position: relative;
  background-color: #2f4c74;
}
.pet-provider .faq-section h4 {
  text-align: center;
  padding-bottom: 1em;
}
.pet-provider .faq-section .faq {
  color: #F6F5F2;
}
.pet-provider .faq-section .faq .faq_buttons {
  text-align: center;
}
.pet-provider .faq-section .faq .c-card {
  color: #929292;
}
.pet-provider .faq-section .faq .c-card__middle {
  padding: 25px 25px;
}
.pet-provider .faq-section .faq .c-card__middle h4 {
  font-size: 20px;
  font-weight: 700;
  color: #4A4A4A;
  padding-bottom: 0;
}
.pet-provider .faq-section .beagle {
  position: absolute;
  left: -90px;
  width: 250px;
  bottom: 0;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .pet-provider .faq-section .beagle {
    width: 400px;
    right: -60px;
  }
}
@media (max-width: 767px) {
  .pet-provider .faq-section .beagle {
    width: 150px;
  }
}
.pet-provider .certified .container-fluid, .pet-provider .certified .container-full {
  max-width: 100%;
}
.pet-provider .provider-photo {
  background-image: url(./images/green-frog-min.jpg?84e90af4c49ae510e79c3fc98b8bf2b5);
  background-position: center;
  background-size: cover;
  height: 450px;
}
@media (max-width: 767px) {
  .pet-provider .provider-photo {
    background-position: left;
  }
}
.pet-provider .provider-text {
  padding-top: 60px;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .pet-provider .provider-text {
    padding: 1em 0;
  }
  .pet-provider .provider-text .btn {
    text-align: center;
  }
}
.pet-provider .provider-buttons {
  text-align: center;
}
.pet-provider .our-standard {
  text-align: center;
  position: relative;
  background-color: #f6f5f1;
}
.pet-provider .our-standard .curious_dog {
  position: absolute;
  right: -150px;
  width: 280px;
  bottom: 0;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .pet-provider .our-standard .curious_dog {
    width: 350px;
    right: -60px;
  }
}
@media (max-width: 767px) {
  .pet-provider .our-standard .curious_dog {
    width: 150px;
    right: -70px;
  }
}
.pet-provider .our-standard-item img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin: 1em auto;
  display: block;
}
.pet-provider .twitter-provider {
  background-image: url(./images/fish-bg-min.jpg?41d93591ab1eed5a11d6f14c5cc24b81);
  background-size: cover;
  padding: 2em 0;
  box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.2);
}
.pet-provider .twitter-provider .the-content {
  margin: 0 auto;
}
.pet-provider .twitter-provider .ctf-type-usertimeline, .pet-provider .twitter-provider .ctf-type-hashtag, .pet-provider .twitter-provider .ctf-type-search {
  background-color: white;
  padding: 1em;
  border-radius: 15px;
}
.pet-provider .twitter-provider #ctf .ctf-header-type-generic .ctf-header-no-bio {
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .pet-provider .twitter-provider #ctf .ctf-header-type-generic .ctf-header-no-bio {
    font-size: 14px;
    padding-top: 5px !important;
  }
}

/* START HH LANDING PAGE STYLES */
.hh-landing-floating-social-slider {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 1;
  float: right;
}

.hh-landing-floating-social-slider img {
  max-width: 60px;
  margin-bottom: 5px;
}

.hh-landing-slideshow .caption-wrap {
  bottom: 25px !important;
  opacity: inherit !important;
  font-size: 40px;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.727), rgba(0, 0, 0, 0.7)) !important;
  line-height: 1.2em !important;
}

.page-id-5277 .c-page-hero__title {
  font-weight: 400 !important;
}

.hh-landing-topnav-wrapper {
  border-top: 2px solid #fff;
}

.hh-landing-topnav {
  padding: 10px;
  text-align: center;
}

.hh-landing-topnav ul {
  padding-left: 0 !important;
}

.hh-landing-topnav li {
  display: inline;
}

.hh-landing-topnav li a {
  margin: 0px 10px;
  color: #fff;
  font-weight: bold;
}

.page-id-5277 .c-page-hero {
  height: 445px;
}

.page-id-5277 .c-page-hero__content {
  margin-top: 190px;
}

.hh-landing-slider {
  margin-top: -200px;
}

.hh-landing-mission {
  text-align: center;
  margin: 100px 0px;
}

.hh-landing-contact-form-wrapper {
  width: 100vw;
  background-color: #f6f5f2;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border-top: 1px solid #ddd;
  padding: 25px 0px;
  margin-bottom: 60px;
  /*width: 2000px;
  background-color: #f6f5f2;
  margin-left: -569px;
  border-top: 1px solid #ddd; */
}

.hh-landing-contact-form-wrapper > div {
  width: 50vw;
  margin: 0px auto;
}

#vXitPSMPUW .sli-content-pane {
  background-color: #f6f5f2 !important;
}

#vXitPSMPUW input {
  background-color: #fff !important;
}

#id_3e9f8135-1d04-4a8b-af45-f989f3a965b7 {
  padding: 0 !important;
  text-align: left !important;
}

#vXitPSMPUW .sli-button {
  border-radius: 0 !important;
}

.hh-landing-image-band-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border-top: 1px solid #ddd;
  padding: 25px 0px;
  margin-bottom: 60px;
  background-size: 1994px;
  background-position: center -635px;
  height: 350px;
  margin-top: 60px;
}

.hh-landing-image-band-wrapper > div {
  width: 50vw;
  margin: 0px auto;
}

.hh-landing-image-band-wrapper > div > h2 {
  color: #fff;
}

.hh-landing-image-band-wrapper > div > p {
  color: #fff;
}

.gform_footer {
  padding: 0 !important;
  margin-top: 15px !important;
}

.hh-landing-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.hh-landing-card-item {
  flex: 1 1 30%;
  padding: 0px 20px;
  background-color: #efefef;
  margin: 10px;
  max-width: 30%;
  height: 250px;
  display: flex;
  flex-direction: column;
}

.hh-landing-card-item > p {
  margin-top: auto;
}

.hh-landing-hcd-wrapper {
  margin-top: 100px;
}

.hh-landing-hcd-wrapper > h2 {
  text-align: center;
}

.hh-landing-hcd-wrapper > p {
  width: 75%;
}

.metaslider .flex-control-nav {
  bottom: 5px !important;
}

.flex-control-paging li a.flex-active {
  background-color: #c73d3d !important;
  border: 2px solid #fff !important;
  position: relative;
  bottom: -2px;
}

.flex-control-paging li a {
  background-color: #fff !important;
}

.metaslider .flexslider:hover .flex-next {
  right: -40px !important;
}

.metaslider .flexslider:hover .flex-prev {
  left: -40px !important;
}

.hh-cp-wrapper > .facetwp-template {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: stretch;
}

.hh-cp-item {
  flex: 1 1 30%;
  margin: 10px;
  max-width: 30%;
}

.hh-cp-info-wrapper {
  text-align: left;
  padding: 25px 25px !important;
}

.hh-cp-title > h4 {
  color: #000 !important;
  margin-bottom: 0px !important;
}

.hh-cp-image {
  background-color: #fff;
  min-height: 160px;
}

.hh-cp-website {
  margin-top: auto;
  background-color: #c73d3d;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}

.hh-cp-short-description {
  font-size: 15px;
  margin-top: 20px;
}

.hh-cp-location {
  font-style: italic;
}

.facetwp-facet-producer_types {
  display: flex;
  justify-content: center;
}

.facetwp-facet-producer_types > .facetwp-checkbox {
  margin-right: 30px;
}

.a2a_kit {
  display: none;
}

.page-id-5277 .a2a_kit {
  display: inherit;
}

.facetwp-facet-load_more, .facetwp__loader {
  margin-bottom: 0px !important;
  width: 125px;
  margin: 0 auto;
}

.facetwp-facet-load_more > button, .facetwp__loader > button {
  background-color: #c73d3d;
  border: 0px;
  padding: 10px;
  width: 125px;
  color: #fff;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px;
}

.fwp-load-more {
  display: none;
}

.hh-cp-dropdown {
  text-align: center;
}

.facetwp-facet-producer_types, .facetwp-facet-results_per_page {
  position: relative;
  display: inline-block;
}

.facetwp-facet-producer_types:after, .facetwp-facet-results_per_page:after {
  content: "▼";
  color: white;
  right: 14px;
  top: 10px;
  height: 26px;
  padding: 15px 8px 0px 8px;
  position: absolute;
  pointer-events: none;
}

.facetwp-dropdown, .facetwp-per-page-select {
  text-align: center;
  margin: 1vh;
  border-color: transparent;
  padding-right: 24px;
  background-color: #c73d3d;
  border-right: 10px solid #c73d3d;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  width: 200px;
  -webkit-appearance: none;
}

.hh-cp-load-more {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .hh-landing-slider {
    margin-top: -200px !important;
  }
}
/*

.facetwp-facet-producer_types {
    position: relative;
}

.facetwp-facet-producer_types:after {
    content: '\0025BC';
    font: normal normal normal 12px/1 FontAwesome;
    color: white;
    right: 35px;
    top: -2px;
    height: 26px;
    padding: 15px 0px 0px 8px;
    position: relative;
    pointer-events: none;
}

*/
.hh-landing-letter-wrapper {
  width: 100vw;
  background-color: #f6f5f2;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border-top: 1px solid #ddd;
}

.hh-landing-letter-item {
  display: flex;
  width: 50%;
  margin: 0px auto;
  padding: 20px;
  align-items: center;
}

.hh-landing-letter-left {
  width: 80%;
  font-size: 20px;
}

.hh-landing-letter-left > p {
  margin: 0 !important;
}

.hh-landing-letter-right a {
  background-color: #c73d3d;
  border: 0px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  display: block;
  color: #fff;
  padding: 17px 65px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px;
}

.hh-landing-letter-right a:hover {
  text-decoration: none;
  color: #fff;
}

.page-id-5277 .c-section {
  padding-bottom: 0px;
}

/* END HH LANDING PAGE STYLES */
/* START SCIENTIST LISTING STYLES */
.hh-scientists-listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.hh-scientists-listing-wrapper > .hh-scientists-listing-item {
  flex: 1 1 30%; /*grow | shrink | basis */
  padding: 5px;
  max-width: 30%;
}

.hh-scientists-listing-name {
  font-size: 20px;
  font-weight: bold;
}

.hh-scientists-listing-image {
  margin-bottom: 10px;
}

.hh-scientists-listing-image img {
  width: 100%;
}

.hh-scientists-listing-button {
  font-size: 12px;
  margin-bottom: 30px;
}

/* END SCIENTIST LISTING STYLES */
/* START SCIENTIST STYLES */
.hh-scientist-upper-wrapper {
  display: flex;
  margin-bottom: 35px;
}

.hh-scientist-left {
  margin-right: 15px;
}

.hh-scientist-image {
  max-width: 200px;
}

.hh-scientist-name {
  font-size: 24px;
  font-weight: bold;
}

.hh-scientist-title {
  font-style: italic;
  margin-bottom: 10px;
  font-weight: bold;
}

.hh-scientist-full-bio {
  margin: 0px 0px;
}

/* END SCIENTIST STYLES */
/* START RECIPES STYLES */
.hh-recipes-upper-wrapper {
  display: flex;
  margin-bottom: 35px;
}

.hh-recipes-left {
  margin-right: 15px;
}

.hh-recipes-image {
  flex: 1 25%;
}

.hh-recipes-image img {
  width: 100%;
}

.hh-recipes-right {
  flex: 1 75%;
}

.hh-recipes-name {
  font-size: 24px;
  font-weight: bold;
}

.hh-recipes-title {
  font-style: italic;
  margin-bottom: 10px;
  font-weight: bold;
}

.hh-recipes-full-bio {
  margin: 0 20px;
}

/* END RECIPES STYLES */
/* START RECIPES LISTING STYLES */
.hh-recipes-listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.hh-recipes-listing-wrapper > .hh-recipes-listing-item {
  flex: 1 1 30%; /*grow | shrink | basis */
  padding: 5px;
  max-width: 30%;
}

.hh-recipes-listing-name {
  font-size: 20px;
  font-weight: bold;
}

.hh-recipes-listing-image {
  margin-bottom: 10px;
}

.hh-recipes-listing-image img {
  width: 100%;
}

.hh-recipes-listing-button {
  font-size: 12px;
  margin-bottom: 30px;
}

/* END RECIPES LISTING STYLES */
/* START ABOUT HH STYLES */
.wpsm_panel-title a, .wpsm_panel-body {
  font-family: Source Sans Pro, San Francisco, Calibri, Gill Sans, Arial, sans-serif !important;
}

.gform_button {
  width: 125px !important;
  border: 0;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px;
}

/* END ABOUT HH STYLES */
p.center {
  text-align: center;
}

.puppy-give {
  background-color: #f0fafc;
  font-family: "Inter", sans-serif;
}
.puppy-give .btn-puppy {
  border-radius: 30px;
  background-color: #ffb621;
  color: #002762;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  padding: 15px 35px;
  font-size: 17px;
}
.puppy-give .white-link {
  font-weight: 800;
  border-bottom: solid 1px;
  padding-bottom: 3px;
  color: white;
  text-transform: uppercase;
  margin-left: 1.5em;
  font-family: "Inter", sans-serif;
  text-decoration: none;
}
@media (max-width: 767px) {
  .puppy-give .white-link {
    margin-top: 1em;
  }
}
.puppy-give .c-section.nav {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0 !important;
}
.puppy-give .c-section.blue {
  background-color: #001d49;
  color: white;
}
.puppy-give .c-section.blue p {
  color: white;
}
.puppy-give .c-section.blue a {
  color: #ffb621;
}
.puppy-give .c-section.blue .puppy-header {
  color: white;
}
.puppy-give .c-section p {
  color: #002762;
}
.puppy-give .puppy-story {
  font-size: 24px;
}
.puppy-give blockquote {
  border-left-color: #002762;
  color: #002762;
  padding-left: 5em;
  position: relative;
  font-style: italic;
}
.puppy-give blockquote:before {
  content: "“";
  color: #002762;
  opacity: 0.2;
  font-style: initial;
  font-size: 185px;
  font-family: "Times New Roman";
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 0;
}

.puppy-nav ul {
  display: flex;
  max-width: 1170px;
  justify-content: space-evenly;
  font-family: "Inter", sans-serif;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .puppy-nav ul {
    flex-wrap: wrap;
  }
}
.puppy-nav ul li {
  text-align: center;
  padding: 1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .puppy-nav ul li {
    padding: 10px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.puppy-nav ul li a {
  color: #777777;
  font-weight: 800;
  border-bottom: solid 1px;
  padding-bottom: 3px;
}
.puppy-nav ul li a:hover {
  text-decoration: none;
  color: #C73D3D;
}

.puppy-hero {
  position: relative;
  color: white;
  padding: 9em 0;
  background-color: white;
}
@media (max-width: 1099px) {
  .puppy-hero {
    padding: 6em 0;
  }
}
@media (max-width: 991px) {
  .puppy-hero {
    padding: 3em 0;
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
  .puppy-hero {
    min-height: 830px;
    background-image: url(./images/puppy-give-bg.jpg?18e8db86d5029bc8aebc2a20655f3a9a);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .puppy-hero img {
    display: none;
  }
}
@media (max-width: 767px) {
  .puppy-hero {
    padding: 2em 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .puppy-hero .btn-puppy {
    margin-bottom: 1em;
  }
}
.puppy-hero img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 200%;
  width: 115%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .puppy-hero img {
    bottom: inherit;
    width: 120%;
    right: inherit;
    max-width: 200%;
  }
}
@media (max-width: 767px) {
  .puppy-hero img {
    width: 170%;
    right: 0%;
    max-width: 200%;
    left: inherit;
  }
}
@media (min-width: 1400px) {
  .puppy-hero img {
    width: 100%;
  }
}
.puppy-hero h2 {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 55px;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .puppy-hero h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .puppy-hero h2 {
    font-size: 30px;
  }
}
.puppy-hero h4 {
  font-family: ltc-bodoni-175, serif;
  font-weight: 400;
  font-style: italic;
  margin: 0;
  margin: -10px 0 0;
  font-size: 60px;
}
@media (max-width: 991px) {
  .puppy-hero h4 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .puppy-hero h4 {
    font-size: 35px;
    margin-top: -5px;
  }
}
.puppy-hero p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-top: 20px;
  font-size: 20px;
}

.puppy-give .white {
  background-color: white;
}

.puppy-fact {
  color: #002762;
  text-align: center;
  font-family: "Inter", sans-serif;
  padding: 0 2em;
}
@media (max-width: 767px) {
  .puppy-fact {
    margin-top: 1em;
  }
}
.puppy-fact .factoid {
  display: flex;
  border-bottom: dashed #ffb621 2px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 20px;
}
.puppy-fact h2 {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 40px;
  margin: 0;
  margin-left: 10px;
}
.puppy-fact:not(:last-child) {
  border-right: solid 1px #f0fafc;
}

.puppy-tracker {
  font-family: "Inter", sans-serif;
}
.puppy-tracker h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #002762;
}
.puppy-tracker h3 span {
  font-weight: 800;
  font-style: italic;
}

.puppy-cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.puppy-header {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #002762;
  font-size: 45px;
  text-align: center;
  margin-bottom: 1em;
}
.puppy-header span {
  font-style: italic;
  font-weight: 400;
  font-family: ltc-bodoni-175, serif;
  font-size: 53px;
}

.puppy-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.puppy-wrapper .pupperino {
  background-color: #f0fafc;
  border-radius: 30px 0 0 30px;
  margin: 0 15px 30px 15px;
}
@media (min-width: 992px) {
  .puppy-wrapper .pupperino {
    flex-basis: calc(33.333333333% - 30px);
    max-width: calc(33.333333333% - 30px);
  }
}
@media (max-width: 991px) {
  .puppy-wrapper .pupperino {
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .puppy-wrapper .pupperino {
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
.puppy-wrapper .pupperino h4 {
  border-bottom: dashed #ffb621 2px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  padding: 10px 0px 12px;
  color: #002762;
}
.puppy-wrapper .pupperino p {
  color: #002762;
  min-height: 50px;
}
.puppy-wrapper .pupperino img {
  width: 100%;
  border-radius: 30px 0 110px 0;
}
.puppy-wrapper .pupperino .puppy-description {
  padding: 0 1em 2em;
  display: flex;
  flex-direction: column;
}

.valentine {
  background-color: #fff6f8 !important;
}
.valentine .btn-puppy {
  background-color: #e48397 !important;
  color: white;
}
.valentine #meet-the-pups {
  margin-bottom: 0.25em;
}
.valentine p.center.puppy-story {
  margin-bottom: 2em;
}
@media (min-width: 1400px) {
  .valentine .puppy-hero {
    min-height: 830px;
    background-image: url(./images/puppy-give-bg-val.jpg?245e9f5596d1de0be485d324f5189a7a);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .valentine .puppy-hero img {
    display: none;
  }
}
.valentine .puppy-header {
  color: #5e081e;
}
.valentine .puppy-fact .factoid {
  border-bottom-color: #e24767;
}
.valentine .puppy-fact h2 {
  color: #e24767;
}
.valentine .puppy-fact p {
  color: #5e081e;
}
.valentine .puppy-tracker h3 {
  color: #5e081e;
}
.valentine .puppy-wrapper .pupperino {
  background-color: #fff0f3;
}
.valentine .puppy-wrapper .pupperino h4, .valentine .puppy-wrapper .pupperino p {
  color: #5e081e;
  border-bottom-color: #e24767;
}
.valentine .c-section.blue {
  background-color: #5e081e;
}
.valentine .c-section p {
  color: #5e081e;
}
.valentine blockquote {
  border-left-color: #e24767;
  color: #5e081e;
}

/* START MOBILE STYLES */
@media only screen and (max-width: 768px) {
  .hh-scientist-upper-wrapper, .hh-recipes-listing-wrapper {
    flex-direction: column;
  }
  .hh-scientist-image img {
    width: 100%;
  }
  .hh-scientists-listing-wrapper {
    flex-direction: column;
  }
  .hh-scientists-listing-item, .hh-recipes-listing-item {
    width: 100%;
    max-width: 100% !important;
  }
  .hh-scientist-left, .hh-recipes-left {
    margin-right: 0;
  }
  .hh-landing-cards-wrapper {
    flex-direction: column;
  }
  .hh-landing-card-item {
    max-width: 100%;
  }
  .facetwp-facet-producer_types > .facetwp-dropdown {
    width: 100%;
  }
  .hh-cp-wrapper > .facetwp-template {
    flex-direction: column;
  }
  .hh-cp-item {
    max-width: 100%;
  }
  .hh-landing-letter-wrapper {
    width: 100%;
    background-color: #f6f5f2;
    position: inherit;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #ddd;
  }
  .hh-landing-letter-item {
    display: inherit;
    width: 100% !important;
    margin: 0px auto;
    padding: 20px;
  }
  .hh-landing-letter-left {
    width: 100%;
    font-size: 20px;
  }
  .hh-landing-letter-right {
    width: 100%;
  }
  .hh-landing-letter-right a {
    background-color: #c73d3d;
    border: 0px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: block;
    /* height: 100%; */
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
  }
  .name_last {
    margin-top: 8px;
    margin-bottom: 0px;
  }
  .hh-landing-contact-form-wrapper > div {
    width: 75vw;
  }
  .hh-recipes-upper-wrapper {
    flex-direction: column;
  }
  .hh-landing-topnav li {
    display: block;
  }
  .hh-landing-topnav li a {
    margin-bottom: 0;
  }
  .page-id-5277 .c-page-hero__content {
    margin-top: 100px;
  }
  .hh-landing-slider {
    margin-top: -300px;
  }
  #icon_wrapper {
    display: none;
  }
  .page-id-5277 #icon_wrapper {
    display: none;
  }
  .hh-scientist-image {
    max-width: 100%;
  }
  .hh-landing-floating-social-slider {
    display: none;
  }
  .hh-landing-slideshow .caption-wrap {
    font-size: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .hh-landing-letter-item {
    width: 75%;
    align-items: center;
  }
}
/* END MOBILE STYLES */
.animal-photo-break-give {
  display: flex;
  max-width: 100%;
  color: white;
  text-align: center;
}
.animal-photo-break-give .animal-pic-break {
  width: 25%;
  float: left;
  display: inline-block;
  background-color: white;
  border: solid 1px white;
  padding: 10px;
  background-size: cover;
  background-position: center;
}
.animal-photo-break-give .animal-pic-break:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.hero-give h1, .hero-give h2, .hero-give h3, .hero-give h4, .hero-give h5, .hero-give h6, .hero-give p {
  font-family: "Inter", sans-serif;
}

.home .give-hero {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .home .give-hero {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .home .give-hero {
    padding-top: 90px;
  }
}
.home .give-hero h2 {
  font-family: inherit;
  letter-spacing: 0px;
}
.home .give-hero h4 {
  font-family: inherit;
}
.home .give-hero p {
  font-family: inherit;
}

.give-hero {
  position: relative;
  color: white;
  background-color: #354c71;
  background-size: cover;
  background-position: top center;
  padding-top: 180px;
}
@media (max-width: 991px) {
  .give-hero {
    background-image: none !important;
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .give-hero {
    background-image: none !important;
    padding-top: 90px;
  }
}
.give-hero h2 {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 40px;
  text-align: center;
  letter-spacing: -2px;
}
@media (max-width: 991px) {
  .give-hero h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .give-hero h2 {
    font-size: 30px;
  }
}
.give-hero h4 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 30px;
}
.give-hero p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-top: 20px;
  color: white;
  text-align: center;
}
.give-hero .form {
  min-height: 360px;
}

.hero-give .white {
  background-color: white;
}
.hero-give .white h2 {
  color: #354c71;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991px) {
  .hero-give .white h2 {
    font-size: 30px;
  }
}
.hero-give .white p {
  text-align: center;
  font-size: 18px;
}

.give-template .c-main-header {
  position: inherit;
}

.h-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.h-overflow-hidden {
  overflow: hidden;
}

.h-display-none {
  display: none;
}

.h-position-relative {
  position: relative;
}

.h-full-height {
  height: 100%;
}

.h-full-width {
  width: 100%;
}

/* Margin helpers */
.h-mb0 {
  margin-bottom: 0;
}

.h-mb1 {
  margin-bottom: 25px;
}

.h-mb2 {
  margin-bottom: 12.5px;
}
