/*!
Theme Name: Nova Scotia SPCA
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spca
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

novascotiaspca is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Helpers
	## Variables
	## Mixins
# Base
    ## Normalize
    ## Accessibility
    ## Typography
# Vendor
	## Foundation
# Pages
# Layouts
	## Header
	## Footer
# Components    
	## Navigation
		### Links
		### Menus
	## Media
		### Captions
		### Galleries
	## Post Listing
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Width Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pink {
  color: #b50047;
}

.purple {
  color: #4b0283;
}

.orange {
  color: #f26625;
}

.green {
  color: #99cb32;
}

.rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.margin-top-bottom {
  margin-top: 50px;
  margin-bottom: 50px;
}

.alignright {
  float: none;
  display: block;
  margin: 20px;
}

@media (min-width: 32em) {
  .alignright {
    float: right;
    margin: 10px 0 10px 20px;
  }
}

.alignleft {
  float: none;
  display: block;
  margin: 20px;
}

@media (min-width: 32em) {
  .alignleft {
    float: left;
    margin: 10px 20px 20px 0;
  }
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

@media (min-width: 64em) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

ul {
  margin-left: 20px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

h1 {
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #0173ae;
}

@media (min-width: 64em) {
  h1 {
    font-size: 3.625rem;
  }
}

h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.5rem;
  letter-spacing: 0.025em;
  color: #0173ae;
}

@media (min-width: 64em) {
  h2 {
    font-size: 3.3125rem;
  }
}

h3 {
  font-size: 2.1875rem;
  font-weight: 600;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1em;
}

h5 {
  font-size: 1.25rem;
  font-weight: 700;
}

h6 {
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
}

p, ul, ol {
  line-height: 1.625;
  margin-bottom: 16px;
}

a {
  color: #1e1e1e;
}

blockquote {
  font-size: 1.15rem;
  font-style: italic;
  border-left: 10px solid #0173ae;
  border-radius: 2px;
  padding-left: 20px;
}

/*--------------------------------------------------------------
# Vendor
--------------------------------------------------------------*/
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
}

.menu input,
.menu select,
.menu a {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu.vertical {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.menu.simple {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li:not(.button) > a {
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 48em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 47.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix::after {
  clear: both;
}

/*--------------------------------------------------------------
# Theme
--------------------------------------------------------------*/
html {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  color: #1e1e1e;
}

body {
  border-top: 5px solid #69c0e7;
  max-width: 100vw;
  overflow-x: hidden;
}

::-moz-selection {
  background: #0173ae;
  color: white;
}

::selection {
  background: #0173ae;
  color: white;
}

a {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.section .row {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.grecaptcha-badge {
  bottom: 85px !important;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.instagram--post {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.instagram--post_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
  margin: 1%;
  max-width: 200px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 920px) {
  .instagram--post_wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 18%;
            flex: 1 0 18%;
  }
}

.instagram--post_wrap:not(.instagram-cta) {
  height: 0;
  padding-bottom: 200px;
}

@media (max-width: 32em) {
  .instagram--post_wrap:not(.instagram-cta) {
    padding-bottom: 48%;
  }
}

.instagram--post_wrap .insta-inner {
  width: 100%;
  display: block;
}

.instagram--post_wrap .insta-inner img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.instagram--post_wrap .insta_link {
  background: rgba(1, 115, 174, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  color: white;
  font-size: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.instagram--post_wrap .insta_link:hover {
  opacity: 1;
}

.instagram--post_wrap.instagram-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

@media (max-width: 920px) {
  .instagram--post_wrap.instagram-cta {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.instagram--post_wrap.instagram-cta .social_media {
  margin: 15px 0;
}

.instagram--post_wrap.instagram-cta .social_media a {
  padding: 0 5px;
}

.instagram--post_wrap.instagram-cta > a {
  text-decoration: none;
  text-align: center;
}

@media (max-width: 920px) {
  .instagram--post_wrap.hide_small {
    display: none;
  }
}

@media (max-width: 920px) {
  .instagram--post_wrap:not(.instagram-cta):nth-child(2), .instagram--post_wrap:not(.instagram-cta):nth-child(5) {
    margin-right: auto;
  }
  .instagram--post_wrap:not(.instagram-cta):nth-child(1), .instagram--post_wrap:not(.instagram-cta):nth-child(4) {
    margin-left: auto;
  }
}

.faq {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 20px;
  margin-bottom: 50px;
}

.faq h3:not(:first-child) {
  margin-top: 50px;
}

.faq-section {
  margin-bottom: 16px;
}

.faq--q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq--q:hover {
  cursor: pointer;
}

@media (max-width: 64em) {
  .faq--q {
    font-size: 1.2rem;
  }
}

.faq--q i {
  margin-top: 3px;
  margin-left: 14px;
  margin-right: 10px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: 50% 10px;
          transform-origin: 50% 10px;
}

.faq--q i.rotate {
  -webkit-transform-origin: 50% 10px;
          transform-origin: 50% 10px;
}

.faq--a {
  display: none;
  margin-left: 42px;
  margin-top: 10px;
}

.careers {
  margin-top: 50px;
}

.careers--single {
  margin-bottom: 50px;
}

.careers--single:not(:last-child) {
  border-bottom: 1px solid #0173ae;
}

.careers--single h3 {
  margin-bottom: 0.5rem;
}

.careers--single h3 a {
  text-decoration: none;
}

.team .posts--image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}

@media (min-width: 48em) {
  .team .posts--image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

.find-your-spca__wrap {
  margin-bottom: 20px;
}

.find-your-spca__wrap-single {
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 40px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.find-your-spca__wrap-single h3 a {
  text-decoration: none;
}

.find-your-spca__wrap-single h5 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.find-your-spca__wrap-single .amenities {
  margin: 20px 0 30px;
}

.find-your-spca__wrap-single .amenities span {
  font-size: 0.875rem;
  -ms-flex-item-align: center;
      align-self: center;
}

.find-your-spca__wrap-single .amenities span i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  margin: auto;
  background: #0173ae;
  color: white;
  font-size: 1.35rem;
  border-radius: 50%;
}

.find-your-spca__wrap-single .shelter-regions {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.find-your-spca__wrap-single .shelter-regions p {
  color: #333;
}

.find-your-spca__wrap-single .button {
  -ms-flex-item-align: center;
      align-self: center;
}

.contact {
  padding: 50px 0;
}

.contact h2 {
  margin-bottom: 0.5rem;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.no-js ul {
  display: none;
}

.site-branding {
  position: relative;
}

.site-branding a img {
  max-width: 125px;
  padding: 10px 20px 10px 0;
}

@media (min-width: 64em) {
  .site-branding {
    margin-top: -30px;
  }
  .site-branding a {
    position: absolute;
    width: 75%;
  }
  .site-branding a img {
    max-width: 175px;
    padding: 10px 20px 20px;
    background: #0173ae;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

@media (min-width: 64em) and (min-width: 64em) {
  .site-branding a img {
    margin-left: 20px;
  }
}

.site-header_main-header {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 10px;
  background: #0173ae;
  z-index: 20;
  position: relative;
  height: 75px;
}

@media (min-width: 64em) {
  .site-header_main-header {
    height: auto;
    background: white;
  }
}

.site-header_main-header .site-branding img {
  height: 70px;
  width: auto;
}

@media (min-width: 64em) {
  .site-header_main-header .site-branding img {
    height: auto;
  }
}

#searchform {
  margin-left: 20px;
}

#searchform input {
  background: #0173ae;
  color: white;
  outline: none;
  border: none;
  width: 150px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 64em) {
  #searchform input {
    width: 60px;
  }
}

#searchform input::-webkit-input-placeholder {
  color: white;
  text-transform: capitalize;
}

#searchform input::-moz-placeholder {
  color: white;
  text-transform: capitalize;
}

#searchform input::-ms-input-placeholder {
  color: white;
  text-transform: capitalize;
}

#searchform input::placeholder {
  color: white;
  text-transform: capitalize;
}

#searchform input:focus {
  width: 150px;
}

#searchform button {
  background: #0173ae;
  color: white;
  -webkit-appearance: none;
  border: none;
  padding: 10px;
}

@media (min-width: 64em) {
  #top-menu-mobile {
    display: none;
  }
}

#site-navigation {
  background: #0173ae;
  padding: 0;
  z-index: 10;
}

@media (min-width: 64em) {
  #site-navigation {
    background: white;
    padding-right: 0;
  }
}

#site-navigation #menu {
  display: none;
}

#site-navigation #menu .header-main-menu {
  background: white;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  padding-left: 0;
}

#site-navigation #menu .header-main-menu li:not(.button) a {
  padding-left: 20px;
}

#site-navigation #menu .header-main-menu li.button {
  margin-left: 20px;
  margin-top: 20px;
}

@media (min-width: 64em) {
  #site-navigation #menu .header-main-menu li.button {
    margin-top: 0;
  }
}

#site-navigation #menu .header-main-menu ul > li > ul {
  background: rgba(196, 197, 196, 0.5);
}

@media (min-width: 48em) {
  #site-navigation #menu .header-main-menu ul > li > ul {
    background: white;
    border: none;
  }
}

#site-navigation #menu .menu-top-navigation-container {
  background: #0173ae;
  padding-top: 20px;
  padding-bottom: 20px;
}

#site-navigation #menu .menu-top-navigation-container ul > li > ul {
  background: rgba(1, 81, 123, 0.5);
}

@media (min-width: 64em) {
  #site-navigation #menu {
    display: block;
  }
  #site-navigation #menu .header-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #site-navigation #menu .header-main-menu #menu-header-navigation {
    margin-bottom: 0;
  }
  #site-navigation #menu .header-main-menu > ul > li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
  }
  #site-navigation #menu .menu-top-navigation-container {
    display: none;
  }
}

header ul li.menu-item-has-children > a:after {
  content: "\F078" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 7px;
  margin-right: 5px;
  font-size: 0.875rem;
  margin-top: -5px !important;
  border: none !important;
  width: 10px !important;
}

@media (min-width: 64em) {
  header ul li.menu-item-has-children > ul {
    margin-top: 5px;
    min-width: 225px;
  }
  header ul li.menu-item-has-children > ul li:hover {
    background: #f1f1f1;
  }
  header ul li.menu-item-has-children > ul > li.menu-item-has-children a {
    padding-left: 20px;
    position: relative;
  }
  header ul li.menu-item-has-children > ul > li.menu-item-has-children a:after {
    top: 27px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  header ul li.menu-item-has-children > ul > li.menu-item-has-children.opens-left a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 25px;
  }
}

.site-header-top-menu {
  background: #0173ae;
  height: 40px;
}

@media (max-width: 64em) {
  .site-header-top-menu {
    display: none;
  }
}

.site-header-top-menu .row {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.site-header-top-menu #top-menu-desktop {
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 100;
}

.site-header-top-menu #top-menu-desktop > li > a {
  border-right: 1px solid white;
}

.site-header-top-menu #top-menu-desktop li {
  display: inline-block;
  position: relative;
}

.site-header-top-menu #top-menu-desktop li a {
  color: white;
  padding: 0 10px;
}

.site-header-top-menu #top-menu-desktop li.menu-item-has-children a {
  padding-right: 25px;
}

.site-header-top-menu #top-menu-desktop li > ul {
  border: none;
  padding-top: 10px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
}

.site-header-top-menu #top-menu-desktop li > ul > li a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.site-header-top-menu #top-menu-desktop li li:hover {
  background: #0184c7;
}

@media (min-width: 64em) {
  .site-header-top-menu #top-menu-desktop .vertical.menu {
    background: #0173ae;
  }
}

#top-menu-mobile a {
  color: white;
}

#menu-toggle {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

@media (min-width: 64em) {
  #menu-toggle {
    display: none;
  }
}

#menu-toggle span {
  display: block;
  width: 27px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  top: 7px;
  left: 1px;
  background: white;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu-toggle span:first-child {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menu-toggle.active span:first-child {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -3px);
          transform: rotate(45deg) translate(-2px, -3px);
}

#menu-toggle.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

#menu-toggle.active span:last-child {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(0, -2px);
          transform: rotate(-45deg) translate(0, -2px);
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 30px !important;
  right: 13px !important;
}

.page-header {
  background-size: cover;
  background-position: center;
}

.page-header-text {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-wrap {
  margin-bottom: 50px;
}

.page-wrap .row {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-wrap .child_page--content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-wrap .child_page--content p {
  width: 100%;
}

.main-content {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
}

.main-content .post-password-form {
  margin-bottom: 50px;
}

.content-area iframe {
  max-width: 100%;
}

.content-none .search-form {
  display: block;
  width: 100%;
}

.content-none .search-form input {
  padding: 5px 10px;
}

.content-none .search-form input[type="submit"] {
  background: #99cb32;
  border: none;
  text-transform: uppercase;
  padding: 8px 10px;
  font-size: 0.875rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.content-none .search-form input[type="submit"]:hover {
  background: #8ab72d;
  cursor: pointer;
}

.press-releases h5 a {
  text-decoration: none;
}

.press-releases--single {
  margin-bottom: 50px;
}

.event-single {
  padding-bottom: 50px;
}

.event-single > .row {
  margin-bottom: 30px;
}

.event-single h1 {
  margin-bottom: 0.5rem;
}

.event-single p {
  padding-right: 20px;
}

.featured_event {
  margin-top: 50px;
  margin-bottom: 50px;
}

.event-page-header {
  min-height: 400px;
}

.gift-guide .posts--image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}

@media (min-width: 48em) {
  .gift-guide .posts--image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

.gift-guide .col-md-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gift-guide .col-md-3 .posts--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  margin-bottom: 40px;
}

.gift-guide .col-md-3 .posts--content a.button {
  justify-self: flex-end;
  -ms-flex-item-align: center;
      align-self: center;
  position: absolute;
  bottom: 0;
}

.posts-header {
  position: relative;
  margin-bottom: 30px;
}

.posts-header .row {
  position: relative;
}

.posts-header h1 {
  margin-bottom: 0.5rem;
}

.posts .row {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.posts--image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}

@media (min-width: 48em) {
  .posts--image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

.posts--image a {
  width: 100%;
  height: 100%;
  display: block;
}

.posts--content {
  text-align: center;
  padding: 40px 40px;
}

.posts--content h3 {
  margin-bottom: 0.5rem;
}

.posts--content h5 {
  margin-bottom: 0.25em;
}

.posts--content h5 a {
  color: #0173ae;
  text-decoration: none;
}

.posts--content.team-content {
  padding: 20px;
  margin-bottom: 30px;
}

.single-post-header {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.single-post-header h1 {
  margin-bottom: 1rem;
}

.single-post-content {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.pagination li {
  display: inline-block;
  font-size: 1.125rem;
  margin: 0 5px;
}

.pagination li a {
  color: #1e1e1e;
  text-decoration: none;
}

.pagination li.active a {
  color: #0173ae;
  font-weight: bold;
  border-bottom: 1px solid #0173ae;
}

.pagination .page-numbers {
  font-size: 1.125rem;
  margin: 0 5px;
  text-decoration: none;
}

.pagination .page-numbers.current {
  color: #0173ae;
  font-weight: bold;
  border-bottom: 1px solid #0173ae;
}

.pagination .rarrow, .pagination .larrow {
  font-weight: bold;
}

.pagination .rarrow a, .pagination .larrow a {
  text-decoration: none;
}

.author {
  clear: both;
  background: #0173ae;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 32em) {
  .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .author--image {
    margin-bottom: 20px;
  }
}

.author--image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 20vw;
  min-width: 100px;
  max-width: 150px;
  height: 20vw;
  min-height: 100px;
  max-height: 150px;
  overflow: hidden;
  border-radius: 50%;
}

@media (max-width: 64em) {
  .author--image {
    height: calc(20vw + 50px);
  }
}

.author--info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%;
  color: white;
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 48em) {
  .author--info {
    text-align: left;
  }
}

.author--info h5 {
  margin-bottom: 0.5rem;
}

.tags {
  border-top: 1px solid #C4C5C4;
  border-bottom: 1px solid #C4C5C4;
  padding: 15px 0 0px;
  margin: 30px 0;
  text-align: center;
}

.tags:not(:last-child) li:after {
  content: "/";
}

.tags li {
  font-size: 0.875rem;
  display: inline-block;
}

.tags li a {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 10px;
}

.tags li:not(:last-child):after {
  content: "/";
  color: #989898;
}

.footer--top {
  background: #f1f1f1;
  font-size: 0.875rem;
}

@media (max-width: 64em) {
  .footer--top {
    padding: 15px 0;
  }
}

.footer--top ul {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer--top ul li a {
  color: #1e1e1e;
  text-decoration: none;
  line-height: 1.5;
}

.footer--top ul li a:hover {
  color: #0173ae;
}

@media (min-width: 64em) {
  .footer--top ul li a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    border-color: #1e1e1e transparent transparent !important;
  }
}

.footer--top ul li.is-active > a:hover:after {
  border-color: #0173ae transparent transparent !important;
}

@media (max-width: 32em) {
  .footer--top ul li {
    display: block;
  }
  .footer--top ul li a {
    padding: 5px 0;
  }
}

@media (max-width: 64em) {
  .footer--top ul li > ul.submenu a {
    padding: 5px 10px;
  }
}

@media (min-width: 64em) {
  .footer--top ul li > ul.submenu {
    top: -300% !important;
    background: #f1f1f1;
    border: none;
  }
}

@media (min-width: 48em) {
  .footer--top ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer--top ul li:not(:last-child) a:after {
    content: "";
    border-right: 1px solid #1e1e1e;
    margin-left: 10px;
  }
}

.footer--top_social-media a {
  color: #1e1e1e;
  font-size: 1.1rem;
  padding: 5px;
}

.footer--top_social-media a:hover {
  color: #0173ae;
}

@media (max-width: 64em) {
  .footer--top_social-media {
    margin-top: 15px;
  }
  .footer--top_social-media a {
    padding: 10px 20px 10px 0;
  }
}

.footer--bottom {
  background: #0173ae;
  color: white;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 10px 0px;
}

.footer--bottom .row {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footer--bottom .row a {
  text-decoration: none;
  color: white;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-bottom-content {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.hero--gradient {
  width: 100%;
  height: auto;
  background-image: url("assets/gradient.png");
  background-size: contain;
  background-repeat: repeat-x;
}

.hero--content {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
  line-height: 1.5;
}

.hero--content h1 {
  margin-bottom: 0.5rem;
}

.hero_child {
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}

.hero_child--content {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
}

.hero_child--content h1 {
  margin-bottom: 0.75rem;
}

.hero_child.with_header_image {
  position: relative;
}

.hero_child.with_header_image > .row {
  margin-left: 0;
  margin-right: 0;
}

.hero_child.with_header_image .hero_child--overlay {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.hero_child.with_header_image .hero_child--content {
  min-height: 50px;
}

.hero_child h1 {
  color: white;
  margin-bottom: 0.75rem;
}

.hero_child h4 {
  color: #ffcc4f;
  line-height: 1.5;
}

.no_header_image {
  margin-left: 0;
  margin-right: 0;
}

.no_header_image h1 {
  color: white;
  margin-bottom: 0.75rem;
}

.no_header_image h4 {
  color: #ffcc4f;
  line-height: 1.5;
}

.no_header_image.background-purple {
  background: #4b0283;
}

.no_header_image.background-orange {
  background: #f26625;
}

.no_header_image.background-blue {
  background: #0173ae;
}

.no_header_image.background-pink {
  background: #b50047;
}

.no_header_image.background-grey {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
  background: linear-gradient(to bottom, #fff 0%, #eaeaea 100%);
}

.no_header_image.background-grey h1 {
  color: #0173ae;
}

.no_header_image.background-grey h4 {
  color: #1e1e1e;
}

.no_header_image.background-green {
  background: #99cb32;
}

.no_header_image.background-green h4 {
  color: #1e1e1e;
}

.no_header_image .hero_child--content,
.no_header_image .hero--content {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 64em) {
  .no_header_image .hero_child--content,
  .no_header_image .hero--content {
    min-height: 150px;
  }
}

.no_header_image .hero_child--content h1,
.no_header_image .hero--content h1 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.flexible-field-top {
  margin-top: 75px;
}

.flexible-field-bottom {
  margin-bottom: 75px;
}

.flexible-fields_full-width-content {
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0 60px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.flexible-fields_full-width-content > .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexible-fields_full-width-content.full-width-content-background-image {
  position: relative;
}

.flexible-fields_full-width-content.full-width-content-background-image .full-width-content-background-image__image {
  background-size: cover;
  background-position: center left;
  width: 100%;
  min-height: 400px;
}

@media (min-width: 48em) {
  .flexible-fields_full-width-content.full-width-content-background-image .full-width-content-background-image__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
  }
}

@media (max-width: 64em) {
  .flexible-fields_full-width-content.full-width-content-background-image .full-width-content_section {
    margin-top: 0;
  }
}

.flexible-fields .full-width-content_section {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 30px;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media (min-width: 48em) {
  .flexible-fields .full-width-content_section {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

.flexible-fields .full-width-content_section-title {
  padding-left: 30px;
  padding-right: 15px;
  margin-bottom: 1em;
  max-width: 800px;
}

.flexible-fields .full-width-content_section-title h2 {
  margin-bottom: 0.5rem;
}

.flexible-fields .full-width-content_section-text {
  padding-left: 33px;
  padding-right: 30px;
  max-width: 800px;
}

.flexible-fields .full-width-content_section-text p {
  font-size: 1.125rem;
}

@media (max-width: 64em) {
  .flexible-fields .full-width-content_section-text {
    margin-bottom: 50px;
  }
}

.flexible-fields_statistics {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.flexible-fields_statistics-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #a3d145;
}

@media (min-width: 48em) {
  .flexible-fields_statistics-wrap {
    margin-top: 100px;
    border-radius: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.flexible-fields_statistics-inner {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 48em) {
  .flexible-fields_statistics-inner {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flexible-fields_statistics-inner:not(:first-child) .flexible-fields_statistics-inner-info {
    border-left: 2px solid white;
  }
}

.flexible-fields_statistics-inner_image {
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  position: relative;
  width: 25vw;
  max-width: 200px;
  height: 25vw;
  max-height: 200px;
  overflow: hidden;
  border-radius: 50%;
}

@media (min-width: 48em) {
  .flexible-fields_statistics-inner_image {
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flexible-fields_statistics-inner_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 32em) {
  .flexible-fields_statistics-inner-info {
    text-align: center;
    padding-left: 20px;
    max-width: 60%;
  }
}

@media (min-width: 48em) {
  .flexible-fields_statistics-inner-info {
    padding: 0 40px;
    margin-top: 20px;
  }
}

.flexible-fields_statistics-inner-info_number {
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  color: white;
}

@media (min-width: 48em) {
  .flexible-fields_statistics-inner-info_number {
    font-size: 4rem;
  }
}

.flexible-fields_statistics-inner-info_text {
  line-height: 1.5;
}

@media (min-width: 48em) {
  .flexible-fields_statistics-inner-info_text {
    margin-top: 10px;
  }
}

.flexible-fields_statistics-after {
  padding: 40px 20px 0px;
}

.flexible-fields_three-column-content .row {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@inlude medium-up {
  .flexible-fields_three-column-content {
    padding-bottom: 50px;
  }
}

.flexible-fields_three-column-content--image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  .flexible-fields_three-column-content--image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

@media (min-width: 64em) {
  .flexible-fields_three-column-content--image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 64em) and (min-width: 48em) {
  .flexible-fields_three-column-content--image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

@media (min-width: 64em) {
  .flexible-fields_three-column-content--image {
    margin-bottom: 50px;
  }
}

.flexible-fields_three-column-content--text {
  margin-bottom: 40px;
  margin-right: 20px;
}

@media (min-width: 64em) {
  .flexible-fields_three-column-content--text.is_image_offset {
    padding-left: 30px;
  }
}

.flexible-fields_three-column-content--text h2 {
  color: #1e1e1e;
}

.flexible-fields_simple-columns {
  background-size: cover;
  background-position: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.flexible-fields_simple-columns .row {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.flexible-fields_simple-columns.column_image_background {
  padding: 50px 0;
  text-align: center;
  color: white;
}

.flexible-fields_simple-columns.column_image_background h2 {
  color: white;
}

.flexible-fields_simple-columns.column_image_background h4 {
  color: white;
  max-width: 800px;
  margin: 0 auto 40px;
}

.flexible-fields_simple-columns:not(.column_image_background) .flexible-fields_simple-columns--one {
  margin-bottom: 50px;
  padding-right: 40px;
}

.flexible-fields_simple-columns--one img {
  max-width: 100%;
  height: auto;
}

.flexible-fields_featured-posts h2 {
  margin-bottom: 40px;
}

.flexible-fields_featured-posts .row {
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.flexible-fields_featured-posts--special {
  padding: 10px 0;
  margin-bottom: 40px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.flexible-fields_featured-posts--special .solid-foreground h2 {
  color: white;
}

.flexible-fields_featured-posts--special__image {
  background-size: cover;
  background-position: center left;
  width: 100%;
  min-height: 400px;
}

@media (min-width: 48em) {
  .flexible-fields_featured-posts--special__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
  }
}

@media (max-width: 64em) {
  .flexible-fields_featured-posts--special .full-width-content_section {
    margin-top: 0;
  }
}

.flexible-fields_featured-posts--post {
  margin-bottom: 40px;
}

.flexible-fields_featured-posts--post-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}

@media (min-width: 48em) {
  .flexible-fields_featured-posts--post-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

.flexible-fields_featured-posts--post-image a {
  width: 100%;
  height: 100%;
  display: block;
}

.flexible-fields_featured-posts--post-text {
  text-align: center;
}

@media (min-width: 64em) {
  .flexible-fields_featured-posts--post-text {
    padding: 40px 40px;
  }
}

.flexible-fields_featured-posts--post-text h2 {
  margin-bottom: 40px;
}

.flexible-fields_featured-posts--post-text h5 {
  margin-bottom: 0.25em;
  margin-top: 1rem;
}

.flexible-fields_featured-posts--post-text h5 a {
  color: #0173ae;
  text-decoration: none;
}

.flexible-fields_services {
  padding-bottom: 100px;
}

@media (min-width: 64em) {
  .flexible-fields_services {
    padding-top: 50px;
  }
}

.flexible-fields_services .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1344px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.flexible-fields_services--content {
  border-radius: 10px;
  margin-right: 3px;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flexible-fields_services--content:nth-child(1) {
  background: #e61878;
}

.flexible-fields_services--content:nth-child(2) {
  background: #69c0e7;
}

.flexible-fields_services--content:nth-child(3) {
  background: #f26625;
}

@media (max-width: 64em) {
  .flexible-fields_services--content {
    padding: 10px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 48em) {
  .flexible-fields_services--content {
    margin-top: 150px;
  }
}

.flexible-fields_services--content__image {
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 20vw;
  min-width: 100px;
  max-width: 200px;
  height: 20vw;
  min-height: 100px;
  max-height: 200px;
  overflow: hidden;
  border-radius: 50%;
}

@media (min-width: 48em) {
  .flexible-fields_services--content__image {
    margin-top: -100px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 425px) {
  .flexible-fields_services--content__image {
    display: none;
  }
}

.flexible-fields_services--content__text {
  padding: 20px 40px;
}

.flexible-fields_services--content__text img {
  max-width: 35px;
}

.flexible-fields_services--content__text h2 {
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: white !important;
}

@media (max-width: 32em) {
  .flexible-fields_services--content__text {
    max-width: 65%;
  }
}

@media (max-width: 425px) {
  .flexible-fields_services--content__text {
    max-width: 100%;
  }
}

@media (min-width: 48em) {
  .flexible-fields_services--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-background-blue {
  background: rgba(1, 115, 174, 0.9);
  color: white;
}

.content-background-blue a:not(.button) {
  color: white;
}

.content-background-blue.solid-background {
  background: -webkit-gradient(linear, left top, right top, from(#0173ae), to(#016295));
  background: linear-gradient(to right, #0173ae 0%, #016295 100%);
  border-top: 5px solid #17affe;
  border-bottom: 5px solid #17affe;
}

.content-background-blue .full-width-content_section-title {
  border-left: 3px solid #0195e1;
}

.content-background-blue h1, .content-background-blue h2 {
  color: white;
}

.content-background-blue h4 {
  color: #c4f156;
}

.content-background-pink {
  background: rgba(181, 0, 71, 0.9);
  color: white;
}

.content-background-pink a:not(.button) {
  color: white;
}

.content-background-pink.solid-background {
  background: -webkit-gradient(linear, left top, right top, from(#b50047), to(#9c003d));
  background: linear-gradient(to right, #b50047 0%, #9c003d 100%);
  border-top: 5px solid #e8005b;
  border-bottom: 5px solid #e8005b;
}

.content-background-pink .full-width-content_section-title {
  border-left: 3px solid #e8005b;
}

.content-background-pink h2 {
  color: white;
}

.content-background-pink h4 {
  color: #ffcc4f;
}

.content-background-grey {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
  background: linear-gradient(to bottom, #fff 0%, #eaeaea 100%);
}

.content-background-grey.text-color-pink h2 {
  color: #1e1e1e;
}

.content-background-grey.text-color-pink h3 {
  color: #b50047;
  font-weight: 600;
}

.content-background-grey.text-color-pink .full-width-content_section-title {
  border-left: 3px solid #e8005b;
}

.content-background-grey.text-color-blue h2 {
  color: #1e1e1e;
}

.content-background-grey.text-color-blue h3 {
  color: #0173ae;
  font-weight: 600;
}

.content-background-grey.text-color-blue .full-width-content_section-title {
  border-left: 3px solid #0195e1;
}

.content-background-grey.text-color-purple h2 {
  color: #1e1e1e;
}

.content-background-grey.text-color-purple h3 {
  color: #4b0283;
  font-weight: 600;
}

.content-background-grey.text-color-purple .full-width-content_section-title {
  border-left: 3px solid #6803b5;
}

.content-background-grey.text-color-green h3 {
  color: #99cb32;
  font-weight: 600;
}

.content-background-grey.text-color-green .full-width-content_section-title {
  border-left: 3px solid #aed65a;
}

.content-background-grey.text-color-orange h2 {
  color: #1e1e1e;
}

.content-background-grey.text-color-orange h3 {
  color: #f26625;
  font-weight: 600;
}

.content-background-grey.text-color-orange .full-width-content_section-title {
  border-left: 3px solid #f58855;
}

.content-background-grey .full-width-content_section-title,
.content-background-grey .full-width-content_section-text {
  margin-left: 30px;
}

@media (min-width: 48em) {
  .content-background-grey .full-width-content_section {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.content-background-grey .full-width-content_section {
  margin-top: 0;
  margin-bottom: 0;
}

.content-background-green {
  background: rgba(153, 203, 50, 0.9);
}

.content-background-green h2 {
  color: #1e1e1e;
}

.content-background-green .button {
  background: white;
}

.content-background-green .button:hover {
  opacity: 0.8;
}

.content-background-green .full-width-content_section-title {
  border-left: 3px solid #7aa228;
}

.content-background-green.solid-background {
  background: -webkit-gradient(linear, left top, right top, from(#aed65a), to(#99cb32));
  background: linear-gradient(to right, #aed65a 0%, #99cb32 100%);
  border-top: 5px solid #7aa228;
  border-bottom: 5px solid #7aa228;
}

.content-background-purple {
  background: rgba(75, 2, 131, 0.9);
  color: white;
}

.content-background-purple a:not(.button) {
  color: white;
}

.content-background-purple h1, .content-background-purple h2 {
  color: white;
}

.content-background-purple h4 {
  color: #ffcc4f;
}

.content-background-purple .button {
  background: white;
  color: #1e1e1e;
}

.content-background-purple .button:hover {
  background: white;
  opacity: 0.8;
}

.content-background-purple .full-width-content_section-title {
  border-left: 3px solid #9d22fc;
}

.content-background-purple.solid-background {
  background: -webkit-gradient(linear, left top, right top, from(#4b0283), to(#3d026a));
  background: linear-gradient(to right, #4b0283 0%, #3d026a 100%);
  border-top: 5px solid #9d22fc;
  border-bottom: 5px solid #9d22fc;
}

.content-background-orange {
  background: rgba(242, 102, 37, 0.9);
}

.content-background-orange h1, .content-background-orange h2 {
  color: white;
}

.content-background-orange .button {
  background: white;
}

.content-background-orange .button:hover {
  opacity: 0.8;
}

.content-background-orange .full-width-content_section-title {
  border-left: 3px solid #fbcbb5;
}

.content-background-orange.solid-background {
  background: -webkit-gradient(linear, left top, right top, from(#f26625), to(#ef560e));
  background: linear-gradient(to right, #f26625 0%, #ef560e 100%);
  border-top: 5px solid #fbcbb5;
  border-bottom: 5px solid #fbcbb5;
}

.solid-foreground {
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
}

.caldera-grid .row, .caldera-grid .single {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.caldera-grid .button {
  padding: 10px;
  border: 0;
}

.searchandfilter select {
  background: white;
  margin: 5px 0;
}

.searchandfilter input[type="submit"] {
  display: inline-block;
  padding: 12px;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 15px;
  border-radius: 2px;
  background: #0173ae;
  color: white;
}

.searchandfilter input[type="submit"]:hover {
  background: #01517b;
  cursor: pointer;
}

.search-form input.search-field {
  border: 1px solid #C4C5C4;
}

.event-submit-form {
  background: #f0f0f0;
  padding: 50px 0;
  margin-bottom: 50px;
}

.event-submit-form h2 {
  text-align: left;
}

.event-submit-form label {
  text-align: left;
}

.event-submit-form .acf-field-5d00ffeec483b .description {
  display: none;
}

.event-submit-form input, .event-submit-form textarea {
  border: 1px solid #C4C5C4;
}

.acf-field-5d42efc4bf0fd {
  display: none;
}

#smartPWLogin {
  display: block;
  width: 100%;
}

#smartPWLogin input[type="password"] {
  border: 1px solid #C4C5C4;
  padding: 10px;
  outline: none;
}

#smartPWLogin input[type="submit"] {
  display: inline-block;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 15px;
  border: none;
  border-radius: 2px;
  background: #0173ae;
  color: white;
}

#smartPWLogin input[type="submit"]:hover {
  background: #01517b;
}

#smartPWLogin #smartPWError {
  background: #A32929;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}

.spu-content .button.button-green {
  display: block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.button {
  display: inline-block;
  padding: 12px;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 15px;
  border-radius: 2px;
}

.button-green {
  background: #99cb32;
  color: #1e1e1e;
}

.button-green:hover {
  background: #8ab72d;
}

.button-blue {
  background: #0173ae;
  color: white;
}

.button-blue:hover {
  background: #01517b;
}

.button-white {
  background: white;
  color: #1e1e1e;
}

.button-white:hover {
  opacity: 0.8;
}

.button-give {
  background: #f26625;
  min-width: 100px;
  max-width: 200px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 64em) {
  .button-give {
    margin-top: 20px;
  }
}

.button-give a {
  display: inline;
}

.button-give i {
  color: white;
}

.button-give:hover {
  background: #ef560e;
}

.button-read-more {
  margin: 20px auto 50px;
  text-align: center;
}

.button:not(.button-give) {
  min-width: 175px;
}

.acf-form-submit .button,
.acf-button {
  background: #0173ae;
  color: white;
  border: none;
}

.acf-form-submit .button:hover,
.acf-button:hover {
  background: #01517b;
  cursor: pointer;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  padding: 5px 10px;
  background: #0173ae;
  color: white;
  border: none;
}

.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
  background: #01517b;
  cursor: pointer;
}

.post-password-form input[type="password"],
.search-form input[type="search"] {
  padding: 4px 10px;
}

@media (min-width: 32em) {
  .button-lines-wrap {
    padding-bottom: 50px;
  }
  .button-lines-wrap:before,
  .button-lines-wrap:after {
    content: " ";
    width: 10%;
    max-width: 125px;
    height: 1px;
    margin: 0 25px;
    vertical-align: super;
    display: inline-block;
  }
  .button-lines-wrap.lines-white:before,
  .button-lines-wrap.lines-white:after {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .button-lines-wrap.lines-black:before,
  .button-lines-wrap.lines-black:after {
    background-color: #1e1e1e;
  }
}

.spca-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.spca-dropdown .wrapper-dropdown {
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  padding: 10px 10px;
  text-align: left;
  width: 250px;
  background: white;
  border-radius: 3px;
}

.spca-dropdown .wrapper-dropdown:after {
  content: "";
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 15px;
  right: 10px;
  border: solid #0173ae;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  font-size: 1.8em;
  font-weight: 300;
}

.spca-dropdown .wrapper-dropdown.active {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.spca-dropdown .wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

.spca-dropdown .wrapper-dropdown.active:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 16px;
}

.spca-dropdown .wrapper-dropdown .dropdown {
  position: absolute;
  left: -2px;
  right: 0px;
  top: 100%;
  list-style: none;
  width: 100%;
  background: white;
  margin-top: 0;
  margin-left: 2px;
  padding-left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.spca-dropdown .wrapper-dropdown .dropdown li {
  padding: 5px 5px;
  margin-left: 0;
}

.spca-dropdown .wrapper-dropdown .dropdown li a {
  color: #1e1e1e;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spca-dropdown .wrapper-dropdown .dropdown li:not(:first-child) {
  border-top: 1px solid #f1f1f1;
}

.spca-dropdown .wrapper-dropdown .dropdown li:hover, .spca-dropdown .wrapper-dropdown .dropdown li:active {
  background-color: #0173ae;
  cursor: pointer;
}

.spca-dropdown .wrapper-dropdown .dropdown li:hover a, .spca-dropdown .wrapper-dropdown .dropdown li:active a {
  color: white;
}
