/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

* {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box; }

html, body {
  height: 100%; }

.clear-fix {
  clear: both; }

@font-face {
  font-family: 'alegreyablack';
  src: url("/wp-content/themes/vhs/assets/fonts/alegreya-black-webfont.eot");
  src: url("/wp-content/themes/vhs/assets/fonts/alegreya-black-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/vhs/assets/fonts/alegreya-black-webfont.woff2") format("woff2"), url("/wp-content/themes/vhs/assets/fonts/alegreya-black-webfont.woff") format("woff"), url("/wp-content/themes/vhs/assets/fonts/alegreya-black-webfont.ttf") format("truetype"), url("/wp-content/themes/vhs/assets/fonts/alegreya-black-webfont.svg#alegreyablack") format("svg");
  font-weight: normal;
  font-style: normal; }
h1, h2, h3, h5 {
  font-family: 'alegreyablack';
  font-weight: 700; }

h4 {
  font-family: 'Montserrat', sans-serif; }

body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

.header {
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/vhs/assets/images/pet-partner/header-image.jpg") no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    .header {
      background-position-x: -300px; } }
  .header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 75, 141, 0.35);
    z-index: 1; }
  .header aside.header__logo {
    padding: 20px;
    width: 300px;
    z-index: 2;
    position: relative; }
    @media (max-width: 767px) {
      .header aside.header__logo {
        width: 200px;
        margin: 0 auto; } }
    @media (min-width: 767px) {
      .header aside.header__logo {
        padding: 40px; } }
    .header aside.header__logo img {
      width: 100%;
      height: auto; }
  .header aside.header__title {
    z-index: 2;
    position: relative;
    padding: 50px 20px; }
    @media (min-width: 767px) {
      .header aside.header__title {
        max-width: 508px;
        margin: 0 auto; } }
    .header aside.header__title h1 {
      color: #fff;
      font-size: 32px;
      text-align: center; }
      @media (min-width: 767px) {
        .header aside.header__title h1 {
          font-size: 60px; } }
    .header aside.header__title .donate--btn {
      display: block;
      background: #e98944;
      border-radius: 10px;
      padding: 15px 20px;
      max-width: 150px;
      text-align: center;
      color: #fff;
      text-decoration: none;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      border: 2px solid #e98944;
      transition: background 0.4s ease-in-out;
      margin: 0 auto;
      margin-top: 50px;
      text-transform: uppercase; }
      .header aside.header__title .donate--btn.active, .header aside.header__title .donate--btn:hover, .header aside.header__title .donate--btn:active {
        color: #fff;
        background: none;
        border: 2px solid #fff; }
  .header aside.header__vhs__logo {
    position: relative;
    z-index: 2;
    position: absolute;
    bottom: 50px;
    width: 200px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (min-width: 767px) {
      .header aside.header__vhs__logo {
        right: 30px;
        left: auto; } }

section.benefits {
  padding: 100px 20px; }
  section.benefits .benefits__logo {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px; }
  section.benefits p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    color: #343333;
    max-width: 650px;
    margin: 0 auto; }
  section.benefits h2 {
    color: #004b8d;
    font-size: 35px;
    line-height: 36px;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0 20px 0; }
  section.benefits .benefits__columns {
    max-width: 700px;
    clear: left;
    margin: 0 auto;
    padding: 50px 0; }
    @media (min-width: 767px) {
      section.benefits .benefits__columns {
        display: table;
        width: 100%; } }
    section.benefits .benefits__columns aside {
      text-align: center; }
      @media (min-width: 767px) {
        section.benefits .benefits__columns aside {
          display: table-cell;
          width: 30%;
          padding-right: 30px; } }
      section.benefits .benefits__columns aside h4 {
        color: #004b8d;
        text-transform: uppercase;
        font-size: 19px;
        line-height: 29px;
        font-weight: 700;
        padding: 20px 0; }
    section.benefits .benefits__columns aside:last-of-type {
      padding-right: 0; }
  section.benefits .donate--btn {
    display: block;
    background: #e98944;
    border-radius: 10px;
    padding: 15px 20px;
    max-width: 150px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border: 2px solid #e98944;
    transition: background 0.4s ease-in-out;
    margin: 0 auto;
    text-transform: uppercase; }
    section.benefits .donate--btn.active, section.benefits .donate--btn:hover, section.benefits .donate--btn:active {
      color: #e98944;
      background: #fff;
      border: 2px solid #e98944; }

.why {
  background: #ebeced;
  padding: 30px 20px 80px 20px; }
  .why img {
    width: 100%;
    height: auto;
    max-width: 850px;
    margin: 0 auto;
    display: block; }
  .why h2 {
    color: #004b8d;
    font-size: 35px;
    line-height: 36px;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0 20px 0; }
  .why .why__content {
    padding-top: 20px;
    max-width: 950px;
    margin: 0 auto; }
    @media (min-width: 767px) {
      .why .why__content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        column-gap: 40px;
        -moz-column-gap: 40px;
        overflow: visible; } }
    .why .why__content p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 29px;
      color: #343333; }
      @media (max-width: 767px) {
        .why .why__content p {
          padding-bottom: 20px; } }

.hardcases {
  padding-bottom: 60px; }
  @media (min-width: 767px) {
    .hardcases {
      background: url("/wp-content/themes/vhs/assets/images/pet-partner/hurt-dog.jpg") no-repeat;
      background-size: cover;
      padding: 60px 0; } }
  .hardcases img {
    width: 100%;
    height: auto;
    margin-bottom: 40px; }
    @media (min-width: 767px) {
      .hardcases img {
        display: none; } }
  .hardcases .hardcases__content {
    padding: 20px; }
    @media (min-width: 767px) {
      .hardcases .hardcases__content {
        background: #fff;
        margin: 40px;
        max-width: 500px;
        padding: 40px; } }
    .hardcases .hardcases__content h2 {
      color: #004b8d;
      font-size: 35px;
      line-height: 36px;
      padding-bottom: 20px; }
    .hardcases .hardcases__content p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 29px;
      color: #343333; }

.callout {
  background: #004b8d;
  padding: 100px 20px; }
  .callout p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    max-width: 700px;
    margin: 0 auto; }
  .callout h2 {
    color: #fff;
    font-size: 35px;
    line-height: 36px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px; }

section.donorlevels {
  text-align: center;
  padding: 100px 20px 40px 20px;
  max-width: 1100px; }
  @media (min-width: 767px) {
    section.donorlevels {
      display: table;
      width: 100%;
      padding: 160px 0 30px 0;
      margin: 0 auto; } }
  section.donorlevels aside.donorlevels__block {
    padding: 80px 30px 40px 30px;
    margin: 0 0 110px 0; }
    @media (min-width: 767px) {
      section.donorlevels aside.donorlevels__block {
        display: table-cell;
        width: 23%;
        margin-right: 20px; } }
    section.donorlevels aside.donorlevels__block h3 {
      color: #fff;
      font-size: 30px;
      padding-bottom: 20px;
      font-family: 'Montserrat', sans-serif; }
      section.donorlevels aside.donorlevels__block h3 span {
        font-size: 16px; }
    section.donorlevels aside.donorlevels__block p {
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-size: 20px;
      line-height: 26px;
      font-weight: 700; }
  section.donorlevels .dog1 img, section.donorlevels .dog2 img, section.donorlevels .dog3 img, section.donorlevels .dog4 img {
    margin-top: -190px; }
  section.donorlevels .dog1 {
    background: #2491cd url("/wp-content/themes/vhs/assets/images/pet-partner/VHS_Logo_small.png") no-repeat;
    background-position: 36px 146px; }
  section.donorlevels .dog2 {
    background: #e98944 url("/wp-content/themes/vhs/assets/images/pet-partner/VHS_Logo_small.png") no-repeat;
    background-position: 36px 146px; }
  section.donorlevels .dog3 {
    background: #2491cd url("/wp-content/themes/vhs/assets/images/pet-partner/VHS_Logo_large.png") no-repeat;
    background-position: 36px 126px; }
  section.donorlevels .dog4 {
    background: #e98944 url("/wp-content/themes/vhs/assets/images/pet-partner/VHS_Logo_large.png") no-repeat;
    background-position: 36px 126px; }
  section.donorlevels aside.donorlevels__block:last-of-type {
    margin-bottom: 0; }

section.profiles {
  padding: 50px 20px; }
  section.profiles .profiles__row {
    max-width: 950px;
    margin: 0 auto;
    padding: 50px 0;
    border-bottom: 2px solid #ccc; }
    @media (max-width: 767px) {
      section.profiles .profiles__row {
        display: flex;
        flex-direction: column; } }
    @media (max-width: 767px) {
      section.profiles .profiles__row .profiles_row_content {
        order: 2; } }
    @media (min-width: 767px) {
      section.profiles .profiles__row .profiles_row_content {
        float: left;
        width: 55%;
        padding-right: 30px; } }
    section.profiles .profiles__row .profiles_row_content p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 29px;
      color: #343333;
      max-width: 700px; }
    section.profiles .profiles__row .profiles_row_content h5 {
      color: #004b8d;
      font-size: 25px;
      line-height: 26px;
      max-width: 700px;
      padding-bottom: 30px; }
      section.profiles .profiles__row .profiles_row_content h5 span {
        display: block;
        color: #e98944; }
    @media (max-width: 767px) {
      section.profiles .profiles__row .profiles_row_image {
        order: 1; } }
    @media (min-width: 767px) {
      section.profiles .profiles__row .profiles_row_image {
        float: right;
        width: 35%; } }
    section.profiles .profiles__row .profiles_row_image img {
      width: 100%;
      height: auto;
      margin-bottom: 20px; }
  section.profiles .profiles__row:last-of-type {
    border-bottom: none; }
  @media (min-width: 767px) {
    section.profiles .profiles__row.right .profiles_row_image {
      float: left;
      width: 35%; } }
  section.profiles .profiles__row.right .profiles_row_image img {
    width: 100%;
    height: auto; }
  @media (min-width: 767px) {
    section.profiles .profiles__row.right .profiles_row_content {
      float: right;
      width: 55%;
      padding-right: 30px; } }

.how {
  background: #004b8d;
  padding: 100px 20px; }
  .how p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 30px; }
  .how h2 {
    color: #fff;
    font-size: 35px;
    line-height: 36px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px; }
  .how .donate--btn {
    display: block;
    background: #e98944;
    border-radius: 10px;
    padding: 15px 20px;
    max-width: 150px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border: 2px solid #e98944;
    transition: background 0.4s ease-in-out;
    margin: 0 auto;
    text-transform: uppercase; }
    .how .donate--btn.active, .how .donate--btn:hover, .how .donate--btn:active {
      color: #e98944;
      background: #004b8d;
      border: 2px solid #e98944; }

footer.footer {
  background: #212121;
  padding: 40px 20px; }
  footer.footer aside.footer__tc {
    font-size: 12px;
    color: #c5c5c5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    max-width: 200px;
    line-height: 16px;
    text-align: center;
    margin: 0 auto; }
    @media (min-width: 767px) {
      footer.footer aside.footer__tc {
        float: left;
        text-align: left;
        margin: 0; } }
  footer.footer aside.footer__social {
    max-width: 178px;
    padding-top: 20px;
    margin: 0 auto; }
    @media (min-width: 767px) {
      footer.footer aside.footer__social {
        float: right;
        padding-top: 0; } }
    footer.footer aside.footer__social ul {
      margin-top: 5px;
      margin-right: 0px;
      padding-left: 0;
      margin-left: 0;
      float: right; }
    footer.footer aside.footer__social li {
      float: left;
      margin-right: 0.4em; }
    footer.footer aside.footer__social a {
      width: 36px;
      height: 36px;
      display: block;
      background: url("/wp-content/themes/vhs/assets/images/social-icons.png") no-repeat; }
    footer.footer aside.footer__social a.item1 {
      background-position: 0px -34px; }
    footer.footer aside.footer__social a.item1:hover {
      background-position: 0px 4px; }
    footer.footer aside.footer__social a.item2 {
      background-position: -37px -34px; }
    footer.footer aside.footer__social a.item2:hover {
      background-position: -37px 4px; }
    footer.footer aside.footer__social a.item3 {
      background-position: -74px -34px; }
    footer.footer aside.footer__social a.item3:hover {
      background-position: -74px 4px; }
    footer.footer aside.footer__social a.item4 {
      background-position: -111px -34px; }
    footer.footer aside.footer__social a.item4:hover {
      background-position: -111px 4px; }

.donate {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 75, 141, 0.8);
  z-index: 4;
  display: none; }
  .donate .donate--close {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 50px;
    height: 50px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 30px;
    text-decoration: none; }
    @media (min-width: 767px) {
      .donate .donate--close {
        right: 40px;
        top: 50px; } }
  .donate .donate__options {
    position: absolute;
    width: 70%;
    max-width: 650px;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;
    background: #fff; }
    @media (min-width: 767px) {
      .donate .donate__options {
        text-align: center; } }
    .donate .donate__options p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 29px;
      text-align: center;
      color: #343333;
      max-width: 700px;
      margin: 0 auto; }
    .donate .donate__options h2 {
      color: #004b8d;
      font-size: 35px;
      line-height: 36px;
      max-width: 700px;
      margin: 0 auto;
      text-align: center;
      padding-bottom: 30px; }
    .donate .donate__options img {
      display: block;
      padding-top: 30px;
      margin: 0 auto; }
      @media (min-width: 767px) {
        .donate .donate__options img {
          display: inline-block;
          margin-right: 20px; } }

/*# sourceMappingURL=application.css.map */
