/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

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

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

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/******************************************************************
Site Name: Framework
Author: Tone

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
* {
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
SOCIAL NETWORKS
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

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

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

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

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
TRANSITION
*********************/
.button, button, .breed-grid .fifthcol .selected, .breed-grid .flex-item .selected, .breed-grid .fifthcol .selected:before, .breed-grid .flex-item .selected:before, .filter-bar .accordion .open-icon, .filter-bar a, .filter-bar button {
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in; }

/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name: Framework
Author: Tone

Stylesheet: Base Mobile Stylesheet

******************************************************************/
@-webkit-keyframes cloud1 {
  0% {
    -webkit-transform: translateX(-52vw);
            transform: translateX(-52vw); }
  100% {
    -webkit-transform: translateX(152vw);
            transform: translateX(152vw); } }
@keyframes cloud1 {
  0% {
    -webkit-transform: translateX(-52vw);
            transform: translateX(-52vw); }
  100% {
    -webkit-transform: translateX(152vw);
            transform: translateX(152vw); } }

@-webkit-keyframes cloud2 {
  0% {
    -webkit-transform: translateX(-30vw);
            transform: translateX(-30vw); }
  100% {
    -webkit-transform: translateX(130vw);
            transform: translateX(130vw); } }

@keyframes cloud2 {
  0% {
    -webkit-transform: translateX(-30vw);
            transform: translateX(-30vw); }
  100% {
    -webkit-transform: translateX(130vw);
            transform: translateX(130vw); } }

@-webkit-keyframes cloud3 {
  0% {
    -webkit-transform: translateX(-14vw);
            transform: translateX(-14vw); }
  100% {
    -webkit-transform: translateX(114vw);
            transform: translateX(114vw); } }

@keyframes cloud3 {
  0% {
    -webkit-transform: translateX(-14vw);
            transform: translateX(-14vw); }
  100% {
    -webkit-transform: translateX(114vw);
            transform: translateX(114vw); } }

/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Avenir Next W01", "Avenir Next LT W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  background: white;
  line-height: 1.4;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

html,
button,
input,
select,
textarea {
  font-family: "Avenir Next W01", "Avenir Next LT W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal; }

.clearfix:after {
  clear: both; }

.wrap {
  position: relative;
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto; }

.title-container {
  text-align: center;
  color: white; }
  .title-container h2 {
    margin-bottom: 2rem; }

a {
  text-decoration: none;
  color: #333; }

header.header #logo a {
  font-weight: 400; }

.tabletup {
  display: none; }

.desktopup {
  display: none; }

.tabletLandUp {
  display: none; }

.bands {
  padding: 50px 0; }

.band-top {
  padding-top: 30px; }

.band-bottom {
  padding-bottom: 50px; }

.image {
  margin-bottom: 1.5rem; }
  .image svg {
    width: 100%; }
  .image img {
    width: auto;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block; }

/*  Autocomplete */
.sey-container {
  z-index: 999;
  position: absolute;
  background-color: #fff;
  width: 371px;
  border-radius: 3px; }
  .sey-container .sey-categories .sey-category .sey-list {
    margin: 0; }
    .sey-container .sey-categories .sey-category .sey-list .sey-item {
      padding: 0.75rem;
      cursor: pointer;
      border-bottom: solid 1px #EBF8FB; }
      .sey-container .sey-categories .sey-category .sey-list .sey-item.sey-hide {
        display: none; }
      .sey-container .sey-categories .sey-category .sey-list .sey-item:hover {
        background-color: #EBF8FB; }
      .sey-container .sey-categories .sey-category .sey-list .sey-item img {
        vertical-align: -1.25rem;
        margin-right: 10px; }

/* Crossbreeds */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-size: 2em;
  letter-spacing: 0.16px;
  line-height: 1.4em; }
  h1.medium, .h1.medium, h2.medium, .h2.medium, h3.medium, .h3.medium, h4.medium, .h4.medium, h5.medium, .h5.medium {
    font-weight: 600; }
  h1.regular, .h1.regular, h2.regular, .h2.regular, h3.regular, .h3.regular, h4.regular, .h4.regular, h5.regular, .h5.regular {
    font-weight: 400; }
  h1.bold, .h1.bold, h2.bold, .h2.bold, h3.bold, .h3.bold, h4.bold, .h4.bold, h5.bold, .h5.bold {
    font-weight: 900; }
  h1.light, .h1.light, h2.light, .h2.light, h3.light, .h3.light, h4.light, .h4.light, h5.light, .h5.light {
    font-weight: 200; }

.medium {
  font-weight: 600; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: 900; }

.light {
  font-weight: 200; }

.caps {
  text-transform: uppercase; }

h1 {
  font-size: 1.750rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  color: #282828; }

h4 {
  font-size: 1.2rem; }

p {
  font-size: 0.9rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.5px; }

.text-link:hover {
  text-decoration: underline; }

.text-link.blue {
  color: #326BB7; }

.text-link.line {
  text-decoration: underline; }

.text-white {
  color: white; }

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

.has-margin-top {
  margin-top: 1.25rem; }

.has-margin-bottom {
  margin-bottom: 1.25rem; }

.has-margin-top-mobile {
  margin-top: 1.25rem; }

.has-margin-bottom-mobile {
  margin-bottom: 1.25rem; }

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

.rounded {
  border-radius: 5px;
  overflow: hidden; }

.breed-grid .dog-wrapper.filter-hidden {
  padding-top: 60px;
  padding-bottom: 0;
  -ms-grid-columns: 1fr 1fr 3fr;
  grid-template-columns: 1fr 1fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.see-result-block {
  display: none;
  padding: 1rem;
  text-align: center;
  -webkit-box-flex: 3;
          flex: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: url("../images/husky-bg.svg") no-repeat center #326BB7;
  border-radius: 5px; }
  .see-result-block span {
    display: block;
    color: #fff;
    margin-bottom: 1rem; }
  .see-result-block > span,
  .see-result-block > a {
    max-width: 400px; }

.large-shadow {
  box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.17); }

.flex-stretch {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  height: 100%; }

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

.border {
  border: 1px solid #DDDDDD; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.button, button {
  border-radius: 5px;
  background-color: #fff;
  color: #326BB7;
  padding: 0rem 2rem;
  text-align: center;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 55px;
  border: none;
  vertical-align: middle; }
  .button:hover, button:hover {
    background-color: rgba(255, 255, 255, 0.8); }
  .button.green, button.green {
    background-color: #4F820D;
    color: white; }
    .button.green:hover, button.green:hover {
      background-color: #416b0b; }
  .button.find, button.find {
    background-color: #092B3E;
    color: white; }
    .button.find:hover, button.find:hover {
      background-color: #061c28; }
  .button.back, button.back {
    background-color: #166D66;
    color: white; }
    .button.back:hover, button.back:hover {
      background-color: #125852; }
  .button.load, button.load {
    display: table;
    margin: 0rem auto 0;
    width: 100%; }
  .button.transparent, button.transparent {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    margin-top: 1rem;
    line-height: 60px; }
    .button.transparent:hover, button.transparent:hover {
      background-color: white;
      color: #326BB7; }

.page {
  overflow: hidden;
  display: none; }
  .page.active {
    overflow: visible; }

.intro-container span.breed-combination {
  color: #3E464C;
  font-size: 0.8rem; }

.intro-container h2 {
  color: #326BB7;
  font-size: 2.2rem;
  margin-top: 0.25rem; }

.intro-container p {
  color: #3E464C; }

.image-credits {
  padding: 50px 0; }
  .image-credits a {
    color: #326BB7; }

.panel-1 {
  position: relative;
  min-height: 450px;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3069b4+0,188bc5+100 */
  background: #3069b4;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3069b4 0%, #188bc5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#3069b4), to(#188bc5));
  background: linear-gradient(to bottom, #3069b4 0%, #188bc5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3069b4', endColorstr='#188bc5',GradientType=0 );
  /* IE6-9 */ }
  .panel-1 .sun-container {
    display: none;
    position: absolute;
    right: 1rem;
    top: 2rem;
    z-index: 10; }
  .panel-1 .cloud-container {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 50%;
    background-color: transparent; }
    .panel-1 .cloud-container .cloud {
      width: 30vw;
      height: 20vh;
      background: url(../includes/cloud.svg);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-animation: 30s cloud1 linear infinite;
              animation: 30s cloud1 linear infinite;
      position: absolute;
      top: 14vh; }
      .panel-1 .cloud-container .cloud:nth-of-type(2) {
        width: 16vw;
        height: 12vh;
        -webkit-animation: 30s cloud2 linear infinite;
                animation: 30s cloud2 linear infinite;
        top: 5vh; }
      .panel-1 .cloud-container .cloud:nth-of-type(3) {
        top: 10vh;
        width: 20vw;
        height: 15vh;
        -webkit-animation: 20s cloud3 linear infinite;
                animation: 20s cloud3 linear infinite; }
  .panel-1 .wrap {
    z-index: 2;
    position: relative; }
  .panel-1 h1 {
    margin-bottom: 0; }
  .panel-1 p:last-of-type {
    margin-bottom: 1.5rem;
    margin-top: 1rem; }
  .panel-1 .image {
    z-index: 1;
    position: relative;
    left: 0;
    margin: 20px auto 0;
    width: 100%;
    right: 0;
    bottom: 0; }
    .panel-1 .image img {
      padding-bottom: 20px;
      z-index: 3;
      width: 100%; }
  .panel-1:after {
    background-color: #80C89C;
    height: 100px;
    width: 100%;
    display: inline-block;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 0; }

.search {
  position: relative;
  max-width: 380px;
  margin: 1rem auto 0;
  overflow: visible; }
  .search input {
    background-color: rgba(0, 0, 0, 0.15);
    color: white;
    display: inline-block;
    width: inherit;
    padding: 0 1rem;
    min-width: 100%;
    text-align: left;
    overflow: visible;
    width: 100%;
    border-radius: 5px; }
  .search ::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    font-size: 1em;
    font-weight: 400;
    font-family: "Avenir Next W01", "Avenir Next LT W01", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .search ::-webkit-input-placeholder {
    color: white;
    font-size: 1em;
    font-weight: 400;
    font-family: "Avenir Next W01", "Avenir Next LT W01", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .search :-ms-input-placeholder {
    color: white;
    font-size: 1em;
    font-weight: 400;
    font-family: "Avenir Next W01", "Avenir Next LT W01", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .search ::-ms-input-placeholder {
    color: white;
    font-size: 1em;
    font-weight: 400;
    font-family: "Avenir Next W01", "Avenir Next LT W01", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .search ::placeholder {
    color: white;
    font-size: 1em;
    font-weight: 400;
    font-family: "Avenir Next W01", "Avenir Next LT W01", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .search :-ms-input-placeholder {
    color: white;
    font-size: 1em;
    font-weight: 400;
    font-family: "Avenir Next W01", "Avenir Next LT W01", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .search input {
    /*background: transparent;*/
    border: none;
    color: white;
    font-weight: 400;
    font-family: "Avenir Next W01", "Avenir Next LT W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    line-height: 60px; }
  .search .searchButton {
    padding: 0;
    line-height: inherit;
    background: transparent;
    border: none;
    float: right;
    background-image: url(../includes/search-icon.svg);
    height: 60px;
    background-repeat: no-repeat;
    width: 24px;
    background-size: contain;
    min-width: auto;
    background-position: 50%;
    position: absolute;
    right: 1rem;
    top: calc(50% - 30px); }

.slim-banner {
  display: none;
  background-color: #326BB7;
  padding: 25px 0 60px; }

.panel-2 {
  background-color: #EAF0F7; }

.breed-grid .fifthcol, .breed-grid .flex-item {
  background: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1rem;
  overflow: hidden;
  display: none; }
  .breed-grid .fifthcol.shown, .breed-grid .flex-item.shown {
    display: -webkit-box;
    display: flex; }
  .breed-grid .fifthcol .image-container, .breed-grid .flex-item .image-container {
    border-radius: 5px 0 0 5px;
    width: 20%;
    float: left;
    display: inline-block; }
  .breed-grid .fifthcol img, .breed-grid .flex-item img {
    width: 100%;
    display: block; }
  .breed-grid .fifthcol .content-container, .breed-grid .flex-item .content-container {
    padding: 0 1rem;
    width: 80%;
    float: left;
    display: inline-block; }
    .breed-grid .fifthcol .content-container h3, .breed-grid .flex-item .content-container h3 {
      font-size: 0.8rem; }
  .breed-grid .fifthcol .selected, .breed-grid .flex-item .selected {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 10;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .breed-grid .fifthcol .selected span, .breed-grid .flex-item .selected span {
      color: white; }
    .breed-grid .fifthcol .selected .top, .breed-grid .flex-item .selected .top {
      width: calc(100% - 1rem);
      text-align: right; }
      .breed-grid .fifthcol .selected .top span, .breed-grid .flex-item .selected .top span {
        color: #171918; }
        .breed-grid .fifthcol .selected .top span span, .breed-grid .flex-item .selected .top span span {
          display: none; }
    .breed-grid .fifthcol .selected:before, .breed-grid .flex-item .selected:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      content: ""; }
    .breed-grid .fifthcol .selected .icon, .breed-grid .flex-item .selected .icon {
      background-image: url(../includes/selected-icon.svg);
      height: 35px;
      width: 35px;
      display: inline-block;
      top: calc(50% - 17.5px);
      background-repeat: no-repeat;
      position: absolute;
      background-size: contain;
      left: calc(10% - 17.5px); }
  .breed-grid .fifthcol.primary-selected .selected, .breed-grid .flex-item.primary-selected .selected {
    visibility: visible;
    border: solid 6px rgba(173, 32, 142, 0.75); }
  .breed-grid .fifthcol.secondary-selected .selected, .breed-grid .flex-item.secondary-selected .selected {
    visibility: visible;
    border: solid 6px rgba(15, 132, 130, 0.9); }

.credits {
  color: #3E464C;
  line-height: 40px;
  vertical-align: middle; }
  .credits:before {
    background-image: url(../images/camera-icon.svg);
    height: 20px;
    width: 25px;
    display: inline-block;
    margin-right: 0.5rem;
    content: "";
    line-height: 40px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50%; }

.content-padding {
  padding: 1.5rem; }

.social-container h2 {
  color: #3E464C;
  font-size: 1.1rem;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 1.2rem; }

.social-container ul {
  text-align: center;
  margin: 0; }
  .social-container ul li {
    display: inline-block; }
    .social-container ul li a {
      border-radius: 100%;
      width: 65px;
      text-align: center;
      line-height: 65px;
      background-color: #3b5998;
      padding: 0; }
      .social-container ul li a:before {
        color: white;
        font-size: 30px;
        line-height: 65px;
        vertical-align: middle; }
      .social-container ul li a.twitter {
        background-color: #55acee;
        margin-left: 1rem; }
        .social-container ul li a.twitter:hover {
          background-color: #3ea1ec; }
      .social-container ul li a:hover {
        background-color: #344e86; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.loader-wrapper {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #fff; }
  .loader-wrapper .loader {
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    border: solid 0.75rem transparent;
    border-left: solid 0.75rem #00b1e7;
    -webkit-animation: rotate 1s linear infinite;
            animation: rotate 1s linear infinite; }

#removeDogTwo, #removeDogOne {
  color: #fff;
  font-weight: 600;
  text-decoration: underline; }

a:focus, button:focus, input:focus, .search:focus {
  -webkit-transition: none;
  transition: none;
  outline: 2px dotted #eec300;
  outline-offset: 3px; }

.hoverbox, button.hoverbox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
  z-index: 10;
  background-color: transparent;
  padding: 0;
  min-width: auto;
  line-height: inherit; }

.breed-results {
  background: -webkit-linear-gradient(left, #fff 20px, transparent 1%) center, -webkit-linear-gradient(#fff 20px, transparent 1%) center, #DDDDDD;
  background: linear-gradient(90deg, #fff 20px, transparent 1%) center, linear-gradient(#fff 20px, transparent 1%) center, #DDDDDD;
  background-size: 22px 22px; }
  .breed-results .button-container {
    text-align: center; }
    .breed-results .button-container .button:first-of-type {
      margin-bottom: 1rem; }
  .breed-results .content-container {
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    margin-left: 4%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-basis: 100%;
    -webkit-box-flex: 2;
            flex: 2; }
    .breed-results .content-container h4 {
      color: #3E464C;
      font-size: 0.8rem; }
    .breed-results .content-container p {
      color: #3E464C;
      font-size: 0.7rem;
      line-height: 1.4;
      margin: 0.5rem 0; }
    .breed-results .content-container a {
      font-size: 0.7rem;
      line-height: 30px;
      vertical-align: middle; }
      .breed-results .content-container a:after {
        background-image: url(../includes/rightArrow.svg);
        height: 12px;
        width: 12px;
        display: inline-block;
        content: "";
        background-repeat: no-repeat;
        position: relative;
        background-position: 50%;
        background-size: contain;
        margin-left: 10px;
        vertical-align: middle; }
  .breed-results .image-container {
    width: auto;
    overflow: hidden;
    border-radius: 5px; }
    .breed-results .image-container img {
      float: left;
      width: auto;
      height: 130px;
      -o-object-fit: cover;
         object-fit: cover; }
  .breed-results .breed-image-container {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-gap: 2rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: ()[2];
    grid-template-rows: repeat(2);
    max-width: 1020px;
    float: none;
    margin-right: auto;
    margin-left: auto; }
    .breed-results .breed-image-container .inner {
      z-index: 10;
      bottom: 1rem;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-pack: justify;
              justify-content: space-between;
      width: 100%;
      padding: 0 1rem; }
      .breed-results .breed-image-container .inner span {
        color: white;
        font-weight: 500;
        font-size: 0.75rem; }
    .breed-results .breed-image-container img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
    .breed-results .breed-image-container .image {
      position: relative;
      height: 100%;
      margin: 0;
      -o-object-fit: cover;
         object-fit: cover; }
      .breed-results .breed-image-container .image img {
        max-width: 100%;
        margin: 0; }
      .breed-results .breed-image-container .image:after {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
        /* IE6-9 */
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 75px;
        z-index: 1;
        content: ""; }
      .breed-results .breed-image-container .image.breed-selection-result {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
        height: 100%; }

.insurance-block {
  background-color: white;
  border-top: 1px solid #326BB7;
  z-index: 2;
  padding: 1.5rem 0 0; }
  .insurance-block .text {
    line-height: 1.5;
    width: 100%;
    display: inline-block;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap; }
    .insurance-block .text p {
      font-size: 1.1rem;
      -webkit-box-ordinal-group: 2;
              order: 1;
      margin: 0;
      width: 100%;
      color: #3E464C; }
  .insurance-block img {
    max-height: 150px;
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin: 0 auto; }

.filter-bar {
  margin-bottom: 1rem;
  margin-top: -40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly; }
  .filter-bar .icon {
    float: left;
    max-height: 40px;
    width: 40px;
    margin-right: 1rem;
    display: none; }
  .filter-bar .accordion {
    width: 100%; }
    .filter-bar .accordion .open-icon {
      background-image: url(../includes/accordionArrow.svg);
      height: 35px;
      width: 30px;
      content: "";
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 50%;
      float: right;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      cursor: pointer; }
    .filter-bar .accordion.open .open-icon {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .filter-bar .accordion .ac-content {
      display: none; }
  .filter-bar .filters {
    padding: 1rem 1rem;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #DDDDDD; }
    .filter-bar .filters .title {
      color: #3E464C;
      margin-right: 0; }
    .filter-bar .filters .icon {
      display: block;
      width: 25px;
      height: 35px;
      max-height: inherit; }
    .filter-bar .filters.tabletLandUp {
      display: none; }
  .filter-bar .hair-type {
    padding: 1rem;
    border-bottom: 1px solid #DDDDDD;
    display: block;
    width: 100%; }
  .filter-bar .body-type {
    padding: 1rem;
    border-bottom: 1px solid #DDDDDD;
    display: block;
    width: 100%; }
  .filter-bar .title {
    color: #9BA4AC;
    margin-right: 0.75rem;
    line-height: 40px;
    display: inline-block; }
  .filter-bar a, .filter-bar button {
    width: auto;
    border-radius: 5px;
    background-color: rgba(50, 107, 183, 0.1);
    color: #868b8e;
    cursor: pointer;
    padding: 0 0.5rem;
    line-height: 40px;
    min-width: 55px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 0.9rem;
    text-align: center;
    margin-right: 0.5rem;
    -webkit-box-flex: 1;
            flex-grow: 1;
    border: none;
    font-weight: 600; }
    .filter-bar a:last-of-type, .filter-bar button:last-of-type {
      margin-right: 0; }
    .filter-bar a.selected, .filter-bar button.selected {
      background-color: #166D66;
      color: white; }
    .filter-bar a:hover, .filter-bar button:hover {
      color: white;
      background-color: #326BB7; }

/*
LARGE MOBILE
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  .onecol {
    width: 4.66666666667%; }
  .twocol {
    width: 13.3333333333%; }
  .threecol {
    width: 22.0%; }
  .fourcol {
    width: 30.6666666667%; }
  .fivecol {
    width: 39.3333333333%; }
  .sixcol {
    width: 48.0%; }
  .sevencol {
    width: 56.6666666667%; }
  .eightcol {
    width: 65.3333333333%; }
  .ninecol {
    width: 74.0%; }
  .tencol {
    width: 82.6666666667%; }
  .elevencol {
    width: 91.3333333333%; }
  .twelvecol {
    margin-left: 0;
    width: 100%; }
  .fifthcol {
    width: 18.39%; }
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .fifthcol {
    position: relative;
    float: left;
    margin-left: 4%; }
  .first {
    margin-left: 0; }
  .last {
    float: right; }
  .bands {
    padding: 50px 0; }
  .band-top {
    padding-top: 50px; }
  .band-bottom {
    padding-bottom: 50px; }
  .has-margin-bottom {
    margin-bottom: 2rem; }
  .has-margin-top {
    margin-top: 2rem; }
  .has-margin-bottom-mobile {
    margin-bottom: 0; }
  .shadow.inner {
    margin: 0 auto; }
    .shadow.inner p {
      font-size: 0.9rem; }
  h1 {
    font-size: 3.2rem; }
  h2.subtitle {
    font-size: 2rem; }
  .button, button {
    font-size: 1.2rem;
    line-height: 65px;
    min-width: 200px; }
    .button.transparent, button.transparent {
      width: auto; }
  .panel-1 {
    min-height: 750px;
    /*.cloud-container {
		.cloud {
			width: 241px;
		    height: 95px;
		    animation: 20s cloud1 ease-in-out infinite;
		    &:nth-of-type(2) {
			    width: 130px;
			    height: 70px;
			    animation: 25s cloud2 ease-in-out infinite;
			}
			&:nth-of-type(3) {
			    width: 500px;
			    left: -500px;
			    display: block;
			    height: 205px;
			    top: 120px;
			    background-repeat: no-repeat;
			    animation: 15s cloud3 ease-in-out infinite;
			}
		}
	}*/ }
    .panel-1 .sun-container {
      display: block;
      z-index: 1; }
    .panel-1 .inner-align .v-align {
      width: 80%;
      left: 10%;
      position: relative; }
    .panel-1 p {
      font-size: 1rem; }
    .panel-1 .image img {
      max-width: 500px;
      width: 60%; }
    .panel-1 .button {
      width: auto; }
    .panel-1 .text-center {
      width: 60%;
      left: 20%;
      position: relative; }
  /*  Autocomplete */
  .sey-container {
    z-index: 999;
    position: absolute;
    background-color: #fff;
    width: 380px; }
  .double-content-block {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    height: 100%; }
  .breed-results .button-container {
    text-align: center; }
    .breed-results .button-container .button {
      width: 48%; }
      .breed-results .button-container .button:first-of-type {
        margin-right: 2%;
        margin-bottom: 0;
        float: left; }
      .breed-results .button-container .button:last-of-type {
        margin-left: 2%; }
  .breed-results .breed-image-container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: ()[2];
    grid-template-rows: repeat(2); }
    .breed-results .breed-image-container .image.breed-selection-result {
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
      grid-column: 2 / 4;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3; }
    .breed-results .breed-image-container .image.breed-selection-secondary {
      -ms-grid-column: 1;
      grid-column: 1 / 1;
      -ms-grid-row: 2;
      grid-row: 2 / 2; }
    .breed-results .breed-image-container .image.breed-selection-primary {
      -ms-grid-column: 1;
      grid-column: 1 / 1;
      -ms-grid-row: 1;
      grid-row: 1 / 1; }
  .breed-results .image-container {
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-basis: 100%;
    -webkit-box-flex: 1;
            flex: 1; }
  .see-result-block {
    padding: 1.5rem; }
    .see-result-block span {
      margin-bottom: 2rem; }
  .results-grid .fifthcol.secondary-selected, .results-grid .fifthcol.primary-selected, .results-grid .flex-item.secondary-selected, .results-grid .flex-item.primary-selected {
    margin-bottom: 0; }
  .intro-container h2 {
    font-size: 4.2rem;
    line-height: 1em; }
  .intro-container p {
    font-size: 1rem; }
  .social-container h2 {
    font-size: 1.5rem;
    line-height: 65px;
    margin-bottom: 0rem;
    text-align: left; }
  .social-container ul {
    text-align: right; }
  .is-margin-top {
    margin-top: 3rem; }
  .is-margin-bottom {
    margin-bottom: 3rem; }
  .breed-grid .fifthcol, .breed-grid .flex-item {
    max-width: 48%;
    margin-bottom: 2rem; }
  .filter-bar {
    margin-bottom: 2rem; }
    .filter-bar .hair-type {
      width: 50%;
      border-right: 1px solid #DDDDDD;
      float: left;
      border-bottom: none;
      text-align: center; }
    .filter-bar .body-type {
      width: 50%;
      float: left;
      border-bottom: none;
      text-align: center; }
  .slim-banner h2 {
    font-size: 2.25rem; }
  .search {
    min-width: 380px; }
  .flex-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between; } }

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1024px) {
  .panel-1 {
    padding-top: 0; }
    .panel-1 .tabletdown {
      display: none; }
    .panel-1 .image {
      position: absolute; }
      .panel-1 .image img {
        max-width: 100%;
        width: 100%; }
    .panel-1 .inner-align {
      height: 600px; }
      .panel-1 .inner-align .v-align {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 75%;
        left: 12.5%; }
    .panel-1 p {
      font-size: 1.1rem; }
  .title-container {
    width: 70%;
    left: 15%; }
  h1 {
    font-size: 4rem; }
  h2 {
    font-size: 2.250em; }
  .tabletLandUp {
    display: inline-block; }
  .button, button {
    font-size: 1.2rem; }
    .button.load, button.load {
      width: auto;
      min-width: 18.39%;
      margin-top: 2rem; }
  .panel-1 .button {
    font-size: 1.4rem; }
  .panel-1:after {
    height: 15vh; }
  .breed-results .button {
    min-width: 280px; }
  .breed-grid .wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch; }
  .breed-grid .fifthcol, .breed-grid .flex-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0%; }
    .breed-grid .fifthcol.shown, .breed-grid .flex-item.shown {
      display: block; }
    .breed-grid .fifthcol .image-container, .breed-grid .flex-item .image-container {
      border-radius: 5px 5px 0 0; }
    .breed-grid .fifthcol img, .breed-grid .flex-item img {
      width: 100%;
      display: block; }
    .breed-grid .fifthcol .image-container, .breed-grid .flex-item .image-container {
      width: 100%; }
    .breed-grid .fifthcol .content-container, .breed-grid .flex-item .content-container {
      padding: 1.25rem 0.5rem;
      width: 100%;
      text-align: center; }
    .breed-grid .fifthcol .selected .top, .breed-grid .flex-item .selected .top {
      bottom: 3.5rem;
      height: 2rem;
      line-height: 2rem;
      text-align: center;
      width: 100%;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.3); }
      .breed-grid .fifthcol .selected .top span, .breed-grid .flex-item .selected .top span {
        color: #fff;
        text-decoration: underline; }
        .breed-grid .fifthcol .selected .top span span, .breed-grid .flex-item .selected .top span span {
          display: inline-block; }
    .breed-grid .fifthcol .selected .icon, .breed-grid .flex-item .selected .icon {
      height: 65px;
      width: 65px;
      top: calc(50% - 32.5px);
      left: calc(50% - 32.5px); }
  .breed-grid .dog-wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 0 2%;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
    grid-row-gap: 3ch; }
  .slim-banner {
    padding: 30px 0 80px; }
    .slim-banner h2 {
      font-size: 2.55rem; }
  .results-grid .fifthcol, .results-grid .flex-item {
    margin-bottom: 0; }
    .results-grid .fifthcol:first-of-type, .results-grid .flex-item:first-of-type {
      margin-left: 31%; }
  .image-credits .headerRow {
    margin-bottom: 80px;
    width: 80%;
    left: 10%;
    position: relative; }
    .image-credits .headerRow .sixcol {
      border-top: 1px solid whiteSmoke; }
  .see-result-block span {
    font-size: 1.4rem; }
  .social-container {
    margin-bottom: 2.5rem; }
    .social-container h2 {
      font-size: 1.95rem; }
  .filter-bar {
    margin-bottom: 60px;
    margin-top: -40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly; }
    .filter-bar .accordion .ac-title {
      display: none; }
    .filter-bar .accordion .ac-content {
      display: -webkit-box;
      display: flex; }
    .filter-bar .filter-wrapper {
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center; }
    .filter-bar .filters {
      padding: 1rem;
      border: none;
      width: auto;
      display: -webkit-box;
      display: flex;
      white-space: nowrap; }
      .filter-bar .filters .icon {
        width: 25px;
        height: 40px;
        max-height: inherit; }
      .filter-bar .filters.tabletLandUp {
        display: block; }
      .filter-bar .filters span {
        line-height: 40px; }
    .filter-bar .hair-type {
      padding: 1rem;
      -webkit-box-flex: 1;
              flex-grow: 1;
      border-left: 2px solid #DDDDDD;
      display: -webkit-box;
      display: flex;
      border-bottom: none;
      width: auto;
      border-right: none;
      float: none; }
    .filter-bar .body-type {
      padding: 1rem;
      -webkit-box-flex: 1;
              flex-grow: 1;
      border-left: 2px solid #DDDDDD;
      border-bottom: none;
      display: -webkit-box;
      display: flex;
      width: auto;
      float: none; }
    .filter-bar .title {
      line-height: inherit; }
  .breed-results .content-container h4 {
    font-size: 1rem; }
  .breed-results .content-container p {
    font-size: 0.9rem;
    line-height: 1.8; }
  .breed-results .content-container a {
    font-size: 0.9rem; }
    .breed-results .content-container a:after {
      height: 20px;
      width: 20px; }
  .breed-results .image-container img {
    height: 100%; }
  .breed-results .breed-image-container.has-margin-bottom {
    margin-bottom: 3rem; }
  .breed-results .breed-image-container .image {
    height: 100%;
    max-height: 100%;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover; }
  .breed-results .breed-image-container .inner span {
    font-size: 0.9rem; }
  .breed-results .button-container .button:first-of-type {
    float: none;
    width: auto; }
  .breed-results .button-container .button:last-of-type {
    width: auto; }
  .insurance-block .text {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
    .insurance-block .text p {
      line-height: 150px;
      vertical-align: middle;
      width: auto;
      -webkit-box-ordinal-group: 3;
              order: 2; }
    .insurance-block .text img {
      -webkit-box-ordinal-group: 2;
              order: 1;
      margin: 0; }
  .intro-container.twelvecol {
    width: 80%;
    left: 10%;
    position: relative; }
  .intro-container span.breed-combination {
    font-size: 1rem; }
  .intro-container h2 {
    font-size: 3.2rem; }
  .intro-container p {
    font-size: 1rem; }
  .flex-container {
    align-content: stretch; } }

/*
X LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  body {
    overflow-x: hidden; }
  .button {
    line-height: 75px; }
  .mobile-image {
    display: none; }
  .desktop-image {
    display: inline-block; }
  .wrap {
    z-index: 14;
    max-width: 1480px; }
  .panel-1 {
    min-height: 100vh;
    min-height: calc(100vh - 115px); }
    .panel-1 .text-center {
      width: 60%;
      left: 20%;
      position: relative; }
    .panel-1 .inner-align {
      height: 500px; }
      .panel-1 .inner-align .v-align {
        width: 60%;
        left: 20%; }
    .panel-1 p {
      font-size: 1.25rem;
      width: 75%;
      left: 12.5%;
      position: relative; }
  .slim-banner h2 {
    font-size: 3.6rem; }
  .step {
    display: none; }
  p {
    font-size: 1.2rem; }
  h2.subtitle {
    font-size: 2.2rem; }
  .intro-container p {
    font-size: 1.15rem; }
  .breed-results .content-container h4 {
    font-size: 1.4rem; }
  .breed-results .content-container p {
    font-size: 1.1rem; }
  .breed-results .content-container a {
    font-size: 1.1rem; }
  .filter-bar .icon {
    display: inline-block; }
  .filter-bar .filters {
    padding: 1.2rem 2rem; }
    .filter-bar .filters .icon {
      width: 25px;
      height: 40px; }
  .filter-bar .hair-type {
    padding: 1.2rem 2rem; }
  .filter-bar .body-type {
    padding: 1.2rem 2rem; }
  .filter-bar a, .filter-bar button {
    min-width: 85px; } }

/*
XX LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1400px) {
  .breed-grid .fifthcol .content-container h3, .breed-grid .flex-item .content-container h3 {
    font-size: 1rem; }
  .has-margin-bottom {
    margin-bottom: 3rem; }
  .intro-container p {
    font-size: 1.2rem; }
  .intro-container.twelvecol {
    width: 72%;
    left: 14%; } }

/*
XX LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*# sourceMappingURL=style.css.map */