@import url("../../global/CSS/global.css");
/* ====================== Colors ====================== */
/* ====================== Fonts ====================== */
/* Base Styles
====================== */
html {
  font-size: 0.9em;
  background: #ffffff;
}
body {
  font-size: 0.9em;
  color: #222222;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
}
/* Change color & bg color of selected live text */
*::selection {
  background-color: #e25e4a;
  color: #ffffff;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* if using a sticky nav, use this to add space above anchor links to go below navbar */
*:target:before {
  display: block;
  content: "";
  height: 90px;
  margin: -90px 0 0;
}
*:target:before:focus {
  outline: none!important;
}
:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
*:target:focus {
  outline: none;
}
a,
a:hover,
a:visited,
a:hover,
input,
input:hover,
a:focus {
  -o-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -webkit-transition: all .33s ease;
  transition: all .33s ease;
  text-decoration: none;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
}
a:focus {
  color: #e25e4a;
}
/* 508c Compliance Settings */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* ====================== Sitewrench Content Area Classes ====================== */
.image-right img {
  float: right;
  padding: 40px 10px 40px 40px;
}
.image-left img {
  float: left;
  padding: 40px 40px 40px 10px;
}
/* ====================== Mixins ====================== */
.transition {
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.transition-slow {
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.centered {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* centered columns styles */
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */

  text-align: left;
  /* inline-block space fix */

  margin-right: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* Typography
====================== */
h1 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3em;
  margin-top: 0.5em;
  color: #91867e;
}
h1 a {
  color: #e25e4a;
}
h2 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin-top: 0.5em;
  font-weight: 400;
  color: #695c54;
}
h2 a {
  color: #e25e4a;
}
h3 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin-top: 0.5em;
  font-weight: 600;
  color: #695c54;
  /* Search result styling */

}
h3 a {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin-top: 0.5em;
  font-weight: 600;
  color: #e25e4a;
}
h3 a:hover {
  color: #0c121c;
}
h4 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin-top: 0.5em;
  font-weight: 600;
  color: #222222;
}
h4 a {
  color: #e25e4a;
}
h5 {
  font-family: "clavo";
  font-style: normal;
  font-size: 1.6em;
  color: #e25e4a;
  font-style: italic;
}
h5 a {
  color: #e25e4a;
}
h6 {
  font-style: italic;
  font-size: .7em;
  color: #999;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
}
h6 a {
  color: #e25e4a;
}
p {
  line-height: 170%;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  font-style: normal;
  padding: 10px 0;
  color: #74665d;
}
div.templatecontent p {
  white-space: normal!important;
}
p a,
.sw-blog-entry-nav a,
.templatecontent p a,
.templatecontent li a,
p.site-search-result-snippet a {
  line-height: 170%;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 1px 0;
  color: #e25e4a;
  border-bottom: 1px dotted #ccc;
}
p a:hover,
.sw-blog-entry-nav a:hover,
.templatecontent p a:hover,
.templatecontent li a:hover,
p.site-search-result-snippet a:hover {
  color: #0c121c;
  border-bottom: 1px dotted #e25e4a;
}
.templatecontent li {
  line-height: 160%;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  font-style: normal;
  padding: 5px 0;
  color: #695c54;
}
/* Preloader
====================== */
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffffff url('images/preloader.svg') no-repeat center center;
}
/* Preloader  Connect
====================== */
div#preloader-connect {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffbc3a url('images/preloader-connect.svg') no-repeat center center;
}
/* Buttons
====================== */
.hero-cta {
  background: #e0523d;
  border-radius: 2px;
  color: #ffffff;
  display: inline-table;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 22px;
  margin-left: 0px;
  padding: 15px 60px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .hero-cta {
    padding: 15px 20px;
    font-size: 0.9em;
  }
}
.hero-cta:hover {
  background: #dc3f27;
  color: #ffffff;
  text-decoration: none;
}
.hero-cta:focus {
  background: #de4a34;
  color: #ffffff;
  text-decoration: none;
}
.hero-cta:active {
  background: #de4a34;
  color: #ffffff;
  text-decoration: none;
}
.hero-cta-dark {
  background: rgba(34, 34, 34, 0.5);
  border-radius: 2px;
  color: #ffffff;
  display: inline-table;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 22px;
  margin-left: 10px;
  padding: 15px 40px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .hero-cta-dark {
    padding: 15px 20px;
    font-size: 0.9em;
  }
}
.hero-cta-dark:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.hero-cta-dark:focus {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.hero-cta-dark:active {
  background: #151515;
  color: #ffffff;
  text-decoration: none;
}
.hero-subtle {
  color: #ffffff;
  display: block;
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 22px;
  margin-left: 24px;
  margin-top: 30px;
  position: relative;
  text-shadow: 0px 1px 2px rgba(12, 18, 28, 0.30000000000000004);
  text-transform: uppercase;
}
.hero-subtle:hover {
  color: #e6e6e6;
  position: relative;
  text-shadow: 0px 0px 1px rgba(12, 18, 28, 0.5);
}
.hero-subtle:focus {
  color: #e6e6e6;
  position: relative;
  text-shadow: 0px 0px 1px rgba(12, 18, 28, 0.5);
}
.hero-subtle:active {
  color: #e6e6e6;
  position: relative;
  text-shadow: 0px 0px 1px rgba(12, 18, 28, 0.5);
}
.hero-subtle-body {
  color: #e25e4a;
  display: block;
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 22px;
  margin-left: 24px;
  margin-top: 30px;
  position: relative;
  text-shadow: 0px 1px 2px rgba(12, 18, 28, 0.30000000000000004);
  text-transform: uppercase;
}
.hero-subtle-body:hover {
  color: #d73a22;
  position: relative;
  text-shadow: 0px 0px 1px rgba(12, 18, 28, 0.5);
}
.hero-subtle-body:focus {
  color: #d73a22;
  position: relative;
  text-shadow: 0px 0px 1px rgba(12, 18, 28, 0.5);
}
.hero-subtle-body:active {
  color: #d73a22;
  position: relative;
  text-shadow: 0px 0px 1px rgba(12, 18, 28, 0.5);
}
.hero-glass {
  background: rgba(255, 255, 255, 0.15000000000000002);
  border-radius: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  line-height: 22px;
  margin-top: 30px;
  padding: 15px 40px;
  position: relative;
  text-shadow: 0px 1px 2px rgba(12, 18, 28, 0.30000000000000004);
  text-transform: uppercase;
}
.hero-glass:hover {
  background: rgba(255, 255, 255, 0.30000000000000004);
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 5px 20px rgba(12, 18, 28, 0.09999999999999998);
  box-shadow: 0px 5px 20px rgba(12, 18, 28, 0.09999999999999998);
  color: #ffffff;
  position: relative;
  text-shadow: 0px 1px 2px rgba(12, 18, 28, 0.30000000000000004);
}
.hero-glass:focus {
  background: rgba(255, 255, 255, 0.30000000000000004);
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 5px 20px rgba(12, 18, 28, 0.09999999999999998);
  box-shadow: 0px 5px 20px rgba(12, 18, 28, 0.09999999999999998);
  color: #ffffff;
  position: relative;
  text-shadow: 0px 1px 2px rgba(12, 18, 28, 0.30000000000000004);
}
.hero-glass:active {
  background: rgba(255, 255, 255, 0.30000000000000004);
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 5px 20px rgba(12, 18, 28, 0.09999999999999998);
  box-shadow: 0px 5px 20px rgba(12, 18, 28, 0.09999999999999998);
  color: #ffffff;
  position: relative;
  text-shadow: 0px 1px 2px rgba(12, 18, 28, 0.30000000000000004);
}
.button-primary {
  background: #ffffff;
  border-radius: 2px;
  color: #222222;
  display: table;
  font-size: 0.85em;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 22px;
  margin-left: 0px;
  margin-right: 14px;
  padding: 14px 34px;
  position: relative;
  text-shadow: 0px 1px 2px rgba(12, 18, 28, 0.050000000000000044);
  text-transform: uppercase;
}
.button-primary:hover {
  background: #e6e6e6;
  color: #222222;
  text-decoration: none;
}
.button-primary:focus {
  background: #e6e6e6;
  color: #222222;
  text-decoration: none;
}
.button-primary:active {
  background: #e6e6e6;
  color: #222222;
  text-decoration: none;
}
.button-secondary {
  background: #222222;
  border-radius: 2px;
  color: #ffffff;
  display: table;
  font-size: 0.85em;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 22px;
  margin-left: 0px;
  margin-right: 14px;
  padding: 14px 35px;
  position: relative;
  text-shadow: 0px 1px 2px rgba(12, 18, 28, 0.050000000000000044);
  text-transform: uppercase;
}
.button-secondary:hover {
  background: #080808;
  color: #ffffff;
  text-decoration: none;
}
.button-secondary:focus {
  background: #080808;
  color: #ffffff;
  text-decoration: none;
}
.button-secondary:active {
  background: #080808;
  color: #ffffff;
  text-decoration: none;
}
.button-safe {
  background: #00c1f7;
  border-radius: 2px;
  color: #ffffff;
  font-size: 0.85em;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 22px;
  margin-left: 0px;
  margin-right: 14px;
  padding: 14px 35px;
  position: relative;
  text-shadow: 0px 1px 2px rgba(12, 18, 28, 0.050000000000000044);
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .button-safe {
    padding: 10px 20px;
    font-size: 0.65em;
  }
}
.button-safe:hover {
  background: #0099c4;
  color: #ffffff;
  text-decoration: none;
}
.button-safe:focus {
  background: #0099c4;
  color: #ffffff;
  text-decoration: none;
}
.button-safe:active {
  background: #0099c4;
  color: #ffffff;
  text-decoration: none;
}
a.connect-hero-btn {
  background: rgba(255, 188, 58, 0.9);
  border-radius: 2px;
  color: #ffffff;
  display: table;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 22px;
  text-align: center;
  margin: 50px auto;
  padding: 15px 60px;
  position: relative;
  text-transform: uppercase;
}
a.connect-hero-btn:hover {
  background: #ffb321;
  color: #ffffff;
  text-decoration: none;
}
a.connect-hero-btn:focus {
  background: #ffb321;
  color: #ffffff;
  text-decoration: none;
}
a.connect-hero-btn:active {
  background: #ffb321;
  color: #ffffff;
  text-decoration: none;
}
/* ====================== Header ====================== */
header {
  position: fixed;
  min-height: 70px;
  top: 0;
  background: #ffffff;
  width: 100%;
  z-index: 2000;
  -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05);
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
  right: 0px \9;
  /* ie9 support */

  -o-transition: margin .3s ease, transform 0.5s ease;
  -moz-transition: margin .3s ease, transform 0.5s ease;
  -webkit-transition: margin .3s ease, transform 0.5s ease;
  transition: margin .3s ease, transform 0.5s ease;
}
@media (min-width: 992px) {
  header button {
    display: none;
  }
}
@media (max-width: 991px) {
  header button {
    display: block;
    border: 0px;
    outline: none;
  }
}
header .logo-wrap {
  position: absolute;
  height: 95px;
  width: 185px;
  top: 0px;
  left: 2%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 992px) {
  header .logo-wrap {
    height: 60px;
    width: 135px;
    top: 5px;
  }
}
.header-hide {
  margin-top: -115px;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
header.active {
  -webkit-transform: translatex(-260px);
  -webkit-transform: translate3d(-260px, 0, 0);
  -moz-transform: translatex(-260px) translatez(0);
  -moz-transform: translate3d(-260px, 0, 0);
  -ms-transform: translatex(-260px) translatez(0);
  -ms-transform: translate3d(-260px, 0, 0);
  -o-transform: translatex(-260px) translatez(0);
  -o-transform: translate3d(-260px, 0, 0);
  transform: translatex(-260px) translatez(0);
  transform: translate3d(-260px, 0, 0);
  right: 260px \9;
  -o-transition: margin .3s ease, transform 0.5s ease;
  -moz-transition: margin .3s ease, transform 0.5s ease;
  -webkit-transition: margin .3s ease, transform 0.5s ease;
  transition: margin .3s ease, transform 0.5s ease;
}
li#mn-home,
li#mn-home.current {
  display: none!important;
}
/* ====================== Side Drawer Styling ====================== */
.body-overlay {
  display: block;
  cursor: col-resize;
  /*background: linear-gradient(30deg, #2e3192, #1bffff);*/

  background: rgba(255, 255, 255, 0.65);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 9998;
  visibility: hidden;
  -webkit-transition: opacity .33s ease;
  -o-transition: opacity .33s ease;
  -moz-transition: opacity .33s ease;
  -ms-transition: opacity .33s ease;
  transition: opacity .33s ease;
}
.body-overlay.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity .33s ease;
  -o-transition: opacity .33s ease;
  -moz-transition: opacity .33s ease;
  -ms-transition: opacity .33s ease;
  transition: opacity .33s ease;
}
#siteWrapper {
  position: relative;
  min-height: 100vh;
}
#sidecar {
  position: fixed;
  height: 100%;
  width: 260px;
  background: #e25e4a;
  top: 0;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  webkit-box-shadow: 10px 0px 17px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 0px 17px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0px 17px -5px rgba(0, 0, 0, 0.5);
}
#sidecar .socials {
  margin-bottom: 80px;
}
/* Drawer Placement & Speed */
.slide-left,
.push-left,
.over-left {
  left: 0;
  right: inherit;
}
.slide-right,
.push-right,
.over-right {
  right: 0;
  left: inherit;
}
.slide-left,
.slide-right,
.push-left,
.push-right,
.over-left,
.over-right {
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
/* SideCar Animation-Direction */
/* Push Right */
#sidecar.push-right {
  -webkit-transform: translatex(260px);
  -webkit-transform: translate3d(260px, 0, 0);
  -moz-transform: translatex(260px) translatez(0);
  -moz-transform: translate3d(260px, 0, 0);
  -ms-transform: translatex(260px) translatez(0);
  -ms-transform: translate3d(260px, 0, 0);
  -o-transform: translatex(260px) translatez(0);
  -o-transform: translate3d(260px, 0, 0);
  transform: translatex(260px) translatez(0);
  transform: translate3d(260px, 0, 0);
  right: -260px \9;
  /* ie9 support */

}
#sidecar.push-right.active {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
  right: 0 \9;
}
#siteWrapper.push-right {
  -webkit-transform-style: flat;
  transform-style: flat;
  right: 0 \9;
}
#siteWrapper.push-right.active {
  -webkit-transform: translatex(-260px);
  -webkit-transform: translate3d(-260px, 0, 0);
  -moz-transform: translatex(-260px) translatez(0);
  -moz-transform: translate3d(-260px, 0, 0);
  -ms-transform: translatex(-260px) translatez(0);
  -ms-transform: translate3d(-260px, 0, 0);
  -o-transform: translatex(-260px) translatez(0);
  -o-transform: translate3d(-260px, 0, 0);
  transform: translatex(-260px) translatez(0);
  transform: translate3d(-260px, 0, 0);
  right: 260px \9;
  /* ie9 support */

  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2), 10px 0 20px rgba(0, 0, 0, 0.2);
}
#drawer-toggle {
  position: absolute;
  top: 15px;
  background: transparent;
  width: 130px;
  height: 40px;
  right: -40px;
  border: none;
  /* img replace */

  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  cursor: pointer;
}
#drawer-toggle:before {
  content: "Menu";
  font-size: 0.75rem;
  line-height: 0;
  padding: 0;
  margin: 0;
  top: 45%;
  right: 70%;
  color: #e25e4a;
  position: absolute;
  text-transform: uppercase;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
}
#drawer-toggle span,
#drawer-toggle span::before,
#drawer-toggle span::after {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #e25e4a;
  border-radius: 2px;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#drawer-toggle span {
  top: calc(48%);
  left: calc(33%);
  transition: transform 0.5s ease-in-out;
}
#drawer-toggle span::before,
#drawer-toggle span::after {
  content: '';
  left: 0;
  transition: transform .3s, width .3s;
}
#drawer-toggle span::before {
  bottom: 9px;
  width: 36px;
}
#drawer-toggle span::after {
  top: 9px;
  width: 25px;
}
#drawer-toggle.active span {
  background: transparent;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#drawer-toggle.active span::after {
  top: 1px;
  transform: rotate(-45deg);
  width: 30px;
}
#drawer-toggle.active span:before {
  transform: translateY(10px) rotate(45deg);
  width: 30px;
}
button.close-drawer.pull-right {
  display: none;
}
/* ====================== Side Drawer Styling END ====================== */
.utility-sidecar {
  display: inline-block;
  width: 100%;
  background: #D73A22!important;
}
.utility-sidecar ul {
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-left: 0px;
  background: #D73A22!important;
  list-style: none;
  display: block;
  text-align: left;
  margin-bottom: 0px;
}
.utility-sidecar ul li {
  margin: 5px;
  padding: 5px 20px;
  display: block;
  text-align: left;
}
.utility-sidecar ul li:last-child {
  margin-top: 5px !important;
  text-align: left!important;
}
.utility-sidecar ul li a {
  color: #ffffff;
}
.sidecar-logo-wrap {
  margin: 20px auto 0;
  width: 140px;
}
.socials ul {
  list-style: none;
  margin-left: 20px;
  margin-top: 2%;
}
.socials ul li {
  display: inline-block;
  color: #ffffff;
  padding: 8px 8px;
}
.socials ul .fa {
  font-size: 1em !important;
}
/* Expand Collapse Styling */
nav#sidecar ul#mainnav {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  background: transparent;
}
nav#sidecar ul#mainnav li {
  position: relative;
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
  width: 100%;
  height: auto;
  background: transparent;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09999999999999998);
}
nav#sidecar ul#mainnav li:hover a {
  color: #ffffff !important;
}
nav#sidecar ul#mainnav li ul {
  padding: 0 0 0 8px;
  margin: 0;
  display: none;
  position: relative;
  float: none;
  z-index: 2000;
  background: #c1341f;
  border-radius: 0 0 4px 4px;
  list-style: none;
  min-width: 200px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-left: 0px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0);
}
nav#sidecar ul#mainnav li ul a {
  color: #ffffff;
}
nav#sidecar ul#mainnav li ul a:hover {
  color: #ffffff !important;
  background: transparent !important;
}
nav#sidecar ul#mainnav li ul.active {
  display: block;
}
nav#sidecar ul#mainnav li a {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 10px;
  position: relative;
  color: #ffffff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.95em;
  margin-left: 20px !important;
}
nav#sidecar ul#mainnav li a:hover {
  color: #ffffff !important;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
nav#sidecar ul#mainnav li a.expand {
  display: block;
  height: 38px;
  width: 38px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('/SiteFiles/2332/CSS/images/dropdown-arrow-white.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40%;
  padding: 16px;
  cursor: pointer;
}
nav#sidecar ul#mainnav li a.expand:hover {
  display: block;
  height: 38px;
  width: 38px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('/SiteFiles/2332/CSS/images/dropdown-arrow-white.svg') !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50%!important;
  background-size: 40% !important;
  padding: 16px;
  cursor: pointer;
}
nav#sidecar ul#mainnav li a.expand.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* UL Level Stepped Padding */
#sidecar ul#mainnav li ul li a {
  padding-left: 20px !important;
}
#sidecar ul#mainnav li ul li ul li {
  padding-left: 20px !important;
}
/* Side Drawer Styling END */
nav {
  float: right;
  /* Main Nav */

}
nav a.expand-btn {
  display: none;
}
nav #mainnav {
  margin-right: 25px;
}
@media (max-width: 992px) {
  nav #mainnav {
    display: none;
  }
}
nav #mainnav li#mn-home {
  display: none;
}
nav #mainnav li > a.current {
  color: #91867e;
  border-bottom: 3.25px solid #e25e4a;
}
@media (max-width: 992px) {
  nav #mainnav li > a.current {
    color: #ffffff;
    font-weight: 600;
  }
}
nav li {
  position: relative;
  z-index: 1000;
  padding: 0 18px;
  /*2nd Level ul*/

}
nav li:hover {
  cursor: pointer;
}
@media (max-width: 1200px) {
  nav li {
    padding: 0 10px;
  }
}
nav li ul li a.current {
  border-bottom: 0px !important;
}
@media screen and (min-width: 993px) {
  nav li:last-child ul {
    margin-left: -160px;
  }
}
nav li a {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  padding: 12px 15px;
  font-size: 1em;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222222;
  margin-left: 0px !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1200px) {
  nav li a {
    letter-spacing: 0px;
    font-size: 0.9em;
    padding: 14px 10px 14px 10px;
  }
}
@media (max-width: 1140px) {
  nav li a {
    letter-spacing: 0px;
    font-size: 0.85em;
    padding: 20px 10px 20px 10px;
  }
}
nav li a:hover {
  color: #e25e4a;
  background: transparent!important;
}
@media (992px) {
  nav li a:hover {
    color: #ffffff;
  }
}
nav li a:last-child:hover {
  color: #e25e4a;
}
@media (992px) {
  nav li a:last-child:hover {
    color: #ffffff;
  }
}
nav li ul {
  display: none;
  position: absolute;
  width: auto!important;
  z-index: 2000;
  background: rgba(34, 34, 34, 0.98);
  border-radius: 0 0 4px 4px;
  list-style: none;
  min-width: 200px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-left: 0px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  /*2nd Level li*/

}
@media (max-width: 992px) {
  nav li ul {
    border-radius: 0px;
  }
}
nav li ul li:last-child:hover {
  border-radius: 0 0 4px 4px;
  border-bottom: 0px;
}
@media (max-width: 992px) {
  nav li ul li:last-child:hover {
    border-radius: 0px;
  }
}
nav li ul li:hover a {
  color: #e25e4a !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav li ul li:hover a a {
  text-shadow: 0px 2px 6px rgba(12, 18, 28, 0.30000000000000004);
}
nav li ul li {
  padding: 0;
  position: relative;
  white-space: normal;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 993px) {
  nav li ul li:last-child ul {
    margin-left: 0px;
  }
}
nav li ul li a {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  display: block;
  color: #fff;
  text-transform: none;
  font-weight: normal;
  width: 200px;
  transition: all 0.3s ease-in-out;
}
nav li ul li a.expand-btn {
  display: none;
}
nav li ul li a:hover {
  color: #ffffff !important;
  background: #111 !important;
  transition: all 0.3s ease-in-out;
}
nav li ul li > a.current {
  border-bottom: 0px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
ul#mainnav > li:hover > ul,
ul#mainnav > li > ul > li:hover > ul {
  display: block;
}
@media (min-width: 992px) {
  nav #mainnav li ul:after,
  nav #mainnav li ul:before {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  nav #mainnav li ul:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #222222;
    border-width: 9px;
    margin-left: 9px;
    transition: border 0.33s ease;
    -webkit-transition: border 0.33s ease;
    -moz-transition: border 0.33s ease;
    -o-transition: border 0.33s ease;
  }
  nav #mainnav li ul ul:after {
    display: none;
  }
  nav #mainnav li:nth-last-child(3) ul:after,
  nav #mainnav li:nth-last-child(3) ul:before {
    bottom: 100%;
    left: -30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  nav #mainnav li:nth-last-child(2) ul:after,
  nav #mainnav li:nth-last-child(2) ul:before {
    bottom: 100%;
    left: -30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  nav #mainnav li:last-child ul:after,
  nav #mainnav li:last-child ul:before {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  nav #mainnav li:nth-last-child(2) ul:after,
  nav #mainnav li:last-child ul:after,
  nav #mainnav li:nth-last-child(3) ul:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #222222;
    border-width: 9px;
    margin-left: 150px;
    transition: border 0.33s ease;
    -webkit-transition: border 0.33s ease;
    -moz-transition: border 0.33s ease;
    -o-transition: border 0.33s ease;
  }
  /*nav #mainnav li:nth-last-child(2) ul:after {
    border-color: rgba(0,0,0,0);
    border-bottom-color:@black;
    border-width: 9px;
    margin-left: 150px;
    transition: border 0.33s ease;
    -webkit-transition: border 0.33s ease;
    -moz-transition: border 0.33s ease;
    -o-transition: border 0.33s ease;
  }
  */
  header #mainnav li > ul > li.hasChild:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    right: 5%;
    top: 34%;
  }
  header #mainnav li ul li ul li.hasChild:after {
    content: " ";
    font-family: FontAwesome;
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    right: 5%;
    top: 34%;
  }
  header #mainnav > li > ul > li ul {
    top: 0;
    z-index: 2001;
    width: auto!important;
    left: 100%;
    background: rgba(10, 10, 10, 0.9);
    border-radius: 0px !important;
  }
  /* -- Hack fix for the psuedo elements on conservation dropdown -- */
  li#mn-conservation ul li {
    text-align: left !important;
  }
  li#mn-conservation ul li.hasChild:after {
    transform: rotateY(360deg);
    right: 1% !important;
    position: absolute;
    left: 90%;
  }
  /* -- Flip the dropdown sides for screen cut off -- */
  header #mainnav > li:nth-last-child(2) > ul > li ul {
    left: -200px !important;
  }
  header #mainnav > li:last-child > ul > li ul {
    left: -200px !important;
  }
  header #mainnav > li:nth-last-child(3) > ul > li ul {
    left: -250px !important;
  }
  nav li:nth-last-child(2) ul {
    left: -40px;
  }
  nav li:nth-last-child(3) ul {
    min-width: 250px;
    left: -80px;
  }
  nav li:nth-last-child(3) ul li {
    text-align: right;
  }
  nav li:nth-last-child(3) ul li.hasChild:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    left: 5%;
    top: 30%;
    transform: rotateY(180deg);
  }
  nav li:nth-last-child(3) ul li a {
    text-align: left;
    padding-left: 30px !important;
    width: 250px;
  }
  nav li:nth-last-child(2) ul li {
    text-align: right;
  }
  nav li:nth-last-child(2) ul li.hasChild:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    left: 5%;
    top: 30%;
    transform: rotateY(180deg);
  }
  nav li:nth-last-child(2) ul li a {
    text-align: left;
    padding-left: 30px !important;
  }
  nav li:last-child ul li {
    text-align: right;
  }
  nav li:last-child ul li a {
    text-align: left;
    padding-left: 30px !important;
  }
}
@media (min-width: 992px) {
  #mainnav > li > a:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f107";
    top: 30%;
    right: -3%;
    color: #222222;
    opacity: .25;
    font-weight: normal!important;
    font-size: 16px;
  }
}
/* -- Dim on Hover -- */
@media (min-width: 992px) {
  ul#mainnav:hover a {
    color: rgba(12, 18, 28, 0.4);
  }
  ul#mainnav:hover a:hover {
    color: #e25e4a !important;
  }
  ul#mainnav:hover li ul li a {
    color: #ffffff !important;
  }
  ul#mainnav:hover li ul li a:hover {
    color: #ffffff !important;
  }
  /* shows dropdown on hover */
  #mainnav > li:hover > ul {
    display: block;
  }
  /* hides 3rd level dropdown */
  #mainnav > li > ul li:hover > ul {
    display: none;
  }
  /* change color of main nav item when its dropdown is visible */
}
/* Utility */
.utility-tools {
  float: right;
  display: inline-table;
}
@media screen {
  .utility {
    margin-right: 20px;
  }
  .utility a {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    color: #91867e;
    text-transform: uppercase;
    font-size: 0.8em;
    text-decoration: none;
    padding: 10px 10px 5px 10px;
    letter-spacing: .07em;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
  }
  .utility a:hover {
    color: #e25e4a;
    background-color: transparent;
  }
  .utility ul {
    list-style: none;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    padding-left: 0px;
    display: inline;
    float: right;
  }
  .utility ul li:last-child {
    margin-right: 0;
  }
  .utility ul li {
    display: inline-block;
    float: left;
    position: relative;
    padding: 0px;
  }
}
@media (max-width: 992px) {
  .utility {
    display: none;
  }
}
@media (min-width: 1201px) {
  .utility .col-md-8 {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .utility .col-md-8 {
    width: 75%;
  }
}
#search-wrap {
  position: absolute;
  z-index: 50;
  width: 30px;
  right: 1%;
  top: 27px;
}
#search-wrap a {
  color: #e25e4a;
}
a.utility-search {
  color: #e25e4a;
  margin-left: -11px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.utility .col-md-12,
.utility .col-sm-12 {
  padding-right: 0px;
}
/* Connect Header
====================== */
/* Nav bar & Logo */
.connect-header {
  /* Utility */

  /* Main Nav */

  /* -- Dim on Hover -- */

}
.connect-header #drawer-toggle:before {
  color: #ffbc3a;
}
.connect-header #drawer-toggle span,
.connect-header #drawer-toggle span::before,
.connect-header #drawer-toggle span::after {
  background: #ffbc3a;
}
.connect-header #drawer-toggle.active span {
  background: transparent;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.connect-header header {
  position: fixed;
  min-height: 70px;
  top: 0;
  background: rgba(34, 34, 34, 0.92);
  width: 100%;
  z-index: 2000;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05);
}
.connect-header header .logo-wrap {
  position: absolute;
  height: 95px;
  width: 185px;
  top: 0px;
  left: 2%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 992px) {
  .connect-header header .logo-wrap {
    height: 60px;
    width: 135px;
    top: 5px;
  }
}
.connect-header .header {
  top: 0;
}
.connect-header .navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.connect-header .navbar {
  border-radius: 0px;
  position: relative;
  min-height: 90px;
  margin-bottom: 0px;
  border: 0px solid transparent;
}
.connect-header .navbar-brand {
  position: absolute;
  height: 95px;
  width: 185px;
  top: 0;
  left: 2%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.connect-header .header-hide {
  margin-top: -124px;
}
.connect-header #trigger {
  z-index: 9997;
}
.connect-header #trigger a.trigger-link {
  position: absolute;
  z-index: 9999;
  right: 3%;
  top: -95px;
}
.connect-header .nav-hide {
  position: fixed;
  background: #333;
  top: 0;
  width: 20vw;
  height: 100vh;
  right: -500px;
  z-index: 9998;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  webkit-box-shadow: -10px -10px 17px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -10px -10px 17px rgba(0, 0, 0, 0.3);
  box-shadow: -10px -10px 17px rgba(0, 0, 0, 0.3);
}
.connect-header .nav-show {
  position: fixed;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: 9998 !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.connect-header .nav-show ul,
.connect-header .nav-hide ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 100px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-left: 0px;
}
.connect-header .nav-show ul li,
.connect-header .nav-hide ul li {
  display: flex;
  text-align: center;
  color: #fff;
  width: 100%;
}
.connect-header .nav-show ul li a,
.connect-header .nav-hide ul li a {
  text-align: left;
  border-bottom: 1px solid #444;
  color: rgba(255, 255, 255, 0.44999999999999996);
  width: 100%;
  font-size: 1.3em;
  padding: 8% 20%;
  text-transform: uppercase;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.connect-header .nav-show ul li a:hover,
.connect-header .nav-hide ul li a:hover {
  text-shadow: 0px 15px 20px rgba(34, 34, 34, 0.35);
  background: transparent;
}
.connect-header .nav-show ul li:hover,
.connect-header .nav-hide ul li:hover {
  background: transparent;
}
.connect-header section.sticky-footer-nav {
  background: rgba(0, 0, 0, 0.85);
  bottom: 0;
  width: 100%;
  z-index: 100;
}
@media screen {
  .connect-header .utility {
    margin-right: 20px;
  }
  .connect-header .utility a {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    color: #91867e;
    text-transform: uppercase;
    font-size: 0.8em;
    text-decoration: none;
    padding: 10px 10px 5px 10px;
    letter-spacing: .07em;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
  }
  .connect-header .utility a:hover {
    color: #e25e4a;
    background-color: transparent;
  }
  .connect-header .utility ul {
    list-style: none;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    padding-left: 0px;
    display: inline;
    float: left;
  }
  .connect-header .utility ul li:last-child {
    margin-right: 0;
  }
  .connect-header .utility ul li {
    display: inline-block;
    float: left;
    position: relative;
    padding: 0px;
  }
}
@media (max-width: 992px) {
  .connect-header .utility {
    display: none;
  }
}
@media (min-width: 1201px) {
  .connect-header .utility .col-md-8 {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .connect-header .utility .col-md-8 {
    width: 75%;
  }
}
.connect-header #search-wrap {
  position: absolute;
  z-index: 50;
  width: 30px;
  right: 1%;
  top: 27px;
}
.connect-header #search-wrap a {
  color: #e25e4a;
}
.connect-header a.utility-search {
  color: #ffbc3a;
  margin-left: -11px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.connect-header .utility .col-md-12,
.connect-header .utility .col-sm-12 {
  padding-right: 0px;
}
.connect-header #mainnav li#mn-home {
  display: none;
}
.connect-header #mainnav li#mn-log-in a {
  border: 1px solid #eae8e7;
  padding: 8px 30px;
  border-radius: 2px;
  margin-top: 9%;
}
.connect-header #mainnav li#mn-log-in a:hover {
  background: #efedec;
}
.connect-header #mainnav li > a.current {
  color: #91867e;
  border-bottom: 2px solid #e25e4a;
}
@media (max-width: 992px) {
  .connect-header #mainnav li > a.current {
    color: #ffffff;
    font-weight: 600;
  }
}
.connect-header #mainnav li {
  position: relative;
  z-index: 1000;
  padding: 0 18px;
  /*2nd Level ul*/

}
.connect-header #mainnav li a {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  padding: 10px 15px;
  font-size: 1em;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 0px !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1200px) {
  .connect-header #mainnav li a {
    letter-spacing: 0px;
    font-size: 0.9em;
    padding: 20px 10px 20px 10px;
  }
}
@media (max-width: 1140px) {
  .connect-header #mainnav li a {
    letter-spacing: 0px;
    font-size: 0.85em;
    padding: 20px 10px 20px 10px;
  }
}
.connect-header #mainnav li a:hover {
  color: #ffbc3a;
}
@media (992px) {
  .connect-header #mainnav li a:hover {
    color: #ffffff;
  }
}
.connect-header #mainnav li a:last-child:hover {
  color: #ffbc3a;
}
@media (992px) {
  .connect-header #mainnav li a:last-child:hover {
    color: #ffffff;
  }
}
.connect-header #mainnav li ul {
  display: none;
  position: absolute;
  width: auto!important;
  z-index: 2000;
  background: #222222;
  border-radius: 0 0 4px 4px;
  list-style: none;
  min-width: 200px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-left: 0px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.6);
  /*2nd Level li*/

}
@media (max-width: 992px) {
  .connect-header #mainnav li ul {
    border-radius: 0px;
  }
}
.connect-header #mainnav li ul li:last-child:hover {
  border-radius: 0 0 4px 4px;
  border-bottom: 0px;
}
@media (max-width: 992px) {
  .connect-header #mainnav li ul li:last-child:hover {
    border-radius: 0px;
  }
}
.connect-header #mainnav li ul li:hover a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.connect-header #mainnav li ul li:hover a a {
  text-shadow: 0px 2px 6px rgba(12, 18, 28, 0.30000000000000004);
}
.connect-header #mainnav li ul li {
  padding: 0;
  position: relative;
  white-space: normal;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.connect-header #mainnav li ul li a {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 14px 20px;
  font-size: 1em;
  font-style: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 0px !important;
  display: block;
  transition: all 0.3s ease-in-out;
}
.connect-header #mainnav li ul li a:hover {
  color: #ffffff !important;
  background: #111!important;
  transition: all 0.3s ease-in-out;
}
.connect-header #mainnav li ul li > a.current {
  border-bottom: 0px;
}
@media (min-width: 992px) {
  .connect-header #mainnav > li > a:after {
    color: rgba(255, 255, 255, 0.5);
    opacity: .25;
  }
  .connect-header #mainnav > li:last-child ul {
    margin-left: -160px !important;
  }
}
@media (min-width: 992px) {
  .connect-header ul#mainnav:hover a {
    color: rgba(255, 255, 255, 0.4);
  }
  .connect-header ul#mainnav:hover a:hover {
    color: #ffbc3a !important;
  }
  .connect-header ul#mainnav:hover li ul li a {
    color: #ffffff !important;
  }
  .connect-header ul#mainnav:hover li ul li a:hover {
    color: #ffffff !important;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0;
  }
}
/*  Footer
====================== */
section.footer {
  background: #ffffff;
  border-top: 1px solid #ffffff;
  padding: 20px 0;
}
@media (max-width: 768px) {
  section.footer {
    padding: 20px 0 80px 0;
  }
}
section.footer ul {
  list-style: none;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-left: 0px;
}
@media (max-width: 992px) {
  section.footer ul {
    text-align: center;
  }
}
section.footer ul li {
  display: inline-block;
  padding: 0px 8px;
  color: #222222;
}
section.footer ul li:last-child {
  float: right;
}
section.footer ul li a {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.85em;
  text-transform: uppercase;
  color: #222222;
}
@media (max-width: 992px) {
  section.footer ul li a {
    font-size: 0.75em;
  }
}
section.footer ul li a:hover {
  color: #e25e4a;
}
@media (max-width: 992px) {
  section.footer ul li:last-child {
    display: block;
    margin-top: 20px;
    float: none;
    text-align: center;
  }
}
section.footer p {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.85em;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 8px;
}
section.footer a.site-credit-link {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.85em;
  text-transform: uppercase;
  color: #222222;
}
section.footer a:hover.site-credit-link {
  color: #e25e4a;
}
/*  Photo Credits
====================== */
section.credits {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.85rem;
  text-transform: none;
  color: #91867e;
  margin-right: 15px;
}
section.credits p {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.85rem;
  text-transform: none;
  color: #91867e;
}
/*  Home
============== */
#overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/@coral+0,ffffff+100&amp;1+0,0+100 */

  background: -moz-linear-gradient(45deg, #e25e4a 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e25e4a), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(45deg, #e25e4a 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(45deg, #e25e4a 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(45deg, #e25e4a 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */

  background: linear-gradient(45deg, #e25e4a 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@coral', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 75vh;
  z-index: 8;
}
.animatable {
  -webkit-transition: all 0.77s ease-out;
  transition: all 0.77s ease-out;
}
.scaled {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
section.home.slider {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.home.slider {
    margin-top: 0px;
  }
}
.slider {
  position: relative!important;
  z-index: 2000;
  height: auto!important;
  width: 100%;
  overflow: hidden;
}
div.swRotator {
  position: static!important;
  background-color: #e25e4a;
  height: auto!important;
}
.slider .scrollable {
  position: relative!important;
  overflow: visible!important;
  width: 100%!important;
  height: 500px !important;
}
.slider .scrollable .items {
  width: 100%!important;
  position: relative!important;
  top: 0;
  left: 0;
  right: 0;
}
.slider .scrollable .items .item {
  width: 100%!important;
  height: auto!important;
}
.slider .scrollable .item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
section#hero {
  min-height: 100vh;
  zoom: 1;
  background: #222222;
  position: relative;
}
@media (max-height: 400px) {
  section#hero {
    text-align: center;
  }
}
section#hero .item {
  background: #0c121c;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 25% 0%;
  zoom: 1;
  height: 100vh !important;
  width: 100vw !important;
  background-size: cover !important;
}
section#hero h1 {
  color: #ffffff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4.15em;
  padding: 20px 20px 0px 0px;
  margin-top: 43%;
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
  display: inline-block;
}
@media (max-width: 600px) {
  section#hero h1 {
    margin-top: 42%;
    font-size: 2.3em;
  }
}
@media (max-height: 800px) {
  section#hero h1 {
    margin-top: 30% !important;
  }
}
@media (max-height: 400px) {
  section#hero h1 {
    margin-top: 20% !important;
    font-size: 2.75em!important;
    margin-bottom: 20px;
  }
}
section#hero h1 span {
  color: #ffffff;
}
section#hero p {
  line-height: 130%;
  color: #ffffff;
  font-family: "clavo";
  font-style: normal;
  font-size: 1.8em;
  font-weight: 100;
  margin-bottom: 70px;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.8);
}
@media (max-width: 600px) {
  section#hero p {
    font-size: 1.3em;
    font-weight: 300;
  }
}
@media (max-height: 400px) {
  section#hero p {
    display: none!important;
  }
}
section#hero .swRotator .scrollable .items .item .caption {
  /*background-color: rgba(0, 0, 0, 0.5);*/

  bottom: 0;
  left: 0;
  position: static;
  right: 0;
}
section#hero .swRotator .scrollable .items .item .caption .title {
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.5em;
  position: absolute;
  top: 60%!important;
  left: 85px;
  color: #ffffff;
  transform: translateY(-10%);
  width: 50%;
  line-height: 1em;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
section#hero .swRotator .scrollable .items .item .caption .description {
  line-height: 130%;
  color: #ffffff;
  font-family: "clavo";
  font-style: normal;
  font-size: 1.8em;
  font-weight: 100;
  position: absolute;
  top: 60%!important;
  left: 85px;
  transform: translateY(-10%);
  width: 50%;
  margin-top: 100px;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.8);
}
section.quick-nav-header {
  background: #ffffff;
  padding: 20px 0;
  text-align: center;
  /*span.subhead-title:before {
    content: "";
    position: absolute;
    left: 48%;
    top: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 30px 30px 30px;
    border-color: transparent transparent @snow transparent;
    -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    -ms-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    }*/

}
section.quick-nav-header span {
  text-align: center;
  font-family: "clavo";
  font-style: normal;
  color: #222222;
  font-size: 1.15em;
  font-style: italic;
}
section.quick-nav {
  display: flex;
  flex-wrap: nowrap;
  background: #f4f2f2;
}
section.quick-nav h2 {
  display: none;
}
section.quick-nav ul {
  list-style: none;
  display: flex;
  margin-bottom: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-left: 0px;
}
section.quick-nav ul li {
  background: #f4f2f2;
  width: 33.33333%;
  padding: 2%;
  text-align: center;
  border-right: 1px solid #e1dedc;
  border-bottom: 2px solid transparent;
}
section.quick-nav ul li:last-of-type {
  border-right: 1px solid transparent;
}
section.quick-nav ul li:hover {
  background: #ffffff;
  border-bottom: 2px solid #e25e4a;
  z-index: 10;
}
section.quick-nav ul li a {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #91867e;
  font-size: 1em;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.scroll-down {
  position: absolute;
  bottom: 0px;
  left: 47%;
  padding: 10px 30px;
  border-radius: 3px 3px 0 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.scroll-down-fade {
  opacity: 0 !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.scroll-down span {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  /* IE 9 */

  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */

  transform: rotate(45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin: 0 0 3px 6px;
}
.unu {
  margin-top: 6px;
}
.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}
.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}
.doi {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}
.trei {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}
.mouse {
  height: 31px;
  width: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-left: -2px;
  transform: none;
  border: 2px solid white;
  background: #ffffff;
  top: 170px;
}
.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 2px auto;
  background: #e25e4a;
  position: relative;
}
.wheel {
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: 3px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.wheel-connect {
  height: 5px;
  width: 2px;
  display: block;
  margin: 2px auto;
  background: #ffbc3a;
  position: relative;
}
.wheel-connect {
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: 3px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
section.about {
  background: #ffffff;
  min-height: 400px;
  text-align: left;
}
section.about .col-md-7,
section.about .col-sm-12 {
  padding: 5% 5% 3%;
}
section.about h1 {
  font-weight: 400;
  color: #91867e;
}
section.about h5 {
  color: #222222;
}
section.about p {
  line-height: 170%;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 200;
  font-style: normal;
  padding: 10px 0;
  margin-bottom: 50px;
  color: #695c54;
}
section.about .culture-photo {
  padding: 0;
  background: url(images/culture-photo-bg.jpg) no-repeat;
  background-size: cover;
  margin-left: -70px;
  margin-right: 50px;
  min-height: 650px;
}
@media (max-width: 992px) {
  section.about .culture-photo {
    display: none;
  }
}
.flip {
  -webkit-perspective: 800;
  -ms-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
  position: relative;
}
.card {
  padding: 40px 0;
}
.flip .card.flipped {
  transform: rotatey(-180deg);
  -ms-transform: rotatey(-180deg);
  /* IE 9 */

  -moz-transform: rotatey(-180deg);
  /* Firefox */

  -webkit-transform: rotatey(-180deg);
  /* Safari and Chrome */

  -o-transform: rotatey(-180deg);
  /* Opera */

}
.flip .card {
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  -o-transform-style: preserve-3d;
  -o-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.flip .card .face {
  z-index: 2;
  backface-visibility: hidden;
  /* W3C */

  -webkit-backface-visibility: hidden;
  /* Safari & Chrome */

  -moz-backface-visibility: hidden;
  /* Firefox */

  -ms-backface-visibility: hidden;
  /* Internet Explorer */

  -o-backface-visibility: hidden;
  /* Opera */

}
.flip .card .front {
  z-index: 1;
  cursor: pointer;
}
/* Mobile icon to display tap guesture */
@media (max-width: 768px) {
  .card .front h2:before {
    content: " ";
    position: absolute;
    top: 15%;
    right: 0%;
    background: url(https://www.aza.org/SiteFiles/2332/css/images/icon-flip.svg);
    height: 30px;
    width: 30px;
    display: block;
    opacity: 0.4;
    z-index: 100;
  }
}
@media (min-width: 769px) {
  .card .front h2:before {
    display: none;
  }
}
.flip .card .back {
  color: #222222;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -80px;
  transform: rotatey(-180deg);
  -ms-transform: rotatey(-180deg);
  /* IE 9 */

  -moz-transform: rotatey(-180deg);
  /* Firefox */

  -webkit-transform: rotatey(-180deg);
  /* Safari and Chrome */

  -o-transform: rotatey(-180deg);
  /* Opera */

}
.flip .card .back a {
  color: #222222;
}
.flip .card .back p {
  font-family: "clavo";
  font-style: normal;
  font-size: 1.65em;
  color: #222222;
  font-style: italic;
  font-weight: 400;
}
@media (max-width: 600px) {
  .flip .card .back p {
    font-size: 1.5em;
  }
}
.flip .card .back p .fa {
  font-size: 1.65em;
  padding-bottom: 8px;
  color: #00c1f7;
}
section.stats {
  padding: 70px 0 0;
  background: #695c54;
}
section.stats h1 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 3%;
}
section.stats h5 {
  color: #ffffff;
}
section.stats .container-fluid h2 {
  color: #ffffff;
  font-size: 6.2em;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-shadow: 0px 14px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
@media (max-width: 1200px) {
  section.stats .container-fluid h2 {
    font-size: 5em;
  }
}
@media (max-width: 768px) {
  section.stats .container-fluid h2 {
    font-size: 2.35em;
  }
}
@media (max-width: 600px) {
  section.stats .container-fluid h2 {
    font-size: 2.85em;
  }
}
section.stats .container-fluid h2 span {
  display: block;
  font-size: 0.35em;
  font-family: "clavo";
  font-style: normal;
  font-style: italic;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
section.stats .stat-one {
  background: #00c1f7;
  padding: 1% 5% 5% 5%;
  text-align: center;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
section.stats .stat-two {
  background: url(images/dart-frog.jpg) no-repeat;
  background-size: cover;
  padding: 1% 5% 5% 5%;
  text-align: center;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
section.stats .stat-three {
  background: #ffab07;
  padding: 1% 5% 5% 5%;
  text-align: center;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
section.stats .stat-four {
  background: #a05804;
  padding: 1% 5% 5% 5%;
  text-align: center;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
section.stats .stat-four {
  background: #e34a32;
  padding: 1% 5% 5% 5%;
  text-align: center;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
section.stats .stat-five {
  background: #4d5a12;
  padding: 1% 5% 5% 5%;
  text-align: center;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
section.stats .stat-six {
  background: #00c1f7;
  padding: 1% 5% 5% 5%;
  text-align: center;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
section.stats .stat-seven {
  background: url(images/girl-penguin.jpg) no-repeat;
  background-size: cover;
  padding: 1% 5% 5% 5%;
  text-align: center;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
section.stats .stat-eight {
  background: #91867e;
  padding: 1% 5% 5% 5%;
  text-align: center;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
section.stats .stat-nine {
  background: #002f5d;
  padding: 1% 5% 5% 5%;
  text-align: center;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
section.stats .stat-ten {
  background: #a05804;
  padding: 1% 5% 5% 5%;
  text-align: center;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
section.stats .stat-eleven {
  background: transparent;
  padding: 5%;
  text-align: center;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
section.stats .stat-eleven h1 {
  color: #ffffff;
}
section.stats .stat-eleven p {
  color: #ffffff;
  padding: 0 5%;
}
section.stats .stat-twelve {
  background: #00c1f7 url(images/coral.jpg) no-repeat;
  background-size: cover;
  padding: 1% 5% 5% 5%;
  text-align: center;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
section.stats .stat:hover {
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
section.stats .stat:hover h2 {
  text-shadow: 0px 14px 24px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
section.stats .stat:hover span {
  letter-spacing: 0px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
section.testimonial {
  background: #efedec url("images/testimonial-bg.jpg") no-repeat 100% 100%;
  background-size: cover;
  background-position: 50%;
  padding: 50px 0 90px 0;
  color: #ffffff;
}
section.testimonial h1 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-style: italic;
  font-weight: 400;
  font-size: 3.3em;
  color: #222222;
}
section.testimonial p {
  line-height: 170%;
  font-family: "clavo";
  font-style: normal;
  font-size: 1.8em;
  font-weight: 100;
  font-style: italic;
  margin-bottom: 50px;
  color: #222222;
}
@media (max-width: 600px) {
  section.testimonial {
    background: #efedec url("images/testimonial-bg.jpg") no-repeat 10% 0%;
  }
  section.testimonial h1 {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 2em;
  }
  section.testimonial p {
    font-size: 1.5em;
  }
}
@media screen {
  section.safe {
    background: #ffffff;
    padding: 60px 0;
    color: #ffffff;
    text-align: left;
  }
  section.safe .fa {
    color: #91867e;
    font-size: 2.5em;
  }
  section.safe h1 {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-style: italic;
    font-weight: 400;
    font-size: 3.3em;
    color: #e25e4a;
  }
  section.safe p {
    line-height: 170%;
    font-family: "clavo";
    font-style: normal;
    font-size: 1.4em;
    font-weight: 100;
    font-style: italic;
    color: #91867e;
    padding-bottom: 20px;
  }
}
section.safe-tiles {
  background: #fff;
  padding: 0 0 0 0;
}
section.safe-tiles .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
section.safe-tiles .safe-tile h1 {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.45em;
}
section.safe-tiles .safe-tile a.button-safe {
  display: table;
  margin: auto;
}
section.safe-tiles .safe-tile a {
  background: #00c1f7;
  border-radius: 2px;
  color: #ffffff;
  font-size: 0.85em;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 22px;
  margin-left: 0px;
  margin-right: 14px;
  padding: 14px 35px;
  position: relative;
  text-shadow: 0px 1px 2px rgba(12, 18, 28, 0.050000000000000044);
  text-transform: uppercase;
  display: table;
  margin: auto;
}
@media (max-width: 600px) {
  section.safe-tiles .safe-tile a {
    padding: 10px 20px;
    font-size: 0.65em;
  }
}
section.safe-tiles .safe-tile a:hover {
  background: #0099c4;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.4);
}
section.safe-tiles .safe-tile a:focus {
  background: #0099c4;
  color: #ffffff;
  text-decoration: none;
}
section.safe-tiles .safe-tile a:active {
  background: #0099c4;
  color: #ffffff;
  text-decoration: none;
}
section.safe-tiles .safe-tile {
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 0px !important;
}
section.safe-tiles .safe-tile img {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  section.safe-tiles .safe-tile img {
    height: 255px;
  }
}
section.safe-tiles .safe-tile .overlay {
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
section.safe-tiles .safe-tile:hover .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.5;
  z-index: 999;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
section.safe-tiles .safe-tile:hover .safe-tile-nfo {
  margin-top: 0;
  opacity: 1;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 0px;
  width: 100%;
}
section.safe-tiles .safe-tile-nfo {
  opacity: 0;
  margin-top: -50px;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 9999;
  padding: 0px;
  width: 100%;
}
section.home-main {
  background: #efedec;
}
section.home-main .coral {
  min-height: 400px;
  padding: 30px;
  color: #ffffff;
  background: #ff6854;
  background: -moz-linear-gradient(top, #ff6854 0%, #e25e4a 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff6854), color-stop(100%, #e25e4a));
  background: -webkit-linear-gradient(top, #ff6854 0%, #e25e4a 100%);
  background: -o-linear-gradient(top, #ff6854 0%, #e25e4a 100%);
  background: -ms-linear-gradient(top, #ff6854 0%, #e25e4a 100%);
  background: linear-gradient(to bottom, #ff6854 0%, #e25e4a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6854', endColorstr='@coral', GradientType=0);
}
section.home-main .black {
  min-height: 400px;
  padding: 30px;
  color: #ffffff;
  background: #91867e;
}
section.connect-home {
  padding: 0 0;
}
section.connect-home h1 {
  font-weight: 400;
  text-transform: uppercase;
  color: #91867e;
}
section.connect-home p {
  line-height: 170%;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 200;
  font-style: normal;
  padding: 10px 0;
  margin-bottom: 50px;
  color: #695c54;
}
section.connect-home .nfo {
  background: url(images/coral.jpg);
  background-size: cover;
  padding: 70px;
  min-height: 600px;
}
section.connect-home .aza-animals {
  background: #ffffff;
  border-top: 1px solid #91867e;
  padding: 70px;
  min-height: 300px;
  text-align: center;
}
section.connect-home .connect-magazine {
  background: #444;
  padding: 70px 70px 100px 70px;
  min-height: 300px;
}
@media (max-width: 992px) {
  section.connect-home .connect-magazine {
    padding: 20px 0;
    text-align: center;
  }
}
@media (max-width: 992px) {
  section.connect-home .connect-magazine img {
    margin-top: 30px;
    width: 100%;
    height: auto;
  }
}
section.connect-home .connect-magazine .hero-subtle {
  margin-left: 0px;
  color: #ffbc3a;
}
section.connect-home .connect-magazine .hero-subtle:hover {
  margin-left: 0px;
  color: #ffffff;
}
section.connect-home .connect-magazine .connect-logo {
  width: 250px;
  display: block;
}
@media (max-width: 992px) {
  section.connect-home .connect-magazine .connect-logo {
    width: auto;
  }
}
section.connect-home .connect-magazine p,
section.connect-home .connect-magazine h1 {
  color: #ffffff;
}
#video-container {
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
video {
  position: absolute;
  z-index: 0;
}
video.fillWidth {
  width: 100%;
}
section.signup {
  padding: 70px 0;
  background: #222222;
  color: #fff;
}
section.signup h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
section.signup h6 {
  font-family: "clavo";
  font-style: normal;
  font-style: italic;
  font-size: 1.6em;
}
section.signup .signup-wrap ul {
  list-style: none;
}
section.signup .signup-wrap ul li {
  display: block;
  color: #ffffff;
}
section.signup .signup-wrap ul li:nth-child(3) {
  float: none !important;
  /* margin-left: 50px; */

  text-transform: uppercase;
  color: #444;
  font-size: 0.8em;
}
.signup-wrap {
  text-align: none;
  color: #fff;
}
.signup-wrap p {
  display: block;
  float: none;
  margin-top: 20px;
}
.signup-wrap .signupPanel {
  position: relative;
  padding: 0px;
}
.signup-wrap .signupPanel .form-group {
  margin-bottom: 0px;
}
.signup-wrap .signupPanel .form-group .signupField {
  width: 90%;
  /* margin: 0 30px 0 0; */

  float: left;
  height: 100%;
  min-height: 50px;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #e25e4a;
  font-family: "clavo", sans-serif;
  font-weight: 100;
  font-size: 1.3em;
  letter-spacing: .025em;
  margin-bottom: 20px;
}
.signupField:focus {
  background-color: rgba(255, 255, 255, 0.09999999999999998);
  outline: 0;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.09999999999999998) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(17, 178, 207, 0), 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(17, 178, 207, 0), 0px 5px 20px rgba(0, 0, 0, 0.1);
}
.signup-wrap .signupPanel .signupButton {
  width: 10%;
  float: right;
  height: 100%;
  min-height: 50px;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px;
  background: #e25e4a;
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.3em;
  letter-spacing: .025em;
  margin-bottom: 20px;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.signup-wrap .signupPanel .signupButton:hover {
  background: #d73a22;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
section.news {
  padding: 5% 0;
  background: #222222 url(images/news-bg.png) no-repeat;
  background-size: cover;
  background-position: 50%;
}
section.news h1 {
  color: #fff;
  font-weight: 400;
  text-align: center;
}
section.news h6 {
  font-family: "clavo";
  font-style: normal;
  font-style: italic;
  font-size: 1.6em;
  color: #00c1f7;
  text-align: center;
}
section.news .news-block {
  background: rgba(0, 0, 0, 0.15);
  border-left: 1px solid black;
  border-radius: 3px;
  box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0);
  display: block;
  min-height: 160px;
  padding: 2%;
  text-align: center;
  vertical-align: middle;
}
section.news .news-block a {
  color: #ffffff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 200;
  text-align: center;
}
section.news .news-block a:before {
  color: rgba(255, 255, 255, 0.5);
  content: "\f1ea";
  display: block;
  font-family: FontAwesome;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  padding: .5em;
  text-align: center;
  text-decoration: inherit;
}
section.news .news-block:hover {
  box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.4);
}
section.news .news-block:hover a {
  color: #53caeb;
}
section.pre-footer {
  padding: 40px 0 20px 0;
  background: #222222;
  color: #fff;
  box-shadow: inset 0 5px 20px rgba(12, 18, 28, 0.5);
}
@media (max-width: 992px) {
  section.pre-footer {
    text-align: center;
  }
  section.pre-footer .button-primary {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
section.pre-footer h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.8em;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  section.pre-footer h1 {
    font-size: 1.2em;
  }
}
section.pre-footer h5 {
  font-family: "clavo";
  font-style: normal;
  font-style: italic;
  font-size: 1.6em;
  margin-bottom: 20px;
  color: #ffffff;
}
section.pre-footer p {
  color: rgba(255, 255, 255, 0.55);
  padding: 42px;
  font-size: 1.2em;
}
@media (max-width: 992px) {
  section.pre-footer .resources h5 {
    padding-top: 30px;
  }
}
section.pre-footer .resources ul {
  list-style: none;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-left: 0px;
}
section.pre-footer .resources ul li {
  padding: 0 0 15px 0;
}
section.pre-footer .resources ul li a {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  padding: 0px 10px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 3px;
  font-size: 0.85em;
  text-transform: uppercase;
  display: inline-block;
}
section.pre-footer .resources ul li a:hover {
  color: #e25e4a;
}
section.pre-footer .socials h5 {
  margin-bottom: 5px;
}
section.pre-footer .socials ul {
  list-style: none;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-left: 0px;
  margin-top: 1%;
}
section.pre-footer .socials ul li {
  display: inline-block;
  color: #ffffff;
  padding: 15px 18px;
}
section.pre-footer .socials ul li:hover {
  background: #ffffff;
}
section.pre-footer .socials ul li:hover .fa {
  color: #e25e4a;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
section.pre-footer .socials ul .fa {
  font-size: 1.6em !important;
}
/* Sticky Side Buttons
=============================*/
@media (max-width: 768px) {
  .cta-buttons {
    display: none;
  }
}
.cta-buttons a {
  display: block;
  font-family: "proxima-nova";
  font-size: 0.95em;
  font-weight: 100;
  color: #fff;
  padding: 10px;
  background-color: rgba(34, 34, 34, 0.8);
  margin-bottom: 0px;
  text-transform: uppercase;
  right: -165px;
  position: relative;
  animation-delay: .2s;
  -webkit-animation-delay: .3s;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.cta-buttons a i {
  padding-right: 18px;
  margin-left: 3px;
  font-size: 18px;
}
.cta-buttons a:hover {
  right: 0;
  animation-delay: .2s;
  -webkit-animation-delay: .3s;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: #0c121c;
  cursor: hand;
}
.cta-buttons .cta-buttons a.give {
  padding: 10px 14px;
}
.cta-buttons .cta-buttons a.give i {
  font-size: 24px;
  margin-left: 4px;
}
.cta-buttons {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cta-buttons > div {
  position: fixed;
  right: 0;
  margin-top: 35%;
  z-index: 999999;
  overflow: hidden;
  top: 0;
  -webkit-transform: translateZ(0);
}
body.home .cta-buttons > div {
  margin-top: 19%;
}
/* Sticky Footer Buttons */
@media (min-width: 769px) {
  .sticky-footer-buttons {
    display: none;
  }
}
@media (max-width: 768px) {
  .sticky-footer-buttons {
    margin: 0 auto;
    width: 100%;
    z-index: 1000!important;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .sticky-footer-buttons a {
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    background: #ffffff;
    color: #0c121c;
    display: block;
    font-size: 0.8em;
    margin-top: 0;
    padding: 12px 15px 12px 12px;
    position: relative;
    text-transform: uppercase;
    transition: all 150ms linear;
    width: 20%;
    float: left;
    text-align: center;
    min-height: 68px;
  }
  .sticky-footer-buttons a i {
    font-size: 1.25em;
    margin: 0 auto;
    padding: 0 0 4px 0;
    display: block;
  }
  .sticky-footer-buttons > div {
    bottom: 0;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    min-width: 100%;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
}
@media (min-width: 769px) {
  .footer-buttons {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer-buttons {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    z-index: 1000!important;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .footer-buttons a {
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    background: #ffffff;
    color: #0c121c;
    display: block;
    font-size: 0.8em;
    margin-top: 0;
    padding: 12px 15px 12px 12px;
    position: relative;
    text-transform: uppercase;
    transition: all 150ms linear;
    width: 20%;
    float: left;
    text-align: center;
  }
  .footer-buttons a i {
    font-size: 1.25em;
    margin: 0 auto;
    padding: 0 0 4px 0;
    display: block;
  }
  .footer-buttons > div {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    min-width: 100%;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
}
/* SEARCH PANEL
============================*/
.form-group {
  margin-bottom: 0px;
}
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background-color: #0c121c;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 9997;
  margin-top: -200px;
}
#search .wrapper {
  position: relative;
  text-align: center;
  padding: 40px 0;
}
#search .wrapper input.searchField {
  width: auto!important;
  font-size: 15px;
  height: 40px;
  padding: 8px 13px;
  border: #eee;
  background: #fff;
  color: #222;
  text-align: left;
  border-radius: 0 !important;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 768px) {
  #search .wrapper input.searchField {
    min-width: 500px;
  }
}
#search span {
  position: absolute;
  top: 20% !important;
  left: 50% !important;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
  font-family: "clavo";
  text-transform: none;
  font-style: italic;
  font-size: 1em;
  z-index: -2;
}
@media (max-width: 600px) {
  #search span {
    font-size: 0.85em;
  }
}
#search.open-search {
  margin-top: 0px;
  opacity: 1;
}
.searchPanel {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  max-width: 700px;
  margin: 15px auto 5px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search input[type="search"] {
  position: absolute;
  top: 20%;
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-family: "clavo", Helvetica, Arial, sans-serif;
  font-style: italic;
}
#search input:focus {
  background: #ffffff;
  color: #0c121c;
  font-family: "clavo", Helvetica, Arial, sans-serif;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#search input:hover {
  background: #ffffff;
  color: #0c121c;
  font-family: "clavo", Helvetica, Arial, sans-serif;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
#search .btn-default {
  color: #fff;
  background: #e25e4a url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5%;
  text-indent: 9999px;
  border-color: #ccc;
  cursor: pointer;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
#search .btn {
  width: 64px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35%;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#search .btn:hover,
#search .btn:focus {
  background-color: #ab2e1b;
  border: 0px solid #952818;
  color: #fff;
  cursor: pointer;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35%;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
}
#search .close-search {
  position: absolute;
  z-index: 9999;
  right: 2%;
  height: 26px;
  width: 26px;
  margin-top: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15) url(images/search-close.svg) no-repeat center center;
  background-size: 80%;
  /* image replacement */

  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
@media (max-width: 768px) {
  #search .close-search {
    top: 10px;
  }
}
#search .close-search:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#search .close-search {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  #search .close-search {
    top: 20px;
  }
}
#search .form-control {
  display: inline-block;
  text-align: left;
  width: 90%;
  height: 40px;
  padding: 6px 12px;
  font-size: 1em;
  text-transform: none;
  font-weight: 100;
  line-height: 1.428571429;
  color: #0c121c;
  font-family: "clavo", Helvetica, Arial, sans-serif;
  font-style: italic;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0px;
  float: left;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 600px) {
  #search .form-control {
    width: 85%;
  }
}
/* LOGIN PANEL
============================*/
.login #user-msg {
  color: red;
  text-align: center;
  background: #f9f9f5;
  padding: 5%;
  border: #eee 1px solid;
  margin-bottom: 50px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.login #user-msg:empty {
  display: none;
}
#login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 9999!important;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
#login span {
  position: absolute;
  top: 40% !important;
  left: 50% !important;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
  font-family: "clavo";
  text-transform: none;
  font-style: italic;
  font-size: 1em;
  z-index: -2;
}
.login-container {
  position: relative;
  width: 90%;
  min-height: 400px;
  max-width: 450px;
  background: #fff;
  margin: 15% auto 4em;
  cursor: auto;
  border-radius: .25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  z-index: 9999;
}
#login.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 18, 28, 0.8);
  z-index: 9999!important;
  overflow-y: auto;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
#login.open .login-container {
  position: relative;
  width: 90%;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.5);
  max-width: 450px;
  background: #ffffff;
  margin: 15% auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#login table {
  margin: 0 auto;
  font-size: 1.3em;
  color: #222222;
  text-transform: none;
  font-style: italic;
  font-family: "clavo";
  font-style: normal;
}
#login tr {
  margin-top: 20%;
  margin-right: 20px;
}
#login input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #ffffff !important;
  color: #000000;
}
#login-form input {
  background: #f9f9f9;
  border: 0;
  margin: 5px;
  padding: 12px;
  width: 300px;
  margin-left: 20px;
  font-size: 0.85em;
}
#login-form input[type=text]:focus,
#login-form input[type=password]:focus {
  outline: 0;
  background: #eee;
}
#login tbody {
  margin-top: 40px;
  left: 12%;
  position: absolute;
  text-align: center;
}
#login tbody h3 {
  margin-bottom: 20px;
}
#login-form input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  background: #e25e4a;
  color: #fff;
  display: table;
  font-size: .85em;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 22px;
  margin-left: 27px;
  margin-right: 14px;
  margin-top: 20px;
  padding: 14px 35px;
  width: 300px;
  position: relative;
  text-shadow: 0 1px 2px rgba(12, 18, 28, 0.050000000000000044);
  text-transform: uppercase;
}
@media (max-width: 600px) {
  #login-form input[type=submit] {
    width: 100px;
    margin-bottom: 20px;
  }
}
#login-form input[type=submit]:hover {
  background: #de4a34;
  color: #ffffff;
  text-decoration: none;
}
#login-form input[type=submit]:focus {
  background: #de4a34;
  color: #ffffff;
  text-decoration: none;
}
#login-form input[type=submit]:active {
  background: #de4a34;
  color: #ffffff;
  text-decoration: none;
}
#login-form input[type=text],
#login-form input[type=password] {
  background: #f9f9f9;
  border: 0;
  margin: 5px;
  padding: 12px;
  width: 300px;
  margin-left: 20px;
  font-size: .85em;
}
#login-form a {
  display: inline-block;
  font-size: 0.75em;
  padding: 18px 0px 5px;
  margin-left: 15px;
  color: #333;
}
#login .close-login {
  position: absolute;
  z-index: 9999;
  right: 2%;
  height: 26px;
  width: 26px;
  top: 2%;
  border-radius: 50%;
  background: url(images/search-close-coral.svg) no-repeat center center;
  background-size: 90%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
#login .close-login:hover {
  transform: rotate(180deg);
}
#login .close-login {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  #login .close-search {
    top: 20px;
  }
}
#login .searchPanel {
  position: absolute;
  top: 30%;
  left: 25%;
  margin: 0 auto;
  width: 50%;
}
#login .form-control {
  display: inline-block;
  text-align: left;
  width: 90%;
  height: 40px;
  padding: 6px 12px;
  font-size: 1em;
  text-transform: none;
  font-weight: 100;
  line-height: 1.428571429;
  color: #0c121c;
  font-family: "clavo", Helvetica, Arial, sans-serif;
  font-style: italic;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0px;
  float: left;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* ====================== Inner Full Width Page ====================== */
/* ======================
Animal Care & Management Landing
====================== */
@media screen {
  section.hero-animal-landing {
    zoom: 1;
    text-align: center;
    min-height: 615px;
    max-height: 615px;
  }
  section.hero-animal-landing .wrapper {
    position: absolute;
    width: 100%;
    padding: 60px 80px;
    top: 120px;
  }
  section.hero-animal-landing h5 {
    text-align: center;
    margin-top: 100px;
  }
  section.hero-animal-landing h1 {
    color: #ffffff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 4.25em;
    padding: 00px 20px 0px 0px;
    text-transform: uppercase;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.6);
  }
  section.hero-animal-landing p {
    line-height: 130%;
    color: #ffffff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 100;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 600px) {
  section.hero-animal-landing .wrapper {
    top: 2%;
  }
}
@media (max-width: 767px) {
  section.hero-animal-landing {
    min-height: 700px;
    zoom: 1;
    text-align: center;
  }
  section.hero-animal-landing .wrapper {
    top: 32%;
  }
  section.hero-animal-landing h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 600px) {
  section.hero-animal-landing {
    max-height: 400px;
    min-height: 400px;
  }
  section.hero-animal-landing .wrapper {
    top: 8%;
  }
  section.hero-animal-landing h1 {
    font-size: 2em;
  }
}
section.animal-landing-tiles .container-fluid,
section.animal-landing-tiles .col-lg-6,
section.animal-landing-tiles .col-md-6,
section.animal-landing-tiles .col-sm-6,
section.animal-landing-tiles .col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
  padding: 0 !important;
}
section.animal-landing-tiles .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
section.animal-landing-tiles .bg-image-tile {
  min-height: 500px;
  max-height: 500px;
  overflow: hidden;
  text-align: center;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
section.animal-landing-tiles .bg-image-tile:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
section.animal-landing-tiles .bg-image-tile:hover h1,
section.animal-landing-tiles .bg-image-tile:hover h2 {
  margin-top: 160px;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
section.animal-landing-tiles .bg-image-tile:hover a {
  opacity: 1;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
section.animal-landing-tiles .bg-image-tile h1,
section.animal-landing-tiles .bg-image-tile h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.45em;
  text-shadow: 0 4px 8px #000000;
  margin-top: 200px;
  padding-bottom: 30px;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
section.animal-landing-tiles .bg-image-tile p {
  opacity: 0;
  color: #ffffff;
  display: none;
}
section.animal-landing-tiles .bg-image-tile a {
  background: #ffbc3a;
  border-radius: 2px;
  opacity: 0;
  color: #ffffff;
  font-size: 0.85em;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 22px;
  margin-left: 0px;
  margin-right: 14px;
  padding: 14px 35px;
  position: relative;
  text-shadow: 0px 1px 2px rgba(12, 18, 28, 0.050000000000000044);
  text-transform: uppercase;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
@media (max-width: 600px) {
  section.animal-landing-tiles .bg-image-tile a {
    padding: 10px 20px;
    font-size: 0.65em;
  }
}
section.animal-landing-tiles .bg-image-tile a:hover {
  background: #ffab07;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.4);
}
section.animal-landing-tiles .bg-image-tile a:focus {
  background: #ffab07;
  color: #ffffff;
  text-decoration: none;
}
section.animal-landing-tiles .bg-image-tile a:active {
  background: #ffab07;
  color: #ffffff;
  text-decoration: none;
}
section.animal-landing-tiles .bg-image-tile:nth-child(1) {
  background: url(images/animal-landing-tile-1.jpg) no-repeat center center;
  background-size: 100% 100%;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
section.animal-landing-tiles .bg-image-tile:nth-child(1):hover {
  background-size: 110% 110%;
  box-shadow: inset 0 0 28px 9px rgba(0, 0, 0, 0.1);
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
section.animal-landing-tiles .bg-image-tile:nth-child(2) {
  background: url(images/animal-landing-tile-2.jpg) no-repeat center center;
  background-size: 100% 100%;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
section.animal-landing-tiles .bg-image-tile:nth-child(2):hover {
  background-size: 110% 110%;
  box-shadow: inset 0 0 28px 9px rgba(0, 0, 0, 0.1);
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
section.animal-landing-tiles .bg-image-tile:nth-child(3) {
  background: url(images/animal-landing-tile-3.jpg) no-repeat center center;
  background-size: 100% 100%;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
section.animal-landing-tiles .bg-image-tile:nth-child(3):hover {
  background-size: 110% 110%;
  box-shadow: inset 0 0 28px 9px rgba(0, 0, 0, 0.1);
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
section.animal-landing-tiles .bg-image-tile:nth-child(4) {
  background: url(images/animal-landing-tile-4.jpg) no-repeat center center;
  background-size: 100% 100%;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
section.animal-landing-tiles .bg-image-tile:nth-child(4):hover {
  background-size: 110% 110%;
  box-shadow: inset 0 0 28px 9px rgba(0, 0, 0, 0.1);
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
/* ======================
Animal Care & Management Landing
====================== */
@media screen {
  section.hero-animal-landing {
    zoom: 1;
    text-align: center;
    min-height: 615px;
    max-height: 615px;
  }
  section.hero-animal-landing .wrapper {
    position: absolute;
    width: 100%;
    padding: 60px 80px;
    top: 120px;
  }
  section.hero-animal-landing h5 {
    text-align: center;
    margin-top: 100px;
    color: #ffbc3a;
  }
  section.hero-animal-landing h1 {
    color: #ffffff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 4.25em;
    padding: 00px 20px 0px 0px;
    text-transform: uppercase;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.6);
  }
  section.hero-animal-landing p {
    line-height: 130%;
    color: #ffffff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 100;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 600px) {
  section.hero-animal-landing .wrapper {
    top: 2%;
  }
}
@media (max-width: 767px) {
  section.hero-animal-landing {
    min-height: 700px;
    zoom: 1;
    text-align: center;
  }
  section.hero-animal-landing .wrapper {
    top: 32%;
  }
  section.hero-animal-landing h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 600px) {
  section.hero-animal-landing {
    max-height: 400px;
    min-height: 400px;
  }
  section.hero-animal-landing .wrapper {
    top: 8%;
  }
  section.hero-animal-landing h1 {
    font-size: 2em;
  }
}
/* ======================
Membership Landing
====================== */
body.membership {
  background: #ffffff;
}
@media screen {
  body.membership .hero-membership {
    zoom: 1;
    text-align: center;
    min-height: 615px;
    max-height: 615px;
  }
  body.membership .hero-membership .wrapper {
    position: absolute;
    width: 100%;
    padding: 60px 80px;
    top: 120px;
  }
  body.membership .hero-membership h5 {
    text-align: center;
    color: #75b941;
    margin-top: 100px;
  }
  body.membership .hero-membership h1 {
    color: #ffffff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 4.25em;
    padding: 00px 20px 0px 0px;
    text-transform: uppercase;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.6);
  }
  body.membership .hero-membership p {
    line-height: 130%;
    color: #ffffff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 100;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 600px) {
  body.membership .hero-membership .wrapper {
    top: 2%;
  }
}
@media (max-width: 767px) {
  body.membership .hero-membership {
    min-height: 700px;
    zoom: 1;
    text-align: center;
  }
  body.membership .hero-membership .wrapper {
    top: 32%;
  }
  body.membership .hero-membership h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 600px) {
  body.membership .hero-membership {
    max-height: 400px;
    min-height: 400px;
  }
  body.membership .hero-membership .wrapper {
    top: 8%;
  }
  body.membership .hero-membership h1 {
    font-size: 2em;
  }
}
body.membership section.membership-options {
  padding: 0;
  position: relative;
  z-index: 2;
  box-shadow: inset 0 5px 20px rgba(12, 18, 28, 0.5);
}
body.membership section.membership-options .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
body.membership section.membership-options .tile-quadrant {
  padding: 3%;
  min-height: 450px;
  text-align: center;
  /*&:nth-child(2) {
      padding:0;
      background:#000;
    }*/

}
body.membership section.membership-options .tile-quadrant h5 {
  color: #ddd;
}
body.membership section.membership-options .tile-quadrant:nth-child(1) {
  background: #0c121c;
  padding: 0;
  min-height: 600px;
}
body.membership section.membership-options .tile-quadrant:nth-child(1) img {
  padding-top: 8%;
}
body.membership section.membership-options .tile-quadrant:nth-child(1) h5 {
  color: #00c1f7;
  padding-top: 10px;
}
body.membership section.membership-options .tile-quadrant:nth-child(1) h2 {
  color: #ffffff;
}
body.membership section.membership-options .tile-quadrant:nth-child(1) p {
  color: #ffffff;
  padding: 0 20%;
}
body.membership section.membership-options .tile-quadrant:nth-child(1) .button-text {
  color: #ffffff !important;
}
body.membership section.membership-options .tile-quadrant:nth-child(2) {
  background: #e25e4a;
}
body.membership section.membership-options .tile-quadrant:nth-child(3) {
  background: #00c1f7;
}
/* ======================
Hero Full Width
====================== */
.full-width {
  /* ======================
Breadcrumb Full
====================== */

  /* ======================
Footer CTA (Full Width Only)
====================== */

}
@media screen {
  .full-width section.hero-inner {
    zoom: 1;
    text-align: center;
    min-height: 615px;
    max-height: 615px;
  }
  .full-width section.hero-inner .wrapper {
    position: absolute;
    width: 100%;
    padding: 60px 80px;
  }
  .full-width section.hero-inner h1 {
    color: #ffffff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 5.25em;
    padding: 20px 20px 0px 0px;
    text-transform: uppercase;
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
  }
  .full-width section.hero-inner p {
    line-height: 130%;
    color: #ffffff;
    font-family: "clavo";
    font-size: 1.8em;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 70px;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 767px) {
  .full-width section.hero-inner {
    min-height: 700px;
    zoom: 1;
    text-align: center;
  }
  .full-width section.hero-inner h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 600px) {
  .full-width section.hero-inner {
    max-height: 400px;
    min-height: 400px;
  }
  .full-width section.hero-inner .wrapper {
    top: 80px;
  }
  .full-width section.hero-inner h1 {
    font-size: 2em;
  }
}
.full-width .arrow {
  position: relative;
  width: 100%;
}
.full-width .arrow:before {
  content: "";
  position: absolute;
  left: 48%;
  top: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #fff transparent;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
@media screen {
  .full-width section.full-block-photo {
    width: 100%;
    background: #222222 url(images/ocean-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 12% 0;
  }
  .full-width section.full-block-photo h1,
  .full-width section.full-block-photo h2,
  .full-width section.full-block-photo h3,
  .full-width section.full-block-photo h4,
  .full-width section.full-block-photo h5,
  .full-width section.full-block-photo p {
    color: #ffffff !important;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  }
}
@media screen {
  .full-width section.full-block-photo-alt {
    width: 100%;
    background: #222222 url(images/ocean-bg-alt.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 12% 0;
  }
  .full-width section.full-block-photo-alt h1,
  .full-width section.full-block-photo-alt h2,
  .full-width section.full-block-photo-alt h3,
  .full-width section.full-block-photo-alt h4,
  .full-width section.full-block-photo-alt h5,
  .full-width section.full-block-photo-alt p {
    color: #ffffff !important;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  }
}
@media screen {
  .full-width section.full-block-white {
    width: 100%;
    background: #ffffff;
  }
  .full-width section.full-block-white .inner-content {
    background: #ffffff;
    padding: 4% 5%;
  }
}
@media screen {
  .full-width section.full-block-white-watermark {
    width: 100%;
    background: #222222 url("http://aza.sitewrench.com/assets/2332/sea-turtle.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
  }
  .full-width section.full-block-white-watermark padding:20px 0 80px 0 h1 {
    margin-top: 100px;
  }
  .full-width section.full-block-white-watermark h1,
  .full-width section.full-block-white-watermark h2,
  .full-width section.full-block-white-watermark h3,
  .full-width section.full-block-white-watermark h4,
  .full-width section.full-block-white-watermark h5,
  .full-width section.full-block-white-watermark p {
    color: #ffffff !important;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  }
  .full-width section.full-block-white-watermark .bordered {
    background: rgba(0, 0, 0, 0.5);
    min-height: 400px;
    padding: 20px;
    box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.3);
  }
  .full-width section.full-block-white-watermark .bordered:nth-child(2) {
    border-top: 3px solid #75B941;
  }
  .full-width section.full-block-white-watermark .bordered:nth-child(3) {
    border-top: 3px solid #fdb93f;
  }
  .full-width section.full-block-white-watermark .bordered:nth-child(4) {
    border-top: 3px solid #63cbe8;
  }
}
@media screen {
  .full-width section.full-block-stone {
    width: 100%;
    background: #f1f0ef;
  }
  .full-width section.full-block-stone .inner-content {
    padding: 4% 5%;
  }
}
@media screen {
  .full-width section.breadcrumb-full {
    width: 100%;
    color: #ffffff;
    max-height: 40px;
    margin: 0 auto;
  }
  .full-width section.breadcrumb-full li {
    background: #ffffff;
    padding: 10px 3px;
    color: #91867e;
    height: 40px;
    font-size: .9em;
  }
  .full-width section.breadcrumb-full li a {
    color: #e25e4a;
  }
  .full-width section.breadcrumb-full .breadcrumb {
    background: transparent;
    padding: 8px 0px;
    text-align: center;
  }
  .full-width section.breadcrumb-full .breadcrumb > li + li:before {
    content: "›";
    padding: 5px;
    color: #e25e4a;
  }
}
@media screen {
  .full-width section.pre-footer-cta {
    padding: 8% 0;
    background: #222222 url(images/pre-footer-cta-bg.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: auto;
    text-align: center;
  }
  .full-width section.pre-footer-cta h5 {
    color: #e25e4a;
  }
  .full-width section.pre-footer-cta h1 {
    font-size: 2.85em;
    width: 100%;
    margin-bottom: 1.8em;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
  }
  .full-width section.pre-footer-cta .join-cta {
    position: relative;
    /*background: fadeout(@coral,25%);*/
  
    background: #e25e4a;
    padding: 15px 60px;
    font-size: 1em;
    line-height: 22px;
    letter-spacing: 5px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 2px;
    margin-left: 0px;
  }
  .full-width section.pre-footer-cta .join-cta:hover,
  .full-width section.pre-footer-cta .join-cta:focus,
  .full-width section.pre-footer-cta .join-cta:active {
    background: #c1341f;
    color: #ffffff;
    text-decoration: none;
  }
}
@media screen and (max-width: 992px) {
  .full-width section.pre-footer-cta {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .full-width section.pre-footer-cta h1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .full-width section.pre-footer-cta {
    text-align: center;
  }
  .full-width section.pre-footer-cta h1 {
    font-size: 3.5em;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  
}
/* ====================== Inner Default Page ====================== */
/* ======================
Hero Inner
====================== */
@media screen {
  section.hero-inner {
    zoom: 1;
    text-align: left;
    min-height: 590px;
  }
  section.hero-inner .wrapper {
    top: 200px;
    position: absolute;
    width: 100%;
    padding: 60px 80px;
  }
  section.hero-inner h1 {
    color: #ffffff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.7em;
    padding: 20px 20px 0px 0px;
    text-transform: uppercase;
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
  }
  section.hero-inner p {
    line-height: 130%;
    color: #ffffff;
    font-family: "clavo";
    font-size: 1.8em;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 70px;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 767px) {
  section.hero-inner {
    min-height: 700px;
    zoom: 1;
    text-align: center;
  }
  section.hero-inner .wrapper {
    top: 80px;
  }
  section.hero-inner h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 600px) {
  section.hero-inner {
    max-height: 400px;
    min-height: 400px;
  }
  section.hero-inner h1 {
    font-size: 2em;
  }
}
/* ======================
Hero Inner (Third and Fourth Level Template)
====================== */
.deep-inner section.hero-inner .templatecontent {
  width: 100%;
  height: 600px;
  display: block;
  overflow: hidden;
  position: absolute;
}
@media screen {
  .deep-inner section.hero-inner {
    zoom: 1;
    text-align: left;
    min-height: 300px;
  }
  .deep-inner section.hero-inner .wrapper {
    top: 70px;
    position: absolute;
    width: 100%;
    padding: 60px 80px;
  }
  .deep-inner section.hero-inner h1 {
    color: #ffffff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    padding: 10px 20px 0px 0px;
    text-transform: uppercase;
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
  }
  .deep-inner section.hero-inner p {
    line-height: 130%;
    color: #ffffff;
    font-family: "clavo";
    font-size: 1.8em;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 70px;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 600px) {
  .deep-inner section.hero-inner .wrapper {
    top: 14%;
  }
}
@media (max-width: 767px) {
  .deep-inner section.hero-inner {
    min-height: 700px;
    zoom: 1;
    text-align: center;
  }
  .deep-inner section.hero-inner .wrapper {
    top: 32%;
  }
  .deep-inner section.hero-inner h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 600px) {
  .deep-inner section.hero-inner {
    max-height: 400px;
    min-height: 400px;
  }
  .deep-inner section.hero-inner .wrapper {
    top: 8%;
  }
  .deep-inner section.hero-inner h1 {
    font-size: 2em;
  }
}
.animatable {
  -webkit-transition: all 0.77s ease-out;
  transition: all 0.77s ease-out;
}
.scaled {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* BG IMG Styling */
.hero-inner .item,
.hero-animal-landing,
.hero-membership {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden !important;
  max-height: 615px;
}
/* ==================== Video components ==================== */
video {
  display: block;
}
video {
  opacity: 0.65;
  min-width: 100%;
  background-size: cover;
  position: absolute;
  width: 100%;
}
/* ======================
Breadcrumb
====================== */
ul#breadcrumb {
  list-style: none;
  -webkit-padding-start: 0px;
  background: transparent;
  margin-top: -20px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  ul#breadcrumb {
    margin-top: 0px;
    text-align: center;
  }
}
ul#breadcrumb li {
  display: inline-block;
  padding: 3px 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.75em;
}
ul#breadcrumb li a {
  color: #91867e;
}
ul#breadcrumb li a.current {
  color: #0c121c;
}
ul#breadcrumb li a:hover {
  color: #0c121c;
}
ul#breadcrumb li:after {
  content: "/";
  margin-left: 15px;
  color: rgba(138, 149, 158, 0.7);
}
ul#breadcrumb li:last-of-type:after {
  content: "";
  margin-left: 15px;
}
/* ======================
Inner Content
====================== */
@media screen {
  section.main {
    width: 100%;
    background: #f8f8f7;
  }
  section.main .inner-content {
    background: #ffffff;
    padding: 4% 5%;
    margin-top: -70px;
    min-height: 1000px;
  }
  section.main .sidebar {
    background: #f4f2f2;
    color: #e25e4a;
    padding: 5%;
    margin-top: -50px;
    border-top: 3px solid #e25e4a;
  }
  section.main .sidebar .fa {
    color: #91867e;
    padding-right: 12px;
  }
  section.main .sidebar ul {
    list-style: none;
  }
  section.main .sidebar ul li {
    padding: 8px 0;
    margin-left: 0px;
    -moz-transition: margin 0.33s ease;
    -o-transition: margin 0.33s ease;
    -webkit-transition: margin 0.33s ease;
  }
  section.main .sidebar ul li:hover {
    margin-left: 10px;
    -moz-transition: margin 0.33s ease;
    -o-transition: margin 0.33s ease;
    -webkit-transition: margin 0.33s ease;
  }
  section.main .sidebar ul li a {
    color: #e25e4a;
    text-transform: uppercase;
    font-size: 0.95em;
    padding: 10px 0;
    -moz-transition: margin 0.33s ease;
    -o-transition: margin 0.33s ease;
    -webkit-transition: margin 0.33s ease;
  }
  section.main .sidebar ul li a:hover {
    color: #222222;
    -moz-transition: margin 0.33s ease;
    -o-transition: margin 0.33s ease;
    -webkit-transition: margin 0.33s ease;
  }
  section.main .sidebar h2 {
    display: none;
  }
  section.main .sidebar h5 {
    color: #222222;
    margin-bottom: 1em;
  }
}
section.main .filecabinet-grid li {
  float: left;
  font-size: 11px;
  line-height: 16px;
  width: 50%;
  text-align: center;
  margin: 10px 0;
  height: 25px;
}
section.main .filecabinet-grid li a {
  font-size: 1.15em;
}
section.main ul.filecabinet-grid a:hover {
  margin-left: 0px !important;
}
section.main .filecabinet-footer {
  display: none !important;
}
section.main .filecabinet-toolbar {
  display: none;
}
section.main .filecabinet-grid li h4 {
  margin: 5px 0;
  font-size: .95em;
  font-weight: 400;
  float: left;
}
section.main p.filecabinet-item-kind,
section.main p.filecabinet-item-size {
  display: none;
}
section.main a.icon-link img {
  display: none;
}
section.main a.icon-link {
  background: url("http://aza.sitewrench.com/assets/2332/pdf-icon.png") no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  float: left;
  margin-left: 50px;
  position: relative;
  padding-left: 20px;
  background-size: 100%;
}
section.main ul.filecabinet-tree {
  list-style: none;
}
section.main ul.filecabinet-tree li h4 {
  font-weight: normal;
  font-size: 1.15rem;
}
section.main ul.filecabinet-tree li {
  padding: 10px;
}
section.main ul.filecabinet-tree li img {
  float: left;
  padding: 5px;
}
section.main ul.filecabinet-tree ul {
  list-style: none;
}
.ad {
  background: #eae8e7;
}
.ad .ad-spot-200 {
  padding: 5% 15%;
}
.ad .ad-spot-200 img:hover {
  box-shadow: 0 10px 30px rgba(12, 18, 28, 0.2);
  transition: all 0.33s ease-in-out;
}
.ad .ad-spot-200 img {
  box-shadow: 0 10px 30px rgba(12, 18, 28, 0);
  transition: all 0.33s ease-in-out;
}
.sidebar-related {
  margin-top: 50px;
}
.sidebar-related .filecabinet-grid li {
  float: left;
  font-size: 11px;
  line-height: 16px;
  width: 50%;
  text-align: center;
  margin: 10px 0;
  height: 25px;
}
.sidebar-related .filecabinet-grid li a {
  font-size: 1.15em;
}
.sidebar-related ul.filecabinet-grid a:hover {
  margin-left: 0px !important;
}
.sidebar-related .filecabinet-footer {
  display: none !important;
}
.sidebar-related .filecabinet-toolbar {
  display: none;
}
.sidebar-related .filecabinet-grid li h4 {
  margin: 5px 0;
  font-size: .95em;
  font-weight: 400;
  float: left;
}
.sidebar-related p.filecabinet-item-kind,
.sidebar-related p.filecabinet-item-size {
  display: none;
}
.sidebar-related a.icon-link img {
  display: none;
}
.sidebar-related a.icon-link {
  background: url("http://aza.sitewrench.com/assets/2332/pdf-icon.png") no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  float: left;
  margin-left: 50px;
  position: relative;
  padding-left: 20px;
  background-size: 100%;
}
.sidebar-related .templatecontent {
  /*&:nth-of-type(1) {
      &:before {
        color: rgb(34, 34, 34);
        content:"Related Information";
        display: block;
        display:block;
        font-family: clavo;
        font-size: 20.736px;
        font-style: italic;
        font-weight: 500;
        height: 22px;
        line-height: 22.8096px;
        margin-bottom: 20.736px;
        margin-left:35px;
        margin-top: 10px;
        padding-bottom:1em;
        padding-top:50px;
        width: 266px;
      }
      &:after {
        color: #91867e;
        content:"\f1c1";
        display: block;
        display:block;
        font-family: clavo;
        font-family:FontAwesome;
        font-size: 20.736px;
        font-style: normal;
        font-weight: 500;
        height: 22px;
        line-height: 22.8096px;
        margin-bottom: 20.736px;
        margin-top: 10px;
        padding-top:50px;
        position:absolute;
        top:-10px;
        width: 266px;
      }
    }*/

}
.sidebar-related .templatecontent li {
  padding-bottom: 0px!important;
}
.sidebar-related .templatecontent li a {
  font-size: 0.85rem !important;
  border-bottom: none;
}
/* Sidebar Realted List Styles */
.sidebar-related ul {
  list-style: none;
  padding-left: 40px;
}
.sidebar-related ul li {
  padding: 8px 0;
  display: block;
  width: 100%;
}
.sidebar-related ul li a {
  color: #e25e4a;
  text-transform: uppercase;
  font-size: 0.985rem!important;
  padding: 10px 0;
  margin-left: 0px;
  -moz-transition: margin 0.33s ease;
  -o-transition: margin 0.33s ease;
  -webkit-transition: margin 0.33s ease;
}
.sidebar-related ul li a:hover {
  margin-left: 10px;
  color: #222222;
  -moz-transition: margin 0.33s ease;
  -o-transition: margin 0.33s ease;
  -webkit-transition: margin 0.33s ease;
}
.sidebar-related ul.filecabinet-grid {
  list-style: none;
  padding-left: 40px;
}
.sidebar-related ul.filecabinet-grid li {
  padding: 8px 0;
  display: block;
  width: 100%;
  margin-left: 0px;
  -moz-transition: margin 0.33s ease;
  -o-transition: margin 0.33s ease;
  -webkit-transition: margin 0.33s ease;
  text-align: left;
  text-transform: uppercase;
  font-size: .95em!important;
}
.sidebar-related ul.filecabinet-grid li a {
  color: #e25e4a;
  text-transform: uppercase;
  font-size: 1em!important;
  padding: 10px 0;
}
.sidebar-related ul.filecabinet-grid li a:hover {
  color: #222222;
}
.sidebar-related ul.filecabinet-grid li:hover {
  margin-left: 10px;
  color: #222222;
  -moz-transition: margin 0.33s ease;
  -o-transition: margin 0.33s ease;
  -webkit-transition: margin 0.33s ease;
}
/* ====================== Inner Default Alternative Page ====================== */
/* ======================
Breadcrumb
====================== */
@media screen {
  section.breadcrumb-band-alt {
    width: 100%;
    color: #ffffff;
    max-height: 40px;
    position: absolute;
    top: 15%;
  }
  section.breadcrumb-band-alt li {
    background: #ffffff;
    padding: 10px 20px;
    color: #e25e4a;
    height: 40px;
    border-right: 1px solid #eee;
    font-size: .9em;
  }
  section.breadcrumb-band-alt li:hover {
    background: #e25e4a;
    color: #ffffff;
  }
  section.breadcrumb-band-alt li:hover a {
    color: #ffffff;
  }
  section.breadcrumb-band-alt li:last-child {
    border-right: 0px solid transparent;
  }
  section.breadcrumb-band-alt li a {
    color: #e25e4a;
  }
  section.breadcrumb-band-alt li a:hover {
    color: #ffffff;
  }
  section.breadcrumb-band-alt .breadcrumb {
    background: transparent;
    padding: 8px 0px;
  }
}
.breadcrumb > li + li:before {
  content: " ";
  padding: 0px;
  color: #e25e4a;
}
@media screen {
  section.main {
    width: 100%;
    background: #f8f8f7;
  }
  section.main .inner-content {
    background: #ffffff;
    padding: 4% 5%;
    margin-top: -70px;
  }
  section.main .sidebar-alt {
    background: #f4f2f2;
    color: #e25e4a;
    padding: 5%;
    margin-top: -50px;
    border-top: 5px solid #00c1f7;
  }
  section.main .sidebar-alt .fa {
    color: #ffbc3a;
    padding-right: 12px;
  }
  section.main .sidebar-alt ul {
    list-style: none;
  }
  section.main .sidebar-alt ul li {
    padding: 8px 0;
  }
  section.main .sidebar-alt ul li a {
    color: #e25e4a;
    text-transform: uppercase;
    font-size: 1.15em;
    padding: 10px 0;
    margin-left: 0px;
    -moz-transition: margin 0.33s ease;
    -o-transition: margin 0.33s ease;
    -webkit-transition: margin 0.33s ease;
  }
  section.main .sidebar-alt ul li a:hover {
    margin-left: 10px;
    color: #222222;
    -moz-transition: margin 0.33s ease;
    -o-transition: margin 0.33s ease;
    -webkit-transition: margin 0.33s ease;
  }
  section.main .sidebar-alt h2 {
    display: none;
  }
  section.main .sidebar-alt h5 {
    color: #222222;
    margin-bottom: 1em;
  }
}
/* ====================== Connect Magazine Home Page ====================== */
/* ======================
Connect Hero
====================== */
@media screen {
  section.hero-connect {
    zoom: 1;
    text-align: center;
    height: 90vh;
  }
  section.hero-connect .item {
    background: #0c121c;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    zoom: 1;
    height: 90vh !important;
    width: 100vw !important;
    background-size: cover !important;
  }
  section.hero-connect .connect-logo {
    margin: 0 auto;
    display: block;
  }
  section.hero-connect .wrapper {
    margin-top: 15%;
    /* width: 100%; */
  
    padding: 60px 80px;
    display: block;
    /* left: 50%; */
  
    z-index: 100;
  }
  section.hero-connect .wrapper h1 {
    color: #ffffff;
  }
  section.hero-connect .wrapper h3 {
    color: #ffffff;
    margin: 20px auto;
    padding: 0 10%;
  }
  section.hero-connect h1 {
    color: #ffffff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.7em;
    padding: 20px 20px 0px 0px;
    text-transform: uppercase;
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
  }
  section.hero-connect p {
    line-height: 130%;
    color: #ffffff;
    font-family: "clavo";
    font-size: 1.8em;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 70px;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 768px) {
  section.hero-connect .item {
    height: 100vh !important;
  }
}
@media screen and (max-width: 768px) {
  section.hero-connect .connect-logo {
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  section.hero-connect .wrapper {
    padding: 60px 0;
  }
}
@media screen and (max-width: 600px) {
  section.hero-connect .wrapper {
    margin-top: 14%;
  }
}
@media (max-width: 767px) {
  section.hero-connect {
    min-height: 700px;
    zoom: 1;
    text-align: center;
  }
  section.hero-connect .wrapper {
    top: 32%;
  }
  section.hero-connect h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 600px) {
  section.hero-connect {
    height: 100vh;
  }
  section.hero-connect .wrapper {
    top: 20%;
  }
  section.hero-connect h1 {
    font-size: 2em;
  }
}
/* ======================
Callout
====================== */
@media screen {
  section.callout {
    background: #ffbc3a;
    padding: 3% 5%;
    text-align: left;
    position: relative;
  }
  section.callout h1 {
    font-weight: 400;
    text-transform: uppercase;
    color: #222222;
  }
  section.callout p {
    line-height: 170%;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 200;
    font-style: normal;
    padding: 10px 3% 10px 0;
    margin-bottom: 50px;
    color: #222222;
  }
  section.callout .connect-thumb {
    margin-top: -100px;
    min-height: 300px;
  }
  section.callout .hero-subtle {
    margin-left: 0px;
    color: #222222;
    text-shadow: none;
  }
  section.callout .hero-subtle:hover {
    margin-left: 0px;
    color: #ffffff;
  }
}
@media screen and (max-width: 992px) {
  section.callout .connect-copy {
    padding: 0 0 35%;
  }
}
@media screen and (max-width: 992px) {
  section.callout .connect-thumb img {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  section.callout .hero-subtle {
    letter-spacing: 1px;
  }
}
/* ======================
Connect Issues
====================== */
@media screen {
  section.connect-issues {
    background: #3c3c3c url(images/connect-thumb-bg.png) no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 8% 0;
    box-shadow: inset 0 5px 20px rgba(12, 18, 28, 0.5);
  }
  section.connect-issues h1 {
    color: #ffffff;
    text-align: center;
  }
  section.connect-issues h1:before {
    position: relative;
    content: "";
    width: 70px;
    height: 2px;
    display: block;
    margin-bottom: 40px;
    background: #ffbc3a;
    margin-left: auto;
    margin-right: auto;
  }
  section.connect-issues .issues {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.connect-issues .issues .templatecontent {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
    padding: 2%;
    margin: 1.5%;
    text-align: center;
  }
  section.connect-issues .issues .templatecontent a {
    color: #ffbc3a;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 0px !important;
  }
  section.connect-issues .issues .templatecontent a:hover {
    color: #ffffff;
  }
  section.connect-issues .issues .templatecontent img {
    margin-bottom: 8%;
    width: 100%;
    height: auto;
    max-width: 100%;
    box-shadow: 0px 10px 30px rgba(12, 18, 28, 0);
    transition: all 0.33s ease-in-out;
  }
  section.connect-issues .issues .templatecontent img:hover {
    margin-top: -12px;
    box-shadow: 0px 10px 30px rgba(12, 18, 28, 0.6);
    transition: all 0.33s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  section.connect-issues .issues .templatecontent {
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
  }
}
/* ======================
Footer CTA
====================== */
@media screen {
  section.pre-footer-cta {
    padding: 8% 0;
    background: #222222 url(images/pre-footer-cta-bg.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: auto;
    text-align: center;
  }
  section.pre-footer-cta h5 {
    color: #e25e4a;
  }
  section.pre-footer-cta h1 {
    font-size: 2.85em;
    width: 100%;
    margin-bottom: 1.8em;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #91867e;
  }
  section.pre-footer-cta .join-cta {
    position: relative;
    /*background: fadeout(@coral,25%);*/
  
    background: #e25e4a;
    padding: 15px 60px;
    font-size: 1em;
    line-height: 22px;
    letter-spacing: 5px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 2px;
    margin-left: 0px;
  }
  section.pre-footer-cta .join-cta:hover,
  section.pre-footer-cta .join-cta:focus,
  section.pre-footer-cta .join-cta:active {
    background: #c1341f;
    color: #ffffff;
    text-decoration: none;
  }
}
@media screen and (max-width: 992px) {
  section.pre-footer-cta {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  section.pre-footer-cta h1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.pre-footer-cta {
    text-align: center;
  }
  section.pre-footer-cta h1 {
    font-size: 3.5em;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  
}
/* Connect Gateway
============================*/
body.gateway {
  background: #f8f8f7;
}
body.gateway section.connect-gateway {
  min-height: 400px;
  margin-top: 120px;
  padding: 80px;
}
@media (max-width: 768px) {
  body.gateway section.connect-gateway {
    padding: 10px;
  }
}
body.gateway section.connect-gateway .connect-logo {
  opacity: 1;
  max-width: 300px;
  margin: 0 auto;
}
body.gateway section.connect-gateway .templatecontent {
  width: 80%;
  margin: 0 auto;
  padding: 5% 10%;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
body.gateway section.connect-gateway .templatecontent a:nth-of-type(1) {
  text-align: center;
  background: #e25e4a;
  border-radius: 2px;
  color: #fff;
  display: inline-table;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 22px;
  margin-left: 0;
  padding: 15px 60px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  body.gateway section.connect-gateway .templatecontent a:nth-of-type(1) {
    padding: 10px 15px;
  }
}
body.gateway section.connect-gateway .templatecontent a:nth-of-type(2) {
  text-align: center;
  background: #222222;
  border-radius: 2px;
  color: #fff;
  display: inline-table;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 22px;
  margin-left: 0;
  padding: 15px 60px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  body.gateway section.connect-gateway .templatecontent a:nth-of-type(2) {
    padding: 10px 15px;
    margin-top: 15px;
  }
}
body.gateway section.connect-gateway .templatecontent a:nth-of-type(3) {
  text-align: center;
  background: transparent;
  border-radius: 2px;
  color: #111;
  display: inline-table;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 22px;
  margin-left: 0;
  padding: 15px 60px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  body.gateway section.connect-gateway .templatecontent a:nth-of-type(3) {
    font-size: 0.65rem;
  }
}
body.gateway section.connect-gateway h2 {
  font-size: 1.5rem;
  line-height: 170%;
  text-align: left;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  body.gateway section.connect-gateway h2 {
    font-size: 1.1rem;
    text-align: center;
  }
}
/* Single Blog Post
============================*/
section.connect-article-hero {
  background-size: cover!important;
  background-position: 50% 50%!important;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  height: 100vh;
  min-height: 400px;
  background-color: #111;
}
section.connect-article-hero .over-hero {
  position: relative;
  text-align: center;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen {
  section.connect-article-hero .over-hero h1 {
    color: #ffffff;
    font-size: 6em;
    font-weight: 700;
    /*background:fadeout(@black,60%);*/
  
    padding: 20px 30px;
    text-shadow: 0px 5px 12px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 992px) {
  section.connect-article-hero .over-hero h1 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 600px) {
  section.connect-article-hero .over-hero h1 {
    font-size: 2.5em;
  }
}
section.connect-article-hero .over-hero h2 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  background: rgba(255, 188, 58, 0.85);
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
  font-size: 1em;
}
section.connect-article-hero .over-hero h2 a {
  color: #ffffff;
}
section.connect-article-hero .over-hero h2 a :hover {
  color: #eee;
}
section.connect-article-hero .over-hero h3 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: .01em;
  color: #ffffff;
  display: block;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 0 8px;
}
@media screen {
  .wrapper-slim {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 15px;
    max-width: 785px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper-slim {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .wrapper-slim {
    width: 100%;
  }
}
.wrapper-slim:before,
.wrapper-slim:after {
  display: table;
  content: "";
}
.wrapper-slim:after {
  clear: both;
}
section.connect-article-body {
  position: relative;
  margin: 0;
  padding: 0 0 60px 0;
}
section.connect-article-body p:nth-of-type(1):first-letter {
  float: left;
  color: #222222;
  font-size: 7em;
  line-height: 80%;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-right: 12px;
  padding-left: 3px;
  font-family: "minion-pro-display", serif;
  font-style: normal;
  font-weight: 400;
}
section.connect-article-body h1 {
  font-family: "minion-pro-display", serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #ffbc3a;
}
section.connect-article-body p {
  font-size: 1.5em;
  font-family: "minion-pro-display", serif;
  font-style: normal;
  font-weight: 400;
}
section.connect-article-body h4 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ffbc3a;
  padding: 40px 0;
  margin-bottom: 40px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
section.connect-article-body h4:before {
  position: relative;
  content: "";
  width: 50px;
  height: 1px;
  display: block;
  margin-bottom: 40px;
  background: #666;
  margin-left: auto;
  margin-right: auto;
}
section.connect-article-body section.connect-article-body blockquote p {
  color: #ed9c00!important;
  font-family: "clavo" !important;
  font-style: normal!important;
  font-size: 1.6rem!important;
  font-style: italic!important;
  border-left: 1px solid #ccc!important;
  padding: 4% 8% 4%!important;
  line-height: 170%;
  margin: 40px 0;
}
section.connect-article-body section.connect-article-body blockquote p:before {
  color: #ccc!important;
  content: "“";
  font-size: 4rem;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -0.4em;
}
section.connect-article-body blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid transparent;
}
section.connect-article-body h6 {
  font-style: italic;
  font-size: 0.7em;
  color: #999;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
}
section.connect-article-body img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 0;
  box-shadow: -2px 0px 60px rgba(0, 0, 0, 0.25);
  margin: 40px 0 40px 0;
}
/*
SITEWRENCH PAGE PART STYLING
================================== */
/*----- Zoo and Aquarium Finder ----*/
img.places-app-location-image.places-app-location-image-external {
  max-width: 200px;
  display: block;
  padding: 10px;
}
div.places-app-wrapper {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.places-app-location-name {
  font-family: "clavo";
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  color: #91867e ;
  text-transform: uppercase;
  letter-spacing: 1px;
}
ol.places-app-location-list {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
li.places-app-location-item {
  background: #fff;
  border: 1px solid #ddd;
  list-style-type: none;
  text-align: center;
  width: 30%;
  padding: 2%;
  margin: 2.5% 1%;
  min-height: 250px;
  max-height: 500px;
  float: left;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  li.places-app-location-item {
    width: 46%;
  }
}
@media (max-width: 768px) {
  li.places-app-location-item {
    width: 100%;
  }
}
li.places-app-location-item:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
a.places-app-location-directions {
  border-radius: 2px;
  color: #e25e4a;
  display: table;
  font-size: .85em;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 22px;
  max-width: 270px;
  margin: 20px auto;
  padding: 8px 20px;
  position: relative;
  text-shadow: 0 1px 2px rgba(12, 18, 28, 0.050000000000000044);
  text-transform: uppercase;
  border-bottom: 0px;
}
.gm-style-iw a {
  line-height: 170%;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 1px 0;
  color: #e25e4a;
  border-bottom: 1px dotted #ccc;
  cursor: pointer;
}
.gm-style-iw p {
  padding: 0;
}
.places-app-search select {
  background: #fff;
  width: auto;
  border: 0;
  padding: 10px;
  height: 35px;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  -webkit-box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
  -moz-box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
  box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
}
.places-app-search input[type=text] {
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 0!important;
  border: 0 solid #ccc;
  border: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #555;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  margin: 5px;
  padding: 6px 12px;
  padding: 8px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
  width: 200px;
}
.places-app-search-button {
  margin-bottom: 20px;
  background: #e25e4a;
  border: 0;
  border-radius: 2px;
  padding: 10px 20px;
  color: white;
}
/*----- Press Room Posts ----*/
.blog .blog-entry {
  margin: 10px 0;
  border-bottom: none;
  padding-bottom: 10px;
  padding: 5px 20px;
}
.blog h4.post-title a {
  color: #e25e4a;
  display: block;
  font-family: "clavo";
  font-style: normal;
  font-size: 1.6rem;
  font-style: italic;
}
.blog h4.post-date {
  color: #695c54;
  font-size: 1.25em;
  letter-spacing: 3px;
}
.blog .blog .post-image a img {
  border: none;
}
.blog .post-profileinfo {
  display: none;
}
.blog a.post-summary-read-more {
  color: #e25e4a;
}
/* Press Room Feed (Blog Article Listing) */
.recent-blog-posts-wrapper ul,
.recent-news-wrapper ul {
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-left: 0px;
  list-style: none;
}
.recent-blog-posts-wrapper ul li,
.recent-news-wrapper ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}
.recent-blog-posts-wrapper ul li a,
.recent-news-wrapper ul li a {
  color: #e25e4a;
  display: block;
  font-family: "clavo";
  font-style: normal;
  font-size: 1.6rem;
  font-style: italic;
}
.recent-blog-posts-date-wrapper,
.blog h4.post-date,
span.news-archive-entry-date,
span.recent-news-date-wrapper {
  color: #91867e;
  display: block;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: .8em;
  font-style: normal;
  letter-spacing: .07em;
  margin-bottom: 5px;
  margin-top: 8px;
  text-decoration: none;
  text-transform: uppercase;
}
.news-archive-entry-container h2 a {
  color: #e25e4a;
  display: block;
  font-family: "clavo";
  font-style: normal;
  font-size: 1.6rem;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0 !important;
}
.news-archive-entry-container a {
  color: #e25e4a;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: .8em;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}
.news-archive-entry-container p {
  font-size: .9em;
  color: #222;
  font-style: normal;
}
a.recent-news-title img {
  display: none;
}
/* Hide remaining press releases on /press-room page. Page part was cloned as a work around to use only the button. */
body.press-room .news-archive-container .news-archive-entry-container,
a.news-archive-entry-detail-viewarchive-link {
  display: none;
}
/* Submit an article button on /press-room page */
#public-submit-button,
.login_to_post {
  background: #333;
  padding: 10px 30px;
  font-size: .75rem;
  line-height: 22px;
  letter-spacing: 5px;
  font-weight: 700;
  color: #fff;
  border: 0;
  float: left;
  display: inline;
  margin-top: -30px;
  margin-left: 20px;
  text-transform: uppercase;
  border-radius: 2px;
}
/* Submit an article button on /zoo--aquarim-news page */
.submit_new,
.login_to_post {
  background: #333;
  padding: 10px 30px;
  font-size: .75rem;
  line-height: 22px;
  letter-spacing: 5px;
  font-weight: 700;
  color: #fff;
  border: 0;
  display: block;
  text-transform: uppercase;
  border-radius: 2px;
  margin-bottom: 30px;
}
body.zoo--aquarium-news .news-archive-container #public-submit-button {
  display: block !important;
  float: none;
  margin-left: 0;
  padding: 10px 30px;
  font-size: .8rem;
}
body.zoo--aquarium-news .news-archive-container img {
  display: none;
}
/* Blog Button Styling */
p.recent-blog-posts-view-link a,
p.recent-news-view-link a {
  position: relative;
  background: #e25e4a;
  padding: 10px 30px;
  font-size: .75rem;
  line-height: 22px;
  letter-spacing: 5px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  float: left;
  display: inline;
}
/* Individual Blog Articles */
.blog .post-title {
  color: #e25e4a;
  display: block;
  font-family: "clavo";
  font-style: normal;
  font-size: 1.6em;
  font-style: italic;
}
/*---- Animal Exchange ----*/
div.ng-scope {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  /* -- Removed emtpy column from compnay listing view -- */

}
div.ng-scope:before {
  display: table;
  content: '';
}
div.ng-scope:after {
  display: table;
  content: '';
  clear: both;
}
div.ng-scope .form-horizontal:before {
  display: table;
  content: '';
}
div.ng-scope .form-horizontal:after {
  display: table;
  content: '';
  clear: both;
}
div.ng-scope hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #fff;
}
div.ng-scope input {
  background: #f9f9f9;
  border: none;
  border-bottom: 2px solid #e25e4a;
  margin: 5px;
  padding: 8px;
  width: 300px;
}
div.ng-scope input:input:focus {
  outline: 0;
  border-bottom: 2px solid #333;
  background: #eee;
}
div.ng-scope input[type=checkbox] {
  width: auto;
}
div.ng-scope textarea {
  background: #f9f9f9;
  border: none;
  border-bottom: 2px solid #e25e4a;
  margin: 5px;
  padding: 8px;
  width: 300px;
}
div.ng-scope textarea:input:focus {
  outline: 0;
  border-bottom: 2px solid #333;
  background: #eee;
}
div.ng-scope select.form-control {
  background: #fff;
  width: 300px;
  border: none;
  padding: 10px;
  height: 35px;
  border-radius: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  -webkit-box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
  -moz-box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
  box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
}
div.ng-scope select.form-control:focus {
  -webkit-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  -moz-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
}
div.ng-scope input.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f5f5f5;
  background-image: none;
  border: 0px solid #ccc;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
div.ng-scope input.form-control:focus {
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
  -webkit-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  -moz-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
}
div.ng-scope .ng-scope .form-group.has-error input.form-control.ng-invalid + ul + span,
div.ng-scope .ng-scope .form-group.has-error select.form-control.ng-invalid + ul + span,
div.ng-scope .ng-scope .form-group.has-error textarea.form-control.ng-invalid + ul + span,
div.ng-scope .ng-scope .form-group.has-error input.form-control.ng-invalid + span,
div.ng-scope .ng-scope .form-group.has-error select.form-control.ng-invalid + span,
div.ng-scope .ng-scope .form-group.has-error textarea.form-control.ng-invalid + span {
  color: red;
}
div.ng-scope .ng-scope .form-group.has-error input.form-control.ng-invalid,
div.ng-scope .ng-scope .form-group.has-error select.form-control.ng-invalid,
div.ng-scope .ng-scope .form-group.has-error textarea.form-control.ng-invalid {
  background-color: rgba(169, 68, 66, 0.2);
}
div.ng-scope a.btn-default {
  background: #e25e4a;
  border-radius: 2px;
  color: #ffffff;
  display: inline-table;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 22px;
  margin-left: 0;
  padding: 15px 30px;
  position: relative;
  text-transform: uppercase;
  border: 0;
}
@media (max-width: 600px) {
  div.ng-scope a.btn-default {
    padding: 15px 20px;
    font-size: 0.9em;
  }
}
div.ng-scope a.btn-default:hover {
  background: #de4a34;
  color: #ffffff;
  text-decoration: none;
}
div.ng-scope a.btn-default:focus {
  background: #de4a34;
  color: #ffffff;
  text-decoration: none;
}
div.ng-scope a.btn-default:active {
  background: #de4a34;
  color: #ffffff;
  text-decoration: none;
}
div.ng-scope a.toggle-filter {
  display: none;
}
div.ng-scope .btn-danger,
div.ng-scope .btn-default,
div.ng-scope .btn-info,
div.ng-scope .btn-primary,
div.ng-scope .btn-success,
div.ng-scope .btn-warning {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
div.ng-scope button.btn.btn-primary.filter-results {
  background: #333;
  border-radius: 2px;
  color: #fff;
  display: inline-table;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 22px;
  margin-left: 0;
  padding: 15px 30px;
  position: relative;
  text-transform: uppercase;
  border: 0;
}
div.ng-scope button.btn.btn-primary.filter-results:before {
  content: "\f002";
  font-family: FontAwesome;
  margin-right: 10px;
  transform: flipH;
}
div.ng-scope .btn-danger,
div.ng-scope > .btn-default,
div.ng-scope .btn-info,
div.ng-scope .btn-primary,
div.ng-scope .btn-success,
div.ng-scope .btn-warning,
div.ng-scope .btn-link {
  background: #333;
  border-radius: 2px;
  color: #fff;
  display: inline-table;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 22px;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 15px 30px;
  position: relative;
  text-transform: uppercase;
  border: 0;
}
div.ng-scope .btn-danger {
  background: #e25e4a;
}
div.ng-scope .btn-info {
  background: #68A240;
}
div.ng-scope .uib-daypicker {
  width: 100%;
}
div.ng-scope .uib-daypicker .uib-day .btn,
div.ng-scope .uib-daypicker .uib-day .btn-info,
div.ng-scope .uib-daypicker .uib-day .btn-primary,
div.ng-scope .uib-daypicker .uib-day .btn-success,
div.ng-scope .uib-daypicker .uib-day .btn-warning,
div.ng-scope .uib-daypicker .uib-day .btn-link,
div.ng-scope .uib-daypicker .uib-day .btn-danger {
  border-radius: 0;
  padding: inherit;
  font-weight: 400;
  font-size: 12px;
  line-height: inherit;
  margin: 0px;
}
div.ng-scope .uib-daypicker tr.ng-scope td:nth-child(5) {
  display: table-cell;
}
div.ng-scope .panel-default > .panel-heading {
  background-image: none!important;
  filter: none !important;
  background-repeat: repeat-x;
  background: #fff;
}
div.ng-scope .panel-default > .panel-heading {
  color: #333;
  background-color: #eee;
  border-color: #eee;
}
div.ng-scope .panel {
  border-radius: 2px!important;
  -webkit-box-shadow: 0 0 1px rgba(33, 33, 33, 0) !important;
  box-shadow: 0 0 1px rgba(33, 33, 33, 0.2) !important;
  border: 0!important;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0px 1px 1px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 2px;
  background: #f7f7f8;
}
div.ng-scope .panel-title {
  font-size: 1.55em;
  color: inherit;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin: .5em;
  font-weight: 600;
  color: #e25e4a;
  text-transform: uppercase;
}
div.ng-scope .form-group label {
  margin-bottom: 15px;
  /* text-align: center; */

  font-family: "clavo";
  font-style: normal;
  font-size: 1.25em;
  letter-spacing: .5px;
  font-weight: 400 !important;
  text-transform: none;
  color: #91867e;
  font-weight: normal;
  margin-bottom: 0px;
  /*margin-left: 10px;*/

  font-style: italic;
}
div.ng-scope .table-responsive {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0px 1px 1px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 4px;
}
div.ng-scope .ng-scope .table-striped th {
  font-size: 1.15em;
  color: inherit;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin: .5em;
  font-weight: 600;
  color: #e25e4a;
  text-transform: uppercase;
  padding: 20px;
}
div.ng-scope .table-striped {
  padding: 20px;
}
div.ng-scope tr.ng-scope td:nth-child(5) {
  display: none;
}
div.ng-scope .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eee;
  border: none !important;
  font-size: 1.125em;
  color: inherit;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin: .5em;
  font-weight: 600;
  color: #0c121c;
  text-transform: none;
}
div.ng-scope .table-striped > tbody > tr:nth-child(odd) > td,
div.ng-scope .table-striped > tbody > tr:nth-child(odd) > th,
div.ng-scope div.ng-scope .table-striped > tbody > tr:nth-child(odd) > td,
div.ng-scope div.ng-scope .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff !important;
}
div.ng-scope .table > tbody > tr > td {
  padding: 20px !important;
}
div.ng-scope .table > tbody > tr > td {
  border: 0px !important;
}
div.ng-scope .table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  /*border-right: 1px solid #eee !important;
      border-left: 1px solid #eee !important;*/

}
div.ng-scope .table-striped > tbody > tr:nth-of-type(odd) {
  /* background-color: #eee; */

  border: none!important;
  font-size: 1.125em;
  color: inherit;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin: .5em;
  font-weight: 600;
  color: #0c121c;
  text-transform: none;
  border-top: 1px solid #ddd !important;
}
div.ng-scope thead {
  background: #eee;
  padding: 10px !important;
  position: relative;
  /* margin-top:20px !important; */

}
div.ng-scope thead tr {
  border-radius: 4px 4px 0 0 !important;
}
.ng-pristine.ng-scope.ng-valid-email.ng-valid-date.ng-valid.ng-valid-required {
  border-radius: 2px!important;
  -webkit-box-shadow: 0 0 1px rgba(33, 33, 33, 0) !important;
  box-shadow: 0 0 1px rgba(33, 33, 33, 0.2) !important;
  border: 0!important;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0px 1px 1px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 2px;
  background: #f7f7f8;
  padding: 50px;
}
.ng-pristine.ng-scope.ng-valid-email.ng-valid-date.ng-valid.ng-valid-required .form-group {
  padding: 8px 0;
}
.ng-pristine.ng-scope.ng-valid-email.ng-valid-date.ng-valid.ng-valid-required .col-md-3 {
  width: 15%;
}
.ng-pristine.ng-scope.ng-valid-email.ng-valid-date.ng-valid.ng-valid-required .col-md-3 input {
  width: 115px;
}
.ng-binding.dot:before {
  content: " ";
  position: absolute;
  margin-top: -22px !important;
  height: 15px;
  background: #4caf50;
  /* width: 100px; */

  /* height: 100px; */

  border-radius: 50%;
  width: 15px;
}
/* -- All Forms : Donation / Contact Forms / Login-- */
body.login {
  background: #f8f8f7;
}
body.login .col-md-6 {
  padding: 80px;
  background: #ffffff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  body.login .col-md-6 {
    padding: 10px;
  }
}
section.login {
  min-height: 400px;
  margin-top: 120px;
  padding: 80px;
}
@media (max-width: 768px) {
  section.login {
    padding: 10px;
  }
}
h1.sw-profile-login-title {
  padding-bottom: 0;
  text-align: center;
  font-size: 1.5em;
  color: #e25e4a;
  font-weight: 600;
}
#login-form {
  font-size: 1.3em;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 768px) {
  #login-form tr td {
    display: block;
    text-align: center;
    margin-left: -40px;
  }
}
#login-form > table {
  margin: 0 auto;
}
#login-form a {
  color: #aaa;
  font-size: .8em;
  margin-right: 50px;
}
.formmodule-form input,
.new-posting input {
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 0!important;
  border: 0 solid #cccccc;
  border: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #555555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  margin: 5px;
  padding: 6px 12px;
  padding: 8px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
  width: 300px;
}
@media (max-width: 600px) {
  .formmodule-form input,
  .new-posting input {
    width: 100px;
  }
}
.formmodule-form input:focus,
.new-posting input:focus {
  -moz-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  -webkit-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
  border: 0;
  outline: 0;
  box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
}
.formmodule-form textarea,
.new-posting textarea {
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 0!important;
  border: 0 solid #cccccc;
  border: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #555555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  margin: 5px;
  padding: 6px 12px;
  padding: 8px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
  width: 300px;
}
.formmodule-form textarea:focus,
.new-posting textarea:focus {
  -moz-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  -webkit-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
  border: 0;
  box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
  outline: 0;
}
.formmodule-form select,
.new-posting select {
  -moz-box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
  -webkit-box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
  background: #f9f9f9;
  border-radius: 0px;
  border: none;
  box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
  height: 35px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-top: 10px;
  padding: 10px;
  width: 250px;
}
.formmodule-form select:focus,
.new-posting select:focus {
  -moz-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  -webkit-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  border: 0;
  box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  outline: 0;
}
.donationmodule-column2 input {
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 0!important;
  border: 0 solid #cccccc;
  border: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #555555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  margin: 5px;
  padding: 6px 12px;
  padding: 8px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
  width: 300px;
}
.donationmodule-column2 input:focus {
  -moz-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  -webkit-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
  border: 0;
  box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
  outline: 0;
}
.donationmodule-column2 textarea {
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 0!important;
  border: 0 solid #cccccc;
  border: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #555555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  margin: 5px;
  padding: 6px 12px;
  padding: 8px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
  width: 300px;
}
.search-panel input {
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 0!important;
  border: 0 solid #cccccc;
  border: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #555555;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  margin: 5px;
  padding: 6px 12px;
  padding: 8px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
  width: auto;
}
.search-panel input[type=button] {
  border: 0;
  background: #e25e4a;
  color: #ffffff;
}
.search-panel input:focus {
  -moz-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  -webkit-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
  border: 0;
  box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
  outline: 0;
}
.search-panel select {
  -moz-box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
  -webkit-box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
  background: #f9f9f9;
  border-radius: 0px;
  border: none;
  box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
  height: 35px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-top: 10px;
  padding: 10px;
  width: 170px;
}
.search-panel select:focus {
  -moz-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  -webkit-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  border: 0;
  box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  outline: 0;
}
.formmodule-row td {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #695c54;
  text-transform: uppercase;
}
.formmodule-altrow td {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #695c54;
  text-transform: uppercase;
}
.donationmodule-row td {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #695c54;
  text-transform: uppercase;
}
.donationmodule-row select {
  -moz-box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
  -webkit-box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
  background: #f9f9f9;
  border-radius: 0px;
  border: none;
  box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
  height: 35px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-top: 10px;
  padding: 10px;
  width: 250px;
}
.donationmodule-row select:focus {
  -moz-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  -webkit-box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  border: 0;
  box-shadow: 0 0 8px rgba(226, 94, 74, 0.7);
  outline: 0;
}
.donationmodule-altrow td {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #695c54;
  text-transform: uppercase;
}
select#ctl00_cphPageBody_public_partctrl_1_2_ddlMonth {
  max-width: 100px;
}
select#ctl00_cphPageBody_public_partctrl_1_2_ddlYear {
  max-width: 100px;
}
.form-bot-stopper {
  font-family: "clavo";
  font-style: normal;
  background: #f8f8f7;
  border-radius: 3px;
  font-style: italic;
  padding: 30px 20px;
}
/* --- Calendar Events --- */
/* -- Change order of calendar view buttons -- */
.cal-display-switch a.cal-display-type:first-of-type {
  float: right;
}
.event-module select {
  background: #fff;
  width: auto;
  border: 0;
  padding: 10px;
  height: 35px;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  -webkit-box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
  -moz-box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
  box-shadow: 0 0 4px rgba(34, 34, 34, 0.19999999999999996);
}
.event-module div.calendar-controls {
  margin: 0 0 35px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.event-module div.cal-display-switch {
  display: table;
  margin: 40px auto 28px;
  border-radius: 3px;
  overflow: hidden;
}
.event-module div.cal-display-switch a {
  background: #f4f2f2;
  color: #e25e4a;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 14px;
  text-decoration: none!important;
  padding: 6px 18px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5em;
}
.event-module div.cal-display-switch a:hover {
  background: #e25e4a;
  color: white;
}
.event-module div.cal-display-switch a.active {
  background: #e25e4a;
  color: #ffffff !important;
}
.event-module div.calendar-controls input {
  margin: 0 3px;
}
.event-module div.calendar-controls input.index-back {
  width: 33px;
  height: 33px;
  padding: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.event-module div.calendar-controls input.index-forward {
  width: 33px;
  height: 33px;
  padding: 0;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.event-module div.calendar-controls input.index-today {
  width: inherit;
  padding: 8px 14px;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.event-module div.calendar-controls span.current-month {
  margin: 0 5px;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.event-module div.calendar-controls span.monthyear-jumper {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.event-module div.calendar-controls span.monthyear-jumper select {
  margin: 0 6px 0 0;
}
.event-module div.calendar-controls span.monthyear-jumper input.jumper-button {
  margin: 0;
  padding: 0;
  height: 33px;
  width: 48px;
}
@media (max-width: 620px) {
  .event-module div.calendar-controls {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .event-module div.calendar-controls span.monthyear-jumper {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0 0 0;
  }
}
/*-- hide month / year filter options on calendar view --*/
.jumper-months,
.jumper-years {
  display: none;
}
.calendar-controls input {
  margin-bottom: 20px;
  background: #91867e;
  border: 0px;
  border-radius: 2px;
  padding: 10px 20px;
  color: white;
}
.events-calendar {
  font-family: "clavo";
  font-style: normal;
  font-size: 1.25em;
  color: #111;
}
.event-detail-block-wrapper img {
  width: 150px;
  padding-bottom: 40px;
}
/* Applies to ALL cells within the calendar table   */
.events-calendar td {
  padding: 3px;
  font-style: italic;
}
/* Applies to cells that represent SATURDAY - SUNDAY  */
.weekend {
  background-color: #f4f2f2;
  width: 75px;
}
/* Applies to the cell that represents the current date  */
.today {
  background-color: #f4f2f2;
}
/* Applies to SPAN around the time for an event  */
.event-time {
  font-size: 9px;
  color: #111;
}
/* Applies to div containing events marked as "all day" their the hover state */
.all-day-event {
  background-color: transparent;
  margin-bottom: 2px;
  cursor: pointer;
  padding: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  color: #e25e4a;
}
.all-day-event a,
.all-day-event a:link,
.all-day-event a:visited,
.all-day-event a:hover {
  color: #00c1f7;
  font-size: 10px;
  line-height: 12px;
}
.all-day-event:hover {
  background-color: #f4f2f2;
}
ul.sw-events-detail-list {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul.sw-events-detail-list li {
  background: #ffffff;
  border: 1px solid #ddd;
  list-style-type: none;
  text-align: center;
  width: 22%;
  max-width: 22%;
  padding: 2%;
  margin: 2.5% 1%;
  flex: 1 1 auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
@media (max-width: 768px) {
  ul.sw-events-detail-list li {
    width: 100% !important;
    max-width: 100%;
  }
}
ul.sw-events-detail-list li:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
img.sw-events-detail-list-event-image {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding-bottom: 5%;
}
h2.sw-events-detail-list-event-subject a {
  color: #91867e;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: none;
  line-height: 80%;
}
div.sw-events-detail-list-event-date {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #00c1f7;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.sw-events-detail-list-event-location {
  font-family: "clavo";
  font-style: normal;
  color: rgba(145, 134, 126, 0.95);
  padding: 10px;
}
div.sw-events-detail-list-event-time {
  font-family: "clavo";
  font-style: normal;
  font-size: 1.15em;
  font-weight: 700;
  color: #e25e4a;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.sw-events-detail-list-event-description {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  display: none;
}
a.sw-events-detail-more-link {
  background: #e25e4a;
  border-radius: 2px;
  color: #ffffff;
  display: table;
  font-size: 0.85em;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 22px;
  max-width: 270px;
  margin: 20px auto;
  padding: 10px 15px;
  position: relative;
  text-shadow: 0px 1px 2px rgba(12, 18, 28, 0.050000000000000044);
  text-transform: uppercase;
}
a.sw-events-detail-more-link:hover {
  background: #d73a22;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.25);
}
a.sw-events-detail-more-link:focus {
  background: #d73a22;
  color: #ffffff;
  text-decoration: none;
}
a.sw-events-detail-more-link:active {
  background: #d73a22;
  color: #ffffff;
  text-decoration: none;
}
ul.sw-events-detail-timeframes {
  text-align: center;
  padding-bottom: 30px;
}
ul.sw-events-detail-timeframes li {
  line-height: 40px;
}
ul.sw-events-detail-timeframes li a {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  background: #695c54;
  color: #ffffff;
  margin: 0;
  padding: 10px 15px 10px;
  text-decoration: none;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
ul.sw-events-detail-timeframes li a:hover {
  background: #e25e4a;
  color: #ffffff;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
ul.sw-events-detail-categories {
  text-align: center;
}
ul.sw-events-detail-categories margin-top:20px li {
  line-height: 50px;
}
p.event-detail-calendarlink a {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.65em;
  background: #e25e4a;
  color: #ffffff;
  margin: 0;
  padding: 10px 20px;
  text-decoration: none;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
p.event-detail-calendarlink a:hover {
  background: #e25e4a;
  color: #ffffff;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
ul.sw-events-detail-categories li {
  display: inline-table;
  line-height: 45px;
}
ul.sw-events-detail-categories li a {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  background: #ffffff;
  color: #91867e;
  border: 1px solid #91867e;
  margin: 0;
  padding: 10px 15px 10px;
  text-decoration: none;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
ul.sw-events-detail-categories li a:hover {
  background: #ffffff;
  color: #e25e4a;
  border: 1px solid #e25e4a;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
/** Job Board **/
body.jobs p {
  white-space: pre-wrap;
}
div#job-postings-250236 td {
  padding: 20px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 600px) {
  div#job-postings-250236 td {
    padding: 5px;
  }
}
div#job-postings-250236 td a {
  display: block;
  font-size: 1.35em;
  color: #e25e4a;
}
@media (max-width: 600px) {
  div#job-postings-250236 td a {
    font-size: 0.95rem;
  }
}
div#job-postings-250236 td a:hover {
  display: block;
  color: #d73a22;
}
div#job-postings-250236 tr:nth-child(odd) {
  background: #f4f2f2 ;
}
table.jobs-list thead tr {
  border: 1px solid #dddddd;
}
table.jobs-list thead tr th {
  padding: 20px !important;
  border: 1px solid #ddd;
  background: #fff;
}
/* Hide the second fieldset last item (company logo upload input) */
fieldset:nth-of-type(2) > ul > li:last-of-type {
  display: none;
}
/* Add Asterisk to field to make them feel required */
fieldset:nth-of-type(1) li:nth-child(1) .sw-form-question:after,
fieldset:nth-of-type(1) li:nth-child(2) .sw-form-question:after,
fieldset:nth-of-type(1) li:nth-child(7) .sw-form-question:after,
fieldset:nth-of-type(3) .sw-form-question:after {
  content: "*";
  position: relative;
  height: 30px;
  width: 30px;
  color: red;
  font-size: 1.2rem;
  font-family: Helvetica;
  padding: 3px;
}
/* Submit Job Post Button */
.new-posting .save-listing {
  background: #333;
  padding: 10px 30px;
  font-size: .75rem;
  letter-spacing: 5px;
  font-weight: 700;
  color: #fff;
  border: 0;
  display: block;
  text-transform: uppercase;
  border-radius: 2px !important;
}
.new-posting .save-listing:disabled {
  background: #ddd;
  cursor: default;
  box-shadow: none;
}
/* Job Post Notice after Submission */
div.new-job-message:not(:empty) {
  font-size: 1.5em;
  background: #f4f2f2;
  padding: 50px;
  margin-bottom: 10px;
}
/* No Access Page Warning */
div#ctl00_cphPageBody_pnlNoAccess p:nth-of-type(1) {
  display: none;
}
div#ctl00_cphPageBody_pnlNoAccess p:nth-of-type(2):before {
  content: "This page requires AZA membership, a certain level of membership, or special permission to access. Join AZA, or contact member services for more information.";
  margin-bottom: 30px;
  font-size: 1.65rem !important;
  line-height: 3rem !important;
}
div#ctl00_cphPageBody_pnlNoAccess p:nth-of-type(2) a {
  display: block;
  margin-top: 10px;
}
/*
RESPONSIVE BREAKPOINTS
================================== */
/* Zoo Finder Map Squish */
div.places-app-map-canvas {
  width: 100% !important;
}
/* Large Screens */
@media screen and (max-width: 1200px) {
  
}
/* Ipad Portrait Specific (if needed) */
@media screen and (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
}
/* Small Screens */
@media screen and (max-width: 992px) {
  /*Mobile Nav Drop Downs */
  .connect-header ul#mainnav {
    position: relative;
    width: 100%;
    z-index: 4000;
    left: 0;
    height: auto;
    margin: 0px;
    background: #222222;
  }
}
/* XS Screens */
@media screen and (max-width: 600px) {
  
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.delay {
  animation-delay: .25s;
  -webkit-animation-delay: 0.25s;
}
.delay-2 {
  animation-delay: .5s;
  -webkit-animation-delay: 0.5s;
}
.delay-3 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.delay-4 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.delay-5 {
  animation-delay: 1.75s;
  -webkit-animation-delay: 1.75s;
}
.delay-6 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.modal-footer .btn {
  margin-bottom: 0px!important;
}
table#table-event td,
table#table-event th {
  border: 1px solid #eee!important;
  padding: 12px!important;
}
#table-event > thead > tr > th,
#table-event > tbody > tr > th,
#table-event > tfoot > tr > th,
#table-event > thead > tr > td,
#table-event > tbody > tr > td,
#table-event > tfoot > tr > td,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: 1px solid #eee!important;
  padding: 12px!important;
}
