@charset "UTF-8";
/**
 * Delete/Addition friendly. These are different libraries that I like and use
 * but don't use things you hate, remove what you don't want.
 * If you want to use Bootstrap strip out all of these guys. Normalize is
 * redundant (it's included in bootstrap) and Bootstrap comes with a grid.
 * Font awesome isn't needed either, so you can strip that out too, but I
 * personally like those fonts better and I know most developers end up putting
 * that in at some point anyway. Include-media is a great tool for working
 * with media queries, I think you should look into it, but again, with Bootstrap
 * it may not be needed.
 */
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

/*.fa-paw:before {
  content: "";
}
*/
.fa-paw:before{
  content:"";
}
.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

/**
 * These are just some functions and mixins that I end up bringing into
 * every project I create. Particulary I use the @include font-size() mixin
 * everwhere.
 */
/**
* A simple function to work with maps, it'll throw an error if the key doesn't
* exist in the map too.
* @param  String $key
* @param  Map    $map
* @return String
*/
/**
* Checks if the map/list has a specific key
* @param  String   $key
* @param  Map|List $map
* @return Boolean
*/
/**
* I wanted a simple way to always increment/decrement my z-index value
* @param  Integer $increment: 1
* @return Integer
*/
/**
* This will strip a unit off a number turning it from a string to a number
* @param  String $n
* @return Number
*/
/**
* Pulls the hex code out of the color map
* @param  String $name
* @return String
*/
/**
* Pulls the font-weight number out of the font-weight map
* @param  String $size
* @return Number
*/
/**
* Pulls the value from the stack map
* @param  String $setting
* @return String
*/
/**
* Calculates the correct unitless line-height based on
* the given font-size and line-height in pixels
* @param  String $font-size
* @param  String $line-height
* @return Number
*/
/**
* Retuns the pixel number of a specific breakpoint
* @param  String $name
* @return Number
*/
/**
* Returns the REM value based on the pixel value
* @param  String $pxl
* @return Number
*/
/**
 * Returns the REM values for margins/paddings in typical "box" notation: top, right, bottom, left OR top/bottom left/right
 * @param  List $mps...
 * @return String
 */
/**
 * Convenience mixin for :first-of-type
 */
/**
 * Convenience mixin to get all the odd elements of a type
 */
/**
 * Convenience mixin to style all the even elements of a type
 */
/**
 * Convenience mixin to style the last element of a type
 */
/**
 * Simple clearfix mixin
 */
/**
 * transition--because I always forget
 */
/**
 * Correctly convert your pixel fonts into REMs.
 * This uses your base-font size (set in _variables.scss) to correctly
 * calculate the REM size your font needs to be and this will also
 * give you the correct pixel based fallback for super-old
 * browsers
 *
 * @param String|Number $font-size
 */
/**
 * Bringing in fonts that you need to load from your own server isn't difficult
 * but it has a bit of tedium to it. If you need to bring in a bunch of fonts
 * then it's easier to use this mixin.
 *
 * Usage: @include font-face((font-family: 'Open Sans', path: '/public/assets/fonts/OpenSansXYZ', weight: 'normal', style: 'normal'));
 */
/**
 * This should be where you start editing. We have some simple defaults already
 * in _elements.scss and _variables.scss already, but they're still pretty
 * open to customize.
 */
/**
* Fonts
* ----------------------------------------------------------------------------
* I'm a simple guy with simple needs, I don't like to mix a lot of different
* fonts in my designs.  To keep it simple, I have two different font types:
* copy and headlines.  They are exactly what they sound like.
*
* Make sure you also define "fallbacks" on the off chance Google fonts goes
* down or your user is on a crappy connection.
*
*/
@font-face {
  font-family: 'Playtime';
  src: url("../fonts/playtime/playtime-webfont.eot"), url("../fonts/playtime/playtime-webfont.woff") format("woff"), url("../fonts/playtime/playtime-webfont.ttf") format("truetype"), url("../fonts/playtime/playtime-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
* Use this breakpoints for your media queries
*/
ul.paws-list li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}

ul.paws-list li:before {
  color: #f47b23;
  content: '\f1b0';
  font-family: 'FontAwesome';
  margin-right: 10px;
  transition: 200ms linear all;
  position: absolute;
  top: 2px;
  left: 0;
}

ol.fancy-list li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  list-style-type: decimal;
  font-family: Populaire, Helvetica Neue, sans-serif;
  font-size: 1.375rem;
  color: #f47b23;
}

ol.fancy-list li:before {
  color: #f47b23;
  content: '\f1b0';
  font-family: 'FontAwesome';
  margin-right: 10px;
  transition: 200ms linear all;
  position: absolute;
  top: 2px;
  left: 0;
}

ol.fancy-list li span {
  font-family: Source Sans Pro, Helvetica Neue, sans-serif;
  font-size: 1rem;
  color: #545657;
}

ol.fancy-list li:before {
  content: none;
}

/**
* Elements are global styles.  They are very generic, in fact, you
* should think long and hard before adding anything to this stylesheet.
* Do not add font sizes or colors in here...yes even if it's global
* because the truth is it probably isn't as global as you think.
*/
* {
  box-sizing: inherit;
  -webkit-overflow-scrolling: touch;
}

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

html {
  box-sizing: border-box;
  font-family: Source Sans Pro, Helvetica Neue, sans-serif;
  font-size: 100%;
  font-weight: 300;
  height: 100vh;
  letter-spacing: 0;
}

:focus {
  outline: none;
}

body {
  background: #fff;
  color: #545657;
  margin: 0;
  min-width: 320px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  position: relative;
}

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

img--fixed {
  max-width: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Populaire, Helvetica Neue, sans-serif;
  font-weight: 400;
  color: #f47b23;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}

b, strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}

p, ul, ol {
  font-size: inherit;
}

p {
  margin: 0;
  padding: 0;
}

nav ol, nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ol li, nav ul li {
  margin: 0;
  padding: 0;
}

/**
 * Basics of how Heisenberg sets up buttons and forms. This is a BEM-inspired
 * syntax.
 */
.align--center {
  text-align: center;
}

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

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

:target:before {
  content: ' ';
  display: block;
  position: relative;
  height: 120px;
  /* fixed header height*/
  margin: -120px 0 0;
  /* negative fixed header height */
  visibility: hidden;
}

.site-content {
  width: 100%;
}

/*
 * =============================================================
 * setup standard containers and standard page settings
 * =============================================================
 */
.site-main,
.standard-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.site-main:after,
.standard-container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 1366px) {
  .site-main,
  .standard-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .site-main:after,
  .standard-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.site-main {
  margin-top: 30px;
  margin-bottom: 60px;
  line-height: 1.5;
}

.site-main p {
  margin-bottom: 15px;
}

.site-main li {
  margin-bottom: 10px;
}

a {
  color: #116eb6;
}

a:hover, a:focus, a:active {
  color: #f47b23;
}

.orange-background a {
  color: #116eb6;
}

.orange-background a:hover, .orange-background a:focus, .orange-background a:active {
  color: #116eb6;
  text-decoration: underline;
}

.address-sc-wrapper i.fa {
  color: #f47b23;
  margin-right: 5px;
  width: 16px;
}

.footnote {
  font-size: 85%;
}

h2 {
  font-size: 3.4375rem;
}

@media (max-width: 1024px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 2.8125rem;
}

@media (max-width: 1024px) {
  h3 {
    font-size: 2.1875rem;
  }
}

h4 {
  font-size: 2.8125rem;
}

@media (max-width: 1024px) {
  h4 {
    font-size: 1.875rem;
  }
}

h3 {
  font-size: 2.1875rem;
}

@media (max-width: 1024px) {
  h3 {
    font-size: 1.5625rem;
  }
}

h1.entry-title,
h1.entry-header,
.page-header h1 {
  color: #f47b23;
  font-size: 4.375rem;
}

@media (max-width: 1024px) {
  h1.entry-title,
  h1.entry-header,
  .page-header h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1024px) {
  h1.entry-title,
  h1.entry-header,
  .page-header h1 {
    font-size: 3.125rem;
  }
}

/*
 * =============================================================
 * override for formstack CSS that somehow decided to overtake
 * the entirety of the page ( ??? )
 * =============================================================
 */
body.page-id-2228 {
  font-family: Source Sans Pro, Helvetica Neue, sans-serif;
}

/*
 * =============================================================
 * remove for homepage, cats template
 * =============================================================
 */
body.home .site-main,
body.page-template-page-cats .site-main {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

body.home .site-main:after,
body.page-template-page-cats .site-main:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 1366px) {
  body.home .site-main,
  body.page-template-page-cats .site-main {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body.home .site-main:after,
  body.page-template-page-cats .site-main:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/*
 * =============================================================
 * sidebar
 * =============================================================
 */
body.blog .widget-area,
body.archive.date .widget-area,
body.archive.category .widget-area,
body.archive.tag .widget-area,
body.archive.author .widget-area,
body.single-tp_sponsor_update .widget-area,
body.tax-tp_sponsor_update_taxonomy .widget-area,
body.single-post .widget-area,
body.single-tp_gift_basket .widget-area {
  max-width: 90%;
  margin: 0 auto 50px auto;
}

@media (min-width: 1024px) {
  body.blog .content-area,
  body.archive.date .content-area,
  body.archive.category .content-area,
  body.archive.tag .content-area,
  body.archive.author .content-area,
  body.single-tp_sponsor_update .content-area,
  body.tax-tp_sponsor_update_taxonomy .content-area,
  body.single-post .content-area,
  body.single-tp_gift_basket .content-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  body.blog .content-area:after,
  body.archive.date .content-area:after,
  body.archive.category .content-area:after,
  body.archive.tag .content-area:after,
  body.archive.author .content-area:after,
  body.single-tp_sponsor_update .content-area:after,
  body.tax-tp_sponsor_update_taxonomy .content-area:after,
  body.single-post .content-area:after,
  body.single-tp_gift_basket .content-area:after {
    content: " ";
    display: block;
    clear: both;
  }
  body.blog .site-main,
  body.blog .widget-area,
  body.archive.date .site-main,
  body.archive.date .widget-area,
  body.archive.category .site-main,
  body.archive.category .widget-area,
  body.archive.tag .site-main,
  body.archive.tag .widget-area,
  body.archive.author .site-main,
  body.archive.author .widget-area,
  body.single-tp_sponsor_update .site-main,
  body.single-tp_sponsor_update .widget-area,
  body.tax-tp_sponsor_update_taxonomy .site-main,
  body.tax-tp_sponsor_update_taxonomy .widget-area,
  body.single-post .site-main,
  body.single-post .widget-area,
  body.single-tp_gift_basket .site-main,
  body.single-tp_gift_basket .widget-area {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body.blog .site-main,
  body.archive.date .site-main,
  body.archive.category .site-main,
  body.archive.tag .site-main,
  body.archive.author .site-main,
  body.single-tp_sponsor_update .site-main,
  body.tax-tp_sponsor_update_taxonomy .site-main,
  body.single-post .site-main,
  body.single-tp_gift_basket .site-main {
    width: 72.5%;
    padding-right: 50px;
  }
  body.blog .widget-area,
  body.archive.date .widget-area,
  body.archive.category .widget-area,
  body.archive.tag .widget-area,
  body.archive.author .widget-area,
  body.single-tp_sponsor_update .widget-area,
  body.tax-tp_sponsor_update_taxonomy .widget-area,
  body.single-post .widget-area,
  body.single-tp_gift_basket .widget-area {
    margin: 0;
    width: 22.5%;
    margin-left: auto;
    max-width: none;
  }
}

/*
 * =============================================================
 * wide sidebar on the left
 * =============================================================
 */
@media (min-width: 1024px) {
  body.single-tp_gift_basket .site-main {
    width: 60%;
    padding-right: 0;
    padding-left: 50px;
    margin-left: auto;
  }
  body.single-tp_gift_basket .widget-area {
    width: 35%;
    margin-left: 0;
  }
}

@media (max-width: 1026px) {
  .site-branding img {
    max-width: 150px;
  }
  .site-header .standard-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 1026px) and (max-width: 1024px) {
  .site-header .standard-container .site-branding {
    width: 90%;
  }
  .site-header .standard-container .primary-navigation {
    width: 10%;
  }
  .site-header .standard-container .primary-navigation ul {
    text-align: left;
  }
}

@media (max-width: 1026px) {
  .site-branding {
    width: 100%;
    padding-left: 30px;
    text-align: center;
  }
  .site-branding.mobile-branding {
    padding-left: 0;
  }
}

@media (max-width: 1026px) and (max-width: 1024px) {
  .primary-navigation {
    text-align: right;
  }
}

@media (min-width: 1026px) {
  .site-branding {
    display: none;
  }
}

/**
 * =============================================================
 * STANDARD SITE HEADER
 * =============================================================
 */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 0 0;
  background: #fff;
  transition: 150ms linear all;
}

@media (max-width: 1024px) {
  .site-header {
    padding: 10px;
  }
}

/**
 * =============================================================
 * LOGO IN NAVIGATION
 * =============================================================
 */
.menu-primary-menu-container li.logo {
  display: none !important;
}

.site-header .menu-primary-menu-container li.logo {
  display: block !important;
}

.site-header .menu-primary-menu-container li.logo img {
  max-width: 175px;
  transition: 150ms linear all;
  padding-bottom: 20px;
}

@media (max-width: 1201px) {
  .site-header .menu-primary-menu-container li.logo img {
    max-width: 120px;
  }
}

.site-header .menu-primary-menu-container li.logo .menu-paw {
  display: none;
}

/**
 * =============================================================
 * STICKY HEADER
 * =============================================================
 */
.site-header.sticky {
  padding: 15px 0 0;
}

@media (max-width: 1024px) {
  .site-header.sticky {
    padding: 5px;
  }
}

.site-header.sticky .primary-navigation li.logo img {
  max-width: 125px;
}

@media (min-width: 1024px) {
  .site-header.sticky .floating-banner {
    padding: 15px 35px;
  }
  .site-header.sticky .floating-banner a {
    font-size: 1.75rem;
  }
  .site-header.sticky .floating-banner:hover, .site-header.sticky .floating-banner:focus, .site-header.sticky .floating-banner:active {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.site-header .primary-navigation li {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
}

@media (max-width: 1282px) {
  .site-header .primary-navigation li {
    font-size: 0.75rem;
  }
}

.site-header .primary-navigation li#menu-item-2300 > a {
  color: #f47b23;
}

.site-header .primary-navigation li#menu-item-2300 > a i.fa {
  opacity: 1;
}

.site-header .primary-navigation li:hover a, .site-header .primary-navigation li:focus a, .site-header .primary-navigation li:active a {
  color: #f47b23;
}

.site-header .primary-navigation a {
  color: #116eb6;
  text-decoration: none;
}

.site-header .primary-navigation a:hover, .site-header .primary-navigation a:focus, .site-header .primary-navigation a:active {
  color: #f47b23;
}

@media (min-width: 1025px) {
  .site-header .primary-navigation ul li a.menu-opener,
  .site-header .primary-navigation ul li.close-menu,
  .menu-toggle {
    display: none;
  }
  .site-header .primary-navigation ul.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .site-header .primary-navigation a {
    text-decoration: none;
  }
  .site-header .primary-navigation ul, .site-header .primary-navigation li {
    margin: 0;
    padding: 0;
  }
  .site-header .primary-navigation ul li {
    display: inline-block;
    position: relative;
    margin-right: 50px;
  }
}

@media (min-width: 1025px) and (max-width: 1282px) {
  .site-header .primary-navigation ul li {
    margin-right: 30px;
  }
}

@media (min-width: 1025px) {
  .site-header .primary-navigation ul li a {
    padding: 0;
    display: block;
  }
  .site-header .primary-navigation ul li .menu-paw {
    text-align: center;
    opacity: 0;
    display: block;
    transition: 150ms linear all;
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .site-header .primary-navigation ul li:hover .menu-paw, .site-header .primary-navigation ul li:focus .menu-paw, .site-header .primary-navigation ul li:active .menu-paw {
    opacity: 1;
  }
  .site-header .primary-navigation ul li:hover ul a, .site-header .primary-navigation ul li:focus ul a, .site-header .primary-navigation ul li:active ul a {
    color: #fff;
  }
  .site-header .primary-navigation ul ul {
    display: none;
    position: absolute;
    top: 65px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
    width: 200px;
    background: #f47b23;
  }
  .site-header .primary-navigation ul ul li {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    width: 100%;
  }
  .site-header .primary-navigation ul ul li .menu-paw {
    display: none;
  }
  .site-header .primary-navigation ul ul li a {
    color: #fff;
    display: block;
    padding: 10px 20px;
  }
  .site-header .primary-navigation ul ul li:hover, .site-header .primary-navigation ul ul li:focus, .site-header .primary-navigation ul ul li:active {
    background: #f1681a;
  }
  .site-header .primary-navigation ul ul ul {
    top: 0;
    left: 200px;
    -ms-transform: none;
    transform: none;
  }
  .site-header .primary-navigation ul li:last-of-type ul ul {
    left: -200px;
  }
}

.no-scroll {
  overflow: hidden;
}

@media (max-width: 1025px) {
  .site-header .menu-paw {
    display: none !important;
  }
  .site-header .menu-toggle {
    display: block;
    border: 0;
    background: transparent;
    color: #f47b23;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.75rem;
    cursor: pointer;
  }
  .site-header .menu-toggle span.elipsis {
    border: 3px solid #f47b23;
    border-radius: 100%;
    padding: 5px;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-header .menu-toggle span.elipsis span {
    display: block;
    margin-top: -8px;
    font-size: 1.25rem;
  }
  .site-header .primary-navigation li.logo {
    display: none !important;
  }
  .site-header .menu-primary-menu-container {
    display: none;
  }
  .site-header .menu-primary-menu-container.open {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    overflow-y: scroll;
  }
  .site-header .menu-primary-menu-container li.close-menu {
    text-align: right;
    font-size: 1.875rem;
  }
  .site-header .menu-primary-menu-container li.close-menu i.fa {
    display: block;
  }
  .site-header .menu-primary-menu-container li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #cfcfcf;
    padding: 15px 20px 15px 20px;
    font-size: 1rem;
  }
  .site-header .menu-primary-menu-container li i.fa {
    display: none;
  }
  .site-header .menu-primary-menu-container li.menu-item-has-children i.fa {
    display: block;
    float: right;
    font-size: 1.375rem;
  }
  .site-header .menu-primary-menu-container li:hover ul li a, .site-header .menu-primary-menu-container li:focus ul li a, .site-header .menu-primary-menu-container li:active ul li a {
    color: #116eb6;
  }
  .site-header .menu-primary-menu-container li:hover ul li a:hover, .site-header .menu-primary-menu-container li:hover ul li a:focus, .site-header .menu-primary-menu-container li:hover ul li a:active, .site-header .menu-primary-menu-container li:focus ul li a:hover, .site-header .menu-primary-menu-container li:focus ul li a:focus, .site-header .menu-primary-menu-container li:focus ul li a:active, .site-header .menu-primary-menu-container li:active ul li a:hover, .site-header .menu-primary-menu-container li:active ul li a:focus, .site-header .menu-primary-menu-container li:active ul li a:active {
    color: #f47b23;
  }
  .site-header .menu-primary-menu-container ul ul {
    display: none;
  }
  .site-header .menu-primary-menu-container ul ul li {
    border: 0;
    padding: 5px 5px 5px 20px;
    font-size: 0.875rem;
  }
}

/*STICKY FOOTER*/
.site {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
}

.site-content {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/*END STICKY FOOTER*/
/**
 * ============================================================= 
 * FOOTER
 * =============================================================
 */
.site-footer {
  border-top: 1px solid #f7f7f7;
}

.site-footer .standard-container {
  padding: 30px 0;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #959595;
}

@media (min-width: 1024px) {
  .site-footer .standard-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
}

.site-footer .standard-container a {
  transition: 200ms linear all;
  color: #959595;
  text-decoration: none;
}

.site-footer .standard-container a:hover, .site-footer .standard-container a:focus, .site-footer .standard-container a:active {
  color: #f47b23;
}

.site-footer .footer-social {
  font-size: 1.375rem;
}

@media (max-width: 1024px) {
  .site-footer .footer-copyright,
  .site-footer .footer-menu,
  .site-footer .footer-social {
    margin: 10px 0;
  }
}

@media (min-width: 1024px) {
  .site-footer .footer-copyright {
    width: 20%;
  }
  .site-footer .footer-menu {
    width: 60%;
  }
  .site-footer .footer-social {
    width: 20%;
  }
}

.site-footer ul,
.site-footer li {
  margin: 0;
  padding: 0;
}

.site-footer li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.site-footer li:last-of-type {
  margin-right: 0;
}

/**
 * ============================================================= 
 * FOOTER MEGAMENU
 * =============================================================
 */
.menu-footer-mega {
  border-bottom: 1px solid #f7f7f7;
}

.menu-footer-megamenu-container {
  width: 100%;
}

@media (min-width: 1280px) {
  #menu-footer-mega {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
}

#menu-footer-mega li {
  display: block;
  font-size: 1.125rem;
  margin-top: 10px;
}

#menu-footer-mega li ul ul {
  display: none;
}

@media (min-width: 640px) {
  #menu-footer-mega li ul.sub-menu {
    font-size: 0;
  }
  #menu-footer-mega li ul.sub-menu li {
    width: auto;
    display: inline-block;
  }
  #menu-footer-mega li ul.sub-menu li:after {
    content: '|';
    font-size: 1rem;
    margin: 0 8px;
    color: #cfcfcf;
  }
  #menu-footer-mega li ul.sub-menu li:last-child:after {
    content: none;
  }
  #menu-footer-mega li ul.sub-menu a {
    font-size: 0.875rem;
  }
}

@media (min-width: 1280px) {
  #menu-footer-mega li {
    width: auto;
    margin-right: 30px;
  }
  #menu-footer-mega li ul.sub-menu li {
    width: 100%;
    display: block;
  }
  #menu-footer-mega li ul.sub-menu li:after {
    content: none;
  }
}

#menu-footer-mega a {
  color: #f47b23;
}

#menu-footer-mega a:hover, #menu-footer-mega a:focus, #menu-footer-mega a:active {
  color: #116eb6;
}

#menu-footer-mega ul {
  margin-top: 6px;
}

#menu-footer-mega ul li {
  display: block;
  width: 100%;
  font-size: 0.8125rem;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 0;
}

#menu-footer-mega ul li a {
  color: #959595;
}

#menu-footer-mega ul li a:hover, #menu-footer-mega ul li a:focus, #menu-footer-mega ul li a:active {
  color: #f47b23;
}

@media (min-width: 800px) {
  #menu-footer-mega ul li {
    margin-right: 0;
    width: 100%;
  }
}

#menu-footer-mega ul ul {
  display: block;
}

#menu-footer-mega ul ul li {
  width: 100%;
  display: block;
}

/**
 * Most of your code *should* nicely fit into modules, but the truth is that
 * not everything is a module. Sometimes, things are really related to a specific
 * page. So, when you have content that is only for a specific page, it should go
 * into this section.
 * Now, if you have a small site one single _page.scss file should be enough.
 * However, if you've got a big site, don't try and cram everythning into one
 * file. Break your _page.scss up into logical page modules:
 * @example pages/login
 * @example pages/landing
 * Now this might seem silly to say, but try very hard to *not* use pages.
 * You want your CSS to be like little legos that can move from page-to-page
 * and section-to-section. When you find yourself dumping stuff in the
 * page section, ask yourself, 'would this be better as a module?' or
 * 'how can I make this so it works as a module?'
 */
h2.homepage-header {
  color: #f47b23;
  font-size: 2.5rem;
  text-align: center;
}

@media (min-width: 1024px) {
  h2.homepage-header {
    font-size: 4.375rem;
  }
}

.homepage-content {
  font-size: 1.25rem;
  color: #959595;
  text-align: center;
}

/*
 * =============================================================
 * Top banner section
 * =============================================================
 */
.homepage-banner {
 /* min-height: 80vh;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*
@media (max-width: 1024px) {
  .homepage-banner {
    min-height: 750px;
  }
}

.homepage-banner-content {
  text-align: center;
  color: #fff;
}

.homepage-banner-content h2 {
  line-height: .85;
  font-size: 9.375rem;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  color: #fff;
}

@media (max-width: 1024px) {
  .homepage-banner-content h2 {
    font-size: 5.625rem;
  }
}

.homepage-banner-content h3 {
  font-size: 1.875rem;
  color: #fff;
  font-family: Playtime, Helvetica Neue, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.homepage-banner-content p {
  font-size: 1.125rem;
  font-family: Playtime, Helvetica Neue, sans-serif;
  max-width: 60%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .homepage-banner-content {
    max-width: 90%;
    margin: 0 auto;
  }
}
*/
/*
 * =============================================================
 * Full width split section
 * =============================================================
 */
.homepage-full-width .left,
.homepage-full-width .right {
  padding: 25px;
}

.homepage-full-width .left h2 {
  color: #116eb6;
  font-size: 2.5rem;
}

.homepage-full-width .left p {
  font-size: 1.25rem;
  color: #959595;
}

@media (min-width: 1024px) {
  .homepage-full-width .standard-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .homepage-full-width .left,
  .homepage-full-width .right {
    padding: 100px 0;
/*    min-height: 500px;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .homepage-full-width .left {
    max-width: 80%;
    width: 50%;
  }
  .homepage-full-width .left h2 {
    font-size: 4.375rem;
  }
  .homepage-full-width .right {
    width: 50%;
  }
}

/*
 * =============================================================
 * Three card homepage section
 * =============================================================
 */
.homepage-three-cards {
  padding: 25px 0;
}

@media (min-width: 1024px) {
  .homepage-three-cards {
    padding: 100px 0;
  }
}

.homepage-three-cards .card-wrapper-wrapper {
  padding: 25px 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.homepage-three-cards .card-wrapper-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 1024px) {
  .homepage-three-cards .card-wrapper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.homepage-three-cards .card-wrapper {
  position: relative;
}

@media (min-width: 1024px) {
  .homepage-three-cards .card-wrapper {
    width: 30%;
    margin-right: 3%;
  }
  .homepage-three-cards .card-wrapper:last-of-type {
    margin-right: 0;
  }
}

.homepage-three-cards .card-wrapper:hover .card-back, .homepage-three-cards .card-wrapper:focus .card-back, .homepage-three-cards .card-wrapper:active .card-back {
  opacity: 1;
  z-index: 3;
}

.homepage-three-cards .card-front,
.homepage-three-cards .card-back {
  max-height: 300px;
  min-height: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  position: relative;
}

@media (min-width: 1024px) {
  .homepage-three-cards .card-front,
  .homepage-three-cards .card-back {
    max-height: 425px;
    min-height: 425px;
  }
  .homepage-three-cards .card-front .button,
  .homepage-three-cards .card-back .button {
    margin-top: 50px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75%;
  }
}

.homepage-three-cards .card-front {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.homepage-three-cards .card-front-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  background-image: url("../images/stripe-background.png");
  z-index: 1;
}

.homepage-three-cards .card-back {
  background-color: #f47b23;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 150ms linear all;
  z-index: -1;
  opacity: 0;
}

.homepage-three-cards .card-front-content,
.homepage-three-cards .card-back-content {
  text-align: center;
  padding: 40px;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.homepage-three-cards .card-front-content h2 {
  font-size: 3.125rem;
  color: #fff;
}

.homepage-three-cards .card-front-content p {
  font-size: 1.25rem;
}

.homepage-three-cards .card-back-content {
  z-index: 3;
}

.homepage-three-cards .card-back-content h2 {
  font-size: 2rem;
  color: #fff;
}

.homepage-three-cards .card-back-content p {
  font-size: 1.125rem;
}

/*
 * =============================================================
 * "Connect" section
 * =============================================================
 */
.homepage-connect {
  padding: 25px 0;
  background-image: url("../images/tri-left-bg.png"), url("../images/tri-right-bg.png");
  background-position: left center, right center;
  background-size: auto 100%, auto 100%;
  background-repeat: no-repeat, no-repeat;
  border: 1px solid #f4f4f4;
}

@media (min-width: 1024px) {
  .homepage-connect {
    padding: 100px 0;
  }
}

.homepage-connect .connect-box-wrapper {
  position: relative;
  margin-top: 50px;
}

.homepage-connect .box-line {
  height: 5px;
  background: #cfcfcf;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 980px) {
  .homepage-connect .box-line {
    display: none;
  }
}

.homepage-connect .connect-box {
  text-align: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 980px) {
  .homepage-connect .connect-box {
    margin-bottom: 30px;
  }
}

.homepage-connect .connect-icon {
  font-family: 'FontAwesome';
  font-size: 2.5rem;
  width: auto;
  display: inline-block;
  padding: 0 30px;
}

@media (min-width: 980px) {
  .homepage-connect .connect-icon {
    background: #fff;
    margin-bottom: 20px;
    margin-top: -20px;
  }
}

.homepage-connect .connect-icon.icon-visit:after {
  content: '\f015';
}

.homepage-connect .connect-icon.icon-volunteer:after {
  content: '\f256';
}

.homepage-connect .connect-icon.icon-wish:after {
  content: '\f187';
}

.homepage-connect .connect-icon.icon-rss:after {
  content: '\f09e';
}

.homepage-connect .connect-box-content {
  color: #cfcfcf;
}

.homepage-connect .connect-box-content a {
  color: #cfcfcf;
  transition: 300ms linear all;
  text-decoration: none;
}

.homepage-connect .connect-box-content a .homepage-content {
  color: #cfcfcf;
  transition: 300ms linear all;
  font-size: 1.125rem;
}

.homepage-connect .connect-box-content a:hover, .homepage-connect .connect-box-content a:focus, .homepage-connect .connect-box-content a:active {
  color: #f47b23;
}

.homepage-connect .connect-box-content a:hover h2, .homepage-connect .connect-box-content a:focus h2, .homepage-connect .connect-box-content a:active h2 {
  color: #f47b23;
}

.homepage-connect .connect-box-content a:hover .homepage-content, .homepage-connect .connect-box-content a:focus .homepage-content, .homepage-connect .connect-box-content a:active .homepage-content {
  color: #f47b23;
}

.homepage-connect .connect-box-content h2 {
  font-size: 2.5rem;
  color: #cfcfcf;
  transition: 300ms linear all;
}

@media (min-width: 980px) {
  .homepage-connect .connect-box-wrapper .standard-container {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .homepage-connect .connect-box-wrapper .standard-container:after {
    content: " ";
    display: block;
    clear: both;
  }
  .homepage-connect .connect-box {
    max-width: 24%;
    margin-right: 1%;
  }
  .homepage-connect .connect-box:last-of-type {
    margin-right: 0;
  }
}

.homepage-connect #gform_wrapper_2 input[type="text"] {
  border-color: #cfcfcf;
}

.homepage-connect #gform_wrapper_2 .button {
  line-height: 1.1;
  border-width: 1px;
  background-image: none;
  padding: 4px 10px 3px;
  margin-top: 4px;
}

/*
 * =============================================================
 * Second full width section
 * =============================================================
 */
.second-full-width .standard-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.second-full-width .standard-container:after {
  content: " ";
  display: block;
  clear: both;
}

.second-full-width .left {
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .second-full-width .left {
    background-image: none !important;
  }
}

.second-full-width .left h2 {
  font-size: 7.5rem;
  color: #f47b23;
}

@media (max-width: 1024px) {
  .second-full-width .left h2 {
    font-size: 2.5rem;
  }
}

.second-full-width .left .homepage-content {
  text-align: left;
}

.second-full-width .left .homepage-content p {
  font-family: Playtime, Helvetica Neue, sans-serif;
  font-size: 1.875rem;
}

.second-full-width .left-content {
  text-align: left;
}

@media (max-width: 1024px) {
  .second-full-width .left-content {
    padding: 50px 0;
    max-width: 90%;
    min-width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .second-full-width .left-content {
    max-width: 60%;
  }
}

@media (max-width: 1024px) {
  .second-full-width .right-content {
    padding: 50px 0;
    max-width: 90%;
    min-width: 90%;
    margin: 0 auto;
  }
}

.second-full-width .right-content .homepage-content {
  color: #fff;
}

.second-full-width .right-content h2 {
  font-size: 3.75rem;
  color: #fff;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .second-full-width .right-content {
    max-width: 80%;
    min-width: 80%;
  }
}

.second-full-width #gform_wrapper_5 {
  text-align: left;
}

.second-full-width #gform_wrapper_5 .gf_progressbar_title {
  color: #fff;
}

.second-full-width #gform_wrapper_5 .gf_progressbar_percentage {
  background-color: rgba(255, 255, 255, 0.2);
}

.second-full-width #gform_wrapper_5 label {
  color: #fff;
}

.second-full-width #gform_wrapper_5 .gform_previous_button,
.second-full-width #gform_wrapper_5 .gform_next_button,
.second-full-width #gform_wrapper_5 .gform_button {
  background-image: none;
  background-color: white;
  border: 1px solid #116eb6;
  color: #116eb6;
  transition: 300ms linear all;
  display: inline-block;
  width: auto;
  padding: 8px 15px;
  min-width: 100px;
  font-size: 0.75rem;
}

.second-full-width #gform_wrapper_5 .gform_previous_button:hover, .second-full-width #gform_wrapper_5 .gform_previous_button:focus, .second-full-width #gform_wrapper_5 .gform_previous_button:active,
.second-full-width #gform_wrapper_5 .gform_next_button:hover,
.second-full-width #gform_wrapper_5 .gform_next_button:focus,
.second-full-width #gform_wrapper_5 .gform_next_button:active,
.second-full-width #gform_wrapper_5 .gform_button:hover,
.second-full-width #gform_wrapper_5 .gform_button:focus,
.second-full-width #gform_wrapper_5 .gform_button:active {
  background-color: #f47b23;
  color: #fff;
  border-color: #fff;
}

.second-full-width #gform_wrapper_5 li {
  margin-bottom: 20px;
}

.second-full-width #gform_wrapper_5 ul.gfield_radio > li {
  margin-bottom: 5px;
}

.second-full-width #gform_wrapper_5 .ginput_container_radio li {
  margin-right: 10px;
}

.second-full-width #gform_wrapper_5 label.gfield_label {
  color: #fff;
}

.second-full-width #gform_wrapper_5 .ginput_container_radio label {
  color: #fff;
  border-color: #fff;
}

.second-full-width #gform_wrapper_5 .ginput_container_radio label:hover, .second-full-width #gform_wrapper_5 .ginput_container_radio label:focus, .second-full-width #gform_wrapper_5 .ginput_container_radio label:active {
  color: #f47b23;
}

.second-full-width #gform_wrapper_5 .ginput_container_radio input[type="radio"]:checked + label {
  background-color: #fff;
  border-color: #116eb6;
  color: #116eb6;
}

.second-full-width #gform_wrapper_5 li.dollar-amount input[type="text"] {
  border-color: #fff;
  color: #fff;
}

.second-full-width #gform_wrapper_5 .gform_button[type="submit"] {
  background-color: #116eb6;
  font-size: 1.125rem;
  padding: 10px 25px;
}

/*
 * =============================================================
 * Final full width section
 * =============================================================
 */
.final-full-width {
  background: #545657;
  padding: 25px 0;
}

@media (min-width: 1024px) {
  .final-full-width {
    padding: 100px 0;
  }
}

.final-full-width .standard-container {
  display: block;
}

.final-full-width .final-full-width-header {
  color: #fff;
  text-align: center;
  font-size: 4.375rem;
}

@media (max-width: 1024px) {
  .final-full-width .final-full-width-header {
    font-size: 2.5rem;
  }
}

.final-full-width .final-full-width-content {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}

.final-full-width .post-listings {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.final-full-width .post-listings:after {
  content: " ";
  display: block;
  clear: both;
}

.final-full-width .post-listings .post-item {
  position: relative;
  color: #fff;
  text-align: center;
  transition: 300ms linear all;
  min-height: 400px;
}

@media (max-width: 1024px) {
  .final-full-width .post-listings .post-item {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .final-full-width .post-listings .post-item:hover, .final-full-width .post-listings .post-item:focus, .final-full-width .post-listings .post-item:active {
    color: #f47b23;
  }
  .final-full-width .post-listings .post-item:hover a, .final-full-width .post-listings .post-item:hover h3, .final-full-width .post-listings .post-item:focus a, .final-full-width .post-listings .post-item:focus h3, .final-full-width .post-listings .post-item:active a, .final-full-width .post-listings .post-item:active h3 {
    color: #f47b23;
  }
  .final-full-width .post-listings .post-item:hover .read-more, .final-full-width .post-listings .post-item:focus .read-more, .final-full-width .post-listings .post-item:active .read-more {
    opacity: 1;
  }
}

.final-full-width .post-listings a {
  text-decoration: none;
  text-align: center;
  transition: 300ms linear all;
  color: #fff;
  display: block;
  position: absolute;
  z-index: 2;
  padding: 20px 20px 100px;
  height: 100%;
  width: 100%;
}

.final-full-width .post-listings .post-meta-wrap {
  font-size: 0.8125rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .final-full-width .post-listings .post-meta-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.final-full-width .post-listings h3 {
  margin: 5px 0 15px 0;
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  font-family: Source Sans Pro, Helvetica Neue, sans-serif;
  transition: 300ms linear all;
}

@media (min-width: 1024px) {
  .final-full-width .post-listings .category-wrap:before {
    margin: 0 5px;
    content: '|';
  }
}

.final-full-width .post-listings .read-more {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transition: 300ms linear all;
}

@media (min-width: 1024px) {
  .final-full-width .post-listings .read-more {
    color: #f47b23;
    opacity: 0;
  }
}

.final-full-width .post-listings .icon-paw {
  border: 1px solid #f47b23;
  border-radius: 100%;
  padding: 5px;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 25px 0;
}

@media (max-width: 1024px) {
  .final-full-width .post-listings .icon-paw {
    margin: 10px 0;
    border-color: #fff;
  }
}

@media (min-width: 980px) {
  .final-full-width .post-listings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .final-full-width .post-listings .post-item {
    width: 30%;
    margin-right: 3%;
  }
  .final-full-width .post-listings .post-item:last-of-type {
    margin-right: 0;
  }
}

.final-full-width .entry-thumbnail {
  width: 100%;
  height: 100%;
  padding-right: 40px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .5;
}

.final-full-width .thumbnail-overlay {
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  transition: 300ms linear all;
  background-image: url("../images/stripe-background.png");
  background-size: 2px auto;
}

.final-full-width .thumbnail-overlay:hover, .final-full-width .thumbnail-overlay:focus, .final-full-width .thumbnail-overlay:active {
  opacity: .5;
}

/**
 * =============================================================
 * 
 * SINGLE VIEWS
 *
 * =============================================================
 */
body.single-post .post-meta-wrap {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 25px;
}

body.single-post .post-meta-wrap a {
  color: #959595;
}

body.single-post .post-meta-wrap i.fa {
  margin-right: 4px;
  color: #cfcfcf;
}

body.single-post .post-meta-wrap .category-wrap a:after {
  content: " / ";
}

body.single-post .post-meta-wrap .category-wrap span:last-child a:after {
  content: "";
}

@media (min-width: 1024px) {
  body.single-post .author-wrap,
  body.single-post .category-wrap,
  body.single-post .date-wrap,
  body.single-post .comment-wrap {
    display: inline-block;
  }
  body.single-post .comment-wrap:after,
  body.single-post .date-wrap:after,
  body.single-post .author-wrap:after {
    content: ' // ';
    padding: 0 8px;
  }
}

body.single-post .post-single-content {
  border-top: 1px solid #f7f7f7;
  padding-top: 30px;
  margin-top: 20px;
}

body.single-post .sd-content li:nth-last-child(2),
body.single-post .sd-content li:last-of-type {
  margin: 0;
}

body.single-post div.sharedaddy h3.sd-title {
  font-size: 1.875rem;
  margin-bottom: 10px;
}

body.single-post div.sharedaddy h3.sd-title:before {
  display: none;
}

body.single-post .post-footer-meta {
  clear: both;
}

@media (min-width: 1366px) {
  body.single-post .post-footer-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
  body.single-post .post-footer-meta .post-sharing,
  body.single-post .post-footer-meta .post-tags {
    width: 50%;
  }
  body.single-post .post-sharing {
    text-align: right;
  }
}

body.single-post .post-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  color: #f47b23;
}

body.single-post .post-tags i.fa {
  margin-right: 15px;
  font-size: 1.75rem;
}

body.single-post .post-tags .tag-wrapper {
  border: 1px solid #f47b23;
  border-radius: 2px;
  padding: 5px;
  margin-right: 10px;
  transition: 200ms linear all;
  text-transform: uppercase;
  font-size: 0.8125rem;
}

body.single-post .post-tags .tag-wrapper a {
  color: #f47b23;
  transition: 200ms linear all;
}

body.single-post .post-tags .tag-wrapper:hover, body.single-post .post-tags .tag-wrapper:focus, body.single-post .post-tags .tag-wrapper:active {
  background: #f47b23;
}

body.single-post .post-tags .tag-wrapper:hover a, body.single-post .post-tags .tag-wrapper:focus a, body.single-post .post-tags .tag-wrapper:active a {
  color: #fff;
}

body.single-post a {
  color: #116eb6;
  text-decoration: none;
}

body.single-post a:hover, body.single-post a:focus, body.single-post a:active {
  color: #f47b23;
}

body.single-post .post-navigation {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/**
 * =============================================================
 * 
 * RELATED POSTS
 *
 * =============================================================
 */
body.single-post .related-posts-header {
  margin-top: 50px;
  margin-bottom: 25px;
}

body.single-post .related-posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

body.single-post .related-post-item {
  display: block;
  height: 150px;
  width: 150px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

body.single-post .related-post-item a {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  padding: 10px;
  z-index: 9;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

body.single-post .related-post-overlay {
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  transition: 300ms linear all;
  background-image: url("../images/stripe-background.png");
  background-size: 3px;
}

body.single-post .related-post-overlay:hover, body.single-post .related-post-overlay:focus, body.single-post .related-post-overlay:active {
  opacity: .5;
}

/**
 * =============================================================
 * 
 * COMMENT VIEWS
 *
 * =============================================================
 */
.comments-area h2.comments-title,
.comments-area h3.comment-reply-title {
  font-size: 2.5rem;
  margin-top: 50px;
  color: #f47b23;
}

.comments-area ol.comment-list {
  margin: 0;
  padding: 0;
}

.comments-area ol.comment-list img.avatar {
  display: none;
}

.comments-area ol.comment-list li {
  list-style-type: none;
}

.comments-area .comment-author {
  font-weight: bold;
}

.comments-area .comment-metadata {
  font-size: 0.6875rem;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.comments-area .reply {
  margin-top: 20px;
}

.comments-area .comment-notes {
  margin-top: 3px;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .comments-area .comment-form p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

.comments-area .comment-form label {
  width: 150px;
  display: inline-block;
}

.comments-area .comment-form input,
.comments-area .comment-form textarea {
  border: 1px solid #959595;
  width: 100%;
  padding: 4px;
  color: #959595;
  transition: 200ms linear all;
}

.comments-area .comment-form input:focus, .comments-area .comment-form input:active,
.comments-area .comment-form textarea:focus,
.comments-area .comment-form textarea:active {
  border-color: #f47b23;
  color: #545657;
}

.comments-area .comment-form input[type="submit"] {
  background: #f47b23;
  color: #fff;
  width: auto;
  padding: 5px 15px;
  text-transform: uppercase;
  border: 0;
}

@media (min-width: 1024px) {
  .comments-area .comment-form input[type="submit"] {
    margin-left: 130px;
  }
}

/**
 * =============================================================
 *
 * ARCHIVE VIEWS
 *
 * =============================================================
 */
body.blog article.post,
body.archive.category article.post,
body.archive.tag article.post,
body.archive.date article.post,
body.archive.author article.post {
  position: relative;
  margin-bottom: 40px;
}

body.blog article.post .entry-content,
body.archive.category article.post .entry-content,
body.archive.tag article.post .entry-content,
body.archive.date article.post .entry-content,
body.archive.author article.post .entry-content {
  padding: 20px;
}

body.blog article.post .post-sharing,
body.archive.category article.post .post-sharing,
body.archive.tag article.post .post-sharing,
body.archive.date article.post .post-sharing,
body.archive.author article.post .post-sharing {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  body.blog article.post,
  body.archive.category article.post,
  body.archive.tag article.post,
  body.archive.date article.post,
  body.archive.author article.post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 2px;
  }
  body.blog article.post .entry-thumbnail,
  body.archive.category article.post .entry-thumbnail,
  body.archive.tag article.post .entry-thumbnail,
  body.archive.date article.post .entry-thumbnail,
  body.archive.author article.post .entry-thumbnail {
    width: 30%;
    height: 100%;
    padding-right: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  body.blog article.post .entry-thumbnail-image,
  body.archive.category article.post .entry-thumbnail-image,
  body.archive.tag article.post .entry-thumbnail-image,
  body.archive.date article.post .entry-thumbnail-image,
  body.archive.author article.post .entry-thumbnail-image {
    width: 100%;
  }
  body.blog article.post .entry-content,
  body.archive.category article.post .entry-content,
  body.archive.tag article.post .entry-content,
  body.archive.date article.post .entry-content,
  body.archive.author article.post .entry-content {
    padding: 20px;
    margin-left: 30%;
    width: 70%;
  }
  body.blog article.post .post-sharing,
  body.archive.category article.post .post-sharing,
  body.archive.tag article.post .post-sharing,
  body.archive.date article.post .post-sharing,
  body.archive.author article.post .post-sharing {
    opacity: 0;
    transition: 100ms linear all;
  }
  body.blog article.post:hover, body.blog article.post:focus, body.blog article.post:active,
  body.archive.category article.post:hover,
  body.archive.category article.post:focus,
  body.archive.category article.post:active,
  body.archive.tag article.post:hover,
  body.archive.tag article.post:focus,
  body.archive.tag article.post:active,
  body.archive.date article.post:hover,
  body.archive.date article.post:focus,
  body.archive.date article.post:active,
  body.archive.author article.post:hover,
  body.archive.author article.post:focus,
  body.archive.author article.post:active {
    background-image: url("../images/blog-post-bg.png");
  }
  body.blog article.post:hover .post-sharing, body.blog article.post:focus .post-sharing, body.blog article.post:active .post-sharing,
  body.archive.category article.post:hover .post-sharing,
  body.archive.category article.post:focus .post-sharing,
  body.archive.category article.post:active .post-sharing,
  body.archive.tag article.post:hover .post-sharing,
  body.archive.tag article.post:focus .post-sharing,
  body.archive.tag article.post:active .post-sharing,
  body.archive.date article.post:hover .post-sharing,
  body.archive.date article.post:focus .post-sharing,
  body.archive.date article.post:active .post-sharing,
  body.archive.author article.post:hover .post-sharing,
  body.archive.author article.post:focus .post-sharing,
  body.archive.author article.post:active .post-sharing {
    opacity: .85;
  }
}

body.blog div.sharedaddy h3.sd-title,
body.archive.category div.sharedaddy h3.sd-title,
body.archive.tag div.sharedaddy h3.sd-title,
body.archive.date div.sharedaddy h3.sd-title,
body.archive.author div.sharedaddy h3.sd-title {
  display: none;
}

body.blog .entry-content,
body.archive.category .entry-content,
body.archive.tag .entry-content,
body.archive.date .entry-content,
body.archive.author .entry-content {
  padding: 20px 20px 20px 0;
}

body.blog .entry-content a,
body.archive.category .entry-content a,
body.archive.tag .entry-content a,
body.archive.date .entry-content a,
body.archive.author .entry-content a {
  color: #116eb6;
  text-decoration: none;
}

body.blog .post-meta-wrap,
body.blog .entry-footer,
body.archive.category .post-meta-wrap,
body.archive.category .entry-footer,
body.archive.tag .post-meta-wrap,
body.archive.tag .entry-footer,
body.archive.date .post-meta-wrap,
body.archive.date .entry-footer,
body.archive.author .post-meta-wrap,
body.archive.author .entry-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

body.blog .post-meta-wrap i.fa,
body.blog .entry-footer i.fa,
body.archive.category .post-meta-wrap i.fa,
body.archive.category .entry-footer i.fa,
body.archive.tag .post-meta-wrap i.fa,
body.archive.tag .entry-footer i.fa,
body.archive.date .post-meta-wrap i.fa,
body.archive.date .entry-footer i.fa,
body.archive.author .post-meta-wrap i.fa,
body.archive.author .entry-footer i.fa {
  margin-right: 2px;
}

body.blog .post-meta-wrap .category-wrap,
body.blog .entry-footer .category-wrap,
body.archive.category .post-meta-wrap .category-wrap,
body.archive.category .entry-footer .category-wrap,
body.archive.tag .post-meta-wrap .category-wrap,
body.archive.tag .entry-footer .category-wrap,
body.archive.date .post-meta-wrap .category-wrap,
body.archive.date .entry-footer .category-wrap,
body.archive.author .post-meta-wrap .category-wrap,
body.archive.author .entry-footer .category-wrap {
  max-width: 50%;
}

body.blog .post-meta-wrap,
body.archive.category .post-meta-wrap,
body.archive.tag .post-meta-wrap,
body.archive.date .post-meta-wrap,
body.archive.author .post-meta-wrap {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

body.blog .entry-footer,
body.archive.category .entry-footer,
body.archive.tag .entry-footer,
body.archive.date .entry-footer,
body.archive.author .entry-footer {
  border-top: 1px solid #f7f7f7;
  margin-top: 15px;
  padding-top: 15px;
}

body.blog h2.entry-title,
body.archive.category h2.entry-title,
body.archive.tag h2.entry-title,
body.archive.date h2.entry-title,
body.archive.author h2.entry-title {
  font-size: 2.1875rem;
  margin-bottom: 10px;
}

body.blog h2.entry-title a,
body.archive.category h2.entry-title a,
body.archive.tag h2.entry-title a,
body.archive.date h2.entry-title a,
body.archive.author h2.entry-title a {
  color: #f47b23;
  text-decoration: none;
}

/**
 * =============================================================
 * SIDEBAR
 * =============================================================
 */
body.blog,
body.archive.category,
body.archive.tag,
body.archive.author,
body.archive.date,
body.single-post {
  /**
	 * =============================================================
	 * STANDARD WIDGET
	 * =============================================================
	 */
  /**
	 * =============================================================
	 * CATEGORIES WIDGET
	 * =============================================================
	 */
  /**
	 * =============================================================
	 * ARCHIVE WIDGET
	 * =============================================================
	 */
}

body.blog .widget-area h2,
body.archive.category .widget-area h2,
body.archive.tag .widget-area h2,
body.archive.author .widget-area h2,
body.archive.date .widget-area h2,
body.single-post .widget-area h2 {
  font-size: 1.25rem;
  font-family: Source Sans Pro, Helvetica Neue, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
  color: #f47b23;
  margin-top: 25px;
  margin-bottom: 10px;
}

body.blog .widget-area a,
body.archive.category .widget-area a,
body.archive.tag .widget-area a,
body.archive.author .widget-area a,
body.archive.date .widget-area a,
body.single-post .widget-area a {
  color: #545657;
  text-decoration: none;
}

body.blog .widget-area a:hover, body.blog .widget-area a:focus, body.blog .widget-area a:active,
body.archive.category .widget-area a:hover,
body.archive.category .widget-area a:focus,
body.archive.category .widget-area a:active,
body.archive.tag .widget-area a:hover,
body.archive.tag .widget-area a:focus,
body.archive.tag .widget-area a:active,
body.archive.author .widget-area a:hover,
body.archive.author .widget-area a:focus,
body.archive.author .widget-area a:active,
body.archive.date .widget-area a:hover,
body.archive.date .widget-area a:focus,
body.archive.date .widget-area a:active,
body.single-post .widget-area a:hover,
body.single-post .widget-area a:focus,
body.single-post .widget-area a:active {
  color: #f47b23;
}

body.blog .widget_categories ul,
body.archive.category .widget_categories ul,
body.archive.tag .widget_categories ul,
body.archive.author .widget_categories ul,
body.archive.date .widget_categories ul,
body.single-post .widget_categories ul {
  margin: 0;
  padding: 0;
}

body.blog .widget_categories li,
body.archive.category .widget_categories li,
body.archive.tag .widget_categories li,
body.archive.author .widget_categories li,
body.archive.date .widget_categories li,
body.single-post .widget_categories li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 8px 0;
  border-bottom: 1px solid #f7f7f7;
}

body.blog .widget_categories li:last-of-type,
body.archive.category .widget_categories li:last-of-type,
body.archive.tag .widget_categories li:last-of-type,
body.archive.author .widget_categories li:last-of-type,
body.archive.date .widget_categories li:last-of-type,
body.single-post .widget_categories li:last-of-type {
  border-bottom: 0;
}

body.blog .blog-archive-list,
body.archive.category .blog-archive-list,
body.archive.tag .blog-archive-list,
body.archive.author .blog-archive-list,
body.archive.date .blog-archive-list,
body.single-post .blog-archive-list {
  margin: 0;
  padding: 0;
}

body.blog .blog-archive-list span,
body.archive.category .blog-archive-list span,
body.archive.tag .blog-archive-list span,
body.archive.author .blog-archive-list span,
body.archive.date .blog-archive-list span,
body.single-post .blog-archive-list span {
  display: block;
  width: 100%;
  padding: 8px 0;
}

body.blog .blog-archive-list a,
body.archive.category .blog-archive-list a,
body.archive.tag .blog-archive-list a,
body.archive.author .blog-archive-list a,
body.archive.date .blog-archive-list a,
body.single-post .blog-archive-list a {
  position: relative;
  z-index: 2;
}

body.blog .blog-archive-list .year,
body.archive.category .blog-archive-list .year,
body.archive.tag .blog-archive-list .year,
body.archive.author .blog-archive-list .year,
body.archive.date .blog-archive-list .year,
body.single-post .blog-archive-list .year {
  border-bottom: 1px solid #f7f7f7;
  padding: 10px 0;
  position: relative;
  transition: 200ms linear all;
}

body.blog .blog-archive-list .year:last-of-type,
body.archive.category .blog-archive-list .year:last-of-type,
body.archive.tag .blog-archive-list .year:last-of-type,
body.archive.author .blog-archive-list .year:last-of-type,
body.archive.date .blog-archive-list .year:last-of-type,
body.single-post .blog-archive-list .year:last-of-type {
  border-bottom: 0;
}

body.blog .blog-archive-list .year i.fa,
body.archive.category .blog-archive-list .year i.fa,
body.archive.tag .blog-archive-list .year i.fa,
body.archive.author .blog-archive-list .year i.fa,
body.archive.date .blog-archive-list .year i.fa,
body.single-post .blog-archive-list .year i.fa {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 200ms linear all;
  color: #f47b23;
  cursor: pointer;
  padding: 10px;
}

body.blog .blog-archive-list .month,
body.archive.category .blog-archive-list .month,
body.archive.tag .blog-archive-list .month,
body.archive.author .blog-archive-list .month,
body.archive.date .blog-archive-list .month,
body.single-post .blog-archive-list .month {
  margin-left: 30px;
  padding: 2px 0;
  opacity: 0;
  font-size: 0;
  line-height: 0;
  transition: 300ms linear all;
}

body.blog .blog-archive-list .month span,
body.archive.category .blog-archive-list .month span,
body.archive.tag .blog-archive-list .month span,
body.archive.author .blog-archive-list .month span,
body.archive.date .blog-archive-list .month span,
body.single-post .blog-archive-list .month span {
  transition: 300ms linear all;
  padding: 0;
}

body.blog .blog-archive-list .month span:nth-child(2),
body.archive.category .blog-archive-list .month span:nth-child(2),
body.archive.tag .blog-archive-list .month span:nth-child(2),
body.archive.author .blog-archive-list .month span:nth-child(2),
body.archive.date .blog-archive-list .month span:nth-child(2),
body.single-post .blog-archive-list .month span:nth-child(2) {
  transition-delay: 50ms;
}

body.blog .blog-archive-list .month span:nth-child(3),
body.archive.category .blog-archive-list .month span:nth-child(3),
body.archive.tag .blog-archive-list .month span:nth-child(3),
body.archive.author .blog-archive-list .month span:nth-child(3),
body.archive.date .blog-archive-list .month span:nth-child(3),
body.single-post .blog-archive-list .month span:nth-child(3) {
  transition-delay: 100ms;
}

body.blog .blog-archive-list .month span:nth-child(4),
body.archive.category .blog-archive-list .month span:nth-child(4),
body.archive.tag .blog-archive-list .month span:nth-child(4),
body.archive.author .blog-archive-list .month span:nth-child(4),
body.archive.date .blog-archive-list .month span:nth-child(4),
body.single-post .blog-archive-list .month span:nth-child(4) {
  transition-delay: 150ms;
}

body.blog .blog-archive-list .month span:nth-child(5),
body.archive.category .blog-archive-list .month span:nth-child(5),
body.archive.tag .blog-archive-list .month span:nth-child(5),
body.archive.author .blog-archive-list .month span:nth-child(5),
body.archive.date .blog-archive-list .month span:nth-child(5),
body.single-post .blog-archive-list .month span:nth-child(5) {
  transition-delay: 200ms;
}

body.blog .blog-archive-list .month span:nth-child(6),
body.archive.category .blog-archive-list .month span:nth-child(6),
body.archive.tag .blog-archive-list .month span:nth-child(6),
body.archive.author .blog-archive-list .month span:nth-child(6),
body.archive.date .blog-archive-list .month span:nth-child(6),
body.single-post .blog-archive-list .month span:nth-child(6) {
  transition-delay: 250ms;
}

body.blog .blog-archive-list .month span:nth-child(7),
body.archive.category .blog-archive-list .month span:nth-child(7),
body.archive.tag .blog-archive-list .month span:nth-child(7),
body.archive.author .blog-archive-list .month span:nth-child(7),
body.archive.date .blog-archive-list .month span:nth-child(7),
body.single-post .blog-archive-list .month span:nth-child(7) {
  transition-delay: 300ms;
}

body.blog .blog-archive-list .month span:nth-child(8),
body.archive.category .blog-archive-list .month span:nth-child(8),
body.archive.tag .blog-archive-list .month span:nth-child(8),
body.archive.author .blog-archive-list .month span:nth-child(8),
body.archive.date .blog-archive-list .month span:nth-child(8),
body.single-post .blog-archive-list .month span:nth-child(8) {
  transition-delay: 350ms;
}

body.blog .blog-archive-list .month span:nth-child(9),
body.archive.category .blog-archive-list .month span:nth-child(9),
body.archive.tag .blog-archive-list .month span:nth-child(9),
body.archive.author .blog-archive-list .month span:nth-child(9),
body.archive.date .blog-archive-list .month span:nth-child(9),
body.single-post .blog-archive-list .month span:nth-child(9) {
  transition-delay: 400ms;
}

body.blog .blog-archive-list .month span:nth-child(10),
body.archive.category .blog-archive-list .month span:nth-child(10),
body.archive.tag .blog-archive-list .month span:nth-child(10),
body.archive.author .blog-archive-list .month span:nth-child(10),
body.archive.date .blog-archive-list .month span:nth-child(10),
body.single-post .blog-archive-list .month span:nth-child(10) {
  transition-delay: 450ms;
}

body.blog .blog-archive-list .month span:nth-child(11),
body.archive.category .blog-archive-list .month span:nth-child(11),
body.archive.tag .blog-archive-list .month span:nth-child(11),
body.archive.author .blog-archive-list .month span:nth-child(11),
body.archive.date .blog-archive-list .month span:nth-child(11),
body.single-post .blog-archive-list .month span:nth-child(11) {
  transition-delay: 500ms;
}

body.blog .blog-archive-list .month span:nth-child(12),
body.archive.category .blog-archive-list .month span:nth-child(12),
body.archive.tag .blog-archive-list .month span:nth-child(12),
body.archive.author .blog-archive-list .month span:nth-child(12),
body.archive.date .blog-archive-list .month span:nth-child(12),
body.single-post .blog-archive-list .month span:nth-child(12) {
  transition-delay: 550ms;
}

body.blog .blog-archive-list .month.open,
body.archive.category .blog-archive-list .month.open,
body.archive.tag .blog-archive-list .month.open,
body.archive.author .blog-archive-list .month.open,
body.archive.date .blog-archive-list .month.open,
body.single-post .blog-archive-list .month.open {
  opacity: 1;
  line-height: 1;
  font-size: 0.875rem;
}

body.blog .blog-archive-list .month.open span,
body.archive.category .blog-archive-list .month.open span,
body.archive.tag .blog-archive-list .month.open span,
body.archive.author .blog-archive-list .month.open span,
body.archive.date .blog-archive-list .month.open span,
body.single-post .blog-archive-list .month.open span {
  padding: 8px 0;
}

/**
 * =============================================================
 * Full width section at the top of cats page
 * =============================================================
 */
.cat-loop-full-width .left,
.cat-loop-full-width .right {
  padding: 25px;
  min-height: 90vh;
}

.cat-loop-full-width .left h2,
.cat-loop-full-width .right h2 {
  color: #f47b23;
  font-size: 4.375rem;
}

@media (max-width: 1024px) {
  .cat-loop-full-width .left h2,
  .cat-loop-full-width .right h2 {
    font-size: 2.5rem;
  }
}

.cat-loop-full-width .left {
  -ms-flex: 1;
  flex: 1;
  background-size: 90% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.cat-loop-full-width .right {
  background: #f47b23;
  color: #fff;
}

.cat-loop-full-width .right h2 {
  color: #fff;
}

.cat-loop-full-width .right li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}

.cat-loop-full-width .right li:before {
  color: #f47b23;
  content: '\f1b0';
  font-family: 'FontAwesome';
  margin-right: 10px;
  transition: 200ms linear all;
  position: absolute;
  top: 2px;
  left: 0;
}

.cat-loop-full-width .right li:before {
  color: #fff;
}

@media (min-width: 1024px) {
  .cat-loop-full-width {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cat-loop-full-width .left,
  .cat-loop-full-width .right {
    width: 50%;
    padding: 50px;
  }
}

/**
 * =============================================================
 * Header text above the cats
 * =============================================================
 */
.cats-loop-header {
  padding: 50px 0;
}

.cats-loop-header h2.cats-loop-header-header {
  color: #f47b23;
  font-size: 4.375rem;
  color: #f47b23;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .cats-loop-header h2.cats-loop-header-header {
    font-size: 2.5rem;
  }
}

@media (max-width: 1024px) {
  .cats-loop-header {
    padding: 50px 0 25px 0;
  }
  .cats-loop-header h2.cats-loop-header-header {
    margin-bottom: 5px;
  }
}

.cat-loop-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cat-loop-wrapper .cat-pagination {
  width: 100%;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/**
 * =============================================================
 * Cat filtering
 * =============================================================
 */
.facetwp-template {
  width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .cats-facet-wrap {
    position: relative;
  }
  .cats-facet-wrap .standard-container {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
  }
}

.cats-facet-wrap {
  width: 25%;
  margin-right: 2%;
}

.cats-facet-wrap .standard-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #fff;
  border-radius: 2px;
}

.cats-facet-wrap .cat-facet {
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.cats-facet-wrap .facet-label {
  color: #f47b23;
  padding: 4px 8px;
  border-bottom: 3px solid #f7f7f7;
  font-size: 1.75rem;
  margin-bottom: 15px;
}

.cats-facet-wrap .facetwp-facet {
  margin: 0;
}

.cats-facet-wrap .facetwp-facet:hover .facet-label, .cats-facet-wrap .facetwp-facet:focus .facet-label, .cats-facet-wrap .facetwp-facet:active .facet-label {
  color: #116eb6;
}

.cats-facet-wrap .facetwp-facet-search {
  margin: 0 20px;
}

.cats-facet-wrap .facetwp-facet-search input {
  border: 1px solid #959595;
  border-radius: 2px;
  padding: 4px;
  color: #f47b23;
}

.cats-facet-wrap .facetwp-facet-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #959595;
}

.cats-facet-wrap .facetwp-facet-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}

.cats-facet-wrap .facetwp-facet-search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #959595;
}

.cats-facet-wrap .facetwp-facet-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}

.cats-facet-wrap .facetwp-search {
  width: 100%;
}

.cats-facet-wrap .facetwp-checkbox {
  padding: 5px 20px;
  margin-bottom: 0;
  background-image: none !important;
  transition: 200ms linear all;
  font-weight: bold;
  color: #959595;
  font-size: 0.8125rem;
}

.cats-facet-wrap .facetwp-checkbox:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  margin-right: 8px;
  color: #f7f7f7;
}

.cats-facet-wrap .facetwp-checkbox:hover, .cats-facet-wrap .facetwp-checkbox:focus, .cats-facet-wrap .facetwp-checkbox:active {
  background: #f47b23;
  color: #fff;
}

.cats-facet-wrap .facetwp-checkbox.checked {
  color: #f47b23;
}

.cats-facet-wrap .facetwp-checkbox.checked:hover, .cats-facet-wrap .facetwp-checkbox.checked:focus, .cats-facet-wrap .facetwp-checkbox.checked:active {
  color: #fff;
}

.cats-facet-wrap .facetwp-checkbox.checked:hover:before, .cats-facet-wrap .facetwp-checkbox.checked:focus:before, .cats-facet-wrap .facetwp-checkbox.checked:active:before {
  color: #fff;
}

.cats-facet-wrap .facetwp-checkbox.checked:before {
  color: #f47b23;
}

.cats-facet-wrap .facetwp-loading {
  margin: 5px 8px;
}

.cats-facet-wrap .button {
  margin: 10px 20px;
  font-size: 0.8125rem;
  width: 75%;
  text-align: center;
  padding: 10px 20px;
}

.cats-facet-wrap .close-facet {
  display: none;
}

@media (max-width: 1024px) {
  .cats-facet-wrap .close-facet {
    display: block;
  }
}

@media (max-width: 1024px) {
  .cats-facet-wrap {
    display: none;
  }
}

/**
 * =============================================================
 * Cat filtering - mobile
 * =============================================================
 */
.cat-filter-button-container {
  display: none;
}

@media (max-width: 1024px) {
  .standard-container.cat-loop-wrapper {
    max-width: none;
    margin: 0 auto;
  }
  .cat-filter-button-container {
    display: block;
    text-align: center;
  }
  .cats-facet-wrap.mobile-filters {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
  }
  .cats-facet-wrap.mobile-filters .standard-container {
    position: static;
    top: auto;
    max-width: none;
    margin: 0 auto;
    padding: 30px;
  }
  .cats-facet-wrap.mobile-filters .facet-label {
    font-size: 1.375rem;
    margin-bottom: 5px;
  }
  .cats-facet-wrap.mobile-filters .close-filters {
    display: block;
  }
  .cats-facet-wrap.mobile-filters .button-facet {
    text-align: center;
  }
  .cats-facet-wrap.mobile-filters .button {
    margin: 0 auto;
    width: 100%;
    font-size: 0.8125rem;
  }
  .cats-facet-wrap.mobile-filters .mobile-separator {
    border-top: 3px solid #f7f7f7;
    min-height: 1px;
    width: 100%;
    padding-top: 30px;
  }
}

/**
 * =============================================================
 * Loop through the cats
 * =============================================================
 */
.cat-wrapper {
  width: 100%;
}

@media (min-width: 1024px) {
  .cat-wrapper .cat-loop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
}

.cat-wrapper .cat-block {
  background-color: #545657;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  min-height: 300px;
  margin-bottom: 25px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cat-wrapper .cat-block {
    width: 31%;
    margin-right: 2%;
  }
}

.cat-wrapper .cat-block .cat-overlay {
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  transition: 300ms linear all;
  background-image: url("../images/stripe-background.png");
  background-size: 3px auto;
}

.cat-wrapper .cat-block .cat-overlay:hover, .cat-wrapper .cat-block .cat-overlay:focus, .cat-wrapper .cat-block .cat-overlay:active {
  opacity: .5;
}

.cat-wrapper .cat-block a {
  color: #fff;
  text-decoration: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  padding: 0 10px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cat-wrapper .cat-block a:hover h2,
.cat-wrapper .cat-block a:hover .cat-meta, .cat-wrapper .cat-block a:focus h2,
.cat-wrapper .cat-block a:focus .cat-meta, .cat-wrapper .cat-block a:active h2,
.cat-wrapper .cat-block a:active .cat-meta {
  color: rgba(255, 255, 255, 0.45);
}

.cat-wrapper .cat-block h2 {
  color: #fff;
  font-size: 1.875rem;
  transition: 300ms linear all;
}

.cat-wrapper .cat-block .cat-meta {
  transition: 300ms linear all;
}

.cat-wrapper .cat-block:hover .cat-overlay, .cat-wrapper .cat-block:active .cat-overlay, .cat-wrapper .cat-block:focus .cat-overlay {
  opacity: .5;
}

.cat-wrapper .cat-block h2, .cat-wrapper .cat-block .cat-meta {
  padding: 0 10px;
}

.cat-wrapper .adopted-banner {
  position: absolute;
  top: -5px;
  left: -25px;
  z-index: 2;
  margin-top: 20px;
  padding: 5px 22px 5px 22px;
  font-weight: bold;
  font-size: 0.6875rem;
  text-transform: uppercase;
  background: #f47b23;
  color: #fff;
  text-shadow: 1px 1px 0 #f1681a;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  /* FF3.5+ */
  /* Opera 10.5 */
  /* Saf3.1+, Chrome */
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cat-wrapper .star {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 4;
  color: #fff;
}

.cat-wrapper .star i.fa {
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 5px;
}

.cat-wrapper .star i.fa:hover, .cat-wrapper .star i.fa:focus, .cat-wrapper .star i.fa:active {
  cursor: pointer;
}

.cat-wrapper .star.favorite-cat {
  color: orange;
}

.cat-wrapper .star.favorite-cat i.fa {
  border-color: #f47b23;
}

body.single-tp_cat {
  /*
 * =============================================================
 *
 * Full page header modifications for single cat view
 *
 * =============================================================
 */
  /*
 * =============================================================
 *
 * POST LAYOUT
 *
 * =============================================================
 */
  /*
 * =============================================================
 *
 * SIDEBAR / CAT DATA
 *
 * =============================================================
 */
  /*
 * =============================================================
 *
 * GALLERY
 *
 * =============================================================
 */
  /*
 * =============================================================
 *
 * ADOPT BLOCK
 *
 * =============================================================
 */
  /*
 * =============================================================
 *
 * SHARE
 *
 * =============================================================
 */
  /*
 * =============================================================
 *
 * VIRTUAL CAT GIFT CATALOG
 *
 * =============================================================
 */
}

body.single-tp_cat .full-page-header .page-header-cat-links {
/*  max-width: 1280px;*/
  margin-left: auto;
  margin-right: auto;
  margin: 1vh 0 1vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
}

body.single-tp_cat .full-page-header .page-header-cat-links:after {
  content: " ";
  display: block;
  clear: both;
}

body.single-tp_cat .full-page-header .page-header-cat-links a {
  text-decoration: none;
}

body.single-tp_cat .full-page-header .page-header-cat-links a:hover, body.single-tp_cat .full-page-header .page-header-cat-links a:active, body.single-tp_cat .full-page-header .page-header-cat-links a:focus {
  text-decoration: none;
}

body.single-tp_cat a.page-header-adopt,
body.single-tp_cat a.page-header-sponsor {
  font-size: 1rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid #fff;
  border-radius: 100%;
/*  height: 105px;*/
  height: 6rem;
  width: 6rem;
/*  width: 105px;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Playtime, Helvetica Neue, sans-serif;
  text-transform: uppercase;
  transition: 300ms linear all;
}

/* The paw */
body.single-tp_cat a.page-header-adopt i.fa,
body.single-tp_cat a.page-header-sponsor i.fa {
  display: block;
  font-size: 1.7rem;
}

@media screen and (max-width 850px) {
    body.flex-div-content.single-tp_cat a.page-header-adopt,
    body.flex-div-content.single-tp_cat a.page-header-sponsor {
    	font-size: 0.5rem;
    }
}

body.single-tp_cat a.page-header-adopt:hover, body.single-tp_cat a.page-header-adopt:active, body.single-tp_cat a.page-header-adopt:focus,
body.single-tp_cat a.page-header-sponsor:hover,
body.single-tp_cat a.page-header-sponsor:active,
body.single-tp_cat a.page-header-sponsor:focus {
  color: #f47b23;
  border-color: #f47b23;
  background-color: rgba(255, 255, 255, 0.9);
}

body.single-tp_cat a.page-header-adopt + a.page-header-sponsor {
  margin-left: 50px;
}

body.single-tp_cat article .entry-content .cat-featured {
  float: right;
  width: 250px;
  margin-left: 20px;
  margin-bottom: 20px;
}

body.single-tp_cat .cat-featured {
  min-height: 350px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 2px;
  border: 1px solid #cfcfcf;
}

body.single-tp_cat .cat-data {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #545657;
  font-size: 0.875rem;
  border-bottom: 1px solid #cfcfcf;
}

body.single-tp_cat .cat-data span {
  display: block;
}

body.single-tp_cat .cat-data span span {
  display: inline-block;
}

body.single-tp_cat .cat-data:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

body.single-tp_cat .cat-data.data-list span span:after {
  content: ', ';
}

body.single-tp_cat .cat-data.data-list span span:last-child:after {
  content: '';
}

body.single-tp_cat .cat-data strong {
  color: #f1681a;
  font-size: 0.75rem;
  text-transform: uppercase;
}

body.single-tp_cat .cat-data strong:after {
  content: ':';
}

@media (min-width: 1024px) {
  body.single-tp_cat .cat-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  body.single-tp_cat .cat-data span {
    display: inline;
  }
  body.single-tp_cat .cat-data.data-paragraph {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  body.single-tp_cat .cat-data.data-paragraph strong {
    margin-bottom: 5px;
  }
}

body.single-tp_cat ul.cat-gallery {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.single-tp_cat ul.cat-gallery li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  position: relative;
}

body.single-tp_cat ul.cat-gallery .cat-gallery-thumb {
  height: 235px;
  width: 235px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 10px;
  border-radius: 2px;
  border: 1px solid #cfcfcf;
}

body.single-tp_cat ul.cat-gallery.video a {
  display: block;
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

body.single-tp_cat ul.cat-gallery.video i.fa {
  font-size: 3.125rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

body.single-tp_cat .adoption-block {
  margin-top: 50px;
  background-color: #f47b23;
  border-radius: 2px;
  color: #fff;
  padding: 20px;
}

body.single-tp_cat .adoption-block h2 {
  color: #fff;
  font-size: 3rem;
}

body.single-tp_cat .adoption-block .button {
  background-color: #116eb6;
  background-image: none;
}

body.single-tp_cat .adoption-block .button:hover, body.single-tp_cat .adoption-block .button:focus, body.single-tp_cat .adoption-block .button:active {
  background-color: #00b3e7;
}

body.single-tp_cat .adoption-block .adoption-block-content {
  font-family: Playtime, Helvetica Neue, sans-serif;
  font-size: 1.375rem;
}

@media (min-width: 1024px) {
  body.single-tp_cat .adoption-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body.single-tp_cat .adoption-block .adoption-block-button {
    width: 35%;
    margin-left: auto;
    text-align: center;
  }
}

body.single-tp_cat .cat-sharing {
  margin-top: 50px;
}

body.single-tp_cat h2.help-title {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #cfcfcf;
}

body.single-tp_cat div.sharedaddy h3.sd-title {
  display: none !important;
}

body.single-tp_cat .catalog-wrapper {
  margin-top: 50px;
}

/*
 * =============================================================
 *
 * CONTACT PAGE: full page header, "map it" link
 * 
 * =============================================================
 */
.map-link {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

.map-link i.fa {
  margin-left: 5px;
}

/*
 * =============================================================
 *
 * CONTACT PAGE: upper part of page with header + text + numbers
 * 
 * =============================================================
 */
.contact-grid {
  text-align: center;
  font-family: Playtime, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #959595;
}

.contact-grid h2 {
  color: #f47b23;
  font-size: 4.375rem;
}

@media (max-width: 1024px) {
  .contact-grid h2 {
    font-size: 2.5rem;
  }
}

.contact-grid h3 {
  font-size: 2.5rem;
  color: #f47b23;
  margin-top: 20px;
}

@media (min-width: 640px) {
  .contact-grid .contact-content {
    max-width: 60%;
    margin: 0 auto;
  }
}

.contact-grid .contact-grid-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}

.contact-grid .contact-block {
  padding-right: 20px;
}

@media (min-width: 1024px) {
  .contact-grid .contact-block {
    padding-right: 50px;
  }
}

.contact-grid i.fa {
  min-height: 80px;
  min-width: 80px;
  max-height: 80px;
  max-width: 80px;
  margin: 0 auto;
  color: #f47b23;
  border: 2px solid #f47b23;
  border-radius: 100%;
  padding: 10px;
  font-size: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

/*
 * =============================================================
 *
 * CONTACT PAGE: STAFF GRID
 * 
 * =============================================================
 */
.staff-grid {
  margin-top: 50px;
}

@media (min-width: 980px) {
  .staff-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

.staff-block {
  margin-bottom: 35px;
  text-align: center;
  font-family: Playtime, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #959595;
}

@media (min-width: 980px) {
  .staff-block {
    width: 31.33%;
    margin-right: 2%;
  }
  .staff-block:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
  }
}

.staff-block h2 {
  font-size: 2.5rem;
  color: #f47b23;
  margin-top: 15px;
}

.staff-block a {
  color: #959595;
}

.staff-block hr {
  background: transparent;
  border: 1px solid #f7f7f7;
  margin: 15px auto;
  max-width: 50%;
}

.staff-block .staff-meta {
  font-family: Source Sans Pro, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.staff-block-image {
  width: 80%;
  height: 300px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*
 * =============================================================
 *
 * CONTACT PAGE: Contact form
 * 
 * =============================================================
 */
.contact-form {
  margin-top: 50px;
  padding-top: 50px;
  background-image: url("../images/tri-left-bg.png"), url("../images/tri-right-bg.png");
  background-position: left center, right center;
  background-size: auto 100%, auto 100%;
  background-repeat: no-repeat, no-repeat;
  border: 1px solid #f4f4f4;
}

.contact-form .gform_confirmation_wrapper {
  text-align: center;
}

.contact-form .gform_wrapper,
.contact-form .gform_confirmation_wrapper {
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 100px;
  background-image: url("../images/drop-right-cat.png"), url("../images/drop-left-cat.png");
  background-position: right bottom, left bottom;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

@media (min-width: 1024px) {
  .contact-form .gform_wrapper,
  .contact-form .gform_confirmation_wrapper {
    max-width: 50%;
  }
}

.contact-form h2 {
  color: #f47b23;
  font-size: 4.375rem;
  text-align: center;
}

@media (max-width: 1024px) {
  .contact-form h2 {
    font-size: 2.5rem;
  }
}

.contact-form .gform_footer {
  text-align: center;
}

.faq-question-navigation {
  border: 1px solid #f7f7f7;
  padding: 10px;
  margin-bottom: 50px;
}

.faq-question-navigation li {
  list-style-type: none;
  margin-bottom: 5px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}

.faq-question-navigation li:before {
  color: #f47b23;
  content: '\f1b0';
  font-family: 'FontAwesome';
  margin-right: 10px;
  transition: 200ms linear all;
  position: absolute;
  top: 2px;
  left: 0;
}

.faq-question-navigation li a {
  color: #f47b23;
  text-decoration: none;
  transition: 200ms linear all;
}

.faq-question-navigation li:hover a, .faq-question-navigation li:hover:before, .faq-question-navigation li:focus a, .faq-question-navigation li:focus:before, .faq-question-navigation li:active a, .faq-question-navigation li:active:before {
  color: #116eb6;
}

article.tp_faq {
  margin-bottom: 30px;
}

article.tp_faq h2 {
  font-size: 2.5rem;
  color: #f47b23;
  margin-bottom: 10px;
}

/*
 * =============================================================
 * Sponsor Update single & category
 * =============================================================
 */
.tax-tp_sponsor_update_taxonomy .widget-area h2,
.single-tp_sponsor_update .widget-area h2 {
  font-size: 2.5rem;
  color: #f47b23;
}

.tax-tp_sponsor_update_taxonomy h1.entry-title,
.single-tp_sponsor_update h1.entry-title {
  line-height: 1;
}

.tax-tp_sponsor_update_taxonomy .entry-header,
.single-tp_sponsor_update .entry-header {
  margin-bottom: 25px;
}

.tax-tp_sponsor_update_taxonomy .entry-date,
.single-tp_sponsor_update .entry-date {
  font-weight: bold;
  color: #959595;
  text-transform: uppercase;
}

.tax-tp_sponsor_update_taxonomy .widget-area ul,
.single-tp_sponsor_update .widget-area ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.tax-tp_sponsor_update_taxonomy .widget-area ul li,
.single-tp_sponsor_update .widget-area ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  margin: 0;
  margin-bottom: 8px;
}

.tax-tp_sponsor_update_taxonomy .widget-area ul li:before,
.single-tp_sponsor_update .widget-area ul li:before {
  color: #f47b23;
  content: '\f1b0';
  font-family: 'FontAwesome';
  margin-right: 10px;
  transition: 200ms linear all;
  position: absolute;
  top: 2px;
  left: 0;
}

.tax-tp_sponsor_update_taxonomy .widget-area li span,
.single-tp_sponsor_update .widget-area li span {
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #cfcfcf;
  display: block;
  margin-top: 4px;
}

.tax-tp_sponsor_update_taxonomy .adopted-widget,
.single-tp_sponsor_update .adopted-widget {
  background-color: #f47b23;
  border: 1px solid #f1681a;
  color: #fff;
  padding: 15px;
  margin-bottom: 40px;
}

.tax-tp_sponsor_update_taxonomy .adopted-widget h2,
.single-tp_sponsor_update .adopted-widget h2 {
  color: #fff;
}

/*
 * =============================================================
 * Sponsor Update category view
 * =============================================================
 */
.tax-tp_sponsor_update_taxonomy article,
.post-type-archive-tp_sponsor_update article {
  margin-bottom: 50px;
}

.tax-tp_sponsor_update_taxonomy article h2,
.post-type-archive-tp_sponsor_update article h2 {
  font-size: 3.125rem;
  line-height: 1;
}

.tax-tp_sponsor_update_taxonomy article h2 a,
.post-type-archive-tp_sponsor_update article h2 a {
  color: #f47b23;
  text-decoration: none;
}

.page-template-page-newsletters article {
  text-align: center;
  margin-bottom: 50px;
  font-family: Playtime, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  color: #959595;
}

@media (min-width: 1024px) {
  .page-template-page-newsletters article {
    max-width: 40%;
    margin: 0 auto;
  }
}

.page-template-page-newsletters article .gform_wrapper {
  margin-top: 10px;
}

.page-template-page-newsletters article .gform_wrapper input[type="text"] {
  width: 225px;
}

.newsletter-years-slide {
  margin: 50px auto;
  padding: 0;
  width: 90%;
  position: relative;
}

.newsletter-years-slide .slick-track:before {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border: 10px solid #f7f7f7;
  width: 100%;
}

@media (max-width: 1024px) {
  .newsletter-years-slide .slick-track:before {
    display: none;
  }
}

.newsletter-years-slide li.year-wrapper {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
  font-family: Populaire, Helvetica Neue, sans-serif;
  font-size: 5rem;
  text-align: center;
}

.newsletter-years-slide li.year-wrapper span {
  background-color: #fff;
  padding: 30px 50px;
  color: #f47b23;
}

.newsletter-years-slide .slick-arrow.slick-prev,
.newsletter-years-slide .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  right: -50px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  cursor: pointer;
  font-size: 4.375rem;
  color: #f7f7f7;
}

.newsletter-years-slide .slick-arrow.slick-prev.slick-disabled,
.newsletter-years-slide .slick-arrow.slick-next.slick-disabled {
  display: none !important;
}

@media (max-width: 1024px) {
  .newsletter-years-slide .slick-arrow.slick-prev,
  .newsletter-years-slide .slick-arrow.slick-next {
    right: -25px;
  }
}

.newsletter-years-slide .slick-arrow.slick-prev {
  right: auto;
  left: -50px;
}

@media (max-width: 1024px) {
  .newsletter-years-slide .slick-arrow.slick-prev {
    left: -25px;
  }
}

.newsletter-posts-slide {
  margin: 0;
  padding: 0;
}

.newsletter-posts-slide li.year-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newsletter-posts-slide .newsletter-block {
  margin-bottom: 15px;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #545657;
  border-radius: 2px;
  position: relative;
  width: 100%;
}

.newsletter-posts-slide .newsletter-block .overlay {
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  transition: 300ms linear all;
  background-image: url("../images/stripe-background.png");
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 2px auto;
}

@media (min-width: 1024px) {
  .newsletter-posts-slide .newsletter-block {
    width: 49%;
    min-height: 450px;
    margin-right: 1%;
  }
}

.newsletter-posts-slide .newsletter-content {
  position: relative;
  z-index: 98;
  color: #fff;
  padding: 50px;
}

.newsletter-posts-slide .newsletter-content h2 {
  color: #fff;
  padding-bottom: 20px;
}

.newsletter-posts-slide .newsletter-content ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.newsletter-posts-slide .newsletter-content li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}

.newsletter-posts-slide .newsletter-content li:before {
  color: #f47b23;
  content: '\f1b0';
  font-family: 'FontAwesome';
  margin-right: 10px;
  transition: 200ms linear all;
  position: absolute;
  top: 2px;
  left: 0;
}

.newsletter-posts-slide .newsletter-content-body {
  padding-bottom: 100px;
}

.newsletter-posts-slide .newsletter-content-button {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 99;
}

.newsletter-posts-slide .newsletter-content-button i.fa {
  margin-left: 5px;
}

.slick-arrow.slick-prev,
.slick-arrow.slick-next {
  color: #f47b23;
  font-size: 1.75rem;
  transition: 150ms linear all;
}

.slick-arrow.slick-prev:hover, .slick-arrow.slick-prev:focus, .slick-arrow.slick-prev:active,
.slick-arrow.slick-next:hover,
.slick-arrow.slick-next:focus,
.slick-arrow.slick-next:active {
  color: #116eb6;
}

/*
 * =============================================================
 *
 * SINGLE
 *
 * =============================================================
 */
body.single-tp_gift_basket #gform_wrapper_7 {
  background-image: url("../images/sanctuary-bg-pattern.png");
  padding: 20px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  body.single-tp_gift_basket #gform_wrapper_7 {
    max-width: 90%;
    margin: 0 auto;
  }
}

/*
 * =============================================================
 *
 * ARCHIVE
 *
 * =============================================================
 */
body.tax-tp_gift_basket_taxonomy .gift-basket-content {
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  body.tax-tp_gift_basket_taxonomy .basket-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

body.tax-tp_gift_basket_taxonomy article {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: 200px;
  min-width: 200px;
  margin-right: 25px;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  body.tax-tp_gift_basket_taxonomy article {
    width: 18%;
  }
}

body.tax-tp_gift_basket_taxonomy article h2 {
  position: relative;
  z-index: 99;
  font-size: 1.875rem;
  color: #fff;
  padding: 0 20px;
  text-align: center;
}

body.tax-tp_gift_basket_taxonomy .gb-overlay {
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  transition: 300ms linear all;
  background-image: url("../images/stripe-background.png");
}

body.tax-tp_gift_basket_taxonomy .gb-overlay:hover, body.tax-tp_gift_basket_taxonomy .gb-overlay:focus, body.tax-tp_gift_basket_taxonomy .gb-overlay:active {
  opacity: .5;
}

body.tax-tp_gift_basket_taxonomy a.gb-link {
  text-decoration: none;
  color: #fff;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.tax-tp_gift_basket_taxonomy a.gb-link:hover .gb-overlay, body.tax-tp_gift_basket_taxonomy a.gb-link:active .gb-overlay, body.tax-tp_gift_basket_taxonomy a.gb-link:focus .gb-overlay {
  opacity: .5;
}

.page-template-page-gift-catalog .catalog-item h2 {
  font-size: 2.5rem;
}

.page-template-page-gift-catalog .catalog-item img {
  max-width: none;
}

@media (min-width: 1024px) {
  .catalog-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

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

@media (min-width: 1024px) {
  .catalog-item {
    min-width: 18%;
    max-width: 18%;
  }
}

.catalog-item h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.75rem;
}

.catalog-item a,
.catalog-item img,
.catalog-item h2 {
  transition: 300ms linear all;
}

.catalog-item img {
  max-width: 70%;
}

.catalog-item a {
  color: #f47b23;
  text-decoration: none;
}

.catalog-item a:hover, .catalog-item a:focus, .catalog-item a:active {
  color: #116eb6;
}

.catalog-item a:hover img, .catalog-item a:focus img, .catalog-item a:active img {
  opacity: .75;
}

.single-tp_card .gform_wrapper {
  margin: 0 auto;
}

.single-tp_card .gform_wrapper h3.gform_title {
  color: #f47b23;
  font-size: 4.375rem;
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .single-tp_card .gform_wrapper h3.gform_title {
    font-size: 2.5rem;
  }
}

.single-tp_card .gform_wrapper .gform_description {
  display: block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 35px;
}

@media (min-width: 1024px) {
  .single-tp_card .gform_wrapper {
    max-width: 600px;
  }
}

article.small-sidebar-article {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

article.small-sidebar-article:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 1024px) {
  article.small-sidebar-article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

article.small-sidebar-article .small-sidebar {
  margin-bottom: 50px;
  background-image: url("../images/sanctuary-bg-pattern.png");
  padding: 20px;
  border-radius: 2px;
  border: 1px solid #cfcfcf;
}

article.small-sidebar-article .small-sidebar script + .sidebar-separator {
  margin: 40px 0;
  border-top: 1px solid #cfcfcf;
}

article.small-sidebar-article .small-sidebar h2 {
  font-size: 2.5rem;
  margin-top: 40px;
}

article.small-sidebar-article .small-sidebar h2:first-of-type {
  margin-top: 0;
}

article.small-sidebar-article .small-sidebar h3.gform_title {
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  article.small-sidebar-article .small-sidebar {
    margin-bottom: 0;
    width: 35%;
  }
}

@media (min-width: 1024px) {
  article.small-sidebar-article .entry-content {
    width: 60%;
  }
}

body.page-template-page-form-in-sidebar .catalog-wrapper {
  margin-top: 50px;
}

ul.page-child-list {
  margin: 0;
  padding: 0;
}

ul.page-child-list li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
  padding-left: 40px;
}

ul.page-child-list li:before {
  color: #f47b23;
  content: '\f1b0';
  font-family: 'FontAwesome';
  margin-right: 10px;
  transition: 200ms linear all;
  position: absolute;
  top: 2px;
  left: 0;
}

@media (min-width: 1024px) {
  ul.page-child-list li {
    padding-left: 75px;
  }
}

ul.page-child-list li:before {
  top: 10px;
  font-size: 1.875rem;
}

@media (min-width: 1024px) {
  ul.page-child-list li:before {
    font-size: 2.5rem;
  }
}

ul.page-child-list li div {
  margin-top: 10px;
}

ul.page-child-list h3, ul.page-child-list h3 a {
  color: #f47b23;
  text-decoration: none;
}

ul.page-child-list h3 a:hover {
  text-decoration: underline;
}

/*
 * =============================================================
 *
 * 404 page
 *
 * =============================================================
 */
h2.error-404 {
  font-size: 9.375rem;
}

@media (min-width: 1024px) {
  h2.error-404 {
    font-size: 12.5rem;
    float: left;
    margin-top: 0;
    margin-right: 50px;
    line-height: .8;
  }
}

/*
 * =============================================================
 *
 * Search page
 *
 * =============================================================
 */
body.search-results .page-header {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  body.search-results .search-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body.search-results article {
    max-width: 31%;
    min-width: 31%;
    margin-right: 2%;
  }
}

body.search-results article {
  border: 1px solid #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}

body.search-results h2.entry-title {
  font-size: 2.5rem;
  color: #f47b23;
}

body.search-results h2.entry-title a {
  color: #f47b23;
}

body.search-results .search-more {
  margin-top: 10px;
}

body.single-tp_tour h1.entry-title {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

/**
 * =============================================================
 *
 * Navigation
 *
 * =============================================================
 */
.virtual-tour-nav ul, .virtual-tour-nav li {
  margin: 0;
  padding: 0;
}

.virtual-tour-nav ul ul {
  margin-left: 15px;
  font-size: 0.8125rem;
}

.virtual-tour-nav li {
  list-style-type: none;
  position: relative;
}

.virtual-tour-nav a {
  color: #f47b23;
  padding: 0 0 30px 0;
}

.virtual-tour-nav a:hover, .virtual-tour-nav a:focus, .virtual-tour-nav a:active {
  color: #116eb6;
}

.virtual-tour-nav a[href='#!'] {
  color: #545657;
}

.virtual-tour-nav a[href='#!']:hover, .virtual-tour-nav a[href='#!']:focus, .virtual-tour-nav a[href='#!']:active {
  cursor: text;
}

.virtual-tour-nav li.current-menu-item a {
  color: #116eb6;
  font-weight: bold;
}

.virtual-tour-nav li.current-menu-item li a {
  color: #f47b23;
  font-weight: normal;
}

.virtual-tour-nav li.current-menu-item li a:hover, .virtual-tour-nav li.current-menu-item li a:focus, .virtual-tour-nav li.current-menu-item li a:active {
  color: #116eb6;
}

/**
 * =============================================================
 *
 * Tour information bar
 *
 * =============================================================
 */
@media (min-width: 1024px) {
  .tour-information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.tour-information-item {
  margin-right: 50px;
}

.tour-information-item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tour-information-item.content-item, .tour-information-item.navigation-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
}

@media (min-width: 1024px) {
  .tour-information-item.content-item {
    width: 80%;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .tour-information-item.navigation-item {
    width: 20%;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.tour-information-item h3 {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tour-information-item h3 i.fa {
  margin-right: 12px;
  font-size: 1.125rem;
}

.tour-information-item h3 a {
  color: #f47b23;
}

.tour-information-item h3.view-map {
  margin-bottom: 10px;
}

.tour-content-inner .video-item {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .tour-content-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tour-content-inner .video-item {
    width: 30%;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 20px;
  }
  .tour-content-inner .gallery-item {
    width: 70%;
  }
  .tour-content-inner .video-item + .gallery-item {
    padding-left: 50px;
  }
}

.tour-content-inner img {
  border: 1px solid #f7f7f7;
  border-radius: 2px;
}

.content-wrapper-item {
  margin-top: 60px;
}

.entry-video .youtube-thumbnail {
  display: block;
  height: 150px;
  position: relative;
  background-position: center center;
  background-size: cover;
}

.entry-video .youtube-thumbnail .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 2.5rem;
  opacity: .85;
}

/**
 * =============================================================
 *
 * Photo slider
 *
 * =============================================================
 */
.photo-gallery-nav {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.photo-gallery-nav .slick-track {
  min-width: 100%;
}

.photo-gallery-nav li {
  margin: 0;
  padding: 0;
}

.photo-gallery-nav img {
  max-width: 150px;
}

.photo-gallery-nav .slick-arrow.slick-prev,
.photo-gallery-nav .slick-arrow.slick-next {
  position: absolute;
  bottom: -10px;
  left: 0;
  padding: 5px;
  z-index: 4;
  transition: 300ms linear all;
  cursor: pointer;
  font-size: 1.75rem;
  color: #f47b23;
}

.photo-gallery-nav .slick-arrow.slick-prev:hover, .photo-gallery-nav .slick-arrow.slick-prev:focus, .photo-gallery-nav .slick-arrow.slick-prev:active,
.photo-gallery-nav .slick-arrow.slick-next:hover,
.photo-gallery-nav .slick-arrow.slick-next:focus,
.photo-gallery-nav .slick-arrow.slick-next:active {
  opacity: 1;
}

.photo-gallery-nav .slick-arrow.slick-prev.slick-disabled,
.photo-gallery-nav .slick-arrow.slick-next.slick-disabled {
  opacity: .8;
  color: #cfcfcf;
}

.photo-gallery-nav .slick-arrow.slick-next {
  left: 50px;
}

@media (max-width: 1024px) {
  .photo-gallery-nav .slick-arrow.slick-next {
    left: 25px;
  }
}

/**
 * This is Sass, don't just dump eveything in a file called 'styles' or 'main' FFS.
 * Break your code up into individual modules. You'll be able to maintain it better
 * later on in life...you know...like 6 months from now once you have no idea
 * of how you put together and the client calls you needed help...your future
 * self will thank you.
 * Important thing to note about modules: they're discrete objects. They should
 * not rely on any other module. Someone should be able to come into this file
 * and move all the modules around and your site should work fine. No cascade.
 */
/**
 * =============================================================
 * WP ADMIN BAR
 * =============================================================
 */
@media all and (min-width: 782px) {
  body.admin-bar .site-header {
    margin-top: 32px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    margin-top: 46px;
  }
}

@media all and (max-width: 601px) {
  #wpadminbar {
    position: fixed;
  }
}

/*--------------------------------------------------------------
## edit post link
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
img.alignleft, img.alignright, img.aligncenter {
  height: auto;
}

@media all and (min-width: 900px) {
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
  }
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1.5em;
  max-width: 100%;
  font-size: 0.875rem;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery figure {
  margin: 0;
}

.gallery-item {
  text-align: left;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
}

.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
}

.gallery-columns-5 .gallery-item {
  max-width: 18%;
}

.gallery-columns-6 .gallery-item {
  max-width: 13.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 12.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 10.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 9.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.floating-banner {
  position: fixed;
  bottom: 0;
  right: 5%;
  z-index: 999;
  padding: 15px 35px;
  padding-right: 55px;
  max-width: 350px;
  text-transform: uppercase;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: 300ms linear all;
}

.floating-banner.closed {
  display: none !important;
}

.floating-banner a {
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-family: Populaire, Helvetica Neue, sans-serif;
  transition: 150ms linear all;
}

.floating-banner .floating-banner-text i.fa {
  font-size: 2.1875rem;
  display: inline-block;
  margin-right: 10px;
}

.floating-banner .close-floating-banner {
  display: block;
  cursor: pointer;
  font-size: 1.5625rem;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
}

@media (max-width: 1024px) {
  .floating-banner {
    padding: 10px 40px 5px 10px;
  }
  .floating-banner a {
    font-size: 1.125rem;
  }
  .floating-banner i.fa {
    font-size: 1.375rem;
    margin-bottom: 5px;
  }
}

.button {
  background-color: #f47b23;
  background-image: url("../images/button-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  padding: 15px 30px;
  margin: 20px 0;
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: 200ms linear all;
  border-radius: 5px;
}

.button:hover, .button:focus, .button:active {
  background-color: #f49b5a;
  color: #fff;
}

.button.blue {
  background-color: #116eb6;
}

.button.light-blue {
  background-color: #00b3e7;
}

.button.transparent {
  background-color: transparent;
  background-image: none;
  color: #fff;
  border: 1px solid #fff;
}

.button.transparent:hover, .button.transparent:focus, .button.transparent:active {
  background-color: #fff;
  color: #f47b23;
}

.button.small {
  font-size: 0.8125rem;
  padding: 8px 15px;
}

.button.center {
  margin: 20px auto;
}

a.button {
  text-decoration: none;
}

.full-page-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: lightblue;
  color: #fff;
  text-align: left;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 25%;
}

.flex-div-content {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.full-page-header.sponsor-header {
  min-height: 550px;
}

.full-page-header.sponsor-header .full-page-header-content {
  max-width: 70%;
  font-size: 1rem;
}

.full-page-header-overlay {
  display: none;
/*
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 0;
  opacity: 0.2;
  transition: 300ms linear all;
*/
}

.page-header-content {
  font-size: 1.7rem;
  max-width: 50%;
}

@media screen and (min-width: ) and (max-width: 1225px) {
    .page-header-content {
  	font-size: 1rem;
    }
}

h2.page-header-header {
  font-size: 5.5rem;
  line-height: .8;
  margin-bottom: 5vh;
  color: #fff;
}


@media screen and (min-width: 830px) and (max-width: 895px) {
    h2.page-header-header {
	font-size: 2rem;
	margin-top: -4vh;
    }

    .page-header-content {
  	font-size:0.9rem;
 	max-width: 100%;
    }
}

h2.page-header-header .sponsor-prefix {
  text-transform: none;
}

@media (max-width: 1024px) {
  h2.page-header-header {
    font-size: 3.75rem;
  }
}

.full-page-header-content {
 font-size: 4rem;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
/*  min-height: 385px;*/
  background-size: contain;
  width: 100%;
  padding: 50px 0;
  margin: 0 auto;
}

.full-page-header-content a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 675px) {
    h2.page-header-header {
	font-size: 3rem;
    }
}

.full-page-header-content a:hover, .full-page-header-content a:focus, .full-page-header-content a:active {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .full-page-header-content {
    font-size: 1rem;
  }
}

.breadcrumbs {
  font-size: 0.8125rem;
  color: #959595;
  font-style: italic;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
}

.breadcrumbs span {
  padding: 5px;
}

.breadcrumbs span:first-of-type {
  padding-left: 0;
}

.breadcrumbs a {
  color: #959595;
  text-decoration: none;
}

.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
  color: #f47b23;
  text-decoration: underline;
}

/**
 * =============================================================
 * Paginate cats
 * =============================================================
 */
.paginated,
.facetwp-pager {
  font-size: 2.5rem;
  text-align: center;
  font-family: Populaire, Helvetica Neue, sans-serif;
  padding: 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paginated ul, .paginated li,
.facetwp-pager ul,
.facetwp-pager li {
  margin: 0;
  padding: 0;
}

.paginated li,
.facetwp-pager li {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin-right: 15px;
}

.paginated.left,
.facetwp-pager.left {
  text-align: left;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paginated a,
.facetwp-pager a {
  background-color: #f47b23;
  color: #fff;
  font-size: 1.5625rem;
  border-radius: 100%;
  text-decoration: none;
  min-height: 55px;
  min-width: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
}

.paginated a.active,
.facetwp-pager a.active {
  background-color: #959595;
}

.paginated a.facetwp-nav-next-previous,
.facetwp-pager a.facetwp-nav-next-previous {
  background-color: transparent;
  color: #f47b23;
}

.paginated a.facetwp-nav-next-previous i.fa,
.facetwp-pager a.facetwp-nav-next-previous i.fa {
  font-size: 1.875rem;
}

.paginated .facetwp-nav-next,
.facetwp-pager .facetwp-nav-next {
  margin-left: 15px;
}

.paginated .facetwp-nav-next i.fa,
.facetwp-pager .facetwp-nav-next i.fa {
  margin-left: 5px;
}

.paginated .facetwp-nav-previous,
.facetwp-pager .facetwp-nav-previous {
  margin-right: 15px;
}

.paginated .facetwp-nav-previous i.fa,
.facetwp-pager .facetwp-nav-previous i.fa {
  margin-right: 5px;
}

.paginated .page-numbers,
.facetwp-pager .page-numbers {
  margin-right: 10px;
}

.paginated .prev a,
.paginated .next a,
.facetwp-pager .prev a,
.facetwp-pager .next a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
}

.paginated i.fa,
.facetwp-pager i.fa {
  font-size: 1.125rem;
}

.paginated .prev i.fa,
.facetwp-pager .prev i.fa {
  margin-right: 5px;
}

.paginated .next i.fa,
.facetwp-pager .next i.fa {
  margin-left: 5px;
}

.facetwp-pager:first-of-type {
  padding-top: 0;
  padding-bottom: 50px;
}

/**
 * =============================================================
 * Paginate blog
 * =============================================================
 */
.nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  font-family: Populaire, Helvetica Neue, sans-serif;
  font-size: 1.75rem;
}

.nav-links a {
  text-decoration: none;
  color: #f47b23;
}

.nav-links a:hover, .nav-links a:focus, .nav-links a:active {
  color: #116eb6;
}

.nav-links .nav-next,
.nav-links .nav-previous {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-links .nav-next {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-links .nav-next:after {
  content: '\f138';
  font-family: FontAwesome;
  padding-left: 8px;
  font-size: 1.25rem;
  color: #f47b23;
}

.nav-links .nav-previous:before {
  content: '\f137';
  font-family: FontAwesome;
  padding-right: 8px;
  font-size: 1.25rem;
  color: #f47b23;
}

/**
 * =============================================================
 * SEARCH WIDGET
 * =============================================================
 */
.search-form-footer .search-form {
  max-width: none;
  min-width: 250px;
}

.search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .search-form {
    max-width: 400px;
  }
}

.search-form input {
  border: 0;
}

.search-form label {
  width: 90%;
}

.search-form input[type="search"] {
  border: 1px solid #f7f7f7;
  width: 100%;
  padding: 15px 5px;
  color: #545657;
  transition: 200ms linear all;
}

.search-form input[type="search"]:focus, .search-form input[type="search"]:active {
  color: #f47b23;
}

.search-form button {
  width: 15%;
  border: 0;
  background: #959595;
  color: #fff;
  transition: 200ms linear all;
}

.search-form button:hover, .search-form button:focus, .search-form button:active {
  background: #f47b23;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100% !important;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.gf_placeholder {
  font-style: italic;
  opacity: .75;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#f47b23 20%, #f47b23 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
  font-family: Populaire, Helvetica Neue, sans-serif;
  font-size: 1.75rem;
  color: #f47b23;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
/*
 * =============================================================
 *
 * Lists of donation amounts.
 *
 * Used on:
 * 		Cat single page with Sponsor flag
 *		Gift Baskets page
 *
 * =============================================================
 */
ul.donation-amount-list {
  margin: 0;
  padding: 0;
  clear: both;
  margin-top: 50px;
}

ul.donation-amount-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  ul.donation-amount-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

ul.donation-amount-list .amount {
  display: block;
  padding: 15px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.375rem;
  background-color: #f47b23;
  text-align: center;
  border-radius: 2px;
}

@media (min-width: 1024px) {
  ul.donation-amount-list .amount {
    width: 13.3333333333%;
    margin-bottom: 0;
  }
}

ul.donation-amount-list .description {
  display: block;
}

@media (min-width: 1024px) {
  ul.donation-amount-list .description {
    width: 80%;
  }
}

ul.donation-amount-list .description ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

ul.donation-amount-list .description li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  margin-left: 5px;
}

ul.donation-amount-list .description li:before {
  color: #f47b23;
  content: '\f1b0';
  font-family: 'FontAwesome';
  margin-right: 10px;
  transition: 200ms linear all;
  position: absolute;
  top: 2px;
  left: 0;
}

table {
  border-collapse: collapse;
  border: 2px solid #f7f7f7;
  border-radius: 2px;
}

table td {
  border: 1px solid #f7f7f7;
  padding: 8px;
}

table th {
  border: 1px solid #fff;
  padding: 10px;
  font-family: Populaire, Helvetica Neue, sans-serif;
  font-size: 1.375rem;
}

table thead {
  background-color: #f47b23;
  color: #fff;
}

table.card-wrapper {
  border: 0;
  border-radius: 0;
}

table.card-wrapper td, table.card-wrapper th, table.card-wrapper table {
  border: 0;
}

table.card-wrapper td.logo-block,
table.card-wrapper td.content-block {
  border: 0;
}

table.card-wrapper p {
  margin-bottom: 20px;
}

/*
 * =============================================================
 *
 * STANDARD GRAVITY FORMS FIELDS & ETC.
 *
 * =============================================================
 */
/*
 * =============================================================
 * confirmations
 * =============================================================
 */
.gform_confirmation_message {
  background: #ebf7e8;
  color: #1b6009;
  border: 2px solid #1b6009;
  border-radius: 2px;
  margin: 5px 0;
  padding: 5px;
  clear: both;
  font-size: 1rem;
  font-weight: bold;
}

.gform_confirmation_message h2, .gform_confirmation_message h3, .gform_confirmation_message a {
  color: #1b6009;
}

.gform_confirmation_message a {
  text-decoration: underline;
}

.gform_wrapper {
  /*
 * =============================================================
 * standard formatting
 * =============================================================
 */
  /*
 * =============================================================
 * multiselect remove
 * =============================================================
 */
  /*
 * =============================================================
 * list tables
 * =============================================================
 */
  /*
 * =============================================================
 * errorz
 * =============================================================
 */
  /*
 * =============================================================
 * Page Buttons
 * =============================================================
 */
}

.gform_wrapper .gform_anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.gform_wrapper ul,
.gform_wrapper li {
  margin: 0;
  padding: 0;
}

.gform_wrapper li {
  list-style-type: none;
  margin-bottom: 10px;
}

.gform_wrapper li.gf_hidden {
  display: none !important;
}

.gform_wrapper label {
  display: block;
  font-size: 0.75rem;
  color: #959595;
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
  border: 1px solid #959595;
  border-radius: 2px;
  padding: 2px;
  font-size: 1rem;
  color: #959595;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  transition: 300ms linear all;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  color: #545657;
  border-color: #f47b23;
}

.gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
}

.gform_wrapper select::-ms-expand {
  display: none;
  /* hide the default arrow in ie10 and ie11 */
}

.gform_wrapper .ginput_container_select,
.gform_wrapper select,
.gform_wrapper select option {
  width: 100%;
}

.gform_wrapper .ginput_container_select {
  position: relative;
}

.gform_wrapper .ginput_container_select:after {
  position: absolute;
  top: 50%;
  right: 8px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\f0d7';
  font-family: 'FontAwesome';
  z-index: 1;
}

.gform_wrapper .ginput_container_select select {
  z-index: 2;
}

.gform_wrapper select option {
  width: 250px;
}

.gform_wrapper li.field-left,
.gform_wrapper li.field-right {
  float: left;
  width: 50%;
}

.gform_wrapper li.field-left {
  padding-right: 25px;
}

.gform_wrapper .field-third {
  float: left;
  width: 33%;
  padding-right: 20px;
}

.gform_wrapper .field-third.last {
  padding-right: 0;
}

.gform_wrapper li.field-right + li.gfield {
  clear: both;
}

.gform_wrapper .search-choice-close:after {
  content: '\f00d';
  font-size: 0.75rem;
  font-family: 'FontAwesome';
}

.gform_wrapper table.gfield_list {
  border: 0;
}

.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
  padding: 0;
  border: 0;
}

.gform_wrapper table.gfield_list thead {
  background-color: transparent;
}

.gform_wrapper table.gfield_list th {
  color: #f47b23;
}

.gform_wrapper table.gfield_list td.gfield_list_icons {
  padding-left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gform_wrapper table.gfield_list td.gfield_list_icons img {
  padding-top: 3px;
  margin-right: 5px;
}

.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  background: #fcedea;
  color: #d64224;
  border: 2px solid #d64224;
  border-radius: 2px;
  margin: 5px 0;
  padding: 5px;
  clear: both;
  font-size: 0.8125rem;
  font-weight: bold;
}

.gform_wrapper .validation_error {
  font-size: 1rem;
  padding: 10px;
}

.gform_wrapper li.gfield_error input {
  border: 1px solid #d64224 !important;
  color: #d64224;
}

.gform_wrapper li.gfield_error input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d64224;
  font-weight: bold;
  text-transform: uppercase;
}

.gform_wrapper li.gfield_error input::-moz-placeholder {
  /* Firefox 19+ */
  color: #d64224;
  font-weight: bold;
  text-transform: uppercase;
}

.gform_wrapper li.gfield_error input:-ms-input-placeholder {
  /* IE 10+ */
  color: #d64224;
  font-weight: bold;
  text-transform: uppercase;
}

.gform_wrapper li.gfield_error input:-moz-placeholder {
  /* Firefox 18- */
  color: #d64224;
  font-weight: bold;
  text-transform: uppercase;
}

.gform_wrapper .gform_page_footer {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gform_wrapper .gform_previous_button,
.gform_wrapper .gform_next_button,
.gform_wrapper .gform_button {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.65);
  border: 1px solid #959595;
  color: #959595;
  transition: 300ms linear all;
  display: inline-block;
  width: auto;
  padding: 8px 15px;
  min-width: 100px;
  font-size: 0.75rem;
}

.gform_wrapper .gform_previous_button:hover, .gform_wrapper .gform_previous_button:focus, .gform_wrapper .gform_previous_button:active,
.gform_wrapper .gform_next_button:hover,
.gform_wrapper .gform_next_button:focus,
.gform_wrapper .gform_next_button:active,
.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button:focus,
.gform_wrapper .gform_button:active {
  background-color: #fff;
  color: #f47b23;
  border-color: #f47b23;
}

.gform_wrapper .gform_button[type="submit"] {
  background-color: #f47b23;
  color: #fff;
  border-color: #f47b23;
}

.gform_wrapper .gform_button[type="submit"]:hover, .gform_wrapper .gform_button[type="submit"]:focus, .gform_wrapper .gform_button[type="submit"]:active {
  border-color: #116eb6;
  background-color: #116eb6;
}

/*
 * =============================================================
 * Preview commemorative card
 * =============================================================
 */
.button.preview-card {
  font-size: 1.125rem;
  padding: 5px 15px;
  font-size: 0.75rem;
  background-image: none;
}

/*
 * =============================================================
 * Progress bar
 * =============================================================
 */
.gf_progressbar_title {
  font-family: Source Sans Pro, Helvetica Neue, sans-serif;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 2px;
}

.gf_progressbar {
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background-image: url("../images/stripe-background.png");
  background-size: 2px auto;
  margin-bottom: 25px;
}

.gf_progressbar_percentage {
  background-color: #f47b23;
  background-image: url("../images/stripe-background.png");
  background-size: 2px auto;
  padding: 5px;
  font-size: 0.5625rem;
  color: #fff;
  font-weight: bold;
}

/*
 * =============================================================
 * Hidden label class
 * =============================================================
 */
.hidden_label label.gfield_label {
  display: none !important;
}

/*
 * =============================================================
 * Standard label class
 * =============================================================
 */
.gfield.label-standard label.gfield_label,
.gfield.form-name label.gfield_label,
.gfield.credit-card label.gfield_label,
.gfield.form-address label.gfield_label,
.gfield.form-email label.gfield_label,
.gfield.payment-method label.gfield_label,
.gfield.card-message label.gfield_label,
.gfield.card-preselected label.gfield_label {
  font-size: 2.375rem;
  color: #f47b23;
  font-family: Populaire, Helvetica Neue, sans-serif;
  margin-bottom: 5px;
  display: block;
}

@media (max-width: 1024px) {
  .gfield.label-standard label.gfield_label,
  .gfield.form-name label.gfield_label,
  .gfield.credit-card label.gfield_label,
  .gfield.form-address label.gfield_label,
  .gfield.form-email label.gfield_label,
  .gfield.payment-method label.gfield_label,
  .gfield.card-message label.gfield_label,
  .gfield.card-preselected label.gfield_label {
    font-size: 1.75rem;
  }
}

/*
 * =============================================================
 *
 * CUSTOM FIELD STYLES
 *
 * =============================================================
 */
/*
 * =============================================================
 *
 * newsletter & gift checkboxes
 *
 * =============================================================
 */
.newsletter-subscribe .gfield_checkbox li,
.give-as-gift .gfield_checkbox li,
.send-print .gfield_checkbox li,
.gfield.term-checkbox .gfield_checkbox li,
.call-check .gfield_checkbox li {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 20px;
}

.newsletter-subscribe .gfield_checkbox li input,
.give-as-gift .gfield_checkbox li input,
.send-print .gfield_checkbox li input,
.gfield.term-checkbox .gfield_checkbox li input,
.call-check .gfield_checkbox li input {
  width: 10%;
}

.newsletter-subscribe label,
.give-as-gift label,
.send-print label,
.gfield.term-checkbox label,
.call-check label {
  font-size: 2.375rem;
  color: #f47b23;
  font-family: Populaire, Helvetica Neue, sans-serif;
  margin-bottom: 5px;
  display: block;
  font-size: 2.375rem;
}

@media (max-width: 1024px) {
  .newsletter-subscribe label,
  .give-as-gift label,
  .send-print label,
  .gfield.term-checkbox label,
  .call-check label {
    font-size: 1.75rem;
  }
}

.newsletter-subscribe label,
.give-as-gift label {
  font-size: 2.375rem;
  color: #f47b23;
  font-family: Populaire, Helvetica Neue, sans-serif;
  margin-bottom: 5px;
  display: block;
  font-size: 1.75rem;
}

@media (max-width: 1024px) {
  .newsletter-subscribe label,
  .give-as-gift label {
    font-size: 1.75rem;
  }
}

.give-as-gift .gfield_checkbox li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 60%;
  border: 2px solid #f47b23;
  padding: 10px 20px;
  border-radius: 5px;
}

.give-as-gift .gfield_checkbox label {
  margin-left: .5rem;
}

.call-check label {
  margin-top: 10px;
}

.multi-check ul.gfield_checkbox li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.multi-check ul.gfield_checkbox li input {
  width: 25px;
}

/*
 * =============================================================
 * addresss
 * =============================================================
 */
.form-address input,
.form-address select {
  margin-top: 10px;
}

.form-address select {
  width: 100%;
}

.form-address .address_city,
.form-address .address_state,
.form-address .address_zip {
  margin-right: 2%;
  margin-bottom: 10px;
  float: left;
}

.form-address .address_city {
  width: 50%;
}

.form-address .address_state {
  width: 23%;
}

.form-address .address_zip {
  float: right;
  width: 23%;
  margin-right: 0;
}

.form-address .address_country {
  display: block;
  clear: both;
}

/*
 * =============================================================
 * Name
 * =============================================================
 */
.form-name .ginput_container_name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.form-name .name_first,
.form-name .name_last {
  display: block;
  width: 48%;
  margin-right: 2%;
}

.form-name .name_last {
  width: 50%;
  margin-right: 0;
}

/*
 * =============================================================
 * Credit card
 * =============================================================
 */
.gfield.credit-card {
  /* expiration */
  /*
	 * Credit card icons
	 */
}

.gfield.credit-card .ginput_card_security_code_icon {
  display: none;
}

.gfield.credit-card .ginput_full {
  display: block;
  margin-bottom: 10px;
}

.gfield.credit-card .ginput_full:first-of-type .gform_card_icon_container {
  float: right;
  width: 30%;
  padding-left: 5px;
}

.gfield.credit-card .ginput_full:first-of-type input {
  float: left;
  width: 70%;
}

.gfield.credit-card .ginput_full:first-of-type label {
  clear: both;
}

.gfield.credit-card .ginput_card_expiration_month,
.gfield.credit-card .ginput_card_expiration_year {
  width: 40%;
  margin-right: 10px;
  float: left;
}

.gfield.credit-card .ginput_card_security_code {
  width: 30%;
}

.gfield.credit-card .ginput_cardextras {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gfield.credit-card .ginput_cardinfo_left,
.gfield.credit-card .ginput_cardinfo_right {
  width: 50%;
}

.gfield.credit-card .gform_card_icon_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gfield.credit-card .gform_card_icon_amex,
.gfield.credit-card .gform_card_icon_discover,
.gfield.credit-card .gform_card_icon_mastercard,
.gfield.credit-card .gform_card_icon_visa {
  font-size: 0;
  margin-right: 5px;
}

.gfield.credit-card .gform_card_icon_amex:before,
.gfield.credit-card .gform_card_icon_discover:before,
.gfield.credit-card .gform_card_icon_mastercard:before,
.gfield.credit-card .gform_card_icon_visa:before {
  font-family: 'FontAwesome';
  font-size: 1.125rem;
  color: #cfcfcf;
  transition: 300ms linear all;
}

.gfield.credit-card .gform_card_icon_selected:before {
  color: #959595;
}

.gfield.credit-card .gform_card_icon_amex:before {
  content: '\f1f3';
}

.gfield.credit-card .gform_card_icon_discover:before {
  content: '\f1f2';
}

.gfield.credit-card .gform_card_icon_mastercard:before {
  content: '\f1f1';
}

.gfield.credit-card .gform_card_icon_visa:before {
  content: '\f1f0';
}

/*
 * =============================================================
 * Large $$$$ amount
 * =============================================================
 */
.dollar-amount {
  text-align: left;
}

.dollar-amount label.gfield_label {
  font-size: 2.375rem;
  color: #f47b23;
  font-family: Populaire, Helvetica Neue, sans-serif;
  margin-bottom: 5px;
  display: block;
  position: relative;
}

@media (max-width: 1024px) {
  .dollar-amount label.gfield_label {
    font-size: 1.75rem;
  }
}

.dollar-amount label.gfield_label .gfield_required {
  display: none;
}

.dollar-amount .ginput_container {
  position: relative;
}

.dollar-amount .ginput_container:before {
  content: '\f155';
  font-family: 'FontAwesome';
  color: #959595;
  position: absolute;
  bottom: 18px;
  left: 10px;
}

@media (max-width: 1366px) {
  .dollar-amount .ginput_container:before {
    bottom: 10px;
    font-size: 1rem;
  }
}

.dollar-amount input {
  padding-left: 30px;
  width: 63%;
  padding: 10px 25px 0 25px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #f47b23;
  border-radius: 0;
  font-size: 1.875rem;
  line-height: 1;
  color: #f47b23;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}

.dollar-amount input:focus {
  color: #116eb6;
  border-color: #116eb6;
}

.dollar-amount input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0);
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0;
  transition: 300ms linear all;
}

.dollar-amount input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0);
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0;
  transition: 300ms linear all;
}

.dollar-amount input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0);
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0;
  transition: 300ms linear all;
}

.dollar-amount input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0);
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0;
  transition: 300ms linear all;
}

.dollar-amount input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cfcfcf;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  transition: 300ms linear all;
}

.dollar-amount input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cfcfcf;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  transition: 300ms linear all;
}

.dollar-amount input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cfcfcf;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  transition: 300ms linear all;
}

.dollar-amount input:-moz-placeholder {
  /* Firefox 18- */
  color: #cfcfcf;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  transition: 300ms linear all;
}

/*
 * =============================================================
 * Donation amounts
 * =============================================================
 */
li.donation-amounts label.gfield_label,
li.payment-method label.gfield_label,
li.card-message-type label.gfield_label,
li.donation-type label.gfield_label,
li.radio-standard label.gfield_label {
  font-size: 2.375rem;
  color: #f47b23;
  font-family: Populaire, Helvetica Neue, sans-serif;
  margin-bottom: 5px;
  display: block;
  position: relative;
}

@media (max-width: 1024px) {
  li.donation-amounts label.gfield_label,
  li.payment-method label.gfield_label,
  li.card-message-type label.gfield_label,
  li.donation-type label.gfield_label,
  li.radio-standard label.gfield_label {
    font-size: 1.75rem;
  }
}

li.donation-amounts .ginput_container_radio ul,
li.payment-method .ginput_container_radio ul,
li.card-message-type .ginput_container_radio ul,
li.donation-type .ginput_container_radio ul,
li.radio-standard .ginput_container_radio ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

li.donation-amounts .ginput_container_radio ul.gfield_radio > li,
li.payment-method .ginput_container_radio ul.gfield_radio > li,
li.card-message-type .ginput_container_radio ul.gfield_radio > li,
li.donation-type .ginput_container_radio ul.gfield_radio > li,
li.radio-standard .ginput_container_radio ul.gfield_radio > li {
  margin: 5px 5px 5px 0;
  position: relative;
  z-index: 1;
  opacity: .99;
}

li.donation-amounts .ginput_container_radio label,
li.payment-method .ginput_container_radio label,
li.card-message-type .ginput_container_radio label,
li.donation-type .ginput_container_radio label,
li.radio-standard .ginput_container_radio label {
  border: 2px solid #f47b23;
  border-radius: 5px;
  color: #f47b23;
  font-family: Populaire, Helvetica Neue, sans-serif;
  font-size: 1.75rem;
  padding: 10px 20px;
  display: block;
  position: relative;
  z-index: 1;
  transition: 300ms linear all;
}

li.donation-amounts .ginput_container_radio label:hover, li.donation-amounts .ginput_container_radio label:focus, li.donation-amounts .ginput_container_radio label:active,
li.payment-method .ginput_container_radio label:hover,
li.payment-method .ginput_container_radio label:focus,
li.payment-method .ginput_container_radio label:active,
li.card-message-type .ginput_container_radio label:hover,
li.card-message-type .ginput_container_radio label:focus,
li.card-message-type .ginput_container_radio label:active,
li.donation-type .ginput_container_radio label:hover,
li.donation-type .ginput_container_radio label:focus,
li.donation-type .ginput_container_radio label:active,
li.radio-standard .ginput_container_radio label:hover,
li.radio-standard .ginput_container_radio label:focus,
li.radio-standard .ginput_container_radio label:active {
  background-color: #fff;
  color: #f47b23;
}

li.donation-amounts .ginput_container_radio label.checked,
li.payment-method .ginput_container_radio label.checked,
li.card-message-type .ginput_container_radio label.checked,
li.donation-type .ginput_container_radio label.checked,
li.radio-standard .ginput_container_radio label.checked {
  background-color: #fff;
  border-color: #116eb6;
  color: #116eb6;
}

li.donation-amounts .ginput_container_radio input[type="radio"],
li.payment-method .ginput_container_radio input[type="radio"],
li.card-message-type .ginput_container_radio input[type="radio"],
li.donation-type .ginput_container_radio input[type="radio"],
li.radio-standard .ginput_container_radio input[type="radio"] {
  opacity: 0.01;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

li.donation-amounts .ginput_container_radio input[type="radio"]:checked + label,
li.payment-method .ginput_container_radio input[type="radio"]:checked + label,
li.card-message-type .ginput_container_radio input[type="radio"]:checked + label,
li.donation-type .ginput_container_radio input[type="radio"]:checked + label,
li.radio-standard .ginput_container_radio input[type="radio"]:checked + label {
  background-color: #fff;
  border-color: #116eb6;
  color: #116eb6;
}

li.donation-amounts .sponsor-description,
li.payment-method .sponsor-description,
li.card-message-type .sponsor-description,
li.donation-type .sponsor-description,
li.radio-standard .sponsor-description {
  position: relative;
  width: 100%;
  min-height: 200px;
  padding: 20px;
  font-weight: normal;
  font-size: 1rem;
  font-family: Source Sans Pro, Helvetica Neue, sans-serif;
  border: 2px solid #f47b23;
  border-radius: 5px;
  background: #fff;
  color: #959595;
}

li.donation-amounts .sponsor-description strong,
li.payment-method .sponsor-description strong,
li.card-message-type .sponsor-description strong,
li.donation-type .sponsor-description strong,
li.radio-standard .sponsor-description strong {
  color: #116eb6;
}

li.donation-amounts .sponsor-description ul, li.donation-amounts .sponsor-description li,
li.payment-method .sponsor-description ul,
li.payment-method .sponsor-description li,
li.card-message-type .sponsor-description ul,
li.card-message-type .sponsor-description li,
li.donation-type .sponsor-description ul,
li.donation-type .sponsor-description li,
li.radio-standard .sponsor-description ul,
li.radio-standard .sponsor-description li {
  display: block;
  margin: 0;
  padding: 0;
}

li.donation-amounts .sponsor-description ul,
li.payment-method .sponsor-description ul,
li.card-message-type .sponsor-description ul,
li.donation-type .sponsor-description ul,
li.radio-standard .sponsor-description ul {
  margin: 10px 0 0 15px;
}

li.donation-amounts .sponsor-description li,
li.payment-method .sponsor-description li,
li.card-message-type .sponsor-description li,
li.donation-type .sponsor-description li,
li.radio-standard .sponsor-description li {
  display: list-item;
  list-style-type: disc;
  margin-left: 10px;
  margin-bottom: 3px;
  color: #959595;
  line-height: 1.5;
}

li.payment-method .ginput_container_radio li {
  width: 48%;
}

li.payment-method i.fa {
  margin-right: 10px;
}

li.card-message-type label.gfield_label {
  display: none;
}

/*
 * =============================================================
 * Pet lists
 * =============================================================
 */
li.pet-name.gfield,
li.pet-species.gfield,
li.pet-age.gfield,
li.pet-housing.gfield,
li.pet-spay.gfield,
li.pet-former-name.gfield,
li.pet-former-species.gfield,
li.pet-former-age.gfield,
li.pet-former-why.gfield,
li.pet-add.gfield {
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
}

li.pet-name.gfield label.gfield_label,
li.pet-species.gfield label.gfield_label,
li.pet-age.gfield label.gfield_label,
li.pet-housing.gfield label.gfield_label,
li.pet-spay.gfield label.gfield_label,
li.pet-former-name.gfield label.gfield_label,
li.pet-former-species.gfield label.gfield_label,
li.pet-former-age.gfield label.gfield_label,
li.pet-former-why.gfield label.gfield_label,
li.pet-add.gfield label.gfield_label {
  font-size: 0.6875rem;
  font-weight: bold;
  font-family: Source Sans Pro, Helvetica Neue, sans-serif;
}

@media (max-width: 1024px) {
  li.pet-name.gfield,
  li.pet-species.gfield,
  li.pet-age.gfield,
  li.pet-housing.gfield,
  li.pet-spay.gfield,
  li.pet-former-name.gfield,
  li.pet-former-species.gfield,
  li.pet-former-age.gfield,
  li.pet-former-why.gfield,
  li.pet-add.gfield {
    display: block !important;
    width: 100% !important;
  }
}

li.pet-name.gfield,
li.pet-species.gfield,
li.pet-housing.gfield,
li.pet-spay.gfield,
li.pet-add.gfield {
  width: 20%;
}

li.pet-former-name.gfield,
li.pet-former-species.gfield,
li.pet-former-why.gfield,
li.pet-add.gfield {
  width: 24%;
}

li.pet-age.gfield,
li.pet-former-age.gfield {
  width: 10%;
}

li.pet-add.gfield {
  width: 10%;
}

li.pet-add.gfield li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

li.pet-add.gfield li input {
  margin-right: 10px;
  width: 20%;
}

li.gf-pet-list.gfield .instruction {
  display: none;
}

/*
 * =============================================================
 * Honeypot
 * =============================================================
 */
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

#gform_wrapper_4 #field_4_7 label,
#gform_wrapper_4 #field_4_8 label,
#gform_wrapper_4 #field_4_9 label {
  font-size: 1rem;
}

#gform_wrapper_4 .engrave-intro li {
  list-style-type: disc;
  display: list-item;
  margin-left: 20px;
}

#gform_wrapper_4 .icons-engrave {
  margin: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

#gform_wrapper_4 .icons-engrave span {
  cursor: pointer;
  border: 1px solid #f47b23;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  padding: 5px;
  margin-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f47b23;
  font-size: 1.875rem;
  line-height: 1;
  transition: 300ms linear all;
}

#gform_wrapper_4 .icons-engrave span:hover, #gform_wrapper_4 .icons-engrave span:focus, #gform_wrapper_4 .icons-engrave span:active {
  background-color: #fff;
  border-color: #116eb6;
  color: #116eb6;
}

#gform_wrapper_4 .icons-engrave i.fa {
  font-size: 1.5rem;
}

#gform_wrapper_4 .brick-engraving .ginput_counter {
  font-size: 0.6875rem;
  color: #959595;
  font-weight: bold;
  transition: 300ms linear all;
}

#gform_wrapper_4 .brick-engraving input:focus + .ginput_counter {
  color: #959595;
}

#gform_wrapper_4 .hide-minimum .gfield_description {
  margin-bottom: 10px;
}

#gform_wrapper_4 .hide-minimum .instruction {
  display: none;
}

#gform_wrapper_4 li.active input {
  border-color: #f47b23;
}

#gform_wrapper_4 .engrave-icons small {
  font-size: 0.6875rem;
  color: #959595;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 800px) {
  #gform_wrapper_3 {
    max-width: 70%;
    margin: 0 auto;
  }
}

#gform_wrapper_3 .gform_previous_button,
#gform_wrapper_3 .gform_next_button,
#gform_wrapper_3 .gform_button {
  font-size: 1.125rem;
  color: #116eb6;
  border-color: #116eb6;
}

#gform_wrapper_3 .gform_previous_button[type="submit"],
#gform_wrapper_3 .gform_next_button[type="submit"],
#gform_wrapper_3 .gform_button[type="submit"] {
  color: #fff;
  border-color: #545657;
}

/*
 * =============================================================
 * labels for refernece & pet lists
 * =============================================================
 */
li.reference-list table.gfield_list thead th,
li.current-pets table.gfield_list thead th,
li.past-pets table.gfield_list thead th {
  color: #959595;
}

@media (max-width: 800px) {
  li.reference-list table.gfield_list thead th,
  li.current-pets table.gfield_list thead th,
  li.past-pets table.gfield_list thead th {
    font-size: 0.625rem;
    text-transform: uppercase;
    font-family: Source Sans Pro, Helvetica Neue, sans-serif;
  }
}

/*
 * =============================================================
 * col width for age list (vet & personal refs)
 * =============================================================
 */
li.age-list td.gfield_list_cell {
  width: 90%;
}

/*
 * =============================================================
 * col widths for reference list (vet & personal refs)
 * =============================================================
 */
h2.ref-list {
  font-size: 2.375rem;
  color: #f47b23;
  font-family: Populaire, Helvetica Neue, sans-serif;
  margin-bottom: 5px;
  display: block;
}

@media (max-width: 1024px) {
  h2.ref-list {
    font-size: 1.75rem;
  }
}

li.gfield.vet-list {
  width: 48%;
  margin-right: 2%;
  display: inline-block;
}

li.gfield.personal-list {
  width: 32%;
  margin-right: 1%;
  display: inline-block;
}

li.gfield.personal-list label,
li.gfield.vet-list label {
  font-size: 1.375rem !important;
}

/*
 * =============================================================
 * col widths for CURRENT pet list
 * =============================================================
 */
li.past-pets td.gfield_list_cell {
  padding-right: 20px;
  width: 20%;
}

/*
 * =============================================================
 * col widths for CURRENT pet list
 * =============================================================
 */
li.current-pets td.gfield_list_cell {
  padding-right: 20px;
  width: 16%;
}

li.gfield.term-checkbox {
  margin-bottom: 50px;
}

li.gfield.term-checkbox .gfield_checkbox input {
  width: 2%;
}

li.gfield.term-checkbox label {
  padding-left: 30px;
  font-size: 2rem;
}

/*
 * =============================================================
 * col widths for CURRENT pet list
 * =============================================================
 */
.term-checkbox input[type="checkbox"] {
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: initial;
  background: transparent;
  position: relative;
  border: 0;
  background: transparent;
}

.term-checkbox input[type="checkbox"]:after {
  content: '';
  width: 15px;
  height: 20px;
  border: 1px solid #f47b23;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.term-checkbox input[type="checkbox"]:checked:after {
  /* Heres your symbol replacement - this is a tick in Unicode. */
  content: "\2713";
  color: #fff;
  /* The following positions my tick in the center, 
     * but you could just overlay the entire box
     * with a full after element with a background if you want to */
  position: absolute;
  left: 50%;
  top: 50%;
  background: #f47b23;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*
     * If you want to fully change the check appearance, use the following:
     * content: " ";
     * width: 100%;
     * height: 100%;
     * background: blue;
     * top: 0;
     * left: 0;
     */
}

.pet-checkbox input[type="checkbox"] {
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: initial;
  background: transparent;
  position: relative;
  border: 0;
  background: transparent;
}

.pet-checkbox input[type="checkbox"]:after {
  content: '';
  width: 15px;
  height: 22px;
  border: 1px solid #959595;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 4px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pet-checkbox input[type="checkbox"]:checked:after {
  /* Heres your symbol replacement - this is a tick in Unicode. */
  content: "\2713";
  color: #fff;
  /* The following positions my tick in the center, 
     * but you could just overlay the entire box
     * with a full after element with a background if you want to */
  position: absolute;
  left: 50%;
  top: 50%;
  background: #959595;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*
     * If you want to fully change the check appearance, use the following:
     * content: " ";
     * width: 100%;
     * height: 100%;
     * background: blue;
     * top: 0;
     * left: 0;
     */
}

#gform_wrapper_2 form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

#gform_wrapper_2 li.gfield {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#gform_wrapper_2 .ginput_container,
#gform_wrapper_2 label {
  display: inline-block;
}

#gform_wrapper_2 label {
  color: #cfcfcf;
  font-family: Source Sans Pro, Helvetica Neue, sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 10px;
}

#gform_wrapper_2 input[type="text"] {
  padding: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 1;
  border-color: #f47b23;
}

#gform_wrapper_2 .button {
  line-height: 1;
  margin: 0;
  padding: 6px 10px;
  margin-bottom: 3px;
  border-top: 3px solid #f47b23;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#gform_wrapper_2 .button:hover, #gform_wrapper_2 .button:focus, #gform_wrapper_2 .button:active {
  background-color: #116eb6;
  border-color: #116eb6;
}

#gform_wrapper_2 .gform_ajax_spinner {
  margin-left: 20px;
}

/*
 * =============================================================
 *
 * Embedded iframe forms - formstack, volgistics
 * Volunteer and helping a stray page
 *
 * =============================================================
 */
iframe {
  width: 100%;
  min-height: 500px;
  border: 1px solid #f47b23;
}

table.fsTable {
  border: 0;
}

table.fsTable td, table.fsTable th, table.fsTable tr {
  border: 0;
}

table.fsTable h2 {
  font-size: 2.5rem !important;
}

/*# sourceMappingURL=app.css.map */
