/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

/* Chrome leave the borders alone */
*:focus {
  outline: none; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input {
  -webkit-appearance: none; }

input:focus, textarea:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

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

::-moz-selection {
  background: yellow;
  color: #000;
  text-shadow: none; }

::selection {
  background: yellow;
  color: #000;
  text-shadow: none; }

::-webkit-selection {
  background: light-blue;
  color: #000;
  text-shadow: none; }

::-moz-selection {
  background: light-blue;
  color: #000;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* RESPONSIVE VIDEO */
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 35px; }
  .responsive-container iframe, .responsive-container object, .responsive-container embed, .responsive-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.aligncenter, div.aligncenter {
  margin: 0px !important; }

html, body {
  height: 100%;
  width: 100%; }

body {
  font: 400 14px/1.6 'Open Sans', sans-serif;
  color: #222321;
  position: relative; }

.wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden; }

main {
  position: relative;
  min-height: 100%;
  width: 100%;
  margin-bottom: 20px; }

section {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 50px; }

.page-title-white-box {
  width: 100%;
  background: white;
  margin-bottom: 90px;
  padding: 20px 12px 12px 12px; }
  .page-title-white-box h1 {
    color: #3ED1F5;
    font-size: 92px; }

.content {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin: 0px auto;
  padding: 0px 25px 0px 25px; }

a {
  color: #00AFDA;
  text-decoration: none;
  letter-spacing: 1; }

p {
  width: 100%; }

.text-link {
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  color: #222321;
  font: 100 72px/1.2 'noway_round', sans-serif;
  text-transform: uppercase;
  margin: 0;
  width: 100%; }

h1 {
  font-size: 100px;
  text-align: center; }

h2 {
  font-size: 56px; }

h3 {
  font-size: 44px; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 18px; }

ul li {
  position: relative; }

hr {
  text-align: left;
  width: 60px;
  border: 0;
  height: 1px;
  margin: 0; }

.main-section {
  margin-top: 0; }

.headline-bar {
  position: absolute;
  top: 5px;
  left: 0;
  height: 40px;
  width: 7px; }

.content-intro {
  width: 100%;
  height: auto;
  margin-bottom: 50px; }

.back-to-link {
  width: 100%;
  margin-bottom: 20px;
  top: -20px;
  position: relative;
  color: #646464;
  opacity: .5;
  font-size: 12px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }
  .back-to-link:hover {
    opacity: 1; }
  .back-to-link span {
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 1px; }

@media screen and (max-width: 1024px) {
  .content {
    padding-left: 40px;
    padding-right: 40px; }
  h2 {
    font-size: 50px; } }

@media screen and (max-width: 767px) {
  .content {
    padding-left: 25px;
    padding-right: 25px; }
  section {
    margin-bottom: 100px; }
  .page-title-white-box {
    margin-bottom: 60px; }
    .page-title-white-box h1 {
      color: #3ED1F5;
      font-size: 60px; }
  h1 {
    font-size: 60px;
    text-align: center; }
  h2 {
    font-size: 46px; }
  h3 {
    font-size: 40px; }
  h4 {
    font-size: 28px; }
  h5 {
    font-size: 24px; }
  h6 {
    font-size: 16px; }
  .headline-bar {
    position: absolute;
    top: 5px;
    left: 0;
    height: 40px;
    width: 7px; } }

.card-style-basic {
  position: relative;
  width: 100%;
  height: auto;
  background: white;
  -webkit-box-shadow: 0px 7px 13px -9px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 7px 13px -9px rgba(0, 0, 0, 0.3); }

.card-image {
  position: relative;
  width: 100%;
  height: 320px;
  background: no-repeat center center;
  background-size: cover;
  margin: 0; }

.image-border {
  position: absolute;
  width: 100%;
  height: 320px;
  top: -7px;
  left: -7px;
  x: 0;
  y: 0;
  border: 1px solid #3ED1F5; }

.image-border-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white; }

.image-bottom-angle {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 1px);
  height: 40px; }
  .image-bottom-angle svg {
    height: 100%;
    width: 100%; }
    .image-bottom-angle svg polygon {
      fill: white; }

.card-content {
  padding: 30px 25px 40px 25px; }

.corner-block {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px; }
  .corner-block svg {
    width: 100%;
    height: 100%; }
  .corner-block polygon {
    fill: #00AFDA; }

.corner-block-top {
  bottom: auto;
  top: 0;
  left: 0;
  right: auto; }

.colored-back-section .content {
  padding-top: 60px; }

.colored-back-section .headline-bar {
  top: 65px; }

.colored-back-container {
  max-height: 2000px; }
  .colored-back-container svg {
    width: 100%;
    height: 100%; }

.white-block-back {
  max-height: 170px; }

.color-block-overlap .content {
  padding-bottom: 0; }

.blue-section polygon {
  fill: #E1F9FF; }

.blue-section .headline-bar, .blue-section hr {
  background: #00AFDA; }

.blue-section h3 {
  color: #00AFDA; }

.blue-section a {
  color: #00AFDA; }

.blue-section .animal-link a {
  color: #3ED1F5; }

.blue-section .corner-block polygon {
  fill: #00AFDA; }

.blue-section .text-link a {
  color: #00AFDA; }

.blue-section .section-button, .blue-section .alm-load-more-btn {
  background: #E1F9FF;
  color: #00AFDA;
  border: 0px solid white; }
  .blue-section .section-button:hover, .blue-section .alm-load-more-btn:hover {
    background: #C2F3FF;
    color: #006B86; }

.green-section .page-title-white-box h1 {
  color: #6CCC4C; }

.green-section polygon {
  fill: #EAFAE4; }

.green-section .headline-bar, .green-section hr {
  background: #569E3F; }

.green-section h3 {
  color: #569E3F; }

.green-section a {
  color: #569E3F; }

.green-section .animal-link a {
  color: #6CCC4C; }

.green-section .button {
  border: 1px solid #569E3F; }
  .green-section .button .button-fill {
    background: #569E3F; }
  .green-section .button:hover .button-fill {
    background: #25760B; }

.green-section .section-button, .green-section .alm-load-more-btn {
  background: #EAFAE4;
  color: #569E3F;
  border: 0px solid white; }
  .green-section .section-button:hover, .green-section .alm-load-more-btn:hover {
    background: #C6ECB9;
    color: #25760B; }

.green-section .image-border {
  border: 1px solid #6CCC4C; }

.green-section .corner-block polygon {
  fill: #569E3F; }

.green-section .text-link a {
  color: #569E3F; }

.red-section .page-title-white-box h1 {
  color: #D54646; }

.red-section polygon {
  fill: #FBE6E3; }

.red-section .headline-bar, .red-section hr {
  background: #D54646; }

.red-section h3 {
  color: #D54646; }

.red-section a {
  color: #982727; }

.red-section .animal-link a {
  color: #D54646; }

.red-section .button {
  border: 1px solid #D54646; }
  .red-section .button .button-fill {
    background: #D54646; }
  .red-section .button:hover .button-fill {
    background: #721212; }

.red-section .section-button, .red-section .alm-load-more-btn {
  background: #FBE6E3;
  color: #D54646;
  border: 0px solid white; }
  .red-section .section-button:hover, .red-section .alm-load-more-btn:hover {
    background: #FFCCC4;
    color: #982727; }

.red-section .image-border {
  border: 1px solid #D54646; }

.red-section .corner-block polygon {
  fill: #D54646; }

.red-section .text-link a {
  color: #D54646; }

.orange-section .section-button, .orange-section .alm-load-more-btn {
  background: #F9F3E9;
  color: #F77D4E;
  border: 0px solid white; }
  .orange-section .section-button:hover, .orange-section .alm-load-more-btn:hover {
    background: #F8E4C0;
    color: #C45930; }

.orange-section .text-link a {
  color: #F77D4E; }

@media screen and (max-width: 767px) {
  .colored-back-section .content {
    padding-top: 40px; }
  .colored-back-section .headline-bar {
    top: 45px;
    width: 6px; } }

.generic-section .global-form-card {
  margin-top: 40px;
  padding: 40px 40px 60px 40px; }
  .generic-section .global-form-card h3 {
    margin-top: 0px;
    margin-bottom: 14px;
    padding-bottom: 12px; }
    .generic-section .global-form-card h3:after {
      content: '';
      width: 60px;
      height: 1px;
      background: #569E3F;
      position: absolute;
      top: 100%;
      left: 0; }
  .generic-section .global-form-card hr {
    margin-bottom: 30px; }
  .generic-section .global-form-card input[type=button] {
    font: 400 18px/1.2 'noway_round', sans-serif;
    text-transform: uppercase;
    padding: 12px 35px;
    background-color: #6CCC4C;
    border: 0 none;
    cursor: pointer;
    border-radius: 50px;
    color: white;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out; }
    .generic-section .global-form-card input[type=button]:hover {
      background-color: #569E3F; }
  .generic-section .global-form-card input[type=text], .generic-section .global-form-card input[type=tel], .generic-section .global-form-card input[type=email] {
    padding: 10px;
    border: 1px solid #CFCFCF; }
  .generic-section .global-form-card input[type=checkbox] {
    -webkit-appearance: checkbox; }
  .generic-section .global-form-card input[type=radio] {
    -webkit-appearance: radio; }
  .generic-section .global-form-card .nf-fu-progress {
    border-radius: 0; }
  .generic-section .global-form-card .nf-fu-progress-bar {
    background: #C6ECB9;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 0 rgba(0, 0, 0, 0); }

.global-form-card {
  margin: 40px 0 0 0;
  padding: 40px 40px 60px 40px; }
  .global-form-card h3 {
    margin-top: 0px;
    margin-bottom: 14px;
    padding-bottom: 12px; }
    .global-form-card h3:after {
      content: '';
      width: 60px;
      height: 1px;
      background: #569E3F;
      position: absolute;
      top: 100%;
      left: 0; }
  .global-form-card hr {
    margin-bottom: 30px; }
  .global-form-card input[type=button] {
    font: 400 18px/1.2 'noway_round', sans-serif;
    text-transform: uppercase;
    padding: 12px 35px;
    background-color: #6CCC4C;
    border: 0 none;
    cursor: pointer;
    border-radius: 50px;
    color: white;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out; }
    .global-form-card input[type=button]:hover {
      background-color: #569E3F; }
  .global-form-card input[type=text], .global-form-card input[type=tel], .global-form-card input[type=email] {
    padding: 10px; }
  .global-form-card .nf-fu-progress {
    border-radius: 0; }
  .global-form-card .nf-fu-progress-bar {
    background: #C6ECB9;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 0 rgba(0, 0, 0, 0); }

.ninja-forms-form-wrap .nf-form-content {
  width: 80%; }

.ninja-forms-form-wrap .nf-field-label {
  position: relative;
  padding-bottom: 0px; }
  .ninja-forms-form-wrap .nf-field-label label {
    font: 400 18px/1.2 'noway_round', sans-serif; }

.ninja-forms-form-wrap .nf-error-msg {
  background-color: #D54646;
  color: white;
  padding: 10px 20px;
  font: 400 16px/1.2 'noway_round', sans-serif;
  text-transform: uppercase; }

.ninja-forms-form-wrap .nf-field-container {
  margin-bottom: 35px; }
  .ninja-forms-form-wrap .nf-field-container h2 {
    font-size: 24px !important; }

.nf-form-fields-required, .nf-field-description {
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .generic-section .global-form-card {
    padding: 20px 20px 30px 20px; }
  .ninja-forms-form-wrap .nf-form-content {
    width: 100%; } }

.hero-image-section {
  position: relative;
  height: 700px;
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
  margin: 0; }
  .hero-image-section h1 {
    color: white;
    padding: 60px 65px;
    opacity: 1; }
  .hero-image-section .hero-image-section-bottom {
    height: 125px;
    width: 100%;
    top: auto;
    bottom: 0px; }
    .hero-image-section .hero-image-section-bottom svg {
      height: 100%;
      width: 100%; }
    .hero-image-section .hero-image-section-bottom polygon {
      fill: white; }

.cardless-hero {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cardless-hero svg {
    display: none; }

.hero-image-section-card {
  position: relative;
  margin-top: -220px;
  padding-left: 60px;
  padding-right: 60px;
  background: none;
  z-index: 10 !important; }
  .hero-image-section-card .content {
    position: relative;
    width: 100%;
    height: 100%;
    background: white;
    padding: 70px 50px 70px 50px; }
  .hero-image-section-card .hero-body {
    width: 100%;
    height: auto; }
  .hero-image-section-card h3 {
    text-align: center; }
  .hero-image-section-card hr {
    margin: 20px 0 10px 0; }
  .hero-image-section-card ul {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em; }
  .hero-image-section-card li {
    margin-bottom: 10px;
    margin-left: 1.25em;
    max-width: 80%; }
    .hero-image-section-card li:before {
      content: "";
      background: #569E3F;
      width: 6px;
      height: 6px;
      position: absolute;
      left: -1.25em;
      top: .65em;
      border-radius: 50%; }

@media screen and (max-width: 1023px) {
  .hero-image-section h1 {
    padding: 30px 25px; }
  .cardless-hero {
    height: 500px; } }

@media screen and (max-width: 767px) {
  .hero-image-section {
    height: 600px; }
    .hero-image-section h1 {
      padding-top: 30px; }
  .cardless-hero {
    height: 400px; }
    .cardless-hero h1 {
      font-size: 60px; }
  .hero-image-section-card {
    padding-left: 10px;
    padding-right: 10px; }
    .hero-image-section-card .content {
      position: relative;
      width: 100%;
      height: 100%;
      background: white;
      padding: 50px 35px 60px 35px; } }

.c-block-fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

.c-width-15 {
  width: 15%; }

.c-width-16 {
  width: 16.666666%; }

.c-width-20 {
  width: 20%; }

.c-width-24 {
  width: 24%; }

.c-width-30 {
  width: 30%; }

.c-width-31 {
  width: 31%; }

.c-width-32 {
  width: 32%; }

.c-width-33 {
  width: 33.333333%; }

.c-width-40 {
  width: 40%; }

.c-width-45 {
  width: 45%; }

.c-width-48 {
  width: 48%; }

.c-width-50 {
  width: 50%; }

.c-width-60 {
  width: 60%; }

.c-width-66 {
  width: 66.666666%; }

.c-width-100 {
  width: 100%; }

@media screen and (max-width: 1023px) {
  .c-width-30 {
    width: 46.66666%; }
  .c-width-31 {
    width: 48%; }
  .c-width-32 {
    width: 49%; }
  .c-width-33 {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .c-width-15, .c-width-20, .c-width-24, .c-width-30, .c-width-31, .c-width-32, .c-width-33, .c-width-40, .c-width-45, .c-width-48, .c-width-50, .c-width-60, .c-width-66 {
    width: 100%; } }

.page-adopt-API .animals-section .single-animal-card, .page-adopt-API-dog .animals-section .single-animal-card, .page-adopt-API-cat .animals-section .single-animal-card {
  z-index: 10; }

.page-adopt-API .animal-filter-buttons-container, .page-adopt-API-dog .animal-filter-buttons-container, .page-adopt-API-cat .animal-filter-buttons-container {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 45px;
  margin-bottom: 50px;
  z-index: 11; }

.page-adopt-API .animal-filter-button-section, .page-adopt-API-dog .animal-filter-button-section, .page-adopt-API-cat .animal-filter-button-section {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: auto; }

.page-adopt-API .animal-filter-button, .page-adopt-API-dog .animal-filter-button, .page-adopt-API-cat .animal-filter-button {
  width: 27%;
  font: 100 18px/1.2 'noway_round', sans-serif;
  text-align: left;
  display: inline-block;
  background: white;
  text-align: left;
  margin-left: 1%; }

.page-adopt-API .filter-button-toggle, .page-adopt-API-dog .filter-button-toggle, .page-adopt-API-cat .filter-button-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 16px;
  cursor: pointer;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .page-adopt-API .filter-button-toggle:hover, .page-adopt-API-dog .filter-button-toggle:hover, .page-adopt-API-cat .filter-button-toggle:hover {
    background-color: #C2F3FF; }

.page-adopt-API .filter-button-options, .page-adopt-API-dog .filter-button-options, .page-adopt-API-cat .filter-button-options {
  width: 100%;
  overflow: hidden;
  height: auto; }

.page-adopt-API .single-filter-button-option, .page-adopt-API-dog .single-filter-button-option, .page-adopt-API-cat .single-filter-button-option {
  width: 100%;
  padding: 12px 16px;
  border-top: 1px solid #CFCFCF;
  cursor: pointer;
  background-color: white;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out; }
  .page-adopt-API .single-filter-button-option:hover, .page-adopt-API-dog .single-filter-button-option:hover, .page-adopt-API-cat .single-filter-button-option:hover {
    background-color: #C2F3FF; }

.page-adopt-API .the-filter-animal-filter-button, .page-adopt-API-dog .the-filter-animal-filter-button, .page-adopt-API-cat .the-filter-animal-filter-button {
  text-align: center;
  text-transform: uppercase;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all .15s;
  transition: all .15s; }
  .page-adopt-API .the-filter-animal-filter-button .filter-filter-button, .page-adopt-API-dog .the-filter-animal-filter-button .filter-filter-button, .page-adopt-API-cat .the-filter-animal-filter-button .filter-filter-button {
    text-align: center; }
  .page-adopt-API .the-filter-animal-filter-button span, .page-adopt-API-dog .the-filter-animal-filter-button span, .page-adopt-API-cat .the-filter-animal-filter-button span {
    margin: 0 auto; }
  .page-adopt-API .the-filter-animal-filter-button:hover, .page-adopt-API-dog .the-filter-animal-filter-button:hover, .page-adopt-API-cat .the-filter-animal-filter-button:hover {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.3); }

.page-adopt-API .spacer-triangle, .page-adopt-API-dog .spacer-triangle, .page-adopt-API-cat .spacer-triangle {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 20px; }

.page-adopt-API .menu-triangle, .page-adopt-API-dog .menu-triangle, .page-adopt-API-cat .menu-triangle {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 20px; }
  .page-adopt-API .menu-triangle svg, .page-adopt-API-dog .menu-triangle svg, .page-adopt-API-cat .menu-triangle svg {
    width: 100%;
    height: 100%; }
  .page-adopt-API .menu-triangle polygon, .page-adopt-API-dog .menu-triangle polygon, .page-adopt-API-cat .menu-triangle polygon {
    fill: black; }

.page-adopt-API .api-loader-animation, .page-adopt-API-dog .api-loader-animation, .page-adopt-API-cat .api-loader-animation {
  opacity: 0;
  position: relative;
  width: 100%; }
  .page-adopt-API .api-loader-animation .ng-scope, .page-adopt-API-dog .api-loader-animation .ng-scope, .page-adopt-API-cat .api-loader-animation .ng-scope {
    width: 100%;
    min-height: 400px;
    position: absolute;
    top: 50px;
    left: 0;
    text-align: center; }

.page-adopt-API .animal-api-for-loading, .page-adopt-API-dog .animal-api-for-loading, .page-adopt-API-cat .animal-api-for-loading {
  min-height: 200px; }
  .page-adopt-API .animal-api-for-loading.minheightZero, .page-adopt-API-dog .animal-api-for-loading.minheightZero, .page-adopt-API-cat .animal-api-for-loading.minheightZero {
    min-height: 0; }

.page-adopt-API .group-animal-colored-back, .page-adopt-API-dog .group-animal-colored-back, .page-adopt-API-cat .group-animal-colored-back {
  padding-top: 80px; }

.page-adopt-API .no-animal-result-alert, .page-adopt-API-dog .no-animal-result-alert, .page-adopt-API-cat .no-animal-result-alert {
  width: 100%;
  height: 100%; }
  .page-adopt-API .no-animal-result-alert hr, .page-adopt-API-dog .no-animal-result-alert hr, .page-adopt-API-cat .no-animal-result-alert hr {
    margin-bottom: 20px; }

.page-adopt-API .animals-default-footer, .page-adopt-API-dog .animals-default-footer, .page-adopt-API-cat .animals-default-footer {
  color: #646464; }
  .page-adopt-API .animals-default-footer .content, .page-adopt-API-dog .animals-default-footer .content, .page-adopt-API-cat .animals-default-footer .content {
    border: 1px solid #F1F1F1;
    padding: 30px 30px 60px 30px; }
  .page-adopt-API .animals-default-footer a, .page-adopt-API-dog .animals-default-footer a, .page-adopt-API-cat .animals-default-footer a {
    text-decoration: underline;
    color: #646464; }

@media screen and (max-width: 767px) {
  .page-adopt-API .animal-filter-button-section, .page-adopt-dog-API .animal-filter-button-section, .page-adopt-cat-API .animal-filter-button-section {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; }
  .page-adopt-API .animal-filter-button, .page-adopt-dog-API .animal-filter-button, .page-adopt-cat-API .animal-filter-button {
    margin-left: 0;
    position: relative;
    width: 100%;
    margin-bottom: 5px; }
  .page-adopt-API .the-filter-animal-filter-button, .page-adopt-dog-API .the-filter-animal-filter-button, .page-adopt-cat-API .the-filter-animal-filter-button {
    margin-right: 0%; }
  .page-adopt-API .filter-button-options, .page-adopt-dog-API .filter-button-options, .page-adopt-cat-API .filter-button-options {
    position: absolute; }
  .page-adopt-API .just-one-animal, .page-adopt-dog-API .just-one-animal, .page-adopt-cat-API .just-one-animal {
    margin-bottom: 0; } }

.just-one-animal-colored-back {
  display: none;
  max-height: 400px; }

.just-one-animal {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0px;
  margin-bottom: 0px !important; }
  .just-one-animal .image-border {
    width: 50%;
    border-color: white;
    height: 100%; }
  .just-one-animal .animal-image-slider {
    position: relative;
    height: auto; }
  .just-one-animal .prev-arrow, .just-one-animal .next-arrow {
    top: 8px;
    height: auto; }
  .just-one-animal .next-arrow {
    left: -50px; }
  .just-one-animal .prev-arrow {
    right: -30px; }
  .just-one-animal .slider-card-image {
    width: 100%;
    height: auto; }
    .just-one-animal .slider-card-image img {
      width: 100%;
      height: auto; }
  .just-one-animal .single-video-carousel {
    width: 100%;
    position: relative;
    padding-bottom: 10.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0 !important; }
    .just-one-animal .single-video-carousel iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .just-one-animal .carousel-pause {
    display: inline-block;
    padding: 8px 10px;
    background: #3ED1F5;
    width: 50%;
    height: auto;
    text-align: center;
    position: absolute;
    bottom: -42px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    opacity: .6;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .just-one-animal .carousel-pause:hover {
      opacity: 1; }
  .just-one-animal .card-content {
    padding-top: 0;
    margin-top: 0px; }
  .just-one-animal .animal-location h6 {
    color: #646464;
    width: auto; }
  .just-one-animal .animal-location i {
    color: #CFCFCF;
    font-size: 16px; }
  .just-one-animal .animal-description .rgHeader, .just-one-animal .animal-description .rgFooter, .just-one-animal .animal-description img {
    display: none; }
  .just-one-animal .animal-description iframe {
    width: 100%; }
  .just-one-animal .animal-link {
    padding-bottom: 20px; }
    .just-one-animal .animal-link.interested-link {
      display: none; }
  .just-one-animal .animal-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 6px; }
    .just-one-animal .animal-social h6 {
      color: #00AFDA;
      width: auto;
      display: none; }
    .just-one-animal .animal-social .share-button {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      display: inline-block;
      border-radius: 50%;
      color: white;
      width: 32px;
      height: 32px;
      margin: 10px 5px 10px 0px;
      background-color: #3b5998;
      font-size: 18px;
      line-height: 32px;
      vertical-align: middle;
      -webkit-transition: background-color .3s ease-in-out;
      transition: background-color .3s ease-in-out; }
    .just-one-animal .animal-social i {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .just-one-animal .animal-social .twitter-button {
      background: #1da1f2; }
    .just-one-animal .animal-social .share-button:hover {
      background-color: #569E3F; }
      .just-one-animal .animal-social .share-button:hover i {
        -webkit-transform: rotateX(-30deg);
                transform: rotateX(-30deg); }
  .just-one-animal .sponsor-button {
    background: #6CCC4C;
    width: 155px;
    text-align: center;
    border-radius: 50px;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase; }
    .just-one-animal .sponsor-button a {
      color: white; }
  .just-one-animal .animal-admin {
    margin-top: 30px;
    color: #CFCFCF; }
    .just-one-animal .animal-admin .animal-admin-id {
      display: none; }

@media screen and (max-width: 1023px) {
  .just-one-animal h2 {
    font-size: 46px; } }

@media screen and (max-width: 767px) {
  .just-one-animal {
    margin-top: 0; }
    .just-one-animal .image-border {
      display: none; }
    .just-one-animal h2 {
      font-size: 36px;
      margin-top: 20px; }
    .just-one-animal .card-content {
      padding-left: 0px;
      padding-right: 0px;
      margin-top: 10px; }
    .just-one-animal .prev-arrow, .just-one-animal .next-arrow {
      top: 8px;
      height: auto;
      z-index: 99; }
    .just-one-animal .next-arrow {
      left: 0px; }
    .just-one-animal .prev-arrow {
      right: 0px; } }

.animals-section .animal-section-description {
  margin-top: 6px; }

.animal-api-for-loading, .urgent-animal-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  width: 100%;
  height: auto; }

.single-animal-card {
  margin-bottom: 60px; }
  .single-animal-card h5 {
    color: #222321; }
  .single-animal-card hr {
    margin: 13px 0 15px 0; }

.loading-animal {
  opacity: 0; }

.animal-description {
  width: 100%;
  height: auto;
  margin-bottom: 6px; }

.animal-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 4px; }
  .animal-location h6 {
    width: auto;
    color: #646464; }
  .animal-location i {
    color: #CFCFCF;
    margin-left: 6px; }

.animal-link a {
  text-transform: none;
  display: inline-block;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }
  .animal-link a:hover {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }

.load-more-button {
  cursor: pointer; }

.load-more-button-text {
  opacity: 0; }

.load-more-button-loader {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 76px; }

.adopt-cta-section .content {
  padding-top: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.single-adopt-cta-card {
  text-align: center;
  border: 1px solid #F1F1F1; }
  .single-adopt-cta-card .card-content {
    padding: 120px 30px 100px 30px; }
  .single-adopt-cta-card h3 {
    font-size: 40px; }
  .single-adopt-cta-card .corner-block-top svg polygon {
    fill: #C6ECB9; }
  .single-adopt-cta-card hr {
    text-align: center;
    margin: 20px auto; }
  .single-adopt-cta-card .double-button {
    margin-right: 6px;
    margin-left: 6px; }

@media screen and (max-width: 767px) {
  .single-adopt-cta-card {
    margin-bottom: 60px; }
    .single-adopt-cta-card .card-content {
      padding: 80px 30px 70px 30px; } }

@keyframes rolling-loader {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes rolling-loader {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

.rolling-loader {
  position: relative; }

.rolling-loader div,
.rolling-loader div:after {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 20px solid #00AFDA;
  border-top-color: transparent;
  border-radius: 50%; }

.rolling-loader div {
  -webkit-animation: rolling-loader 1s linear infinite;
  animation: rolling-loader 1s linear infinite;
  top: 100px;
  left: 100px; }

.rolling-loader div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.rolling-loader {
  margin: 0 auto;
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px); }

@keyframes load-more-rolling-loader {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes load-more-rolling-loader {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

.load-more-rolling-loader {
  position: relative; }

.load-more-rolling-loader div,
.load-more-rolling-loader div:after {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 6px solid #00AFDA;
  border-top-color: transparent;
  border-radius: 50%; }

.load-more-rolling-loader div {
  -webkit-animation: load-more-rolling-loader 1s linear infinite;
  animation: load-more-rolling-loader 1s linear infinite;
  top: 37px;
  left: 37px; }

.load-more-rolling-loader div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.load-more-rolling-loader {
  margin: 0 auto;
  width: 74px !important;
  height: 74px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px); }

.button {
  margin-top: 34px; }

.button, .alm-load-more-btn {
  display: inline-block;
  position: relative;
  font: 100 24px/1 'noway_round', sans-serif;
  text-transform: uppercase;
  background: none;
  border: 1px solid #00AFDA;
  border-radius: 40px;
  padding: 18px 40px 16px 40px; }
  .button a, .alm-load-more-btn a {
    color: #00AFDA;
    z-index: 2; }
  .button .button-text, .alm-load-more-btn .button-text {
    padding-top: 3px;
    position: relative;
    z-index: 2;
    color: white;
    -webkit-transition: color .3s;
    transition: color .3s; }
  .button .button-fill, .alm-load-more-btn .button-fill {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transform: translate(5px, 4px);
            transform: translate(5px, 4px);
    background: #00AFDA;
    width: calc(100% - 10px);
    height: calc(100% - 8px);
    border-radius: 40px;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .button:hover .button-fill, .alm-load-more-btn:hover .button-fill {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    background: #006B86;
    width: 100%;
    height: 100%; }

.small-button {
  font-size: 17px;
  padding: 16px 30px 14px 30px; }
  .small-button .button-text {
    padding-top: 1px; }
  .small-button .button-fill {
    -webkit-transform: translate(3px, 3px);
            transform: translate(3px, 3px);
    width: calc(100% - 6px);
    height: calc(100% - 6px); }

.section-button {
  background: #E1F9FF;
  color: #00AFDA;
  margin-top: 0;
  padding: 20px 60px 15px 60px;
  border-radius: 0;
  border: 0px solid white;
  font: 100 28px/1 'noway_round', sans-serif;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-property: background, color, -webkit-transform;
  transition-property: background, color, -webkit-transform;
  transition-property: background, color, transform;
  transition-property: background, color, transform, -webkit-transform; }
  .section-button:hover {
    -webkit-transform: perspective(500px) translate3d(0, 0px, -10px);
            transform: perspective(500px) translate3d(0, 0px, -10px);
    background: #C2F3FF;
    color: #006B86; }
  .section-button.double {
    margin-bottom: 10px; }

.section-button-container {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto; }

.filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
  margin-right: 3.333; }

.single-filter-button {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  background: white;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  -webkit-box-shadow: 0px 7px 13px -9px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 7px 13px -9px rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
  color: #646464; }
  .single-filter-button:hover {
    background-color: #C2F3FF; }

.selected-filter-button {
  background-color: #C2F3FF;
  color: #222321; }

.alm-load-more-btn {
  cursor: pointer;
  border-radius: 0px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: background .3s ease;
  transition: background .3s ease; }

.alm-btn-wrap {
  text-align: center; }

@media screen and (max-width: 1024px) {
  .prev-arrow {
    left: auto;
    right: -2px; }
  .next-arrow {
    left: -2px;
    right: auto; } }

@media screen and (max-width: 767px) {
  .button, .alm-load-more-btn {
    font-size: 20px;
    padding: 16px 36px 14px 36px; }
    .button .button-fill, .alm-load-more-btn .button-fill {
      -webkit-transform: translate(4px, 3px);
              transform: translate(4px, 3px);
      width: calc(100% - 8px);
      height: calc(100% - 6px); }
  .small-button {
    font-size: 14px;
    padding: 16px 26px 12px 26px; }
    .small-button .button-fill {
      -webkit-transform: translate(2px, 2px);
              transform: translate(2px, 2px);
      width: calc(100% - 4px);
      height: calc(100% - 4px); }
  .section-button {
    margin-left: 25px;
    margin-right: 25px;
    padding: 24px 60px 18px 60px;
    font: 100 24px/1 'noway_round', sans-serif; } }

.classy-shortcode-section .content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.classy-back {
  max-height: 500px !important; }

.generic-section .classypress-master p, .generic-section .classypress-master h2, .generic-section .classypress-master h3, .generic-section .classypress-master h4, .generic-section .classypress-master h5, .generic-section .classypress-master h6 {
  max-width: 100% !important; }

.generic-section .generic-image-container.activity-feed-element img {
  margin-right: 10px !important; }

.classypress-inner .leaderboard-col-2 {
  padding: 0% !important;
  margin-bottom: 20px !important; }
  .classypress-inner .leaderboard-col-2:nth-of-type(odd) {
    padding-right: 4% !important; }
  .classypress-inner .leaderboard-col-2:nth-of-type(even) {
    padding-left: 4% !important; }

.classypress-inner .generic-image-container {
  margin-top: 0 !important; }
  .classypress-inner .generic-image-container:before {
    border: 0px solid white !important; }

.classypress-inner h2 {
  font-size: 30px !important; }
  .classypress-inner h2:after {
    height: 0 !important; }

.classypress-inner h3 {
  margin-bottom: 0 !important; }

.classypress-inner .leaderboard-container-classypress {
  width: 50% !important; }

.classypress-inner .leaderboardraise {
  font-weight: 400 !important; }

.classypress-inner .mittun-campaign-link, .classypress-inner .mittun-fundDon-link, .classypress-inner input {
  display: block !important;
  width: auto !important;
  -webkit-appearance: none !important; }
  .classypress-inner .mittun-campaign-link a, .classypress-inner .mittun-fundDon-link a, .classypress-inner input a {
    background: white !important;
    color: #00AFDA !important;
    padding: 15px 30px !important;
    border-radius: 80px !important;
    border: 1px solid #00AFDA !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important; }
    .classypress-inner .mittun-campaign-link a:hover, .classypress-inner .mittun-fundDon-link a:hover, .classypress-inner input a:hover {
      background: #00AFDA !important;
      color: white !important; }

.classypress-inner .mittun-thermometer {
  background: #C2F3FF !important;
  border-width: 0px !important; }

.classypress-inner .mittun-thermometer-value span {
  font-family: "noway_round", sans-serif !important; }

.classypress-inner .mittun-thermometer-goal {
  color: #222321 !important; }
  .classypress-inner .mittun-thermometer-goal span {
    color: #222321 !important; }

.classypress-inner .mittun-thermometer-progress-marker-text {
  color: #222321 !important;
  font-style: normal !important;
  font-weight: 100 !important; }

.classypress-inner .mittun-thermometer-progress {
  background: #00AFDA !important; }

.classypress-inner .mittun-thermometer-progress-marker {
  border: 2px solid #00AFDA !important;
  background: white !important; }

.classypress-inner .mittun-classy-account-activity {
  border-top: 1px solid #00AFDA !important;
  margin-top: 0px !important;
  margin-bottom: 60px !important;
  width: 100% !important;
  float: left !important;
  padding: 20px 30px !important;
  background: white !important;
  -webkit-box-shadow: 0px 7px 13px -9px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0px 7px 13px -9px rgba(0, 0, 0, 0.3) !important; }
  .classypress-inner .mittun-classy-account-activity .activity-feed-element:after {
    content: "" !important;
    display: table !important;
    clear: both !important; }
  .classypress-inner .mittun-classy-account-activity h2 {
    color: #00AFDA !important;
    margin-bottom: 20px !important; }

.classypress-inner input {
  display: inline-block !important; }

.classypress-inner input[type="button"], .classypress-inner input[type="submit"] {
  font-size: 16px !important;
  border: 0px !important;
  display: inline-block !important;
  margin-right: 5px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  border-radius: 50px !important;
  padding: 12px 20px 11px 20px !important; }

.classypress-inner input[type="text"], .classypress-inner input[type="email"], .classypress-inner input[type="url"], .classypress-inner input[type="tel"], .classypress-inner textarea {
  border: 1px solid #646464 !important; }

.classypress-inner input[type="text"] {
  padding: 6px !important; }

.classypress-inner .classy-currency {
  left: -22px !important;
  margin-right: 0px !important;
  line-height: 1.7 !important; }

.classy-donation-form .classy-currency {
  left: -5px !important;
  line-height: 1.5 !important; }

.campaign-container-inner {
  margin: 0 !important;
  min-width: 60% !important;
  -webkit-box-shadow: 0px 7px 13px -9px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0px 7px 13px -9px rgba(0, 0, 0, 0.3) !important;
  background: white !important;
  padding: 20px 30px !important; }

.generic-section .generic-image-container.mittun-classy-activity-more {
  margin-top: 10px !important;
  display: block !important; }


.footer {
  margin-top: 120px;
  width: 100%;
  display: inline-block;
  background: #034858;
  position: relative; }
  .footer section {
    margin-bottom: 0px; }

.donation-footer {
  z-index: 2000;
  background: #CFCFCF;
  height: 58px;
  width: 100%; }
  .donation-footer .content {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0; }
  .donation-footer h4 {
    text-align: center;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0; }
  .donation-footer .donation-buttons {
    height: auto;
    overflow: hidden;
    padding-top: 5px; }
  .donation-footer .single-donation-btn {
    position: relative;
    z-index: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 74px;
    width: 94px;
    margin: 0 4px -4px 4px;
    padding-top: 4px;
    background: #F1F1F1;
    font: 400 24px/1.2 'noway_round', sans-serif;
    color: white;
    -webkit-box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.1); }
  .donation-footer .red-donation-btn {
    background: #D54646; }
  .donation-footer .green-donation-btn {
    background: #569E3F; }
  .donation-footer .blue-donation-btn {
    background: #00AFDA; }
  .donation-footer .orange-donation-btn {
    background: #F77D4E; }
  .donation-footer .other-donation-btn {
    color: #646464; }

.cta-footer {
  z-index: 2001; }
  .cta-footer .content {
    padding-top: 80px;
    padding-bottom: 80px; }
  .cta-footer .single-footer-cta {
    margin: 10px 0 10px 0;
    padding: 20px 10px 10px 10px;
    text-align: center; }
    .cta-footer .single-footer-cta h5 {
      font-weight: 400;
      font-size: 17px;
      color: white; }
    .cta-footer .single-footer-cta .button {
      border: 0px solid white;
      margin-top: 24px;
      font-size: 14px;
      font-weight: 400; }
    .cta-footer .single-footer-cta:nth-of-type(2) {
      border-left: 1px solid white; }
    .cta-footer .single-footer-cta:nth-of-type(3) {
      border-left: 1px solid white; }

.map-footer {
  background: #012129;
  color: white; }
  .map-footer a {
    color: white; }
  .map-footer hr {
    background: #00AFDA;
    margin-top: 14px;
    margin-bottom: 12px; }
  .map-footer .content {
    padding-top: 90px;
    padding-bottom: 100px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .map-footer .single-footer-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    padding: 40px 30px 32px 30px;
    color: white;
    height: auto;
    font-size: 15px; }
  .map-footer h5 {
    font-weight: 400;
    color: white; }
  .map-footer .footer-location-details {
    margin-bottom: 50px;
    line-height: 1.4; }
  .map-footer .footer-location-contact a {
    color: #E1F9FF;
    text-decoration: underline; }

.links-footer {
  color: white;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase; }
  .links-footer a {
    color: white;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
    .links-footer a:hover {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
  .links-footer .content {
    padding-top: 110px;
    padding-bottom: 90px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .links-footer .links-column ul {
    margin-top: 14px; }
  .links-footer .links-column li {
    margin-bottom: 3px; }
  .links-footer .links-column-title {
    width: 100%;
    max-width: 150px;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #CFCFCF; }
  .links-footer .links-logo img {
    width: 100%;
    height: auto; }
  .links-footer .links-social ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .links-footer .links-social li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border-radius: 50%;
    background: white;
    color: #034858;
    font-size: 18px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
    .links-footer .links-social li:hover {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
  .links-footer .links-newsletter form {
    margin-top: 14px; }
  .links-footer .links-newsletter input {
    display: block; }
  .links-footer .links-newsletter input[type=text], .links-footer .links-newsletter input[type=email] {
    width: 100%;
    padding: 5px 10px;
    color: #646464;
    border: none;
    outline: none;
    border-radius: 0px; }
  .links-footer .links-newsletter input[type=text]:focus, .links-footer .links-newsletter input[type=email]:focus {
    color: #CFCFCF;
    border: none;
    outline: none; }
  .links-footer .links-newsletter ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #CFCFCF; }
  .links-footer .links-newsletter ::-moz-placeholder {
    /* Firefox 19+ */
    color: #CFCFCF; }
  .links-footer .links-newsletter :-ms-input-placeholder {
    /* IE 10+ */
    color: #CFCFCF; }
  .links-footer .links-newsletter :-moz-placeholder {
    /* Firefox 18- */
    color: #CFCFCF; }
  .links-footer .links-newsletter input[type=submit], .links-footer .links-newsletter input[type=button] {
    cursor: pointer;
    -webkit-appearance: none;
    background: #00AFDA;
    color: white;
    margin-top: 14px;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 8px 30px; }
  .links-footer .links-newsletter .nf-form-fields-required {
    display: none; }
  .links-footer .links-newsletter .ninja-forms-form-wrap .nf-field-container {
    margin-bottom: 0; }
  .links-footer .links-newsletter .ninja-forms-form-wrap .nf-error-msg {
    font-size: 12px;
    padding: 10px;
    text-transform: none;
    line-height: 14px; }
  .links-footer .links-newsletter .nf-after-form-content {
    display: none; }
  .links-footer .links-newsletter .ninja-forms-form-wrap .nf-form-content {
    width: 100%; }

.copyright-footer {
  font-size: 14px;
  color: #CFCFCF;
  text-align: center; }
  .copyright-footer a {
    color: #CFCFCF; }
  .copyright-footer span {
    margin: 0 6px; }
  .copyright-footer .content {
    padding-top: 20px;
    padding-bottom: 20px; }
  .copyright-footer .subfooter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .copyright-footer .subfooter-wrap .subfooter-left {
      width: 125px; }
    .copyright-footer .subfooter-wrap .subfooter-middle {
      margin: 0 20px; }
    .copyright-footer .subfooter-wrap .subfooter-right {
      width: 125px; }
      .copyright-footer .subfooter-wrap .subfooter-right img {
        width: 100%;
        height: auto; }

/* MEDIA QUERY */
@media screen and (max-width: 1023px) {
  .cta-footer .single-footer-cta:nth-of-type(3) {
    border-left: none; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .links-footer .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .links-column {
    width: 24%;
    margin-bottom: 20px; }
  .links-logo {
    padding-right: 20px; }
  .map-footer .content {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .map-footer .single-footer-location {
    width: 47%;
    margin-bottom: 20px; } }

@media (max-width: 885px) {
  .copyright-footer .subfooter-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0; }
    .copyright-footer .subfooter-wrap .subfooter-left {
      display: none; }
    .copyright-footer .subfooter-wrap .subfooter-middle {
      margin: 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%; }
    .copyright-footer .subfooter-wrap .subfooter-right {
      width: 125px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin: 0 0 20px 0; }
      .copyright-footer .subfooter-wrap .subfooter-right img {
        width: 100%;
        height: auto; } }

@media screen and (max-width: 767px) {
  .donation-footer {
    height: 44px; }
    .donation-footer .content {
      padding: 0; }
    .donation-footer .single-donation-btn {
      font-size: 14px;
      width: 70px;
      height: 50px;
      margin: 0; }
  .cta-footer .single-footer-cta {
    border-left: 0px;
    border-right: 0px;
    padding-top: 0px;
    padding-bottom: 50px; }
    .cta-footer .single-footer-cta:nth-of-type(2) {
      padding-top: 70px;
      padding-bottom: 50px;
      border-top: 1px solid white;
      border-left: 0px solid white; }
    .cta-footer .single-footer-cta:nth-of-type(3) {
      padding-top: 70px;
      padding-bottom: 0;
      border-top: 1px solid white;
      border-left: 0px solid white; }
  .map-footer .single-footer-location {
    margin-bottom: 30px; }
  .links-column {
    margin-bottom: 30px; }
  .links-footer .content {
    padding-top: 60px; }
  .links-footer .links-logo img {
    max-width: 200px; }
  .links-footer .links-social ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .links-footer .links-social li {
    margin-right: 10px; } }

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  font-size: 200px;
  z-index: 999999999999999999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: white; }

.orbit {
  position: absolute;
  z-index: 10;
  width: 150px;
  height: 300px;
  left: 50%;
  top: 50%;
  margin: -150px -75px;
  border: 0px solid #C2F3FF;
  border-radius: 50%; }

.rot45 {
  border-color: #3ED1F5;
  z-index: 6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.rot90 {
  border-color: #00AFDA;
  z-index: 4;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.rot135 {
  border-color: #006B86;
  z-index: 6;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }

.prot {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  position: absolute;
  top: 110px;
  left: 30px;
  width: 80px;
  height: 80px;
  margin: 0;
  border-radius: 50%; }
  .prot img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .prot .dog-only {
    -webkit-animation: flip-dog 2s infinite;
            animation: flip-dog 2s infinite; }
  .prot .cat-only {
    -webkit-animation: flip-cat 2s infinite;
            animation: flip-cat 2s infinite; }

.elec {
  position: absolute;
  top: 146px;
  left: -8px; }

.elec:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccff00; }

.sp1 {
  -webkit-animation: lr 2.6s infinite;
          animation: lr 2.6s infinite; }

.sp1:after {
  -webkit-animation: ud 2.6s infinite;
          animation: ud 2.6s infinite; }

.sp2 {
  -webkit-animation: lr 2.3s infinite;
          animation: lr 2.3s infinite; }

.sp2:after {
  -webkit-animation: ud 2.3s infinite;
          animation: ud 2.3s infinite; }

.sp3 {
  -webkit-animation: lr 3s infinite;
          animation: lr 3s infinite; }

.sp3:after {
  -webkit-animation: ud 3s infinite;
          animation: ud 3s infinite; }

.sp4 {
  -webkit-animation: lr 1.8s infinite;
          animation: lr 1.8s infinite; }

.sp4:after {
  -webkit-animation: ud 1.8s infinite;
          animation: ud 1.8s infinite; }

@-webkit-keyframes flip-dog {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  10% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg); }
  20% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg); }
  30% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  40% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  60% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  70% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); } }

@keyframes flip-dog {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  10% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg); }
  20% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg); }
  30% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  40% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  60% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  70% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); } }

@-webkit-keyframes flip-cat {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  10% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg); }
  20% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg); }
  30% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  40% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  60% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  70% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); } }

@keyframes flip-cat {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  10% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg); }
  20% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg); }
  30% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  40% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  60% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  70% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); } }

@-webkit-keyframes lr {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  25% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateX(80px);
            transform: translateX(80px); }
  50% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateX(152px);
            transform: translateX(152px); }
  75% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateX(80px);
            transform: translateX(80px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes lr {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  25% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateX(80px);
            transform: translateX(80px); }
  50% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateX(152px);
            transform: translateX(152px); }
  75% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateX(80px);
            transform: translateX(80px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@-webkit-keyframes ud {
  0% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  25% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(-152px);
            transform: translateY(-152px); }
  50% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  75% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(152px);
            transform: translateY(152px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes ud {
  0% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  25% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(-152px);
            transform: translateY(-152px); }
  50% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  75% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(152px);
            transform: translateY(152px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

/* MEDIA QUERY */

.gsc-control-cse .gs-title {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 5px; }
  .gsc-control-cse .gs-title a {
    font-size: 28px !important;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    font-family: 'noway_round', sans-serif;
    line-height: 30px;
    color: #00AFDA !important;
    font-weight: 100;
    position: relative; }
    .gsc-control-cse .gs-title a b {
      font-size: 28px !important;
      text-transform: uppercase;
      margin: 0;
      width: 100%;
      font-family: 'noway_round', sans-serif;
      color: #00AFDA !important; }
    .gsc-control-cse .gs-title a:after {
      position: absolute;
      content: '';
      bottom: -9px;
      left: 0;
      width: 80px;
      height: 1px;
      background-color: #00AFDA; }

.gsc-control-cse .gs-webResult div.gs-visibleUrl-long {
  display: none; }

.gsc-control-cse .gs-image {
  display: none; }

.gsc-control-cse .gsc-thumbnail {
  display: none; }

.gsc-control-cse .gsc-url-top {
  display: none !important; }

.gsc-control-cse .gs-snippet {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif; }

.gsc-control-cse .gsc-webResult.gsc-result {
  margin-bottom: 40px;
  padding: 30px 25px 40px 25px;
  -webkit-box-shadow: 0px 7px 13px -9px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 7px 13px -9px rgba(0, 0, 0, 0.3);
  position: relative; }
  .gsc-control-cse .gsc-webResult.gsc-result:before {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 25px solid #00AFDA;
    z-index: 100; }

.gsc-control-cse .gsc-expansionArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .gsc-control-cse .gsc-expansionArea .gsc-webResult.gsc-result {
    width: 43%; }

form.gsc-search-box button {
  background-color: transparent;
  width: 60px;
  height: 30px;
  border: none;
  border-radius: 0;
  position: relative; }
  form.gsc-search-box button svg {
    display: none; }
  form.gsc-search-box button:hover {
    cursor: pointer; }

form.gsc-search-box td.gsc-search-button {
  position: relative; }
  form.gsc-search-box td.gsc-search-button:before {
    position: absolute;
    content: 'Search';
    bottom: 0px;
    left: 2px;
    width: 114px;
    line-height: 43px;
    text-align: center;
    height: 43px;
    color: white;
    font-size: 18px;
    background-color: #00AFDA;
    cursor: pointer; }
    form.gsc-search-box td.gsc-search-button:before:hover {
      cursor: pointer;
      background-color: #006B86; }
  form.gsc-search-box td.gsc-search-button:hover button {
    background-color: transparent; }

.wgs_wrapper .gsc-input-box .gsib_a input {
  height: 37px !important; }

.gsc-input-box {
  border-radius: 0 !important;
  padding: 0 !important; }

.gsc-results .gsc-cursor-box .gsc-cursor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #00AFDA !important;
  margin-right: 10px;
  line-height: 25px;
  color: white !important; }

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #3ED1F5 !important; }

.gcsc-more-maybe-branding-root {
  display: none !important; }

/* MEDIA QUERY */
@media screen and (max-width: 1023px) {
  .gsc-control-cse .gsc-expansionArea .gsc-webResult.gsc-result {
    width: 100%; } }

@media (max-width: 885px) {
  .gsc-control-cse .gs-title a {
    font-size: 22px !important;
    line-height: 24px; }
    .gsc-control-cse .gs-title a b {
      font-size: 22px !important;
      line-height: 24px; } }

@media screen and (max-width: 767px) {
  form.gsc-search-box td.gsc-search-button {
    display: none; } }

.header {
  position: relative;
  font: 400 17px/1.2 'noway_round', sans-serif; }
  .header .content {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.mobile-header-logo {
  display: none; }

.main-nav li {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer; }

.current-menu-item {
  border-bottom: 2px solid blue; }
  .current-menu-item a {
    color: blue; }

.mobile-menu {
  display: none; }

@media screen and (max-width: 1024px) {
  .header .menu-toggle {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 32px;
    right: 26px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 27px; }
    .header .menu-toggle span {
      display: block;
      height: 3px;
      border-radius: 50px;
      width: 100%;
      background-color: #3ED1F5; }
      .header .menu-toggle span:nth-of-type(2) {
        background-color: #00AFDA; }
      .header .menu-toggle span:nth-of-type(3) {
        background-color: #006B86; }
  .mobile-header-logo {
    position: relative;
    width: auto;
    height: 90px;
    padding: 12px 20px;
    background-color: white;
    display: inline-block; }
    .mobile-header-logo img {
      height: 100%;
      width: auto; } }

.mobile-nav-v2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: #F1F1F1;
  overflow-y: scroll;
  padding-bottom: 50px;
  /*accordion */
  /* search */ }
  .mobile-nav-v2.slide-in {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: .5s ease;
    transition: .5s ease; }
  .mobile-nav-v2 .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .mobile-nav-v2 .header-logo {
    width: 100%;
    height: 120px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px; }
    .mobile-nav-v2 .header-logo img {
      position: relative;
      margin-left: auto;
      margin-right: auto; }
  .mobile-nav-v2 ul {
    width: 100%;
    max-width: 450px; }
  .mobile-nav-v2 .mobile-color-nav-area {
    width: 100%;
    max-width: 450px; }
    .mobile-nav-v2 .mobile-color-nav-area ul li {
      display: block; }
      .mobile-nav-v2 .mobile-color-nav-area ul li.red-cta {
        background-color: #D54646; }
      .mobile-nav-v2 .mobile-color-nav-area ul li.blue-cta {
        background-color: #3ED1F5; }
      .mobile-nav-v2 .mobile-color-nav-area ul li.green-cta {
        background-color: #6CCC4C; }
      .mobile-nav-v2 .mobile-color-nav-area ul li.orange-cta {
        background-color: #F77D4E; }
      .mobile-nav-v2 .mobile-color-nav-area ul li.color-cta-sub-nav-item {
        background-color: #F1F1F1; }
      .mobile-nav-v2 .mobile-color-nav-area ul li.level-one-color {
        margin-bottom: 5px; }
        .mobile-nav-v2 .mobile-color-nav-area ul li.level-one-color div {
          padding: 20px; }
          .mobile-nav-v2 .mobile-color-nav-area ul li.level-one-color div.color-white {
            color: white;
            font-size: 20px; }
  .mobile-nav-v2 .main-nav-links li {
    display: block; }
    .mobile-nav-v2 .main-nav-links li.level-one-mna-link {
      background-color: white;
      margin-bottom: 5px; }
    .mobile-nav-v2 .main-nav-links li .mn-child-link {
      background-color: #F1F1F1; }
  .mobile-nav-v2 .second-level-nav {
    font-size: 16px;
    padding: 15px 10px 15px 20px; }
    .mobile-nav-v2 .second-level-nav:first-child {
      padding-top: 25px; }
    .mobile-nav-v2 .second-level-nav:last-child {
      padding-bottom: 25px; }
  .mobile-nav-v2 .row3 li {
    display: block; }
  .mobile-nav-v2 .main-link {
    padding: 20px;
    width: 100%; }
  .mobile-nav-v2 .color-cta-sub-nav, .mobile-nav-v2 .mn-child {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: height 0.4s ease-out;
    transition: height 0.4s ease-out; }
  .mobile-nav-v2 .openAccordion + .color-cta-sub-nav {
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    height: auto;
    max-height: 600px; }
  .mobile-nav-v2 .openAccordion + .mn-child {
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    height: auto;
    max-height: 600px; }
  .mobile-nav-v2 .toggle-wrapped {
    position: relative;
    width: 100%; }
    .mobile-nav-v2 .toggle-wrapped div {
      display: inline-block; }
      .mobile-nav-v2 .toggle-wrapped div.title-wrapper {
        width: 75%;
        padding: 0 !important; }
      .mobile-nav-v2 .toggle-wrapped div.icon-wrapper {
        width: 20%;
        position: relative;
        margin-left: auto;
        text-align: right;
        padding: 0 !important; }
        .mobile-nav-v2 .toggle-wrapped div.icon-wrapper i {
          -webkit-transform: rotate(0);
                  transform: rotate(0);
          -webkit-transition: .3s ease;
          transition: .3s ease; }
  .mobile-nav-v2 .openAccordion.toggle-wrapped .icon-wrapper i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: .3s ease;
    transition: .3s ease; }

.single-nav-menu.single-nav-menu-mobile {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 200000;
  top: 0;
  left: 0;
  background-color: #034858;
  height: 100%;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
  -webkit-transition: .5s ease;
  transition: .5s ease; }
  .single-nav-menu.single-nav-menu-mobile ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .single-nav-menu.single-nav-menu-mobile ul .menu-title {
      color: white; }
  .single-nav-menu.single-nav-menu-mobile .headline-bar {
    background-color: white; }
  .single-nav-menu.single-nav-menu-mobile.slideUpSearch {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: .5s ease;
    transition: .5s ease; }

body.noScroll {
  overflow: hidden; }

.menuToggle-v2.menu-toggle {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 32px;
  right: 26px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 27px; }
  .menuToggle-v2.menu-toggle span {
    display: block;
    height: 3px;
    border-radius: 50px;
    width: 100%;
    background-color: #3ED1F5; }
    .menuToggle-v2.menu-toggle span:nth-of-type(2) {
      background-color: #00AFDA; }
    .menuToggle-v2.menu-toggle span:nth-of-type(3) {
      background-color: #006B86; }

.menuToggle-v2 .hamMid {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .2s;
  transition: .2s; }

.menuToggle-v2 .hamTop {
  -webkit-transform: rotate(0) translateY(0);
          transform: rotate(0) translateY(0);
  -webkit-transition: .2s;
  transition: .2s; }

.menuToggle-v2 .hamBot {
  -webkit-transform: rotate(0) translateY(0);
          transform: rotate(0) translateY(0);
  -webkit-transition: .2s;
  transition: .2s; }

.menuToggle-v2.changeShape .hamMid {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .2s;
  transition: .2s; }

.menuToggle-v2.changeShape .hamTop {
  -webkit-transform: rotate(45deg) translateY(12px);
          transform: rotate(45deg) translateY(12px);
  -webkit-transition: .2s;
  transition: .2s; }

.menuToggle-v2.changeShape .hamBot {
  -webkit-transform: rotate(-45deg) translateY(-12px);
          transform: rotate(-45deg) translateY(-12px);
  -webkit-transition: .2s;
  transition: .2s; }

.module-full-width-CTA {
  background: no-repeat center center;
  background-size: cover; }

.module-CTA {
  height: 600px;
  width: 100%;
  margin-bottom: 0px; }
  .module-CTA:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222321;
    opacity: 0.4;
    z-index: 4; }
  .module-CTA .content {
    z-index: 5;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 100%; }
  .module-CTA .callout-headline {
    font-size: 90px;
    max-width: 910px;
    text-align: center;
    color: white;
    margin-bottom: 10px;
    padding: 0 20px; }
  .module-CTA .callout-subhead {
    width: 100%;
    max-width: 910px;
    text-align: center;
    color: white;
    padding: 0 20px;
    margin-bottom: 40px; }
  .module-CTA .button {
    border: 1px solid #D54646; }
    .module-CTA .button .button-fill {
      background: #D54646; }
    .module-CTA .button .button-text {
      color: white; }
    .module-CTA .button:hover {
      border: 1px solid #982727; }
      .module-CTA .button:hover .button-text {
        color: #FBE6E3; }
      .module-CTA .button:hover .button-fill {
        background: #982727; }

@media screen and (max-width: 1023px) {
  .module-CTA .callout-headline {
    font-size: 80px; } }

@media screen and (max-width: 767px) {
  .module-CTA .callout-headline {
    padding: 0;
    font-size: 50px; } }

.module-bg-vid-CTA .video-frame {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: auto;
  height: 600px;
  overflow: hidden;
  z-index: 3; }

.module-bg-vid-CTA video {
  position: relative;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
  background: black;
  background-size: cover; }

@media screen and (max-width: 767px) {
  video {
    display: none; } }

.module-cards .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.single-card-mod-card {
  margin-bottom: 40px; }
  .single-card-mod-card .card-content h4, .single-card-mod-card .card-content h5 {
    margin-bottom: 16px; }

.single-card-mod-card.c-width-48 .card-content {
  padding: 40px 40px 60px 40px; }

.single-card-mod-image {
  position: relative; }
  .single-card-mod-image .image-border {
    height: 100%; }
  .single-card-mod-image img {
    position: relative; }

.upcoming-events-container {
  width: 100%;
  height: auto; }

.single-upcoming-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-bottom: 60px; }
  .single-upcoming-event .image-border {
    left: auto;
    right: -10px;
    height: 100%; }

.upcoming-event-description {
  width: 100%;
  height: auto;
  margin-top: 5px;
  color: #646464; }

.upcoming-event-content {
  padding: 40px 30px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .upcoming-event-content h3 {
    color: #222321; }
  .upcoming-event-content hr {
    margin: 20px auto;
    text-align: center; }

.upcoming-event-map {
  width: 33.3333%;
  position: relative;
  height: auto; }
  .upcoming-event-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.upcoming-event-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  width: 100%;
  height: auto; }

.upcoming-event-label {
  width: 35%;
  height: auto;
  text-align: right;
  color: #CFCFCF;
  text-transform: uppercase;
  margin-bottom: 5px; }

.upcoming-event-fact {
  width: 65%;
  padding: 0 10px;
  height: auto;
  text-align: left;
  margin-bottom: 5px; }

.upcoming-event-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: auto;
  background: #F1F1F1;
  height: 100%;
  margin: 0 auto;
  width: 100%; }
  .upcoming-event-image img {
    padding: 10px; }

.image-border-normal {
  display: none; }

@media screen and (max-width: 1024px) {
  .upcoming-event-content h3 {
    font-size: 32px; } }

@media screen and (max-width: 767px) {
  .upcoming-event-map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%; }
  .upcoming-event-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.module-faq-list .content {
  /* fix content from being overriden in some templates */
  padding-top: 0 !important; }

.faq-container {
  width: 100%;
  margin-top: 20px; }

.single-faq {
  margin-bottom: 30px;
  border: 1px solid #F1F1F1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow; }
  .single-faq:hover {
    -webkit-transform: perspective(500px) translate3d(0px, 1px, -1px);
            transform: perspective(500px) translate3d(0px, 1px, -1px);
    -webkit-box-shadow: 0px 3px 5px -5px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 3px 5px -5px rgba(0, 0, 0, 0.5); }

/*PREVENT HOVER ANIMATION ON OPEN FAQ*/
.openFAQ:hover {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  -webkit-box-shadow: 0px 7px 13px -9px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 7px 13px -9px rgba(0, 0, 0, 0.3); }

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }

.faq-icon-section {
  background: #E1F9FF;
  min-width: 100px;
  padding: 18px 0; }

.faq-icon {
  border-radius: 50%;
  background: white;
  width: 54px;
  height: 54px; }
  .faq-icon h4 {
    text-align: center;
    margin: 0; }

.faq-question-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: 20px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .faq-question-text h4 {
    text-transform: none;
    color: #222321;
    margin: 0; }

.faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }
  .faq-answer .faq-icon-section {
    padding: 0; }

.faq-answer-text {
  padding: 0 30px;
  margin-bottom: 40px;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .faq-answer-text p {
    margin: 0; }

@media screen and (max-width: 767px) {
  .faq-icon-section {
    min-width: 24px;
    width: 12%; }
  .faq-icon {
    width: 24px;
    height: 24px; }
    .faq-icon h4 {
      font-size: 16px; }
  .faq-question-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 20px 16px; }
    .faq-question-text h4 {
      font-size: 20px; }
  .faq-answer-text {
    padding: 0 16px; } }

/* ACCORDION */
.mod-accordion-list .faq-answer-text img {
  width: initial; }

.module-faq-list.mod-accordion-list .faq-icon-section img {
  max-height: 200px;
  height: auto;
  width: auto; }

.module-faq-list.mod-accordion-list .faq-icon-section.accordion-image-container {
  background-color: transparent; }

/* MEDIA QUERY */
@media screen and (max-width: 767px) {
  .module-faq-list.mod-accordion-list .faq-icon-section {
    width: 20%; }
  .module-faq-list.mod-accordion-list .faq-icon .fa-3x {
    font-size: 1em; } }

.generic-module.generic-section {
  padding-top: 16px; }
  .generic-module.generic-section h2:nth-of-type(1) {
    font-size: 56px;
    max-width: 100%;
    color: #25760B; }
    .generic-module.generic-section h2:nth-of-type(1):after {
      background-color: #25760B; }
  .generic-module.generic-section ul {
    width: 100%; }
  .generic-module.generic-section .colored-back-container {
    height: 80%; }


.module-metrics {
  margin-bottom: 130px; }
  .module-metrics .section-button-container {
    margin-top: 60px; }
    .module-metrics .section-button-container .section-button {
      font-size: 20px; }

.bar-chart-container {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto; }
  .bar-chart-container svg {
    width: 100%;
    height: 500px;
    /*border:1px solid red;*/ }
  .bar-chart-container h2 {
    margin-bottom: 0;
    color: #982727;
    margin-bottom: 10px; }
  .bar-chart-container .bar-chart-description {
    width: 80%;
    height: auto;
    margin: 0 auto 50px auto; }
  .bar-chart-container .section-button-container {
    margin-top: -30px;
    margin-bottom: 50px; }
  .bar-chart-container .bar0 {
    /*// hide for cloning but don't display cause it messes up the order*/
    display: none; }
  .bar-chart-container .bar-value-container {
    display: none; }
  .bar-chart-container .x-axis-title, .bar-chart-container .y-axis-title {
    font: 100 30px/1.2 'noway_round', sans-serif;
    text-anchor: middle;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: #D54646; }
  .bar-chart-container .x-axis-label, .bar-chart-container .y-axis-label {
    font-size: 14px;
    text-anchor: middle;
    opacity: 0; }
  .bar-chart-container .x-axis-label {
    fill: black; }
  .bar-chart-container .y-axis-label {
    fill: #D54646; }
  .bar-chart-container .bar-back {
    fill: #222321; }
  .bar-chart-container .bar-side {
    fill: #982727; }
  .bar-chart-container .bar-front {
    fill: #D54646; }
  .bar-chart-container .bar-back-shadow {
    fill: #000000; }
  .bar-chart-container .bar-shadow {
    opacity: 1;
    fill: url("#SVGID_1_"); }

.blue-chart h2, .blue-chart .y-axis-label, .blue-chart .bar-side {
  color: #00AFDA;
  fill: #00AFDA; }

.blue-chart .x-axis-title, .blue-chart .y-axis-title, .blue-chart .bar-front {
  fill: #3ED1F5; }

.green-chart h2, .green-chart .y-axis-label, .green-chart .bar-side {
  color: #569E3F;
  fill: #569E3F; }

.green-chart .x-axis-title, .green-chart .y-axis-title, .green-chart .bar-front {
  fill: #6CCC4C; }

.orange-chart h2, .orange-chart .y-axis-label, .orange-chart .bar-side {
  color: #C45930;
  fill: #C45930; }

.orange-chart .x-axis-title, .orange-chart .y-axis-title, .orange-chart .bar-front {
  fill: #F77D4E; }

@media (max-width: 768px) {
  .module-metrics h2 {
    font-size: 44px; }
  .module-metrics .section-button-container {
    margin-top: 60px; } }

@media screen and (max-width: 767px) {
  .module-metrics {
    margin-bottom: 100px; }
    .module-metrics h2 {
      font-size: 44px; }
    .module-metrics .section-button-container {
      margin-top: 10px; }
    .module-metrics .section-button {
      padding: 24px 20px 20px 20px; }
  .bar-chart-container svg {
    height: 100%; } }

.circle-chart-description {
  width: 60%;
  height: auto;
  margin: 0;
  margin-bottom: 70px;
  text-align: center; }

.circle-chart-headline {
  text-align: center;
  width: 100%;
  color: #D54646;
  margin-bottom: 10px; }

.blue-chart-headline {
  color: #00AFDA; }

.green-chart-headline {
  color: #569E3F; }

.orange-chart-headline {
  color: #F77D4E; }

.circle-chart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
  height: auto;
  text-align: center; }
  .circle-chart-container .single-circle-chart {
    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;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    width: 49%;
    max-width: 49%;
    height: auto;
    text-align: center; }
  .circle-chart-container .chart-header {
    margin-bottom: 5px;
    height: 60px; }
  .circle-chart-container h5 {
    font-size: 30px; }
  .circle-chart-container svg {
    height: 350px;
    width: 100%; }
  .circle-chart-container .anchor-circle {
    fill: none;
    stroke: #721212;
    stroke-width: 0;
    stroke-miterlimit: 10; }
  .circle-chart-container .path {
    fill: none;
    stroke: #D54646;
    stroke-width: 70;
    stroke-miterlimit: 10; }
  .circle-chart-container .path-2 {
    stroke: #982727; }
  .circle-chart-container .path-1S, .circle-chart-container .path-2S {
    stroke: #000000;
    opacity: .05; }
  .circle-chart-container .chart-text-container {
    margin: 10px auto 0 auto;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .circle-chart-container .chart-text {
    width: 31%;
    padding-left: 1%;
    padding-right: 1%; }
    .circle-chart-container .chart-text .chart-title {
      font-size: 24px;
      margin-bottom: 0;
      color: #D54646; }
    .circle-chart-container .chart-text hr {
      width: 60px;
      border: 0;
      height: 1px;
      background: #D54646;
      margin: 10px auto 11px auto;
      text-align: center; }
  .circle-chart-container .percent-title {
    width: 100%; }
  .circle-chart-container .chart-text-two .chart-title {
    color: #982727; }
  .circle-chart-container .chart-text-two hr {
    background: #982727; }
  .circle-chart-container .chart-number {
    font-size: 20px;
    line-height: 20px; }

.three-circles .single-circle-chart {
  width: 32%;
  max-width: 330px; }

.three-circles .chart-header {
  margin-bottom: 5px;
  height: 60px; }

.three-circles h5 {
  font-size: 24px; }

.three-circles svg {
  height: 315px; }

.three-circles .chart-text {
  width: 48%; }
  .three-circles .chart-text hr {
    margin: 7px auto 8px auto; }
  .three-circles .chart-text .chart-title {
    font-size: 18px; }

.three-circles .chart-number {
  font-size: 18px; }

.blue-chart .chart-header hr {
  background: #00AFDA; }

.blue-chart .chart-text .chart-title {
  color: #00AFDA; }

.blue-chart .chart-text hr {
  background: #00AFDA; }

.blue-chart .chart-text-two .chart-title {
  color: #006B86; }

.blue-chart .chart-text-two hr {
  background: #006B86; }

.blue-chart .anchor-circle {
  stroke: #034858; }

.blue-chart .path-1 {
  stroke: #00AFDA; }

.blue-chart .path-2 {
  stroke: #006B86; }

.green-chart .chart-header hr {
  background: #6CCC4C; }

.green-chart .chart-text .chart-title {
  color: #6CCC4C; }

.green-chart .chart-text hr {
  background: #6CCC4C; }

.green-chart .chart-text-two .chart-title {
  color: #569E3F; }

.green-chart .chart-text-two hr {
  background: #569E3F; }

.green-chart .anchor-circle {
  stroke: #25760B; }

.green-chart .path-1 {
  stroke: #6CCC4C; }

.green-chart .path-2 {
  stroke: #569E3F; }

.orange-chart .chart-header hr {
  background: #F77D4E; }

.orange-chart .chart-text .chart-title {
  color: #F77D4E; }

.orange-chart .chart-text hr {
  background: #F77D4E; }

.orange-chart .chart-text-two .chart-title {
  color: #C45930; }

.orange-chart .chart-text-two hr {
  background: #C45930; }

.orange-chart .anchor-circle {
  stroke: #6F3A26; }

.orange-chart .path-1 {
  stroke: #F77D4E; }

.orange-chart .path-2 {
  stroke: #C45930; }

.circle-chart-container .path-percent-void {
  stroke: #F1F1F1;
  opacity: 0; }

@media screen and (max-width: 1023px) {
  .circle-chart-container .single-circle-chart svg {
    height: 300px; }
  .circle-chart-container .three-circles svg {
    height: 200px; } }

@media screen and (max-width: 768px) {
  .circle-chart-container .single-circle-chart h6 {
    font-size: 14px; }
  .circle-chart-container .single-circle-chart .chart-text-container {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .circle-chart-description {
    width: 100%; }
  .circle-chart-container .single-circle-chart {
    width: 100%;
    max-width: 100%;
    margin-bottom: 90px; }
    .circle-chart-container .single-circle-chart svg {
      height: 315px; }
    .circle-chart-container .single-circle-chart h6 {
      font-size: 16px; }
    .circle-chart-container .single-circle-chart .chart-title, .circle-chart-container .single-circle-chart .chart-number {
      font-size: 20px;
      font-weight: 100; }
  .circle-chart-container .chart-header {
    height: auto; } }

.recent-article-container {
  width: 100%;
  height: auto; }

.single-recent-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 80px; }
  .single-recent-news .image-border {
    height: 100%; }

.recent-news-image {
  position: relative;
  height: auto;
  background: no-repeat center center;
  background-size: cover; }

.recent-news-content {
  padding: 30px 30px 50px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .recent-news-content h4 {
    color: #222321;
    margin-bottom: 0; }
  .recent-news-content hr {
    margin: 10px 0; }

.recent-news-date {
  font-size: 12px;
  color: #CFCFCF;
  margin-bottom: 2px; }

.two-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .two-up .single-recent-news, .two-up .single-upcoming-event {
    width: 48%;
    height: auto;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .two-up .upcoming-event-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .two-up .upcoming-event-map, .two-up .recent-news-image {
    width: 100%;
    height: 400px; }
  .two-up .image-border {
    width: 100%;
    height: 400px; }

@media screen and (max-width: 767px) {
  .two-up .single-recent-news, .two-up .single-upcoming-event {
    width: 100%; } }

.module-partners .slick-slider .slick-track, .module-partners .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.module-partners h3 {
  color: #569E3F;
  margin-bottom: 0; }

.module-partners .content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.module-partners .content-intro {
  margin-bottom: 0; }

.module-partners .partners-module-intro-content {
  padding: 40px 40px 30px 0; }
  .module-partners .partners-module-intro-content h4 {
    color: #222321;
    margin-bottom: 10px; }

.module-partners .partners-module-intro-copy {
  width: 100%;
  height: copy; }

.module-partners .slider-container {
  margin-top: 30px;
  height: 100%; }

.module-partners .partners-module-logo-group {
  position: relative;
  padding: 40px 45px;
  text-align: center;
  height: 100%; }
  .module-partners .partners-module-logo-group h4 {
    text-align: center; }
  .module-partners .partners-module-logo-group .corner-block {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0; }
    .module-partners .partners-module-logo-group .corner-block polygon {
      fill: #EAFAE4; }
  .module-partners .partners-module-logo-group .next-arrow, .module-partners .partners-module-logo-group .prev-arrow {
    opacity: .8;
    top: 48px; }
    .module-partners .partners-module-logo-group .next-arrow svg, .module-partners .partners-module-logo-group .prev-arrow svg {
      height: 25px;
      width: 25px; }
    .module-partners .partners-module-logo-group .next-arrow polygon, .module-partners .partners-module-logo-group .prev-arrow polygon {
      fill: #6CCC4C; }
    .module-partners .partners-module-logo-group .next-arrow:hover, .module-partners .partners-module-logo-group .prev-arrow:hover {
      opacity: 1; }
  .module-partners .partners-module-logo-group .next-arrow {
    left: 35px;
    right: auto; }
  .module-partners .partners-module-logo-group .prev-arrow {
    left: auto;
    right: 35px; }
  .module-partners .partners-module-logo-group .single-partner-logo {
    text-align: center;
    height: auto; }
    .module-partners .partners-module-logo-group .single-partner-logo img {
      margin: 0 auto;
      width: auto;
      max-height: 260px; }

@media screen and (max-width: 1024px) {
  .module-partners .no-logo-title img {
    left: 10%; } }

@media screen and (max-width: 767px) {
  .module-partners .partners-module-intro-content {
    padding-right: 0px; }
  .module-partners .partners-module-logo-group {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 0px solid #EAFAE4;
    border-top: 1px solid #C6ECB9; }
    .module-partners .partners-module-logo-group h4 {
      color: #165700; }
  .module-partners .no-logo-title img {
    left: 20%; } }

.module-files-section .content {
  padding-bottom: 110px; }

.module-files-section .content-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.resource-intro {
  margin-bottom: 40px; }

.resource-link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: auto; }

.single-resource-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-right: 5%;
  margin-bottom: 60px; }
  .single-resource-link:nth-of-type(3n+0) {
    margin-right: 0%; }
  .single-resource-link .link-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55px;
    height: 68px;
    margin-right: 20px;
    -webkit-box-shadow: -5px 5px 7px -4px rgba(0, 0, 0, 0.3);
            box-shadow: -5px 5px 7px -4px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s cubic-bezier(0, 0.3, 0.3, 1);
    transition: all 0.3s cubic-bezier(0, 0.3, 0.3, 1);
    -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
    transition-property: -webkit-box-shadow, -webkit-transform;
    transition-property: box-shadow, transform;
    transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform; }
    .single-resource-link .link-icon img {
      width: 100%;
      height: 100%; }
  .single-resource-link .globe-icon {
    border-radius: 50%;
    width: 60px;
    height: 60px; }
  .single-resource-link .link-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .single-resource-link .link-content h5 {
      color: #222321;
      font-size: 20px; }
    .single-resource-link .link-content h6 {
      font-size: 16px; }
    .single-resource-link .link-content hr {
      width: 40px;
      margin: 6px 0;
      -webkit-transition: width .3s ease-out;
      transition: width .3s ease-out; }
  .single-resource-link:hover .link-icon {
    -webkit-box-shadow: -2px 2px 2px -2px rgba(0, 0, 0, 0.5);
            box-shadow: -2px 2px 2px -2px rgba(0, 0, 0, 0.5);
    -webkit-transform: perspective(500px) translate3d(0px, 0px, -3px);
            transform: perspective(500px) translate3d(0px, 0px, -3px); }
  .single-resource-link:hover .link-content hr {
    width: 50px; }

@media screen and (max-width: 1023px) {
  .single-resource-link {
    margin-right: 6.66666666%;
    margin-bottom: 50px; }
    .single-resource-link:nth-of-type(3n+0) {
      margin-right: 6.66666666%; }
    .single-resource-link:nth-of-type(2n+0) {
      margin-right: 0%; } }

@media screen and (max-width: 767px) {
  .single-resource-link {
    margin-right: 0%; } }

.module-slider {
  margin-top: 100px; }
  .module-slider .content {
    padding-bottom: 110px;
    padding-top: 0; }
  .module-slider .colored-back-container {
    top: 50px;
    height: 90%;
    max-height: 600px; }
  .module-slider ul {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em; }
  .module-slider li {
    margin-bottom: 10px;
    margin-left: 1.25em;
    max-width: 80%; }
    .module-slider li:before {
      content: "";
      background: #00AFDA;
      width: 6px;
      height: 6px;
      position: absolute;
      left: -1.25em;
      top: .65em;
      border-radius: 50%; }

.module-slider-titling {
  margin-top: 0px; }

.slider-container {
  position: relative;
  width: 100%; }

.prev-arrow, .next-arrow {
  position: absolute;
  top: calc(50% - 17px);
  left: 0;
  height: auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .prev-arrow svg, .next-arrow svg {
    cursor: pointer;
    width: 34px;
    height: 34px; }
  .prev-arrow polygon, .next-arrow polygon {
    fill: #3ED1F5;
    opacity: .8;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .prev-arrow:hover polygon, .next-arrow:hover polygon {
    opacity: 1; }

.prev-arrow {
  left: auto;
  right: -16px; }

.next-arrow {
  left: -16px;
  right: auto; }

.goAway {
  display: none !important; }

.module-slider .content-with-title h2 {
  color: #00AFDA; }

.module-slider .content-with-title h3 {
  color: #222321; }

.module-slider .content-with-title hr {
  display: none; }

.module-slider .content-with-title .content-intro {
  margin-top: 38px;
  margin-bottom: 24px; }

.module-slider .colored-back-with-title {
  top: 0px;
  height: 100%;
  max-height: 750px; }

.single-slider-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .single-slider-slide .slider-image {
    position: relative;
    height: 100%; }
    .single-slider-slide .slider-image img {
      position: relative;
      margin-left: 7px;
      margin-top: 7px;
      height: auto;
      width: calc(100% - 7px); }
    .single-slider-slide .slider-image .slider-image-border {
      width: calc(100% - 7px);
      height: calc(100% - 7px);
      position: absolute;
      top: 0px;
      left: 0px;
      border: 1px solid white; }
  .single-slider-slide .slider-content {
    margin-top: 90px; }
  .single-slider-slide hr {
    margin: 20px 0 25px 0; }
  .single-slider-slide .slider-description {
    padding-right: 20px; }
  .single-slider-slide .button {
    border: 1px solid #00AFDA; }
    .single-slider-slide .button .button-fill {
      background: #00AFDA; }
    .single-slider-slide .button .button-text {
      color: white; }
    .single-slider-slide .button:hover {
      border: 1px solid #006B86; }
      .single-slider-slide .button:hover .button-text {
        color: white; }
      .single-slider-slide .button:hover .button-fill {
        background: #006B86; }

@media screen and (max-width: 1024px) {
  .prev-arrow, .next-arrow {
    visibility: hidden; }
  .single-slider-slide .slider-content {
    margin-top: 60px; } }

@media screen and (max-width: 767px) {
  section.module-slider {
    margin-bottom: 60px; }
  .module-slider .content {
    padding-bottom: 0; }
  .single-slider-slide .slider-content {
    margin-top: 40px; } }

.module-social-feed .content-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.module-social-feed .social-module-intro-words {
  padding-bottom: 0px;
  padding-right: 50px; }
  .module-social-feed .social-module-intro-words h5 {
    margin-bottom: 10px; }

.module-social-feed .social-module-intro-hashtag {
  border-left: 1px solid #3ED1F5;
  padding: 20px 25px 20px 25px;
  text-align: center; }
  .module-social-feed .social-module-intro-hashtag h4 {
    font-size: 40px;
    color: #00AFDA;
    text-transform: lowercase;
    overflow-wrap: break-word;
    word-wrap: break-word; }

.ff-stream {
  width: 100% !important;
  background: white !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .ff-stream .ff-label-wrapper {
    text-align: right !important; }
  .ff-stream .ff-loadmore-wrapper {
    display: none !important; }
  .ff-stream .ff-item-bar {
    -webkit-transition: all .5s;
    transition: all .5s; }
  .ff-stream .ff-content {
    font-size: 14px !important;
    line-height: 1.6 !important; }
  .ff-stream .picture-item__inner {
    border-radius: 0 !important;
    -webkit-box-shadow: 0px 7px 13px -9px rgba(0, 0, 0, 0.3) !important;
            box-shadow: 0px 7px 13px -9px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #F1F1F1 !important; }
    .ff-stream .picture-item__inner:hover {
      background: #F1F1F1 !important; }
      .ff-stream .picture-item__inner:hover .ff-item-bar {
        background: #CFCFCF !important; }

.ff-stream-wrapper {
  margin-top: 0 !important; }

.ff-upic-round .ff-img-holder:first-child, .ff-upic-round .ff-img-holder:first-child img {
  border-radius: 0px !important; }

.ff-item-cont {
  overflow: hidden !important; }

@media screen and (max-width: 767px) {
  .module-social-feed .social-module-intro-hashtag {
    text-align: left;
    border-left: 0px solid #3ED1F5;
    border-top: 1px solid #3ED1F5;
    padding: 20px 0px 0px 0px; } }

.module-spotlight .content {
  padding-bottom: 100px; }

.spotlight-container {
  width: 100%; }


.mobile-close-x {
  display: none; }

.main-nav-area {
  position: relative;
  height: 118px;
  width: 100%;
  background: white;
  z-index: 1002; }
  .main-nav-area .content {
    height: 100%;
    width: 100%;
    padding: 14px 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main-nav-area .main-nav-links {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
    width: auto;
    height: auto; }
  .main-nav-area li {
    margin-left: 30px;
    border-bottom: 1px solid #C2F3FF;
    padding: 10px 0; }

.header-logo {
  position: relative;
  height: 100%;
  width: auto;
  margin-left: 0px; }
  .header-logo img {
    height: 100%;
    width: auto; }

.sub-nav-area {
  position: relative;
  height: 56px;
  width: 100%;
  background: #F1F1F1;
  -webkit-box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.1), inset 0px -11px 8px -10px rgba(0, 0, 0, 0);
          box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.1), inset 0px -11px 8px -10px rgba(0, 0, 0, 0);
  z-index: 1000; }
  .sub-nav-area .content {
    height: 100%;
    width: 100%;
    padding: 0px 25px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.sub-nav-links {
  padding-top: 3px; }
  .sub-nav-links li {
    font-size: 15px;
    margin-left: 30px;
    color: #034858;
    padding: 2px 0;
    border-bottom: 1px solid #F1F1F1; }

.color-nav-area {
  position: absolute;
  top: -8px;
  left: 25px;
  height: 74px;
  width: auto;
  background: none;
  z-index: 98; }

.color-nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: auto; }
  .color-nav-links li {
    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: 100%;
    width: auto;
    margin-right: 10px;
    margin-left: 0px;
    padding: 12px 20px 0 20px;
    background: #00AFDA;
    -webkit-box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.3);
    font-size: 17px;
    color: #F1F1F1; }
  .color-nav-links .red-cta {
    background: #D54646; }
  .color-nav-links .green-cta {
    background: #6CCC4C; }
  .color-nav-links .blue-cta {
    background: #00AFDA; }
  .color-nav-links .orange-cta {
    background: #F77D4E;
    font-size: 15px; }

@media screen and (max-width: 1024px) {
  .all-navs-wrapper {
    position: absolute;
    top: 0;
    left: 101%;
    height: 100vh;
    width: 100%;
    z-index: 99; }
  .mobile-close-x {
    position: fixed;
    z-index: 1010;
    top: 20px;
    right: 25px;
    display: block;
    color: #646464;
    font-size: 34px;
    line-height: 1; }
  .main-nav-area {
    z-index: 999;
    height: 50vh;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 55px; }
    .main-nav-area .content {
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 0;
      padding-bottom: 0; }
    .main-nav-area .header-logo {
      display: none; }
    .main-nav-area .main-nav-links {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: auto;
      width: 100%; }
    .main-nav-area li {
      font-size: 22px;
      width: auto;
      border-bottom: 0px solid white;
      margin: 0;
      text-align: center; }
  .sub-nav-area {
    height: 50vh;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 60px;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0), inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0), inset 0px 0px 0px 0px rgba(0, 0, 0, 0); }
    .sub-nav-area .content {
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 0px;
      margin-bottom: 0px;
      padding: 0; }
    .sub-nav-area .sub-nav-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: auto;
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-bottom: 60px; }
    .sub-nav-area li {
      font-size: 22px;
      width: auto;
      padding: 10px 0;
      margin: 0;
      text-align: center;
      border-bottom: 0px solid #F1F1F1; }
  .color-nav-area {
    position: relative;
    top: 0px;
    left: 0px;
    height: 56px;
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    width: 100%;
    background: none; }
    .color-nav-area li {
      width: 100%;
      padding: 0px 10px;
      margin: 0;
      font-size: 22px; }
    .color-nav-area .color-nav-links .orange-cta {
      font-size: 20px; } }

.main-nav-links .main-nav-level1:last-child .mn-child, .main-nav-links .main-nav-level1:nth-last-child(2) .mn-child {
  left: initial;
  right: 0px; }

@media screen and (max-width: 767px) {
  .sub-nav-links li, .main-nav-links li {
    font-size: 15px; }
  .color-nav-area {
    position: relative;
    top: 0px;
    left: 0px;
    height: 48px;
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    width: 100%;
    background: none; }
    .color-nav-area li {
      width: 100%;
      padding: 0px 10px;
      margin: 0;
      font-size: 14px; }
    .color-nav-area .color-nav-links .orange-cta {
      font-size: 12px; } }

/* MEDIA QUERY */
@media (max-width: 575px) {
  .all-navs-wrapper {
    overflow: scroll; }
  .main-nav-area {
    height: auto;
    min-height: 300px; }
  .sub-nav-area {
    height: auto;
    min-height: 400px; }
    .sub-nav-area .sub-nav-links {
      overflow-y: visible;
      padding-bottom: 100px; } }

/* V2 */
.main-nav-area.mna-v2 .mn-child {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  min-width: 275px;
  padding-bottom: 20px;
  top: 40px;
  left: -20px;
  border-bottom: #00AFDA 3px solid;
  text-align: left;
  min-height: 100px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-transform: translateY(-1000%);
          transform: translateY(-1000%); }
  .main-nav-area.mna-v2 .mn-child li {
    border-bottom: none;
    position: relative;
    font-size: 16px;
    font-weight: 100;
    text-transform: none;
    width: 100%;
    padding-bottom: 0;
    margin-left: 0; }
    .main-nav-area.mna-v2 .mn-child li:hover {
      color: #00AFDA;
      -webkit-transition: color .4s;
      transition: color .4s; }

.main-nav-area.mna-v2 .mnaTrigger.openMe .mn-child {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.sub-nav-area.sna-v2 .color-nav-links {
  z-index: 1; }
  .sub-nav-area.sna-v2 .color-nav-links .red-cta .color-cta-sub-nav {
    border-bottom: #D54646 solid 4px; }
    .sub-nav-area.sna-v2 .color-nav-links .red-cta .color-cta-sub-nav .color-cta-sub-nav-item:hover {
      color: #D54646;
      -webkit-transition: color .4s;
      transition: color .4s; }
  .sub-nav-area.sna-v2 .color-nav-links .blue-cta .color-cta-sub-nav {
    border-bottom: #3ED1F5 solid 4px; }
    .sub-nav-area.sna-v2 .color-nav-links .blue-cta .color-cta-sub-nav .color-cta-sub-nav-item:hover {
      color: #3ED1F5;
      -webkit-transition: color .4s;
      transition: color .4s; }
  .sub-nav-area.sna-v2 .color-nav-links .green-cta .color-cta-sub-nav {
    border-bottom: #6CCC4C solid 4px; }
    .sub-nav-area.sna-v2 .color-nav-links .green-cta .color-cta-sub-nav .color-cta-sub-nav-item:hover {
      color: #6CCC4C;
      -webkit-transition: color .4s;
      transition: color .4s; }
  .sub-nav-area.sna-v2 .color-nav-links .orange-cta .color-cta-sub-nav {
    border-bottom: #F77D4E solid 4px; }
    .sub-nav-area.sna-v2 .color-nav-links .orange-cta .color-cta-sub-nav .color-cta-sub-nav-item:hover {
      color: #F77D4E;
      -webkit-transition: color .4s;
      transition: color .4s; }

.sub-nav-area.sna-v2 .color-cta-sub-nav {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 64px;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 350px;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-transform: translateY(-1000%);
          transform: translateY(-1000%); }
  .sub-nav-area.sna-v2 .color-cta-sub-nav .color-cta-sub-nav-item {
    background-color: transparent;
    color: #222321;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: left;
    display: block;
    border-bottom: none;
    position: relative;
    font-size: 16px;
    font-weight: 100;
    text-transform: none;
    width: 100%;
    padding-bottom: 0;
    margin-left: 0; }

.sub-nav-area.sna-v2 .snaTrigger {
  -webkit-transition: height .2s;
  transition: height .2s; }
  .sub-nav-area.sna-v2 .snaTrigger.openMe {
    height: 105%;
    -webkit-transition: height .2s;
    transition: height .2s; }
    .sub-nav-area.sna-v2 .snaTrigger.openMe .color-cta-sub-nav {
      display: block;
      opacity: 1;
      -webkit-transition: opacity .4s;
      transition: opacity .4s;
      -webkit-transform: translateY(0);
              transform: translateY(0); }

.nav-menus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 1001; }
  .nav-menus .screen-reader-text {
    display: none; }

.single-nav-menu {
  position: relative;
  width: 100%;
  height: auto;
  display: none;
  z-index: 3; }
  .single-nav-menu .headline-bar {
    top: 73px;
    background: #982727;
    z-index: 2002; }
  .single-nav-menu ul {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 800px;
    padding: 40px 140px 80px 140px;
    margin: 40px auto 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2001; }
  .single-nav-menu li {
    text-transform: uppercase;
    font: 100 18px/1.2 'noway_round', sans-serif;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 6px;
    border-bottom: 1px solid #982727;
    color: white; }
  .single-nav-menu .menu-title {
    font: 100 34px/1.2 'noway_round', sans-serif;
    margin-bottom: 40px;
    text-align: left;
    border-bottom: 0px solid #D54646;
    color: #982727; }
  .single-nav-menu .search-form-li {
    border-bottom: 0px solid #00AFDA;
    width: 100%; }

.search-sub-nav input[type=text] {
  width: 100%;
  padding: 8px;
  border: 0 none;
  border-radius: 0px; }

.search-sub-nav input[type=submit] {
  font: 100 18px/1.2 'noway_round', sans-serif;
  text-transform: uppercase;
  padding: 8px 25px;
  margin-top: 10px;
  background: #00AFDA;
  color: white;
  border: 0 none;
  cursor: pointer;
  border-radius: 0px;
  -webkit-box-shadow: 0px 7px 13px -9px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 7px 13px -9px rgba(0, 0, 0, 0.3); }

.sub-nav-close {
  cursor: pointer;
  position: absolute;
  z-index: 2003;
  right: 140px;
  top: 65px;
  color: #F1F1F1;
  font-weight: 100;
  font-size: 40px; }

@media screen and (max-width: 1024px) {
  .single-nav-menu ul {
    max-width: 100%;
    padding: 40px; }
  .sub-nav-close {
    right: 30px;
    top: 12px; } }

.four-o-four-page {
  margin: 0;
  text-align: center; }
  .four-o-four-page:before {
    opacity: 0.6; }
  .four-o-four-page .main-section {
    height: 100%;
    margin-bottom: 0px; }
  .four-o-four-page .content {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .four-o-four-page hr {
    position: relative;
    width: 60px;
    height: 1px;
    background: #D54646;
    margin: 16px auto 10px auto;
    text-align: center; }
  .four-o-four-page img {
    width: 100%;
    max-width: 160px;
    margin-bottom: 12px;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  .four-o-four-page h1, .four-o-four-page h2, .four-o-four-page h3, .four-o-four-page h4, .four-o-four-page h5 {
    color: white;
    width: 90%; }
  .four-o-four-page h2 {
    margin-bottom: 5px;
    font-size: 72px; }
  .four-o-four-page h4 {
    text-transform: none;
    margin-bottom: 0px;
    font-size: 28px; }
  .four-o-four-page .video-frame {
    height: 100%; }

@media screen and (max-width: 767px) {
  .four-o-four-page h2 {
    font-size: 50px; }
  .four-o-four-page h4 {
    font-size: 20px; } }

.shelter-stats-icon {
  margin-left: 5%; }

.page-adopt-urgents .colored-back-container {
  padding-top: 80px; }

.page-adopt-urgents .urgent-text-intro {
  width: 100%;
  height: auto;
  margin: 20px auto; }

.page-adopt-urgents .page-title-white-box {
  text-align: center; }
  .page-adopt-urgents .page-title-white-box hr {
    margin: 0 auto;
    text-align: center;
    margin-top: 5px; }
  .page-adopt-urgents .page-title-white-box p {
    padding-left: 20%;
    padding-right: 20%; }

.single-urgent .card-image {
  height: 530px; }

@media screen and (max-width: 1023px) {
  .page-adopt-urgents .page-title-white-box p {
    padding-left: 10%;
    padding-right: 10%; } }

@media screen and (max-width: 767px) {
  .single-urgent .card-image {
    height: 325px; }
  .page-adopt-urgents .page-title-white-box p {
    padding-left: 0%;
    padding-right: 0%; } }

.board-hero {
  margin-bottom: 0px; }
  .board-hero .colored-back-container {
    opacity: 0.5; }
  .board-hero h1 {
    color: #00AFDA; }

.board-card-group {
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.single-board-member-card {
  margin-bottom: 40px;
  margin-right: 2%; }
  .single-board-member-card .card-content {
    height: 100%;
    position: relative;
    background: white;
    z-index: 2; }
  .single-board-member-card .corner-block {
    z-index: 3; }
  .single-board-member-card .image-border {
    z-index: 1;
    height: 100%; }
  .single-board-member-card hr {
    width: 30px;
    margin-top: .7em;
    margin-bottom: .6em;
    background: #006B86; }
  .single-board-member-card h5 {
    margin-top: 6px;
    color: #034858; }
  .single-board-member-card .card-description {
    color: #646464;
    font-size: 12px; }
    .single-board-member-card .card-description span {
      font-size: 15px; }

@media screen and (max-width: 1024px) {
  .single-board-member-card {
    width: 48%; } }

@media screen and (max-width: 767px) {
  .single-board-member-card {
    width: 100%;
    margin-right: 0%; } }


.page-donate hr {
  text-align: left;
  margin: 16px 0; }

.giving-section {
  margin-bottom: 0; }
  .giving-section .content {
    padding-bottom: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.single-giving-card {
  border: 1px solid #F1F1F1;
  margin-bottom: 30px;
  margin-right: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .single-giving-card h4 {
    margin-bottom: 0;
    color: #222321; }
  .single-giving-card hr {
    text-align: left;
    margin: 16px 0; }
  .single-giving-card ul {
    padding-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: none; }
  .single-giving-card .card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: calc(100% - 320px); }
  .single-giving-card .giving-description {
    width: 100%; }
  .single-giving-card .giving-card-words {
    width: 100%;
    height: auto; }

.major-giving-section {
  margin-bottom: 60px; }
  .major-giving-section .content {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.other-giving-section h4 {
  margin: 0; }

.other-giving-section:nth-of-type(2) .content {
  padding-top: 0; }

.other-giving-section:nth-of-type(2) .headline-bar {
  top: 6px; }

.other-giving-section:nth-of-type(odd) {
  background: #F1F1F1; }

.other-giving-section:nth-last-of-type(1) {
  margin-bottom: 50px; }

.otherways-card-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%; }

@media screen and (max-width: 767px) {
  .single-giving-card {
    margin-right: 0; } }

.page-event .alm-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.no-upcoming-events-container {
  width: 100%;
  height: auto;
  text-align: center; }

.generic-section .content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 1em; }

.generic-section p, .generic-section ul, .generic-section h2, .generic-section h3, .generic-section h4, .generic-section h5, .generic-section h6 {
  width: 100%;
  max-width: 80%; }

.generic-section p {
  margin: 1.1em 0; }

.generic-section .classypress-master {
  width: 80%; }

.generic-section img {
  display: block; }

.generic-section .generic-colored-back {
  max-height: 750px; }

.generic-section .wp-caption {
  background: none; }

.generic-section h1 {
  font-size: 50px;
  text-align: left; }

.generic-section h2 {
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 35px; }
  .generic-section h2:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    left: 0;
    bottom: -15px;
    display: block;
    clear: both;
    background-color: #222321; }

.generic-section h2:nth-of-type(1) {
  font-size: 56px;
  max-width: 100%;
  color: #25760B; }
  .generic-section h2:nth-of-type(1):after {
    background-color: #25760B; }

.generic-section h2.black-ul {
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 35px;
  width: 100%;
  max-width: 80%;
  color: #222321; }
  .generic-section h2.black-ul:after {
    background-color: #222321; }

.generic-section .generic-image-container {
  position: relative;
  width: auto;
  max-width: 100%;
  display: inline-block;
  margin-top: 10px; }
  .generic-section .generic-image-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -10px;
    top: -10px;
    display: block;
    clear: both;
    border: 1px solid #6CCC4C; }
  .generic-section .generic-image-container img {
    position: relative;
    margin: 0; }

.generic-section h3 {
  font-size: 32px;
  color: #569E3F;
  margin-bottom: 5px;
  margin-top: 35px; }

.generic-section h4, .generic-section h5, .generic-section h6 {
  font-size: 24px;
  margin-bottom: 0px; }

.generic-section ul {
  margin-top: 1em;
  margin-bottom: 1em; }

.generic-section li {
  margin-bottom: 10px;
  list-style-type: square;
  margin-left: 3em;
  width: 70%; }

.generic-section .wp-caption {
  position: relative;
  padding: 0px;
  margin-bottom: 40px;
  margin-top: 10px;
  border: none;
  text-align: left; }
  .generic-section .wp-caption:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -10px;
    top: 10px;
    display: block;
    clear: both;
    border: 1px solid #6CCC4C; }
  .generic-section .wp-caption .generic-image-container {
    margin-top: 0; }
    .generic-section .wp-caption .generic-image-container:before {
      display: none; }
  .generic-section .wp-caption img {
    position: relative;
    max-width: 100%; }
  .generic-section .wp-caption .wp-caption-text {
    text-align: left;
    color: #646464;
    font-size: 12px;
    width: 100%;
    padding: 20px 40px 10px 20px; }

@media screen and (max-width: 767px) {
  .generic-section p, .generic-section ul, .generic-section h2, .generic-section h3, .generic-section h4, .generic-section h5, .generic-section h6, .generic-section li {
    max-width: 100%; }
  .generic-section .classypress-master {
    width: 100%; }
  .generic-section li {
    margin-left: 2em;
    width: calc(99% - 2em); }
  .generic-section .wp-caption .wp-caption-text {
    padding-top: 12px;
    padding-bottom: 8px; } }

.page-headerless-default .content-intro {
  margin-bottom: 0; }
  .page-headerless-default .content-intro .desc {
    width: 100%;
    max-width: 680px;
    padding-left: 3px; }
  .page-headerless-default .content-intro h3 {
    margin-bottom: 5px; }



.page-location .cardless-hero h1 {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px); }

.page-location .cardless-hero svg {
  display: block; }
  .page-location .cardless-hero svg polygon {
    fill: #E1F9FF; }

.location-tile-section .content {
  padding-top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.single-location-tile {
  -webkit-transform: translateY(-140px);
          transform: translateY(-140px);
  margin-bottom: 40px; }
  .single-location-tile hr {
    margin-top: 20px;
    margin-bottom: 20px; }
  .single-location-tile .button {
    margin: 0 30px 60px 30px; }

.single-location-tile-map {
  position: relative;
  height: 340px; }
  .single-location-tile-map iframe {
    width: 100%;
    height: 340px;
    position: relative; }
  .single-location-tile-map .image-border {
    border-color: white; }

.single-location-tile-content {
  padding: 20px 30px 40px 30px; }

.single-location-tile-description {
  margin-bottom: 20px; }

.single-location-tile-contact-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font: 100 14px/1.4 'noway_round', sans-serif; }
  .single-location-tile-contact-row div {
    width: 100%; }
  .single-location-tile-contact-row img {
    margin-top: 1px;
    margin-right: 10px;
    width: 20px;
    height: 20px; }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .single-location-tile {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
    .single-location-tile .button {
      position: absolute;
      margin-bottom: 0;
      bottom: 30px;
      left: 50%; }
  .single-location-tile-map {
    width: 50%; }
    .single-location-tile-map iframe {
      height: 100%; }
    .single-location-tile-map .image-border {
      height: 100%;
      width: 100%; }
  .single-location-tile-content {
    width: 50%;
    padding-bottom: 100px; } }

@media screen and (max-width: 767px) {
  .single-location-tile-map {
    height: 300px; }
    .single-location-tile-map iframe {
      height: 300px; } }

.page-news-aggregate .hero-date {
  color: #569E3F;
  width: 100%; }

.page-news-aggregate .hero-image-section-card .content {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.page-news-aggregate .hero-image-section-card h3 {
  color: #222321;
  text-align: left;
  margin-bottom: 0px; }

.page-news-aggregate .hero-image-section-card hr {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  margin: 16px 0; }

.page-news-feature .alm-reveal, .page-news-featurette .alm-reveal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.page-news-feature .alm-btn-wrap, .page-news-featurette .alm-btn-wrap {
  width: 100%; }

.partners-page .cardless-hero polygon {
  fill: #E1F9FF; }

.partners-page .content-intro {
  margin-bottom: 30px; }

.partner-filter-buttons .single-filter-button {
  margin-right: 8px;
  padding: 10px 16px; }

.partners-grid-section {
  margin-top: 0px; }

.partner-tile-group {
  width: 100%;
  height: auto;
  padding-bottom: 200px; }

.single-partner-tile {
  text-align: center;
  vertical-align: center;
  position: relative;
  height: auto;
  padding: 50px 30px 70px 30px;
  margin-bottom: 24px;
  margin-right: 3%; }
  .single-partner-tile .image-border {
    height: 100%;
    border-color: #3ED1F5; }
  .single-partner-tile .corner-block polygon {
    fill: #3ED1F5; }
  .single-partner-tile a, .single-partner-tile img {
    position: relative; }
  .single-partner-tile img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 250px; }
  .single-partner-tile a.partner-text-link {
    position: absolute;
    bottom: 16px;
    left: 0px;
    right: 0px;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .single-partner-tile a.partner-text-link:hover {
      -webkit-transform: translateY(1px);
              transform: translateY(1px);
      color: #006B86; }

.tier_one .corner-block polygon {
  fill: #006B86; }

.tier_one .image-border {
  border-color: #00AFDA; }

.no-logo-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  width: 100%;
  text-align: center;
  color: #034858; }
  .no-logo-title span {
    font-size: 26px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto; }
  .no-logo-title img {
    position: absolute;
    top: 0;
    left: 10%;
    height: 100%;
    width: auto; }

@media screen and (max-width: 1023px) {
  .no-logo-title img {
    left: 20%; } }

@media screen and (max-width: 767px) {
  .no-logo-title img {
    left: 10%; } }

.program-tile-group {
  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; }

.single-program-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  margin-right: 3.3333333%; }
  .single-program-tile img {
    position: relative; }
  .single-program-tile .image-border {
    height: 100%;
    min-height: 310px; }

.program-tile-image {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 310px; }

.program-tile-info {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 40px 26px;
  text-align: center;
  height: 100%; }
  .program-tile-info h4 {
    margin-bottom: 6px; }

.search-results-page .content-intro hr {
  margin-top: .5em;
  margin-bottom: .7em; }

.all-search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.search-result-card {
  margin-bottom: 40px; }
  .search-result-card hr {
    margin-top: 1em; }

.search-pagination {
  font-size: 20px;
  margin-top: 40px; }
  .search-pagination .page-numbers {
    padding: 6px 10px;
    background-color: #C2F3FF;
    color: white;
    margin: 0 4px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease; }
    .search-pagination .page-numbers:hover {
      background-color: #3ED1F5; }

@media screen and (max-width: 767px) {
  .search-pagination {
    font-size: 14px;
    margin-top: 40px;
    text-align: center; }
    .search-pagination .page-numbers {
      display: inline-block;
      margin: 4px auto; } }


@media (max-width: 650px) {
  .shopify-buy__product {
    margin-bottom: 50px !important; } }

.page-staff .page-title-white-box {
  margin-bottom: 30px; }

.page-staff .staff-filter-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  margin-left: 1.6666%;
  margin-right: 1.66666%; }

.page-staff .single-filter-button {
  padding: 10px 30px;
  background: #EAFAE4;
  color: #646464; }
  .page-staff .single-filter-button:hover {
    background-color: #C6ECB9; }

.page-staff .selected-filter-button {
  background-color: #C6ECB9;
  color: #222321; }

.staff-group {
  width: 100%;
  height: auto;
  margin-left: 1.66666666%; }

.single-staff-card {
  margin-right: 3.3333%;
  margin-bottom: 50px; }

.single-staff-card-image {
  position: relative;
  height: auto;
  width: 100%; }
  .single-staff-card-image img {
    position: relative; }
  .single-staff-card-image .image-border {
    height: calc(100% - 40px); }

.single-staff-card-info {
  padding: 20px 30px 60px 30px; }
  .single-staff-card-info hr {
    background: #C6ECB9;
    margin: 6px 0; }
  .single-staff-card-info h6 {
    color: #646464;
    margin-bottom: 26px; }

@media screen and (max-width: 1023px) {
  .page-staff .staff-group {
    margin-left: 0%; }
  .page-staff .staff-filter-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px 2% 40px 2%; }
  .page-staff .single-filter-button {
    padding: 10px 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0; }
  .page-staff .single-staff-card {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 50px; } }

@media screen and (max-width: 767px) {
  .page-staff .single-staff-card {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px; }
  .page-staff .staff-filter-buttons {
    margin: 0px 0% 40px 0%; } }

.page-store .content-intro .desc {
  width: 100%;
  max-width: 680px;
  padding-left: 3px; }

.page-store .content-intro h3 {
  margin-bottom: 5px; }

.single-event-back {
  max-height: 400px; }

.single-event-section {
  margin-bottom: 0; }
  .single-event-section .generic-image-container {
    position: absolute;
    top: 100px;
    left: 25px;
    width: 40%;
    height: auto; }
    .single-event-section .generic-image-container:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: -10px;
      top: -10px;
      display: block;
      clear: both;
      border: 1px solid #3ED1F5; }
    .single-event-section .generic-image-container img {
      width: 100%;
      height: auto;
      position: relative;
      margin: 0; }
  .single-event-section .content {
    padding-top: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .single-event-section iframe {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 300px; }
  .single-event-section .single-event-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 100%;
    margin: 0 auto;
    z-index: 4; }
    .single-event-section .single-event-image img {
      background: #F1F1F1;
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 20px; }
    .single-event-section .single-event-image .image-border {
      z-index: 1;
      height: 100%; }
  .single-event-section hr {
    margin-top: 2em;
    margin-bottom: 2em; }
  .single-event-section .event-content-group {
    z-index: 4;
    position: relative;
    margin-left: -8px;
    margin-top: 60px;
    width: calc(60% + 8px);
    height: auto;
    padding: 50px; }
  .single-event-section .event-details {
    width: 100%;
    height: auto;
    margin: 20px 0; }
  .single-event-section .event-detail-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 2px; }
  .single-event-section .single-event-label {
    width: auto;
    height: auto;
    color: #646464;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 100;
    font-size: 16px; }
  .single-event-section .single-event-fact {
    width: auto;
    height: auto;
    font-size: 16px; }
  .single-event-section .single-event-map {
    margin: 30px 0 0 0; }
  .single-event-section .event-buttons {
    margin: 24px 0 40px 0; }
    .single-event-section .event-buttons .button {
      margin: 0px 10px 0 0; }

@media screen and (max-width: 1023px) {
  .single-event-section .event-buttons .button {
    margin-bottom: 10px; }
    .single-event-section .event-buttons .button:nth-last-of-type(1) {
      margin-bottom: 0; }
  .single-event-section .single-event-image img {
    padding: 16px; } }

@media screen and (max-width: 767px) {
  .single-event-section .content {
    padding-top: 60px; }
  .single-event-section .event-content-group {
    margin-left: 0;
    margin-top: 0px;
    width: 100%;
    padding: 40px 10px; }
  .single-event-section .event-detail-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px; }
  .single-event-section .single-event-label {
    width: 100%; } }

.custom-single-location .custom-single-location-back {
  max-height: 400px; }

.custom-single-location .content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 100px; }

.custom-single-location ul {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em; }

.custom-single-location li {
  margin-bottom: 10px;
  margin-left: 1.25em;
  max-width: 80%; }
  .custom-single-location li:before {
    content: "";
    background: #3ED1F5;
    width: 6px;
    height: 6px;
    position: absolute;
    left: -1.25em;
    top: .65em;
    border-radius: 50%; }

.custom-single-location .single-location-tile-content {
  padding: 30px 10px; }

.custom-single-location .single-location-tile-contact-row {
  font-size: 18px;
  margin-bottom: 30px; }
  .custom-single-location .single-location-tile-contact-row img {
    margin-top: 4px; }

.custom-single-location .single-location-single-hours-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.custom-single-location .single-location-single-hours-row-item {
  width: auto; }

.custom-single-location h5 {
  color: #00AFDA; }

.custom-single-location-title-mobile {
  display: none; }

.custom-location-info {
  padding-left: 50px; }
  .custom-location-info hr {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #00AFDA;
    width: 60px; }

.custom-loaction-map-container {
  position: relative;
  width: 100%; }
  .custom-loaction-map-container .image-border {
    height: 100%;
    border-color: white; }
  .custom-loaction-map-container iframe {
    display: block;
    position: relative;
    width: 100%;
    height: 350px; }

.custom-single-location-services {
  margin-bottom: 40px; }
  .custom-single-location-services .service-description {
    margin: 0;
    padding-right: 20px; }
  .custom-single-location-services .service-times {
    padding-left: 20px;
    padding-top: 5px;
    border-left: 1px solid #C2F3FF;
    font-weight: 100; }
    .custom-single-location-services .service-times h6 {
      color: #646464;
      font-weight: 100;
      margin-bottom: 5px; }
  .custom-single-location-services hr {
    margin-top: 0;
    margin-bottom: 0;
    width: 20px;
    background: #CFCFCF; }
  .custom-single-location-services ul {
    margin-top: 1em;
    margin-bottom: 1em; }
  .custom-single-location-services li {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 14px;
    width: 70%; }
    .custom-single-location-services li:before {
      border-radius: 50%;
      background: #3ED1F5;
      content: "";
      width: 5px;
      height: 5px;
      position: absolute;
      left: 0;
      top: 9px; }

.custom-single-location-single-service {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.custom-single-location-legal-copy {
  border-top: 1px solid #F1F1F1;
  background: #F1F1F1;
  margin-top: 60px;
  padding: 40px;
  color: #646464; }
  .custom-single-location-legal-copy li:before {
    background: #CFCFCF; }

@media screen and (max-width: 1023px) {
  .custom-single-location .content {
    padding-top: 60px; }
  .custom-single-location .single-location-tile-contact-row {
    font-size: 16px;
    margin-bottom: 16px; }
  .custom-single-location .single-location-tile-content {
    padding-bottom: 0px;
    padding-left: 0px; }
  .custom-single-location-title-desktop {
    display: none; }
  .custom-single-location-title-mobile {
    display: block;
    margin-bottom: 30px; }
  .custom-loaction-map-container {
    height: 200px; }
    .custom-loaction-map-container iframe {
      height: 200px; }
  .custom-location-info {
    width: 100%;
    padding-left: 0%; }
    .custom-location-info hr {
      margin-top: 10px; } }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .custom-single-location .single-location-tile-contact-row {
    font-size: 12px;
    margin-bottom: 16px; }
  .custom-single-location .single-location-tile-content {
    width: 30%;
    padding-left: 20px;
    padding-top: 6px;
    padding: 6px 0px 0px 20px; }
  .custom-location-map-and-contact {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .custom-location-map-and-contact .custom-loaction-map-container {
      width: 70%; }
  .custom-location-info p, .custom-location-info ul {
    padding-right: 30%; }
  .custom-single-location-services .service-description {
    width: 70%; }
  .custom-single-location-services .service-times {
    width: 30%; } }

@media screen and (max-width: 767px) {
  .custom-single-location-services {
    margin-bottom: 40px; }
    .custom-single-location-services .service-description {
      padding-right: 0px; }
    .custom-single-location-services .service-times {
      border-left: 0px solid white;
      padding-left: 0px; }
    .custom-single-location-services li {
      width: 100%; } }

.ajax-load-more-wrap {
  width: 100%;
  height: auto; }

.single-news-section .content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.single-news-section .hero-image {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px; }
  .single-news-section .hero-image img {
    position: relative;
    z-index: 3; }
  .single-news-section .hero-image .image-border {
    z-index: 2;
    height: 100%;
    border-color: white; }

.single-news-section .hero-date {
  width: 100%;
  text-align: left; }
  .single-news-section .hero-date h5 {
    color: #569E3F; }

.single-news-section h2 {
  margin-bottom: 10px; }

.single-news-section hr {
  display: block;
  width: 150px;
  max-width: 150px;
  text-align: left;
  margin-left: 0;
  margin-right: auto; }

.single-news-section .single-news-body {
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: auto;
  width: 100%; }

.single-news-back {
  max-height: 600px; }

@media screen and (max-width: 767px) {
  .single-news-section h2 {
    font-size: 36px; }
  .single-news-section .hero-date h5 {
    font-size: 20px; } }

.mobile-show {
  display: none; }

.single-partners-main .main-section .content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px; }

.single-partners-main .main-section .section-button {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 0px;
  font-size: 18px;
  padding: 18px 25px 15px 25px;
  background: #3ED1F5;
  color: white; }
  .single-partners-main .main-section .section-button:hover {
    background: #00AFDA; }

.single-partners-main .single-partners-back {
  max-height: 400px; }

.partner-logo-contact-area {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .partner-logo-contact-area .image-border {
    height: 100%;
    border-color: white; }

.single-partner-back-button {
  position: absolute;
  top: -44px;
  left: 0;
  color: #3ED1F5;
  font-size: 12px;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }
  .single-partner-back-button span {
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 1px; }
  .single-partner-back-button:hover {
    color: #00AFDA; }

.partner-logo-subarea {
  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;
  padding: 30px;
  min-height: 500px;
  height: auto;
  width: 100%; }

.partner-contact-subarea {
  padding: 40px 35px; }

.partner-contact-row {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .partner-contact-row img {
    width: 18px;
    height: 18px;
    margin-right: 15px;
    margin-top: 1px; }
  .partner-contact-row h4 {
    font-size: 20px;
    text-transform: none; }
  .partner-contact-row a {
    color: #222321; }

.partner-details-area {
  position: relative;
  padding-top: 30px; }
  .partner-details-area hr {
    margin-top: 6px;
    width: 70%;
    background: #C2F3FF; }
  .partner-details-area h2 {
    border-bottom: 1px solid #C2F3FF;
    padding-bottom: 5px; }
  .partner-details-area h4 {
    color: #00AFDA; }
  .partner-details-area h5 {
    margin-top: 50px;
    margin-bottom: 14px; }
  .partner-details-area .partner-detail-contacts {
    width: 100%;
    height: auto;
    margin: 20px 0;
    border-bottom: 1px solid #C2F3FF; }
  .partner-details-area .partner-contact-row {
    width: 100%;
    height: auto;
    margin-bottom: 14px; }

.mobile-address {
  display: none; }

@media screen and (max-width: 1023px) {
  .partner-logo-contact-area {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 20px; }
  .partner-logo-subarea {
    min-height: 300px; }
  .partner-contact-row h4 {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .mobile-show {
    display: block; }
  .mobile-hide {
    display: none; }
  .mobile-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .single-partners-main .main-section .content {
    padding-top: 60px; }
  .partner-details-area .partner-detail-contacts {
    margin-top: -16px; }
  .partner-contact-subarea {
    padding: 30px 0px 0px 0px; }
  .mobile-address h4 {
    color: #646464; }
  .partner-contact-row {
    margin-bottom: 14px; }
    .partner-contact-row img {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      margin-top: 0px; }
    .partner-contact-row h4 {
      font-size: 16px; } }

.single-programs-standard .content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.single-program-section {
  margin-bottom: 20px; }

.single-program-colored-back {
  max-height: 400px; }

.single-program-image {
  position: relative; }
  .single-program-image .image-border {
    border-color: white;
    height: 100%;
    width: 100%; }
  .single-program-image img {
    position: relative; }

.single-program-info {
  margin-left: -20px;
  margin-top: 100px;
  padding: 40px 40px 60px 40px; }
  .single-program-info hr {
    margin-top: 1em; }

@media screen and (max-width: 767px) {
  .single-program-info {
    margin-left: 0px;
    margin-top: 10px;
    padding: 40px 40px; } }

.single-staff-member .content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.single-staff-back {
  max-height: 500px; }

.single-staff-image {
  position: relative; }
  .single-staff-image .image-border {
    height: 100%; }
  .single-staff-image img {
    position: relative; }

.photo-credit {
  position: absolute;
  top: calc(100% + 8px);
  left: 2px;
  font-size: 12px;
  color: #646464;
  opacity: .75; }

.single-staff-details {
  margin-left: -20px;
  margin-top: 160px;
  padding: 50px 40px 80px 40px; }
  .single-staff-details h4 {
    color: #646464; }
  .single-staff-details hr {
    margin-top: 20px;
    margin-bottom: 26px; }

.single-staff-answers p {
  margin: 0; }

.single-staff-question {
  margin-top: 20px;
  font-weight: 800; }

@media screen and (max-width: 767px) {
  .single-staff-details {
    margin-left: 0px;
    margin-top: 24px;
    padding: 30px 20px 50px 20px; }
    .single-staff-details h2 {
      font-size: 36px; }
  .photo-credit {
    right: 0;
    left: auto;
    font-size: 11px;
    top: calc(100% + 3px); } }


/* invalidate timestamp . delete this later */
.special-announcement {
  background-color: #D54646;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: .07em; }
  .special-announcement .inner-wrap {
    padding: 20px;
    width: 100%;
    max-width: 1100px; }
    .special-announcement .inner-wrap a {
      color: white;
      font-style: italic;
      text-decoration: underline;
      font-weight: 500; }

/* MEDIA QUERY */
@media (max-width: 575px) {
  .special-announcement {
    font-size: 12px; } }


