.bgpurple {
  background-color: #803a8c !important;
}
.bgpink {
  background-color: #e10459 !important;
}
.bgyellow {
  background-color: #f59813 !important;
}
.bggreen {
  background-color: #19a84e !important;
}
.bggrey {
  background-color: #eaeaea !important;
}
body {
  margin-bottom: 0px !important;
}
#page {
  overflow: hidden;
}
.tshadow {
  text-shadow: -3px 3px 0px rgba(0, 0, 0, 0.2);
}
.tgreen {
  color: #19a84e;
}
.tpurple {
  color: #803a8c;
}
.tpink {
  color: #e10459;
}
.tyellow {
  color: #f59813;
}
.sec-pad {
  padding: 4rem 0rem;
}
@media print, screen and (min-width: 40em) {
  .sec-pad {
    padding: 6rem 0rem;
  }
}
.line {
  width: 100px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 1rem;
}
.hide-small-only {
  display: none !important;
}
@media print, screen and (min-width: 40em) {
  .hide-small-only {
    display: block !important;
  }
}
.hide-large-only {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .hide-large-only {
    display: none;
  }
}
.show-large-only {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .show-large-only {
    display: block;
  }
}
@media print, screen and (min-width: 40em) {
  .show-small-only {
    display: none !important;
  }
}
/* ======================================================
######## ##    ## ########   #######   ######   ########     ###    ########  ##     ## ##    ##
   ##     ##  ##  ##     ## ##     ## ##    ##  ##     ##   ## ##   ##     ## ##     ##  ##  ##
   ##      ####   ##     ## ##     ## ##        ##     ##  ##   ##  ##     ## ##     ##   ####
   ##       ##    ########  ##     ## ##   #### ########  ##     ## ########  #########    ##
   ##       ##    ##        ##     ## ##    ##  ##   ##   ######### ##        ##     ##    ##
   ##       ##    ##        ##     ## ##    ##  ##    ##  ##     ## ##        ##     ##    ##
   ##       ##    ##         #######   ######   ##     ## ##     ## ##        ##     ##    ##
====================================================== */
html {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 16px;
}
h1,
.h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  color: #363636;
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: 800;
}
h2,
.h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  color: #363636;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 0.75em;
  font-weight: 800;
}
h3,
.h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25em;
  color: #363636;
  line-height: 1.2em;
  margin-bottom: 0.75em;
  font-weight: 400;
  text-transform: uppercase;
}
h4,
.h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #363636;
  font-size: 1rem;
  margin-bottom: 0.75em;
}
p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #363636;
  font-weight: 500;
  margin-bottom: 1em;
}
ul {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #363636;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-left: 2rem;
}
li {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #363636;
  font-weight: 500;
}
a,
a:hover {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #363636;
  font-weight: 500;
  margin-bottom: 1rem;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a,
a:visited {
  color: #000;
}
a.bttn {
  background-color: #363636;
  color: #fff !important;
  font-weight: 900;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0.5rem;
  -webkit-box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
}
a.bttn:hover {
  color: #fff !important;
  -webkit-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1.05) !important;
}
a.bttn.bggreen:hover {
  background-color: #127c39 !important;
  transform: scale(1.05) !important;
}
a.bttn.bgpurple:hover {
  background-color: #5f2b68 !important;
  transform: scale(1.05) !important;
}
a.bttn.bgpink:hover {
  background-color: #af0345 !important;
  transform: scale(1.05) !important;
}
a.bttn.bgyellow:hover {
  background-color: #cc7c09 !important;
  transform: scale(1.05) !important;
}
.visit a {
  color: #803a8c;
}
.visit a:hover {
  color: #363636;
}
.about a {
  color: #19a84e;
}
.about a:hover {
  color: #363636;
}
.education a {
  color: #e10459;
}
.education a:hover {
  color: #363636;
}
.donate a {
  color: #f59813;
}
.donate a:hover {
  color: #363636;
}
/* ======================================================
##     ## ########    ###    ########  ######## ########
##     ## ##         ## ##   ##     ## ##       ##     ##
##     ## ##        ##   ##  ##     ## ##       ##     ##
######### ######   ##     ## ##     ## ######   ########
##     ## ##       ######### ##     ## ##       ##   ##
##     ## ##       ##     ## ##     ## ##       ##    ##
##     ## ######## ##     ## ########  ######## ##     ##
====================================================== */
#masthead {
  width: 100%;
  z-index: 100;
  position: relative;
}
#masthead .alert {
  padding: 1rem;
  text-align: center;
}
#masthead .alert p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
#masthead .top-bar {
  padding: 0.5rem;
}
#masthead .top-bar a {
  margin-bottom: 0px;
  font-size: 14px;
  color: #803a8c;
}
#masthead .top-bar .top-left {
  vertical-align: middle;
}
#masthead .top-bar .top-left a {
  margin-right: 0.25rem;
  display: inline-block;
  height: 18px;
}
#masthead .top-bar .top-left a svg {
  transition: all 0.4s ease-in-out;
  fill: #803a8c;
  display: inline-block;
}
#masthead .top-bar .top-left a svg.facebook {
  height: 16px;
  width: 9px;
}
#masthead .top-bar .top-left a svg.instagram {
  height: 16px;
  width: 18px;
}
#masthead .top-bar .top-left a svg.youtube {
  height: 16px;
  width: 26px;
}
#masthead .top-bar .top-left a svg.twitter {
  height: 16px;
  width: 22px;
}
#masthead .top-bar .top-left a svg:hover {
  fill: #5f2b68;
}
#masthead .top-bar .top-right {
  text-align: right;
}
#masthead .top-bar .top-right a {
  font-weight: 900;
  text-transform: uppercase;
}
#masthead .top-bar .top-right a span {
  font-weight: 400;
}
#masthead .nav-wrap {
  background-color: rgba(255, 255, 255, 0.85);
  margin-bottom: -96px;
}
#masthead .nav-wrap .site-branding {
  display: inline-block;
  padding: 0.5rem 0;
}
#masthead .nav-wrap .site-branding a {
  margin-bottom: 0px;
}
#masthead .nav-wrap .site-branding a img {
  height: 80px;
}
#masthead .nav-wrap nav {
  float: right;
  display: inline-block;
  vertical-align: top;
  width: auto !important;
}
#masthead .nav-wrap nav .menu-primary-menu-container {
  position: absolute;
  top: 136px;
  left: 0;
  right: 0;
}
#masthead .nav-wrap nav .menu-primary-menu-container ul {
  margin: 0;
  vertical-align: top;
  position: relative;
  width: auto;
  top: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
#masthead .nav-wrap nav .menu-primary-menu-container ul li {
  display: block;
  border-top: 1px solid #fff;
}
#masthead .nav-wrap nav .menu-primary-menu-container ul li a {
  font-family: 'Montserrat', sans-serif;
  color: #363636 !important;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  line-height: 1em !important;
  margin-bottom: 0px;
  padding: 1.5rem 1.5rem;
  transition: all 0.4s ease-in-out;
}
#masthead .nav-wrap nav .menu-primary-menu-container ul li .sub-menu {
  position: relative;
  display: none;
  width: 100%;
  padding-bottom: 0rem;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 #fff;
}
#masthead .nav-wrap nav .menu-primary-menu-container ul li .sub-menu li {
  text-align: left;
  width: 100%;
  background-color: rgba(54, 54, 54, 0.85);
  transition: all 0.4s ease-in-out;
}
#masthead .nav-wrap nav .menu-primary-menu-container ul li .sub-menu li a {
  padding: 1rem 1.5rem !important;
  margin-bottom: 0px;
  font-size: 0.95rem;
  width: 100%;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff !important;
  transition: all 0.4s ease-in-out;
}
#masthead .nav-wrap nav .menu-primary-menu-container ul li.nav-purple .sub-menu li {
  background-color: rgba(128, 58, 140, 0.9);
}
#masthead .nav-wrap nav .menu-primary-menu-container ul li.nav-pink .sub-menu li {
  background-color: rgba(225, 4, 89, 0.9);
}
#masthead .nav-wrap nav .menu-primary-menu-container ul li.nav-yellow .sub-menu li {
  background-color: rgba(245, 152, 19, 0.9);
}
#masthead .nav-wrap nav .menu-primary-menu-container ul li.nav-green .sub-menu li {
  background-color: rgba(25, 168, 78, 0.9);
}
@media screen and (min-width: 975px) {
  #masthead {
    width: 100%;
    z-index: 100;
    position: relative;
  }
  #masthead .nav-wrap {
    background-color: rgba(255, 255, 255, 0.85);
    margin-bottom: -96px;
  }
  #masthead .nav-wrap .site-branding {
    display: inline-block;
    padding: 0.5rem 0;
  }
  #masthead .nav-wrap .site-branding a {
    margin-bottom: 0px;
  }
  #masthead .nav-wrap nav {
    float: right;
    display: inline-block;
    vertical-align: top;
    width: auto !important;
  }
  #masthead .nav-wrap nav .menu-primary-menu-container {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: 0;
  }
  #masthead .nav-wrap nav .menu-primary-menu-container span.sub-toggle {
    display: none;
  }
  #masthead .nav-wrap nav .menu-primary-menu-container ul {
    margin: 0;
    vertical-align: top;
    position: relative;
    display: block;
    width: auto;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  #masthead .nav-wrap nav .menu-primary-menu-container ul li {
    display: inline-block;
  }
  #masthead .nav-wrap nav .menu-primary-menu-container ul li a {
    font-family: 'Montserrat', sans-serif;
    color: #363636 !important;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    line-height: 1em !important;
    margin-bottom: 0px;
    padding: 2.45rem 2rem;
    transition: all 0.4s ease-in-out;
  }
  #masthead .nav-wrap nav .menu-primary-menu-container ul li .sub-menu {
    position: absolute;
    top: 96px;
    right: 0;
    display: none !important;
    padding-bottom: 0rem;
    min-width: 290px;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
  }
  #masthead .nav-wrap nav .menu-primary-menu-container ul li .sub-menu li {
    background-color: rgba(54, 54, 54, 0.85);
    text-align: right;
    width: 100%;
  }
  #masthead .nav-wrap nav .menu-primary-menu-container ul li .sub-menu li a {
    padding: 1rem 1rem !important;
    margin-bottom: 0px;
    font-size: 0.95rem;
    width: 100%;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.4s ease-in-out;
  }
  #masthead .nav-wrap nav .menu-primary-menu-container ul li .sub-menu li a:hover {
    color: #363636 !important;
  }
  #masthead .nav-wrap nav .menu-primary-menu-container ul li .sub-menu li:hover {
    background-color: #fff;
  }
  #masthead .nav-wrap nav .menu-primary-menu-container ul li:hover {
    background-color: #fff;
  }
  #masthead .nav-wrap nav .menu-primary-menu-container ul li:hover a {
    text-shadow: -3px 3px 0px rgba(0, 0, 0, 0.2);
  }
  #masthead .nav-wrap nav .menu-primary-menu-container ul li:hover .sub-menu {
    display: block !important;
  }
  #masthead .nav-wrap nav .menu-primary-menu-container ul li:hover .sub-menu a {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
/*///////////  Accordion MENU  /////////////*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation .no-sub span.sub-toggle {
  display: none !important;
}
.main-navigation span.sub-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 75%;
  z-index: 1;
  cursor: pointer;
  display: block;
  font-size: 18px;
}
.main-navigation span.sub-toggle span.arrow {
  height: 66px;
  width: 66px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  background-image: url(../img/navArrow.png);
  background-position: center;
}
.main-navigation .open span.sub-toggle span.arrow {
  transform: rotate(180deg) scaleX(-1);
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: none;
  position: relative;
  z-index: 99999;
}
.main-navigation ul ul span.sub-toggle {
  display: none;
}
.main-navigation ul ul a {
  display: block;
  width: 100%;
}
/*///////////  MENU ICON  /////////////*/
#menu-icon {
  height: 50px;
  width: 50px;
  float: right;
  margin-top: 23px;
}
button:focus {
  outline: 0;
}
.lines-button {
  font-size: 6px;
  transition: all 1s;
  cursor: pointer;
  user-select: none;
  margin: 0;
  border: none 0;
  background: none;
}
.show-nav .lines-button {
  border: none 0;
  user-select: none;
}
.lines {
  display: inline-block;
  width: 50px;
  height: 10px;
  background-color: #363636;
  transition: 0.5s;
  position: relative;
}
.lines:before,
.lines:after {
  display: inline-block;
  width: 50px;
  height: 10px;
  background-color: #363636;
  transition: 0.5s;
  position: absolute;
  left: 0;
  content: '';
}
.lines:before {
  top: 20px;
}
.lines:after {
  top: -20px;
}
.lines-button.show-nav .lines {
  background: transparent;
}
.lines-button.show-nav .lines:before,
.lines-button.show-nav .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 50px;
  background: #363636;
}
.lines-button.show-nav .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  background: #363636;
}
.lines-button.show-nav .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  background: #363636;
}
/* ======================================================
##     ##  #######  ##     ## ######## ########     ###     ######   ########
##     ## ##     ## ###   ### ##       ##     ##   ## ##   ##    ##  ##
##     ## ##     ## #### #### ##       ##     ##  ##   ##  ##        ##
######### ##     ## ## ### ## ######   ########  ##     ## ##   #### ######
##     ## ##     ## ##     ## ##       ##        ######### ##    ##  ##
##     ## ##     ## ##     ## ##       ##        ##     ## ##    ##  ##
##     ##  #######  ##     ## ######## ##        ##     ##  ######   ########
====================================================== */
#home-head {
  padding: 12rem 1rem 8rem 1rem;
  background: #000;
  position: relative;
  overflow: hidden;
}
#home-head h1 {
  color: #fff;
  text-align: center;
  font-size: 10vw;
  text-shadow: -4px 4px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 5;
}
#home-head h1 span {
  font-weight: 400;
  font-size: 6vw;
  line-height: 5vw;
}
#home-head .video-opa {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  background-color: #000;
  opacity: 35%;
}
#home-head .video-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
#home-head .video-bg video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}
#home-head .video-bg-m {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  background-image: url(../img/bgHome.jpg);
  background-position: center;
  background-size: cover;
}
@media print, screen and (min-width: 40em) {
  #home-head {
    padding: 20rem 1rem 16rem 1rem;
  }
  #home-head h1 {
    font-size: 5vw;
  }
  #home-head h1 span {
    font-size: 4vw;
  }
}
#home-botw {
  overflow: hidden;
  padding: 2rem 1rem;
  border: 10px solid #fff;
}
#home-botw .grid-container {
  padding: 0px;
}
#home-botw .event-info h2 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  color: #231f20;
}
#home-botw .event-info h3 {
  font-size: 1.5rem;
  color: #fff;
}
#home-botw .event-info p {
  display: block;
  color: #fff;
}
#home-botw .event-info .bttn {
  background-color: #231f20;
  color: #f59813 !important;
}
#home-botw .event-pic {
  background-image: url(../img/homeGiraffe.png);
  background-size: cover;
  background-position: top left;
}
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  text-align: center;
  background-color: #ddd;
}
ul.tabs li {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  padding: 0.5rem 0;
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 33.33333%;
  transition: all 0.4s ease-in-out;
}
ul.tabs li.bgpurple {
  border-bottom: 6px solid #5f2b68;
}
ul.tabs li.bgpink {
  border-bottom: 6px solid #af0345;
}
ul.tabs li.bgyellow {
  border-bottom: 6px solid #cc7c09;
}
ul.tabs li.bgpurple:hover {
  background-color: #5f2b68 !important;
}
ul.tabs li.bgpurple.active:hover {
  background-color: #803a8c !important;
}
ul.tabs li.bgpink:hover {
  background-color: #af0345 !important;
}
ul.tabs li.bgpink.active:hover {
  background-color: #e10459 !important;
}
ul.tabs li.bgyellow:hover {
  background-color: #cc7c09 !important;
}
ul.tabs li.bgyellow.active:hover {
  background-color: #f59813 !important;
}
ul.tabs li.active {
  display: inline-block;
  text-shadow: -4px 4px 0px rgba(0, 0, 0, 0.2);
}
ul.tabs li.bgpurple.active {
  border-bottom: 6px solid #803a8c;
}
ul.tabs li.bgpink.active {
  border-bottom: 6px solid #e10459;
}
ul.tabs li.bgyellow.active {
  border-bottom: 6px solid #f59813;
}
.tab_container {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}
.tab_container .tab_drawer_heading {
  display: none;
}
.tab_container .tab_content {
  display: none;
}
.tab_container .tab_content .tab-box {
  position: relative;
  padding: 9rem 2rem;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.tab_container .tab_content .tab-box .tab-zoom {
  transition: all 0.4s ease-in-out;
  z-index: 100 !important;
  position: relative;
}
.tab_container .tab_content .tab-box .seeGrad {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(180deg, #803a8c 0%, #884693 10%, rgba(136, 70, 147, 0) 100%);
}
.tab_container .tab_content .tab-box .seePic {
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.tab_container .tab_content .tab-box .see1 {
  background-image: url(../img/bgTabSee1.png);
}
.tab_container .tab_content .tab-box .see2 {
  background-image: url(../img/bgTabSee2.png);
}
.tab_container .tab_content .tab-box .see3 {
  background-image: url(../img/bgTabSee3.png);
}
.tab_container .tab_content .tab-box .conGrad {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, #e10459 0%, #e10459 10%, rgba(225, 4, 89, 0) 100%);
}
.tab_container .tab_content .tab-box .conPic {
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.tab_container .tab_content .tab-box .con1 {
  background-image: url(../img/bgTabCon1.png);
}
.tab_container .tab_content .tab-box .con2 {
  background-image: url(../img/bgTabCon2.png);
}
.tab_container .tab_content .tab-box .con3 {
  background-image: url(../img/bgTabCon3.png);
}
.tab_container .tab_content .tab-box .proGrad {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, #f59813 0%, #f59813 10%, rgba(245, 152, 19, 0) 100%);
}
.tab_container .tab_content .tab-box .proPic {
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.tab_container .tab_content .tab-box .pro1 {
  background-image: url(../img/bgTabPro1.png);
}
.tab_container .tab_content .tab-box .pro2 {
  background-image: url(../img/bgTabPro2.png);
}
.tab_container .tab_content .tab-box .pro3 {
  background-image: url(../img/bgTabPro3.png);
}
.tab_container .tab_content .tab-box h2 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0px;
  z-index: 3;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.tab_container .tab_content .tab-box .line {
  background-color: #fff;
  width: 100px;
  height: 1px;
  margin: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  z-index: 3;
  position: relative;
}
.tab_container .tab_content .tab-box p {
  color: #fff;
  max-width: 300px;
  margin-bottom: 0px;
  margin: auto;
  z-index: 3;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.tab_container .tab_content .tab-box:hover .seePic {
  transform: scale(1.1);
}
.tab_container .tab_content .tab-box:hover .conPic {
  transform: scale(1.1);
}
.tab_container .tab_content .tab-box:hover .proPic {
  transform: scale(1.1);
}
.tab_container .tab_content .tab-box:hover h2,
.tab_container .tab_content .tab-box:hover p {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.85);
}
.tab_container .tab_content .tab-box:hover .tab-zoom {
  transform: scale(1.2);
  z-index: 100 !important;
}
#home-about {
  background-image: url(../img/bgHomeAbout.jpg);
  background-size: cover;
  background-position: center;
}
#home-about .home-about-wrap {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5rem 3rem;
}
#home-about .home-about-wrap h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
#home-about .home-about-wrap p {
  max-width: 450px;
  display: block;
}
@media print, screen and (min-width: 40em) {
  #home-about .home-about-wrap {
    padding: 8rem 3rem;
  }
}
#home-events {
  overflow: hidden;
}
#home-events .grid-container {
  padding: 0px;
}
#home-events .event-info {
  padding: 5rem 3rem;
}
#home-events .event-info h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
#home-events .event-info p {
  display: block;
}
@media print, screen and (min-width: 40em) {
  #home-events .event-info {
    padding: 8rem 3rem;
  }
}
#home-events .event-pic {
  background-image: url(../img/homeGiraffe.png);
  background-size: cover;
  background-position: top left;
}
#insta-feed {
  background-color: #000;
}
#insta-feed .sbi_photo_wrap a {
  background-size: cover;
  background-position: center;
  opacity: 1 !important;
  margin-bottom: 0px;
}
#insta-feed .sbi_photo_wrap a img {
  display: none !important;
}
#insta-feed .sbi_photo_wrap a:hover {
  opacity: 0.5 !important;
  transition: all 0.4s ease-in-out;
}
/* ======================================================
########     ###     ######   ########  ######
##     ##   ## ##   ##    ##  ##       ##    ##
##     ##  ##   ##  ##        ##       ##
########  ##     ## ##   #### ######    ######
##        ######### ##    ##  ##             ##
##        ##     ## ##    ##  ##       ##    ##
##        ##     ##  ######   ########  ######
====================================================== */
#page-head {
  padding: 12rem 1rem 8rem 1rem;
  background: #000;
  position: relative;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
}
#page-head h1 {
  color: #fff;
  text-align: center;
  font-size: 10vw;
  text-shadow: -4px 4px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 5;
}
#page-head .head-opa {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  background-color: #000;
  opacity: 30%;
}
@media print, screen and (min-width: 40em) {
  #page-head {
    padding: 14rem 1rem 10rem 1rem;
  }
  #page-head h1 {
    font-size: 6vw;
  }
}
#news-donate {
  text-align: center;
  margin-top: -48px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
#news-donate .news-left .news-left-wrap {
  border-right: 0.5px solid #19a84e;
}
#news-donate .news-right .news-right-wrap {
  border-left: 0.5px solid #19a84e;
}
#news-donate a {
  padding: 0.5rem 0;
  position: relative;
  display: block;
  margin-bottom: 0px;
  background-color: rgba(255, 255, 255, 0.8);
}
#news-donate a p {
  display: block;
  text-align: center;
  margin-bottom: 0px;
  color: #19a84e;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.25rem;
  transition: all 0.4s ease-in-out;
}
#news-donate a:hover {
  text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.2);
  background-color: rgba(25, 168, 78, 0.8);
}
#news-donate a:hover p {
  color: #fff;
  transform: scale(1.1);
}
#home-hours {
  background-color: #19a84e;
  background-image: url(../img/patternGiraffe.png);
  background-attachment: fixed;
  padding: 1.5rem 1rem;
}
#home-hours h2 {
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 400;
}
#home-hours h2 span {
  font-weight: 900;
  white-space: nowrap;
}
#home-admission {
  padding: 0rem 0;
}
#home-admission .cells:last-child {
  border-right: 0px;
}
#home-admission .cells {
  padding: 1rem 1.5rem;
  align-items: center;
  display: flex;
}
#home-admission .cells h2 {
  margin-bottom: 0px;
  color: #19a84e;
  text-align: center;
  width: 100%;
}
#home-admission .cells p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
}
#home-admission .cells p.price {
  font-size: 1.75rem;
  line-height: 1.75rem;
  color: #19a84e;
  font-weight: 900;
}
#home-admission .adm-head {
  width: 100%;
  text-align: center;
  border-right: 0px;
  background-color: #eee;
}
#home-admission .adm-head div {
  width: 100%;
}
#home-admission .adm-head br {
  display: none;
}
#home-admission .adm-price {
  width: 50%;
}
#home-admission .adm-price:nth-child(2) {
  border-right: 1px solid #19a84e;
  border-bottom: 1px solid #19a84e;
}
#home-admission .adm-price:nth-child(3) {
  border-bottom: 1px solid #19a84e;
}
#home-admission .adm-price:nth-child(4) {
  border-right: 1px solid #19a84e;
}
@media print, screen and (min-width: 747px) {
  #home-admission .adm-head {
    width: 100%;
    text-align: center;
  }
  #home-admission .adm-price {
    width: 25%;
    border-right: 1px solid #19a84e;
    border-bottom: 0px !important;
  }
  #home-admission .adm-price:nth-child(5) {
    border-right: 0px;
  }
}
@media print, screen and (min-width: 1090px) {
  #home-admission {
    padding: 1rem 0;
  }
  #home-admission .adm-head {
    width: 20% !important;
    text-align: left;
    border-right: 1px solid #19a84e;
    border-bottom: 0px;
    background-color: #fff;
  }
  #home-admission .adm-head h2 {
    text-align: left;
  }
  #home-admission .adm-head br {
    display: inline;
  }
  #home-admission .adm-price {
    width: 20% !important;
    border-right: 1px solid #19a84e;
  }
}
/*////////////////////////////////////////*/
/*////////////////TOP PAGES///////////////*/
/*////////////////////////////////////////*/
#top-page-intro {
  text-align: center;
}
#top-page-intro .cell {
  margin: auto;
}
#large-cards {
  background-image: url(../img/bgGenInfo.jpg);
  background-size: cover !important;
  background-position: center !important;
}
#large-cards .home-about-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5rem 3rem;
}
#large-cards .home-about-wrap h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
#large-cards .home-about-wrap p {
  max-width: 450px;
  display: block;
}
#large-cards .home-about-wrap.left {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5rem 3rem;
  text-align: right;
}
#large-cards .home-about-wrap.left h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  text-align: right;
}
#large-cards .home-about-wrap.left p {
  max-width: 450px;
  display: block;
  right: 0;
  margin-left: auto;
}
@media print, screen and (min-width: 40em) {
  #large-cards .home-about-wrap {
    padding: 8rem 3rem;
  }
  #large-cards .home-about-wrap.left {
    padding: 8rem 3rem;
  }
}
.visit #large-cards h2 {
  color: #803a8c;
}
.visit #large-cards a.bttn {
  background-color: #803a8c;
}
.visit #large-cards a.bttn:hover {
  background-color: #5f2b68 !important;
}
.about #large-cards h2 {
  color: #19a84e;
}
.about #large-cards a.bttn {
  background-color: #19a84e;
}
.about #large-cards a.bttn:hover {
  background-color: #127c39 !important;
}
.education #large-cards h2 {
  color: #e10459;
}
.education #large-cards a.bttn {
  background-color: #e10459;
}
.education #large-cards a.bttn:hover {
  background-color: #af0345 !important;
}
.donate h2 {
  color: #f59813;
}
.donate #large-cards h2 {
  color: #f59813;
}
.donate #large-cards a.bttn {
  background-color: #f59813;
}
.donate #large-cards a.bttn:hover {
  background-color: #cc7c09 !important;
}
#small-cards {
  background: #eee;
  padding: 0.5rem;
}
#small-cards .grid-x {
  text-align: center;
}
#small-cards .cells {
  padding: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
#small-cards .tab-box {
  position: relative;
  padding: 9rem 2rem;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  height: 100%;
  background-color: #803a8c;
  cursor: pointer !important;
}
#small-cards .tab-box .tab-zoom {
  transition: all 0.4s ease-in-out;
  z-index: 100 !important;
  position: relative;
}
#small-cards .tab-box .pic {
  background-position: center top !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  opacity: 40%;
}
#small-cards .tab-box h2 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0px;
  z-index: 3;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#small-cards .tab-box .line {
  background-color: #fff;
  width: 100px;
  height: 1px;
  margin: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  z-index: 3;
  position: relative;
}
#small-cards .tab-box p {
  color: #fff;
  max-width: 300px;
  margin-bottom: 0px;
  margin: auto;
  z-index: 3;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#small-cards .tab-box div.bttn {
  background-color: #fff;
  color: #803a8c;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  margin-top: 0.5rem;
  -webkit-box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  #small-cards .tab-box div.bttn {
    display: none;
  }
}
#small-cards .tab-box:hover .pic {
  transform: scale(1.1);
  opacity: 10%;
}
#small-cards .tab-box:hover h2,
#small-cards .tab-box:hover p {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.85);
}
#small-cards .tab-box:hover .tab-zoom {
  transform: scale(1.2);
  z-index: 100 !important;
}
#small-cards.visit .tab-box {
  background-color: #803a8c;
}
#small-cards.visit .tab-box div.bttn {
  color: #803a8c;
}
#small-cards.about .tab-box {
  background-color: #19a84e;
}
#small-cards.about .tab-box div.bttn {
  color: #19a84e;
}
#small-cards.education .tab-box {
  background-color: #e10459;
}
#small-cards.education .tab-box div.bttn {
  color: #e10459;
}
#small-cards.donate .tab-box {
  background-color: #f59813;
}
#small-cards.donate .tab-box div.bttn {
  color: #f59813;
}
/*////////////////////////////////////////*/
/*/////////////EDUCATION PAGE/////////////*/
/*////////////////////////////////////////*/
#tp-resources h2 {
  text-align: center;
  margin-bottom: 2rem;
}
#tp-resources h3 {
  color: #e10459;
}
#tp-resources ul {
  margin-left: 1.5rem;
}
#tp-resources ul li {
  padding-bottom: 0.25rem;
}
#tp-resources ul li a:hover {
  color: #e10459;
}
/*//////////////////////////////////////*/
/*/////////////PAGE CONTENT/////////////*/
/*//////////////////////////////////////*/
#sub-page-head {
  padding: 12rem 1rem 8rem 1rem;
  background: #000;
  position: relative;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
}
#sub-page-head h1 {
  color: #fff;
  text-align: center;
  font-size: 7vw;
  text-shadow: -4px 4px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 5;
}
#sub-page-head .head-opa {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  background-color: #000;
  opacity: 30%;
}
@media print, screen and (min-width: 40em) {
  #sub-page-head {
    padding: 10rem 1rem 6rem 1rem;
  }
  #sub-page-head h1 {
    font-size: 3vw;
  }
}
#sub-page-intro {
  background-size: cover;
  background-position: center;
  background-color: #eee;
}
#sub-page-intro .home-about-wrap {
  padding: 5rem 3rem;
}
#sub-page-intro .home-about-wrap h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
#sub-page-intro .home-about-wrap p {
  max-width: 600px;
  display: block;
}
@media print, screen and (min-width: 40em) {
  #sub-page-intro .home-about-wrap {
    padding: 8rem 3rem;
  }
}
#sub-sec-callout {
  background-color: #eee;
}
#sub-sec-callout .callout-wrap {
  padding: 5rem 3rem;
}
#sub-sec-callout .callout-wrap h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
#sub-sec-callout .callout-wrap p {
  display: block;
}
#sub-sec-callout .callout-wrap.left {
  background-color: #eee;
  padding: 5rem 3rem;
  text-align: right;
}
#sub-sec-callout .callout-wrap.left h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  text-align: right;
}
#sub-sec-callout .callout-wrap.left p {
  display: block;
  right: 0;
  margin-left: auto;
}
@media print, screen and (min-width: 40em) {
  #sub-sec-callout .home-about-wrap {
    padding: 7rem 3rem;
  }
}
#sub-sec-callout.visit h2,
#sub-sec-callout.visit h3 {
  color: #803a8c;
}
#sub-sec-callout.about h2,
#sub-sec-callout.about h3 {
  color: #19a84e;
}
#sub-sec-callout.education h2,
#sub-sec-callout.education h3 {
  color: #e10459;
}
#sub-sec-callout.donate h2,
#sub-sec-callout.donate h3 {
  color: #f59813;
}
#page-wrap {
  padding: 2rem 1rem;
}
#page-wrap .grid-container {
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
}
#page-wrap .grid-container .cells {
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
}
#page-wrap h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  color: #363636;
  line-height: 1.2em;
  margin-bottom: 0.75em;
  font-weight: 900;
  text-transform: uppercase;
}
#page-wrap .grid-container:last-child {
  border-bottom: 0px !important;
}
#page-wrap.visit h2,
#page-wrap.visit h3,
#page-wrap.visit a {
  color: #803a8c;
}
#page-wrap.visit a.bttn {
  color: #fff;
  background-color: #803a8c;
}
#page-wrap.visit .import {
  background-color: #803a8c;
  padding: 1rem;
}
#page-wrap.visit .import a {
  color: #fff;
}
#page-wrap.visit .import p:last-child {
  margin-bottom: 0px;
}
#page-wrap.visit .import h2,
#page-wrap.visit .import h3,
#page-wrap.visit .import p,
#page-wrap.visit .import ul,
#page-wrap.visit .import li {
  color: #fff;
}
#page-wrap.visit .import h3 {
  font-weight: 900;
}
#page-wrap.about h2,
#page-wrap.about h3,
#page-wrap.about a {
  color: #19a84e;
}
#page-wrap.about a.bttn {
  color: #fff;
  background-color: #19a84e;
}
#page-wrap.about .import {
  background-color: #19a84e;
  padding: 1rem;
}
#page-wrap.about .import a {
  color: #fff;
}
#page-wrap.about .import p:last-child {
  margin-bottom: 0px;
}
#page-wrap.about .import h2,
#page-wrap.about .import h3,
#page-wrap.about .import p,
#page-wrap.about .import ul,
#page-wrap.about .import li {
  color: #fff;
}
#page-wrap.about .import h3 {
  font-weight: 900;
}
#page-wrap.education h2,
#page-wrap.education h3,
#page-wrap.education a {
  color: #e10459;
}
#page-wrap.education a.bttn {
  color: #fff;
  background-color: #e10459;
}
#page-wrap.education .import {
  background-color: #e10459;
  padding: 1rem;
}
#page-wrap.education .import a {
  color: #fff;
}
#page-wrap.education .import p:last-child {
  margin-bottom: 0px;
}
#page-wrap.education .import h2,
#page-wrap.education .import h3,
#page-wrap.education .import p,
#page-wrap.education .import ul,
#page-wrap.education .import li {
  color: #fff;
}
#page-wrap.education .import h3 {
  font-weight: 900;
}
#page-wrap.donate h2,
#page-wrap.donate h3,
#page-wrap.donate a {
  color: #f59813;
}
#page-wrap.donate a.bttn {
  color: #fff;
  background-color: #f59813;
}
#page-wrap.donate .import {
  background-color: #f59813;
  padding: 1rem;
}
#page-wrap.donate .import a {
  color: #fff;
}
#page-wrap.donate .import p:last-child {
  margin-bottom: 0px;
}
#page-wrap.donate .import h2,
#page-wrap.donate .import h3,
#page-wrap.donate .import p,
#page-wrap.donate .import ul,
#page-wrap.donate .import li {
  color: #fff;
}
#page-wrap.donate .import h3 {
  font-weight: 900;
}
#box-wrap {
  padding: 4rem 1rem 1rem 1rem;
  text-align: center;
}
#box-wrap .grid-container .cells {
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
}
#box-wrap .grid-container .cells .box {
  height: 100%;
  border: 1px solid #803a8c;
  background-color: #eee;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#box-wrap .grid-container .cells .box .title-wrap {
  background-color: #803a8c;
  padding: 1rem 0;
}
#box-wrap .grid-container .cells .box .title-wrap h3 {
  color: #fff;
  margin-bottom: 0px;
}
#box-wrap .grid-container .cells .box .price-wrap {
  padding: 2rem 0;
  background-color: #fff;
}
#box-wrap .grid-container .cells .box .price-wrap .price {
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 0px;
  line-height: 3rem;
}
#box-wrap .grid-container .cells .box .price-wrap .price-d {
  margin-bottom: 0px;
  color: #999;
}
#box-wrap .grid-container .cells .box .info-wrap {
  padding: 0rem 1rem 0 1rem;
}
#box-wrap .grid-container .cells .box .info-wrap p {
  font-size: 0.9rem;
  margin-bottom: 0px;
  padding: 1em 0em;
  border-bottom: 1px solid #bbb;
}
#box-wrap .grid-container .cells .box .info-wrap p:last-child {
  border-bottom: 0px;
}
#box-wrap .grid-container .cells .box .link-wrap {
  display: block;
  padding: 1rem 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #fff;
}
#box-wrap .grid-container .cells .box .link-wrap a {
  margin: 0px;
}
#box-wrap .grid-container .cells .box:hover {
  transform: scale(1.025);
}
#box-wrap h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  color: #363636;
  line-height: 1.2em;
  margin-bottom: 0.75em;
  font-weight: 900;
  text-transform: uppercase;
}
#box-wrap .grid-container:last-child {
  border-bottom: 0px !important;
}
#box-wrap.visit h2 {
  color: #803a8c;
}
#box-wrap.visit .price-wrap .price {
  color: #803a8c;
}
#box-wrap.visit a {
  background-color: #803a8c;
}
#box-wrap.about h2 {
  color: #19a84e;
}
#box-wrap.about .price-wrap .price {
  color: #19a84e;
}
#box-wrap.about a {
  background-color: #19a84e;
}
#box-wrap.education h2 {
  color: #e10459;
}
#box-wrap.education .price-wrap .price {
  color: #e10459;
}
#box-wrap.education a {
  background-color: #e10459;
}
#box-wrap.donate h2 {
  color: #f59813;
}
#box-wrap.donate .price-wrap .price {
  color: #f59813;
}
#box-wrap.donate a {
  background-color: #f59813;
}
#box-link-wrap {
  padding: 4rem 1rem 1rem 1rem;
  text-align: center;
}
#box-link-wrap .grid-container .cells {
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
}
#box-link-wrap .grid-container .cells .box {
  height: 100%;
  border: 1px solid #803a8c;
  background-color: #eee;
  position: relative;
  padding-bottom: 80px;
  transition: all 0.4s ease-in-out;
}
#box-link-wrap .grid-container .cells .box .title-wrap {
  background-color: #803a8c;
  padding: 1rem 0;
}
#box-link-wrap .grid-container .cells .box .title-wrap h3 {
  color: #fff;
  margin-bottom: 0px;
}
#box-link-wrap .grid-container .cells .box .price-wrap {
  padding: 2rem 0;
  background-color: #fff;
}
#box-link-wrap .grid-container .cells .box .price-wrap .price {
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 0px;
  line-height: 3rem;
}
#box-link-wrap .grid-container .cells .box .price-wrap .price-d {
  margin-bottom: 0px;
  color: #999;
}
#box-link-wrap .grid-container .cells .box .info-wrap {
  padding: 0rem 1rem 0 1rem;
}
#box-link-wrap .grid-container .cells .box .info-wrap p {
  font-size: 0.9rem;
  margin-bottom: 0px;
  padding: 1em 0em;
  border-bottom: 1px solid #bbb;
}
#box-link-wrap .grid-container .cells .box .info-wrap p:last-child {
  border-bottom: 0px;
}
#box-link-wrap .grid-container .cells .box .link-wrap {
  display: block;
  padding: 1rem 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #fff;
}
#box-link-wrap .grid-container .cells .box .link-wrap a {
  margin: 0px;
}
#box-link-wrap .grid-container .cells .box:hover {
  transform: scale(1.025);
}
#box-link-wrap h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  color: #363636;
  line-height: 1.2em;
  margin-bottom: 0.75em;
  font-weight: 900;
  text-transform: uppercase;
}
#box-link-wrap .grid-container:last-child {
  border-bottom: 0px !important;
}
#box-link-wrap.visit h2 {
  color: #803a8c;
}
#box-link-wrap.visit .price-wrap .price {
  color: #803a8c;
}
#box-link-wrap.visit a {
  background-color: #803a8c;
}
#box-link-wrap.about h2 {
  color: #19a84e;
}
#box-link-wrap.about .price-wrap .price {
  color: #19a84e;
}
#box-link-wrap.about a {
  background-color: #19a84e;
}
#box-link-wrap.education h2 {
  color: #e10459;
}
#box-link-wrap.education .price-wrap .price {
  color: #e10459;
}
#box-link-wrap.education a {
  background-color: #e10459;
}
#box-link-wrap.donate h2 {
  color: #f59813;
}
#box-link-wrap.donate .price-wrap .price {
  color: #f59813;
}
#box-link-wrap.donate a {
  background-color: #f59813;
}
/*///////////////////////////////////////*/
/*/////////////TIMELINE PAGE/////////////*/
/*///////////////////////////////////////*/
#timeline-top {
  padding-top: 4rem;
}
#timeline-top h2 {
  color: #19a84e;
  text-align: center;
}
#timeline .grid-container {
  position: relative;
}
#timeline .grid-container .time-dot {
  height: 100%;
  width: 1px;
  border-radius: 10px;
  background-color: #19a84e;
  position: absolute;
  left: 50%;
  z-index: 1;
}
#timeline .cells .time-date-wrap {
  padding: 0rem 0 0.5rem 0;
  height: 100%;
  text-align: right;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 5;
  position: relative;
}
#timeline .cells .time-date-wrap .time-date {
  background-color: #eee;
  padding: 1rem 2rem;
  display: inline-block;
  -webkit-box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
}
#timeline .cells .time-date-wrap .time-date p {
  margin-bottom: 0px;
  font-weight: 900;
  font-size: 1.25rem;
}
#timeline .cells .time-info-wrap {
  padding: 1rem 0 3rem 0;
  z-index: 5;
  position: relative;
}
#timeline .cells .time-info-wrap .time-info {
  background-color: #eee;
  padding: 2rem;
  -webkit-box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
}
#timeline .cells .time-info-wrap .time-info h3 {
  font-weight: 900;
  margin-bottom: 0px;
}
#timeline .cells .time-info-wrap .time-info .line {
  height: 1px;
  width: 100px;
  background-color: #363636;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#timeline .cells .time-info-wrap .time-info p {
  margin-bottom: 0px;
}
@media print, screen and (min-width: 40em) {
  #timeline .grid-container {
    position: relative;
  }
  #timeline .grid-container .time-dot {
    height: 16px;
    width: 16px;
    border-radius: 10px;
    background-color: #19a84e;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
  }
  #timeline .cells .time-date-wrap {
    padding: 4rem 2rem;
    border-right: 1px solid #19a84e;
    height: 100%;
    text-align: right;
    align-items: center;
    justify-content: flex-end;
    display: flex;
  }
  #timeline .cells .time-date-wrap .time-date {
    background-color: #eee;
    padding: 1rem 2rem;
    display: inline-block;
    -webkit-box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  }
  #timeline .cells .time-date-wrap .time-date p {
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 1.25rem;
  }
  #timeline .cells .time-info-wrap {
    padding: 4rem 2rem;
  }
  #timeline .cells .time-info-wrap .time-info {
    background-color: #eee;
    padding: 2rem;
    -webkit-box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  }
  #timeline .cells .time-info-wrap .time-info h3 {
    font-weight: 900;
    margin-bottom: 0px;
  }
  #timeline .cells .time-info-wrap .time-info .line {
    height: 1px;
    width: 100px;
    background-color: #363636;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #timeline .cells .time-info-wrap .time-info p {
    margin-bottom: 0px;
  }
  #timeline .grid-container:last-child .time-date-wrap {
    padding: 4rem 2rem 8rem 2rem;
  }
  #timeline .grid-container:last-child .time-info-wrap {
    padding: 4rem 2rem 8rem 2rem;
  }
  #timeline .grid-container:last-child .time-dot {
    margin-top: -40px;
  }
  #timeline .grid-container:nth-child(even) .date.cells {
    transform: translate(100%, 0);
  }
  #timeline .grid-container:nth-child(even) .info.cells {
    transform: translate(-100%, 0);
  }
  #timeline .grid-container:nth-child(even) .cells .time-date-wrap {
    border-right: 0px;
    justify-content: flex-start;
  }
  #timeline .grid-container:nth-child(even) .cells .time-info-wrap {
    border-right: 1px solid #19a84e;
    border-left: 0px;
  }
}
#timeline-bottom {
  padding-bottom: 4rem;
  text-align: center;
}
#timeline-bottom p {
  font-weight: 900;
  margin-top: 0;
  padding: 1rem 2rem;
  display: inline-block;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 0;
  background-color: #eee;
  -webkit-box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
}
/*///////////////////////////////////////*/
/*/////////////ANIMALS PAGE//////////////*/
/*///////////////////////////////////////*/
#anml-intro {
  text-align: center;
}
#anml-intro h2 {
  font-size: 2.5rem;
}
.anml-sec .anml-top {
  background: #363636;
  padding-top: 15rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.anml-sec .anml-top .anml-top-wrap {
  padding: 3rem;
}
.anml-sec .anml-top .anml-top-wrap h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1rem;
}
.anml-sec .anml-top .anml-top-wrap .line {
  width: 100px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 1rem;
}
.anml-sec .anml-top .anml-top-wrap p {
  color: #fff;
}
.anml-sec .anml-bottom {
  padding: 2rem;
}
.anml-sec .anml-bottom .anml-info {
  text-align: center;
  padding: 2rem;
}
.anml-sec .anml-bottom .anml-info img {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
.anml-sec .anml-bottom .anml-info h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
}
.anml-sec .anml-bottom .anml-info p {
  color: #fff;
}
#south-america .anml-top {
  background-image: url(../img/anmlBGsouthamerica.jpg);
}
#south-america .anml-top .cell {
  background-color: rgba(128, 58, 140, 0.9);
}
#south-america .anml-bottom {
  background-color: #803a8c;
}
#austrailia .anml-top {
  background-image: url(../img/anmlBGaustrailia.png);
}
#austrailia .anml-top .cell {
  background-color: rgba(225, 4, 89, 0.9);
}
#austrailia .anml-bottom {
  background-color: #e10459;
}
#north-america .anml-top {
  background-image: url(../img/anmlBGnorthamerica.png);
}
#north-america .anml-top .cell {
  background-color: rgba(245, 151, 18, 0.9);
}
#north-america .anml-bottom {
  background-color: #f59813;
}
#asia .anml-top {
  background-image: url(../img/anmlBGasia.png);
}
#asia .anml-top .cell {
  background-color: rgba(25, 168, 78, 0.9);
}
#asia .anml-bottom {
  background-color: #19a84e;
}
#africa .anml-top {
  background-image: url(../img/anmlBGafrica.png);
}
#africa .anml-top .cell {
  background-color: rgba(128, 58, 140, 0.9);
}
#africa .anml-bottom {
  background-color: #803a8c;
}
/*///////////////////////////////////////*/
/*//////////////// FORMS ////////////////*/
/*///////////////////////////////////////*/
form.fsForm .fsSectionHeader {
  padding: 1px;
}
form.fsForm h3 {
  padding-bottom: 0.5rem;
}
form.fsForm .fsLabel {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.9rem !important;
  line-height: 1rem !important;
  font-weight: 700 !important;
  color: #363636;
  text-transform: uppercase;
}
form.fsForm .fsSupporting {
  font-family: 'Montserrat', sans-serif !important;
  color: #363636;
  padding-top: 6px;
}
form.fsForm input[type=text],
form.fsForm input[type=tel],
form.fsForm input[type=email],
form.fsForm textarea,
form.fsForm select {
  border: 3px solid #363636 !important;
  background-color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1em !important;
  font-weight: 500 !important;
  padding: 0.5em !important;
  height: auto !important;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
  min-height: 41px !important;
}
form.fsForm input:focus,
form.fsForm textarea:focus,
form.fsForm select:focus {
  border: 3px solid #1c1c1c;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
form.fsForm input[type=radio] {
  border: 0px solid #363636 !important;
  height: 20px;
  width: 20px;
  margin-bottom: 0.5rem;
}
form.fsForm input[type=checkbox] {
  border: 0px solid #363636 !important;
  height: 20px;
  width: 20px;
  margin-bottom: 0.5rem;
}
form.fsForm select:not([multiple=multiple]) {
  min-width: 80px !important;
}
form.fsForm .fsSubmit {
  margin-top: 0px;
  padding-top: 0px;
}
form.fsForm .fsSubmit .fsSubmitButton {
  background-color: #363636 !important;
  color: #fff;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900 !important;
  font-size: 1.1rem !important;
  padding: 1rem 1.5rem !important;
  text-transform: uppercase !important;
  display: inline-block;
  margin-top: 0.5rem;
  border: 0px !important;
  -webkit-box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
form.fsForm .fsSubmit .fsSubmitButton:hover {
  background-color: #1c1c1c !important;
  -webkit-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1.05) !important;
}
.donate form.fsForm h3 {
  color: #f59813;
}
.donate form.fsForm input,
.donate form.fsForm textarea,
.donate form.fsForm select {
  border: 3px solid #f59813 !important;
}
.donate form.fsForm input:focus,
.donate form.fsForm textarea:focus {
  border: 3px solid #cc7c09 !important;
  box-shadow: 0px !important;
}
.donate form.fsForm .fsSubmitButton {
  background-color: #f59813 !important;
}
.donate form.fsForm .fsSubmitButton:hover {
  background-color: #cc7c09 !important;
}
.about form.fsForm h3 {
  color: #19a84e;
}
.about form.fsForm input,
.about form.fsForm textarea,
.about form.fsForm select {
  border: 3px solid #19a84e !important;
}
.about form.fsForm input:focus,
.about form.fsForm textarea:focus {
  border: 3px solid #127c39 !important;
  box-shadow: 0px !important;
}
.about form.fsForm .fsSubmitButton {
  background-color: #19a84e !important;
}
.about form.fsForm .fsSubmitButton:hover {
  background-color: #127c39 !important;
}
.wpcf7-form .cells {
  padding: 0 0.5rem 1rem 0.5rem !important;
}
.wpcf7-form label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.wpcf7-form input,
.wpcf7-form textarea {
  border: 3px solid #363636;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  font-weight: 500;
  padding: 0.5em;
  height: auto !important;
  border-radius: 0px;
  margin-bottom: 0px;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border: 3px solid #1c1c1c;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.wpcf7-form .wpcf7-submit {
  background-color: #363636;
  color: #fff;
  font-weight: 900;
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0.5rem;
  border: 0px !important;
  -webkit-box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #1c1c1c;
  -webkit-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1.05) !important;
}
.donate .wpcf7-form input,
.donate .wpcf7-form textarea {
  border: 3px solid #f59813;
}
.donate .wpcf7-form input:focus,
.donate .wpcf7-form textarea:focus {
  border: 3px solid #cc7c09;
}
.donate .wpcf7-form .wpcf7-submit {
  background-color: #f59813;
}
.donate .wpcf7-form .wpcf7-submit:hover {
  background-color: #cc7c09;
}
/*//////////////////////////////////////*/
/*/////////////EVENTS PAGE//////////////*/
/*//////////////////////////////////////*/
.event-map-wrap .em-location-map-container .gm-svpc {
  display: none;
}
.event-info-wrap h4 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0.25rem;
}
.event-list-category .event-box {
  padding: 0.5rem;
}
.event-list-category .event-box .event-box-wrap {
  padding: 1rem;
  background-color: #eee;
  border: 2px solid #e10459;
  height: 100%;
}
.event-list-category .event-box .event-box-wrap h3 {
  margin-bottom: 0.25rem;
}
.event-list-category .event-box .event-box-wrap h3 a {
  font-weight: 900;
  font-size: 1.5rem;
  color: #e10459;
}
.event-list-category .event-box .event-box-wrap ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0.75rem;
}
.event-list-category .event-box .event-box-wrap ul a {
  color: #e10459;
}
.event-list-category .event-box .event-box-wrap .line {
  background-color: #e10459;
}
.event-list-category .event-box .event-box-wrap p {
  margin-bottom: 0px;
}
.event-list-category .event-box .event-box-wrap .bttn-wrap {
  padding-top: 1rem;
}
.event-list-category .event-box .event-box-wrap .bttn-wrap .bttn {
  background-color: #e10459;
  margin-bottom: 0px;
}
.education .event-list .event-box {
  padding: 0.5rem;
}
.education .event-list .event-box .event-box-wrap {
  padding: 1rem;
  background-color: #eee;
  border: 2px solid #e10459;
  height: 100%;
}
.education .event-list .event-box .event-box-wrap h3 {
  margin-bottom: 0.25rem;
}
.education .event-list .event-box .event-box-wrap h3 a {
  font-weight: 900;
  font-size: 1.5rem;
}
.education .event-list .event-box .event-box-wrap ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0.75rem;
}
.education .event-list .event-box .event-box-wrap .line {
  background-color: #e10459;
}
.education .event-list .event-box .event-box-wrap p {
  margin-bottom: 0px;
}
.education .event-list .event-box .event-box-wrap .bttn-wrap {
  padding-top: 1rem;
}
.education .event-list .event-box .event-box-wrap .bttn-wrap .bttn {
  background-color: #e10459;
  margin-bottom: 0px;
}
.visit .event-list .event-box {
  padding: 0.5rem;
}
.visit .event-list .event-box .event-box-wrap {
  background-color: #eee;
  border: 2px solid #803a8c;
  height: 100%;
}
.visit .event-list .event-box .event-box-wrap .event-box-img {
  background-position: center;
  background-size: cover;
}
.visit .event-list .event-box .event-box-wrap .event-box-info {
  float: left;
  padding: 1.5rem;
}
.visit .event-list .event-box .event-box-wrap .event-box-info h3 {
  margin-bottom: 0.75rem;
}
.visit .event-list .event-box .event-box-wrap .event-box-info h3 a {
  font-weight: 900;
  font-size: 1.75rem;
}
.visit .event-list .event-box .event-box-wrap .event-box-info .line {
  background-color: #803a8c;
}
.visit .event-list .event-box .event-box-wrap .event-box-info p {
  margin-bottom: 0px;
}
.visit .event-list .event-box .event-box-wrap .event-box-info .bttn-wrap {
  padding-top: 1rem;
}
.visit .event-list .event-box .event-box-wrap .event-box-info .bttn-wrap .bttn {
  background-color: #803a8c;
  margin-bottom: 0px;
}
#edu-faq {
  background-color: #e10459;
  text-align: center;
}
#edu-faq h2 {
  color: #fff;
}
#edu-faq a {
  background-color: #fff;
  color: #e10459 !important;
}
.edu-cal .up-ev {
  display: none;
}
.cat-nav .cell {
  padding: 0.5rem;
}
.cat-nav select {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 1rem;
  width: calc(100% - 99px);
  max-width: 400px;
  border: 2px solid #e10459;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  height: auto;
  line-height: 1rem;
}
.cat-nav button {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 1rem;
  background-color: #e10459;
  border: 2px solid #e10459;
  color: #fff;
  padding: 0.75rem;
  height: auto;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
  margin-left: -6px;
}
.em-pagination {
  display: block;
  text-align: center;
}
/*///////////////////////////////////////*/
/*/////////////CONTACT PAGE//////////////*/
/*///////////////////////////////////////*/
#ct-map {
  position: relative;
}
#ct-map #map-info {
  position: relative !important;
  z-index: 5;
  background-color: #19a84e;
  padding: 2rem;
  -webkit-box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.2);
}
#ct-map #map-info h3 {
  font-weight: 900;
  color: #fff;
}
#ct-map #map-info p {
  color: #fff;
}
#ct-map #map-info a.bttn {
  background-color: #fff;
  color: #19a84e !important;
}
#ct-map #map-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#ct-map #map-wrap .grid-x {
  height: 100%;
}
#ct-map #map-wrap .grid-x .cell {
  height: 100%;
}
#contact-form a {
  color: #19a84e;
}
#contact-form a:hover {
  color: #127c39;
}
#contact-form .wpcf7-form input,
#contact-form .wpcf7-form textarea {
  border: 3px solid #19a84e;
}
#contact-form .wpcf7-form input:focus,
#contact-form .wpcf7-form textarea:focus {
  border: 3px solid #127c39;
}
#contact-form .wpcf7-form .wpcf7-submit {
  background-color: #19a84e;
}
#contact-form .wpcf7-form .wpcf7-submit:hover {
  background-color: #127c39;
}
/*///////////////////////////////////*/
/*/////////////404 PAGE//////////////*/
/*///////////////////////////////////*/
.error-wrap {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../img/patternGiraffe.png);
  position: absolute;
  text-align: center;
  padding-top: 8rem;
}
.error-wrap h1 {
  font-size: 10vw;
}
.error-wrap p {
  font-size: 3vw;
}
/* ======================================================
########  #######   #######  ######## ######## ########
##       ##     ## ##     ##    ##    ##       ##     ##
##       ##     ## ##     ##    ##    ##       ##     ##
######   ##     ## ##     ##    ##    ######   ########
##       ##     ## ##     ##    ##    ##       ##   ##
##       ##     ## ##     ##    ##    ##       ##    ##
##        #######   #######     ##    ######## ##     ##
====================================================== */
#colophon .footer-social {
  background-color: #363636;
  text-align: center;
  vertical-align: middle;
  padding: 1.5rem;
}
#colophon .footer-social h2 {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  margin: 0.5rem;
  font-size: 2.5rem;
}
#colophon .footer-social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5rem;
}
#colophon .footer-social a svg {
  transition: all 0.4s ease-in-out;
  fill: #fff;
}
#colophon .footer-social a svg.facebook {
  height: 55px;
  width: 28px;
}
#colophon .footer-social a svg.instagram {
  height: 55px;
  width: 55px;
}
#colophon .footer-social a svg.youtube {
  height: 55px;
  width: 79px;
}
#colophon .footer-social a svg.twitter {
  height: 55px;
  width: 68px;
}
#colophon .footer-social a svg:hover {
  transform: scale(1.1);
}
#colophon .footer-menu {
  padding: 2rem 0;
}
#colophon .footer-menu .cells:last-child {
  border-right: 0px;
}
#colophon .footer-menu .cells {
  width: 100%;
  border-right: 1px solid #fff;
  padding: 0 1.5rem;
}
#colophon .footer-menu .cells ul {
  margin-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
#colophon .footer-menu .cells ul li {
  padding: 0.25rem 0;
}
#colophon .footer-menu .cells ul li a {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
#colophon .footer-menu .cells ul li ul li {
  color: #fff;
}
#colophon .footer-menu .cells ul li ul li a {
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}
@media screen and (min-width: 720px) {
  #colophon .footer-menu .cells {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1130px) {
  #colophon .footer-menu .cells {
    width: 20%;
  }
}
#colophon .footer-foz {
  padding: 2rem 0;
  background-color: #f59813;
  background-image: url(../img/patternGiraffe.png);
  background-attachment: fixed;
}
#colophon .footer-foz .foz-wrap {
  padding: 0 1.5rem;
  border-right: 1px solid #fff;
}
#colophon .footer-foz .foz-wrap h3 {
  font-size: 1rem;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
#colophon .footer-foz .foz-wrap a {
  text-decoration: underline;
  display: inline-block;
  color: #fff;
  margin-bottom: 0.5rem;
}
#colophon .footer-foz .foz-wrap p {
  color: #fff;
}
#colophon .footer-foz .aff-logo {
  padding: 0 1rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
#colophon .site-info {
  background-color: #803a8c;
  padding: 1.5rem 1.5rem;
  position: relative;
}
#colophon .site-info img {
  float: left;
  padding-right: 1.5rem;
}
#colophon .site-info .site-info-wrap {
  padding-top: 1rem;
}
#colophon .site-info .site-info-wrap p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 14px;
  line-height: 14px;
}
#colophon .site-info .site-info-wrap p a {
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
  margin-bottom: 14px;
  line-height: 14px;
}
/**/
