@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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; }

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

html {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  line-height: 1; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

:target:before {
  content: "";
  display: block;
  height: 60px;
  /* fixed header height*/
  margin: -60px 0 0;
  /* negative fixed header height */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

a {
  color: #198097; }

body {
  position: relative;
  overflow: hidden;
  overflow-y: scroll; }

.container {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px; }
  .container:before, .container:after {
    content: '';
    display: table; }
  .container:after {
    clear: both; }

.small-container {
  box-sizing: border-box;
  max-width: 550px;
  margin: 0 auto;
  padding: 0 40px; }
  .small-container:before, .small-container:after {
    content: '';
    display: table; }
  .small-container:after {
    clear: both; }

.site-content {
  padding-top: 80px;
  min-height: calc(100vh - 49px); }

.error-404 {
  height: 100vh;
  position: relative;
  overflow: hidden;
  width: 100%; }
  .error-404 .diagonal {
    opacity: .25;
    transform: rotate(30deg);
    z-index: 0;
    width: 100%;
    margin-top: -20%;
    height: 400%;
    position: absolute;
    overflow: hidden;
    display: none; }
    .error-404 .diagonal:before, .error-404 .diagonal:after {
      content: '';
      display: table; }
    .error-404 .diagonal:after {
      clear: both; }
    @media (min-width: 960px) {
      .error-404 .diagonal {
        display: block; } }
    @media (min-width: 1300px) {
      .error-404 .diagonal {
        height: 500%; } }
    @media (min-width: 1600px) {
      .error-404 .diagonal {
        height: 600%; } }
    @media (min-width: 1900px) {
      .error-404 .diagonal {
        display: none; } }

.error-image {
  width: 100%;
  text-align: center;
  padding-top: 40vh; }
  @media (min-width: 960px) {
    .error-image {
      padding-top: 30vh; } }
  .error-image img {
    max-width: 850px;
    width: 90%; }

.error-text {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 45vh; }
  .error-text p {
    font-size: 24px;
    font-size: 2.4rem;
    color: #FFF;
    max-width: 320px;
    margin: 0 auto; }

ul {
  margin: 0; }

body,
button {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

h3 {
  font-size: 18px;
  font-size: 1.8rem; }

p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.header-desktop {
  width: 100%;
  line-height: 1;
  z-index: 2;
  display: none;
  text-align: center;
  top: 0;
  position: fixed; }
  @media (min-width: 900px) {
    .header-desktop {
      display: block; } }
  .header-desktop .header__container {
    max-width: 1000px;
    padding: 0px 40px;
    margin: 0 auto;
    display: flex; }
  .header-desktop .header__logo {
    max-width: 220px;
    position: relative;
    flex: 1 auto;
    padding: 20px; }
  .header-desktop .header__navigation {
    background-color: #198097;
    border-bottom: 6px solid #FFF;
    box-shadow: 0px 0px 10px 1px #333333;
    color: #FFF;
    width: 100%; }
    .header-desktop .header__navigation nav {
      display: flex;
      width: 100%;
      align-items: stretch;
      justify-content: space-between; }
  .header-desktop .menu {
    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: stretch; }
  .header-desktop ul {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%; }
  .header-desktop li {
    list-style: none;
    padding: 0;
    display: inline-block;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.2s; }
    .header-desktop li:hover {
      background-color: #FFF; }
      .header-desktop li:hover a {
        color: #198097; }
  .header-desktop a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    padding: 15px;
    display: block; }
  .header-desktop .menu-item-has-children > a:after {
    content: "▾";
    padding-left: 4px; }
  .header-desktop .menu-item-has-children:hover .sub-menu {
    display: block; }
  .header-desktop .nav-item {
    display: block;
    box-sizing: border-box; }
  .header-desktop .site-branding {
    max-width: 250px; }
  .header-desktop .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    position: absolute;
    background: #F5F5F5;
    width: auto;
    min-width: 100%;
    right: 0;
    box-shadow: 0px 0px 10px 1px #333333; }
    .header-desktop .sub-menu li:hover {
      background-color: #198097; }
      .header-desktop .sub-menu li:hover a {
        color: #FFF; }
    .header-desktop .sub-menu a {
      color: #198097; }
    .header-desktop .sub-menu .show {
      display: block; }

.header-mobile {
  display: block;
  /* SIX */ }
  @media (min-width: 900px) {
    .header-mobile {
      display: none; } }
  .header-mobile .fixed-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 3;
    max-width: 100vw;
    background: #198097; }
  .header-mobile .site-branding {
    max-width: 50%;
    display: flex; }
    .header-mobile .site-branding img {
      max-height: 80px;
      padding: 15px 10px; }
  .header-mobile .hamburger-helper {
    max-width: 25%;
    padding-right: 20px; }
  .header-mobile .hamburger .line {
    width: 40px;
    height: 5px;
    background-color: #FFF;
    display: block;
    margin: 4px auto;
    transition: all 0.3s ease-in-out; }
  .header-mobile .hamburger:hover {
    cursor: pointer; }
  .header-mobile #hamburger-6.active {
    transition: all 0.3s ease-in-out;
    transition-delay: 0.6s;
    transform: rotate(45deg); }
  .header-mobile #hamburger-6.active .line:nth-child(2) {
    width: 0px; }
  .header-mobile #hamburger-6.active .line:nth-child(1),
  .header-mobile #hamburger-6.active .line:nth-child(3) {
    transition-delay: 0.3s; }
  .header-mobile #hamburger-6.active .line:nth-child(1) {
    transform: translateY(5px); }
  .header-mobile #hamburger-6.active .line:nth-child(3) {
    transform: translateY(-13px) rotate(90deg); }
  .header-mobile .menu-item-has-children > a:after {
    content: "▾";
    padding-left: 4px; }
  .header-mobile .menu-item-has-children:hover .sub-menu {
    display: block; }
  .header-mobile .dropdown {
    height: 0px;
    max-width: 100vw !important;
    overflow: hidden;
    position: fixed;
    z-index: 2;
    width: 100%;
    background-color: #198097;
    text-align: right;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3); }
    .header-mobile .dropdown.active {
      height: 100vh;
      padding: 100px 0 20px; }
    .header-mobile .dropdown .utility-nav {
      padding: 10px 0; }
    .header-mobile .dropdown i {
      padding-right: 10px; }
    .header-mobile .dropdown a {
      text-transform: uppercase;
      text-decoration: none;
      padding: 10px 20px 10px 0;
      display: block;
      color: #F5F5F5; }
    .header-mobile .dropdown .nav-item ul {
      margin: 0;
      padding: 0; }
    .header-mobile .dropdown .nav-item li {
      list-style-type: none;
      padding: 0;
      margin: 0;
      cursor: pointer; }
      .header-mobile .dropdown .nav-item li:hover {
        background-color: #F5F5F5; }
        .header-mobile .dropdown .nav-item li:hover a {
          color: #198097; }
    .header-mobile .dropdown .sub-menu {
      display: none;
      background-color: #F5F5F5; }
      .header-mobile .dropdown .sub-menu li:hover {
        background: #FFF; }
      .header-mobile .dropdown .sub-menu a {
        color: #198097; }

.site-footer {
  background: #198097;
  color: #FFF; }
  .site-footer a {
    color: #FFF;
    float: right; }

/* 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 {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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. */ }

.button, .contact-form input[type='submit'], .adoption-application-form input[type='submit'],
.adoption-application-form input[type='button'] {
  background-color: #198097;
  border: 2px solid #198097;
  color: #FFF;
  padding: 8px 42px;
  transition: all 300ms ease;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  text-decoration: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px; }
  .button:hover, .contact-form input[type='submit']:hover, .adoption-application-form input[type='submit']:hover,
  .adoption-application-form input[type='button']:hover {
    border-color: #198097;
    color: #198097;
    background-color: #FFF; }
  .button.alternative, .contact-form input.alternative[type='submit'], .adoption-application-form input.alternative[type='submit'],
  .adoption-application-form input.alternative[type='button'] {
    font-size: 12px;
    padding: 4px 21px;
    margin-right: 10px; }

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 8px;
  outline: 0;
  border: 0;
  margin-top: 5px; }

.contact-form label {
  font-size: 14px; }

.adoption-application-form {
  display: flex;
  flex-wrap: wrap; }
  .adoption-application-form h2 {
    width: 100%; }
  .adoption-application-form input,
  .adoption-application-form textarea {
    width: 100%;
    padding: 8px;
    outline: 0;
    margin-top: 5px; }
  .adoption-application-form textarea {
    max-height: 100px; }
  .adoption-application-form label {
    font-size: 14px; }
  .adoption-application-form p {
    padding: 10px 0; }
  .adoption-application-form .full {
    width: 100%;
    display: flex;
    padding-bottom: 20px;
    justify-content: space-between;
    flex-wrap: wrap; }
    .adoption-application-form .full > p {
      display: none; }
    .adoption-application-form .full label, .adoption-application-form .full span {
      width: 100%; }
  .adoption-application-form .half-input {
    width: 48%; }
  .adoption-application-form .wpcf7-radio .wpcf7-list-item,
  .adoption-application-form .wpcf7-checkbox .wpcf7-list-item {
    display: flex; }
  .adoption-application-form .wpcf7-radio .wpcf7-list-item > input,
  .adoption-application-form .wpcf7-checkbox .wpcf7-list-item > input {
    width: auto;
    margin-right: 10px; }
  .adoption-application-form [data-class="wpcf7cf_group"] {
    width: 100%; }
  .adoption-application-form .household-fields {
    background: #F5F5F5;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    border-radius: 4px; }
    .adoption-application-form .household-fields [data-class="wpcf7cf_group"] {
      padding: 20px;
      padding-bottom: 0; }
    .adoption-application-form .household-fields .wpcf7-field-group {
      padding-bottom: 20px; }

.help__icon a {
  text-decoration: none;
  color: #040404; }

.help__icon a:hover {
  color: #EF7A85; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://dooverdogs.com/wp-content/themes/dod/assets/build/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://dooverdogs.com/wp-content/themes/dod/assets/build/fonts/slick.eot");
  src: url("https://dooverdogs.com/wp-content/themes/dod/assets/build/fonts/slick.eot#iefix") format("embedded-opentype"), url("https://dooverdogs.com/wp-content/themes/dod/assets/build/fonts/slick.woff") format("woff"), url("https://dooverdogs.com/wp-content/themes/dod/assets/build/fonts/slick.ttf") format("truetype"), url("https://dooverdogs.com/wp-content/themes/dod/assets/build/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.homepage h2 {
  text-transform: uppercase;
  margin: 0 0 20px 0;
  letter-spacing: .5; }

.homepage h3 {
  font-size: 28px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 20px;
  letter-spacing: 2px; }

.homepage p {
  margin: 0;
  padding: 0; }

.homepage section {
  padding: 40px 0; }

.homepage .hero {
  padding: 0;
  position: relative;
  min-height: 80vh;
  display: flex;
  justify-content: center; }
  .homepage .hero-background {
    background: url(../img/dod-4.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    filter: blur(1px) grayscale(100%) brightness(0.6); }
  .homepage .hero .container {
    padding: 20px 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1000px; }
    @media (min-width: 900px) {
      .homepage .hero .container {
        padding: 60px 40px; } }
  .homepage .hero-svg {
    position: relative; }
    @media (min-width: 900px) {
      .homepage .hero-svg {
        max-width: 80%; } }
  .homepage .hero svg {
    width: 100%;
    padding-bottom: 10px; }
    .homepage .hero svg g {
      fill: #FFF; }
  .homepage .hero-seperator {
    position: absolute;
    bottom: -30%;
    width: 50%;
    max-width: 500px;
    left: -15%;
    z-index: -1; }

.homepage .about {
  background: #F5F5F5;
  text-align: center;
  border-top: 6px solid #FFF; }
  .homepage .about p {
    padding-bottom: 20px; }
  .homepage .about .application-callout {
    background-color: #198097;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #040404;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 1px #333333;
    cursor: pointer; }
    .homepage .about .application-callout i {
      font-size: 60px; }

.homepage .no-dogs {
  text-align: center; }

.homepage .dogs {
  position: relative; }
  .homepage .dogs__container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    text-decoration: none; }
  .homepage .dogs__container.featured {
    flex-direction: column-reverse; }
    @media (min-width: 900px) {
      .homepage .dogs__container.featured {
        flex-direction: row; } }
  .homepage .dogs__container.featured .single.dog,
  .homepage .dogs__container.featured .single.text {
    width: calc(100% - 20px); }
    @media (min-width: 900px) {
      .homepage .dogs__container.featured .single.dog,
      .homepage .dogs__container.featured .single.text {
        width: calc(50% - 20px); } }
  .homepage .dogs__container.standard .single.dog {
    width: calc(100% - 20px); }
    @media (min-width: 900px) {
      .homepage .dogs__container.standard .single.dog {
        width: calc(33.33% - 20px); } }
  .homepage .dogs .featured .single.dog .main-photo-container {
    width: 100%;
    height: 350px; }
    @media (min-width: 900px) {
      .homepage .dogs .featured .single.dog .main-photo-container {
        width: 100%;
        height: 450px; } }
  .homepage .dogs .single.text {
    text-align: right;
    padding-bottom: 30px; }
    @media (min-width: 900px) {
      .homepage .dogs .single.text {
        padding: 0 0 0 30px; } }
    .homepage .dogs .single.text h2 {
      text-transform: uppercase;
      margin: 0 0 20px 0;
      letter-spacing: .5; }
    .homepage .dogs .single.text p {
      padding-bottom: 15px; }
  .homepage .dogs .single.dog {
    cursor: pointer;
    margin: 10px;
    text-align: center;
    background-color: #198097;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0px 0px 10px 1px #333333;
    border-radius: 4px;
    transition: all 300ms ease; }
    .homepage .dogs .single.dog:hover .main-photo {
      filter: grayscale(0); }
    .homepage .dogs .single.dog .main-photo {
      height: 100%;
      width: 100%;
      filter: grayscale(100%); }
    .homepage .dogs .single.dog .main-photo-container {
      width: 100%;
      height: 350px; }
      @media (min-width: 900px) {
        .homepage .dogs .single.dog .main-photo-container {
          width: 100%;
          height: 300px; } }
    .homepage .dogs .single.dog img {
      width: 100%;
      padding-bottom: 30px; }
    .homepage .dogs .single.dog .wrapper {
      position: relative; }
    .homepage .dogs .single.dog .description {
      color: #FFF;
      background-color: #198097;
      width: 100%;
      bottom: 0;
      padding: 10px 5px; }
    .homepage .dogs .single.dog h2 {
      padding: 0;
      margin: 0; }
    .homepage .dogs .single.dog .cta {
      background: #198097;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 8px;
      color: #FFF;
      margin-top: 10px; }
      .homepage .dogs .single.dog .cta p {
        padding: 0;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase; }

.homepage .coming-soon .text {
  padding-bottom: 20px; }

.homepage .help {
  position: relative;
  text-align: center;
  background-color: #F5F5F5; }
  .homepage .help blockquote {
    padding: 10px;
    margin: 10px 0;
    font-style: italic;
    background-color: #FFF;
    border-radius: 4px; }
  .homepage .help .help-seperator {
    position: absolute;
    bottom: -50%;
    right: -5%;
    z-index: -1;
    width: 75%;
    max-width: 700px; }
  .homepage .help .link-farm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 20px; }
    @media (min-width: 900px) {
      .homepage .help .link-farm {
        flex-wrap: nowrap; } }
  .homepage .help .help-link {
    width: 100%;
    margin: 10px;
    cursor: pointer;
    box-shadow: 0px 0px 10px 1px #333333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 300ms; }
    @media (min-width: 900px) {
      .homepage .help .help-link {
        width: 33%; }
        .homepage .help .help-link:hover .photo {
          filter: grayscale(0); } }
    .homepage .help .help-link .photo {
      height: 200px;
      width: 100%;
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      filter: grayscale(100%); }
    .homepage .help .help-link .cta {
      width: 100%;
      text-align: center;
      background-color: #198097;
      color: #FFF;
      padding: 8px 20px;
      text-transform: uppercase;
      text-decoration: none;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      border-radius: 4px;
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      margin-top: -1px; }
  .homepage .help h2 {
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 20px; }

.homepage .contact {
  position: relative;
  overflow: hidden; }
  .homepage .contact-wrapper {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 900px) {
      .homepage .contact-wrapper {
        flex-wrap: nowrap; } }
  .homepage .contact-right {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 900px) {
      .homepage .contact-right {
        flex: 0 0 50%; } }
    .homepage .contact-right form input[type="text"],
    .homepage .contact-right form input[type="email"] {
      border: 1px solid black; }
    .homepage .contact-right form textarea {
      border: 1px solid black; }
  .homepage .contact-left {
    padding: 0 40px 20px 0;
    flex: 0 0 100%; }
    @media (min-width: 900px) {
      .homepage .contact-left {
        flex: 0 0 50%; } }
    .homepage .contact-left h2 {
      text-transform: uppercase;
      margin: 0; }
    .homepage .contact-left img {
      max-width: 275px;
      width: 70%;
      padding-top: 10px;
      display: none; }
      @media (min-width: 900px) {
        .homepage .contact-left img {
          display: block; } }

.secondary {
  min-height: calc(100vh - 129px); }
  .secondary .hero {
    padding-top: 40px; }
    .secondary .hero .container {
      height: 100%; }
    .secondary .hero .wrapper {
      box-shadow: 0px 0px 10px 1px #333333; }
    .secondary .hero .background-image {
      width: 100%;
      height: 100%;
      height: 300px; }
    .secondary .hero .title {
      background-color: #198097;
      border-top: 6px solid #FFF; }
    .secondary .hero h1 {
      width: 100%;
      text-transform: uppercase;
      font-size: 30px;
      padding: 10px 0;
      color: #FFF;
      margin: 0;
      text-align: center;
      font-family: "Montserrat", sans-serif; }
  .secondary .content {
    padding: 60px 0; }
  .secondary .contact {
    padding-bottom: 60px; }
    .secondary .contact .wrapper {
      background-color: #F5F5F5;
      border-radius: 4px;
      box-shadow: 0px 0px 10px 1px #333333;
      padding: 20px; }
    .secondary .contact label {
      display: block; }
    .secondary .contact input,
    .secondary .contact textarea {
      border: 1px solid black; }

.dog > .container {
  padding: 80px 40px 0 40px;
  flex-wrap: wrap; }
  @media (min-width: 900px) {
    .dog > .container {
      flex-wrap: nowrap; } }

.dog .active-image {
  width: 300px;
  height: 300px;
  box-shadow: 0px 0px 10px 1px #333333;
  margin-bottom: 15px; }

.dog .file-list-image {
  width: 50px;
  height: 50px;
  border: 2px solid #FFF; }

.dog .file-list-wrap {
  display: flex;
  flex-wrap: wrap; }

.dog .file-list-image.active {
  border: 2px solid #198097; }

.dog .container {
  display: flex; }

.dog__title {
  padding-top: 20px; }

.dog__photos {
  max-width: 300px;
  width: 100%; }

@media (min-width: 900px) {
  .dog__wrapper {
    padding-left: 40px; } }

.dog__text {
  font-style: italic;
  padding-bottom: 15px; }

.dog__content {
  font-family: "Montserrat", sans-serif; }
  .dog__content .about {
    font-family: "Montserrat", sans-serif; }

.dog__contact {
  padding: 40px 0; }
  @media (min-width: 900px) {
    .dog__contact {
      padding: 100px 0; } }
  .dog__contact .container {
    display: block; }
  .dog__contact .wrapper {
    background-color: #F5F5F5;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 1px #333333; }

.dog__title h1 {
  margin: 0;
  padding-bottom: 10px; }

.sponsors {
  min-height: calc(100vh - 129px); }
  .sponsors .hero {
    padding-top: 40px; }
    .sponsors .hero .container {
      height: 100%; }
    .sponsors .hero .wrapper {
      box-shadow: 0px 0px 10px 1px #333333; }
    .sponsors .hero .background-image {
      width: 100%;
      height: 100%;
      height: 300px; }
    .sponsors .hero .title {
      background-color: #198097;
      border-top: 6px solid #FFF; }
    .sponsors .hero h1 {
      width: 100%;
      text-transform: uppercase;
      font-size: 30px;
      padding: 10px 0;
      color: #FFF;
      margin: 0;
      text-align: center;
      font-family: "Montserrat", sans-serif; }
  .sponsors .list {
    padding: 60px 0; }
    .sponsors .list .all-sponsors {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .sponsors .list .single-sponsor {
      display: block;
      width: calc(100% - 20px);
      position: relative;
      margin: 10px;
      text-decoration: none;
      cursor: pointer;
      padding: 20px 0; }
      @media (min-width: 900px) {
        .sponsors .list .single-sponsor {
          width: calc(50% - 20px);
          border-bottom: 1px solid lightgray; } }
      .sponsors .list .single-sponsor .photo-container {
        width: 100%;
        height: 300px;
        padding: 10px; }
      .sponsors .list .single-sponsor .photo {
        width: 100%;
        height: 100%; }
      .sponsors .list .single-sponsor h3 {
        margin: 0; }

.sponsor {
  min-height: calc(100vh - 47px - 56px);
  padding: 20px 0; }
  .sponsor-name {
    padding: 20px 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 30px; }
  .sponsor-description {
    padding: 20px 0; }
  .sponsor-cta {
    padding: 20px 0;
    display: block; }
  .sponsor .logo img {
    max-height: 300px; }

.page-multi-step-adoption-form-1 .progress-bar .fill {
  width: calc((100% / 3) * 1); }

.page-multi-step-adoption-form-2 .progress-bar .fill {
  width: calc((100% / 3) * 2); }

.page-multi-step-adoption-form-3 .progress-bar .fill {
  width: calc((100% / 3) * 3); }

.adoption-application h3 {
  font-size: 28px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 20px;
  letter-spacing: 2px; }

.adoption-application p {
  margin: 0; }

.adoption-application .hero {
  padding-top: 40px; }
  .adoption-application .hero .container {
    height: 100%; }
  .adoption-application .hero .wrapper {
    box-shadow: 0px 0px 10px 1px #333333; }
  .adoption-application .hero .background-image {
    width: 100%;
    height: 100%;
    height: 300px; }
  .adoption-application .hero .title {
    background-color: #198097;
    border-top: 6px solid #FFF; }
  .adoption-application .hero h1 {
    width: 100%;
    text-transform: uppercase;
    font-size: 30px;
    padding: 10px 0;
    color: #FFF;
    margin: 0;
    text-align: center;
    font-family: "Montserrat", sans-serif; }

.adoption-application .progress-bar {
  width: 100%;
  padding: 40px 0 20px; }
  .adoption-application .progress-bar .steps {
    width: 100%;
    display: none;
    padding-bottom: 10px; }
    @media (min-width: 900px) {
      .adoption-application .progress-bar .steps {
        display: flex; } }
  .adoption-application .progress-bar .step {
    width: 33.33%;
    text-align: center;
    font-size: 12px; }
  .adoption-application .progress-bar .bar {
    width: 100%;
    height: 40px;
    background-color: #F5F5F5;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 1px #333333; }
  .adoption-application .progress-bar .fill {
    height: 100%;
    background: #198097; }

.adoption-application .content {
  padding: 20px 0; }

.faqs {
  min-height: calc(100vh - 129px); }
  .faqs .hero {
    padding-top: 40px; }
    .faqs .hero .wrapper {
      box-shadow: 0px 0px 10px 1px #333333; }
    .faqs .hero .background-image {
      width: 100%;
      height: 100%;
      height: 300px; }
    .faqs .hero .title {
      background-color: #198097;
      border-top: 6px solid #FFF; }
    .faqs .hero h1 {
      width: 100%;
      text-transform: uppercase;
      font-size: 30px;
      padding: 10px 0;
      color: #FFF;
      margin: 0;
      text-align: center;
      font-family: "Montserrat", sans-serif; }
  .faqs .about {
    padding: 40px 0; }
  .faqs .single-faq {
    cursor: pointer;
    background-color: #F5F5F5;
    padding: 20px 10px;
    margin-bottom: 5px;
    border: 2px solid #F5F5F5;
    border-radius: 4px; }
    .faqs .single-faq.active {
      background-color: #FFF;
      border-color: #198097; }
      .faqs .single-faq.active .fa-plus {
        display: none; }
      .faqs .single-faq.active .fa-minus {
        display: block; }
      .faqs .single-faq.active .answer {
        display: block; }
    .faqs .single-faq h3 {
      margin: 0;
      padding-right: 35px; }
    .faqs .single-faq .question {
      position: relative; }
    .faqs .single-faq .icon {
      position: absolute;
      right: 10px;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
    .faqs .single-faq .fa-minus {
      display: none; }
    .faqs .single-faq .answer {
      display: none; }