/*Load fonts-----*/
@font-face {
    font-family: 'opensans-regular';
    src: url("../fonts/OpenSans-Regular.WOFF");
    font-weight: normal;  
}
@font-face {
    font-family: 'opensans-bold';
    src: url("../fonts/OpenSans-Bold.woff");
    font-weight: normal;  
}
@font-face {
    font-family: 'opensans-light';
    src: url("../fonts/OpenSans-Light.woff");
    font-weight: normal;  
}@font-face {
    font-family: 'raleway-bold';
    src: url("../fonts/raleway-bold.woff");
    font-weight: normal;  
}



/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
* {
  margin: 0;
  padding: 0; }

*,
*:before,
*:after { 
	box-sizing: inherit;
}

/*
*::selection {
  background: inherit;
  color: white;
}
*::-moz-selection {
  background: inherit;
  color: white;
}
*/

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a, a img, img {
  text-decoration: none;
  outline: 0; }

a img {
  border: none;
  outline: none; }

ul {
  list-style: none; }

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ 
    position: relative;
    min-height: 100%;
    box-sizing: border-box;  
}

@media(max-width:1023px) {
    .mobile-show {
        display: inherit !important;
    }
    .mobile-hide {
        display: none !important;
    }
}
@media(min-width:1024px) {
    .mobile-show {
        display: none !important;
    }
    .mobile-hide {
        display: inherit !important;
    }
}


/*
 * Removes default margin.
 */
body {
font-family: "opensans-regular";
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
    font-family: 'opensans-bold';
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */

ul#gform_fields_1 label, ul#gform_fields_2 label {
    display: none;
}


/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ===========================================================
   MIXINS & EXTENDS
=========================================================== */
.container:after, .header:after, .nav:after, .page-body:after, .main:after, .side:after, .post .topmeta:after, .post .bottommeta:after, .post .postcontent:after, .footer:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden; }
.lte-ie8 .container, .lte-ie8 .header, .lte-ie8 .nav, .lte-ie8 .page-body, .lte-ie8 .main, .lte-ie8 .side, .lte-ie8 .post .topmeta, .post .lte-ie8 .topmeta, .lte-ie8 .post .bottommeta, .post .lte-ie8 .bottommeta, .lte-ie8 .post .postcontent, .post .lte-ie8 .postcontent, .lte-ie8 .footer {
  zoom: 1; }

/* ===========================================================
   FONTS
=========================================================== */
/* ===========================================================
   BRANDING COLORS
=========================================================== */
/* ===========================================================
   BLOG COLORS
=========================================================== */
/* ===========================================================
   DEFAULTS
=========================================================== */
body {
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: black;
    overflow-x: hidden;
  background-color: #fff; }

a {
  color: blue;
    font-family: "opensans-regular";
  text-decoration: underline; }
  a:hover, a:active {
    color: black; }

main a {
    color: #f9484b;
}

h1, h2, h3, h4, h5 {
    font-family: "raleway-bold";
    text-transform: uppercase;
    letter-spacing: 2px;
}

.elementor li {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 14px;
    line-height: 4em;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

a.cta {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.red {
    background-color: #f9484b;
    color: white;
    padding: 20px;
    font-size: 16px;
    text-decoration: none;
}

.green {
    background-color: #76c9b3;
    color: white;
    padding: 20px;
    font-size: 16px;
    text-decoration: none;
}

.white-outline {
    color: white;
    text-decoration: none;
    font-size: 16px;
    border: 2px solid white;
    padding: 5px 50px;
    border-radius: 25px;
}

a.white-outline:hover {
    color: white;
}

.ta-green {
    color: white;
    background-color: #41d855;
    text-decoration: none;
    font-size: 16px;
    border: 2px solid #41d855;
    padding: 10px 20px;
    font-family: 'opensans-bold';
    
    
}

.page-id-196 .pop-action {
    background-color: #76c9b3;
    color: white;
    font-family: 'opensans-bold';
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    width: 100%;
    display: block;
    text-align: center;
}

.page-id-196 button.popout-toggle {
    background-color: #7ac148;
}

main section {
    overflow: hidden;
    clear: left;
}

main {
    min-height: 500px;
}


input, select, textarea {
  padding: 3px;
  font: Arial, Helvetica, sans-serif 12px;
  color: black;
  background: #fff;
  border: 1px #ccc solid; }

input#s {
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    color: white;
}

input#s:focus {
    outline: none !important;
}

input[type=submit] {
  padding: 3px 6px;
  font: Arial, Helvetica, sans-serif 12px;
  color: black;
  border: 1px #ccc solid;
  border-radius: 5px;
  background: "#ffffff";
  background-image: url(data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%25%22%20y2%3d%22100%25%22%3e%3cstop%20style%3d%22stop%2dcolor%3a%23ffffff%22%20offset%3d%220%25%22%2f%3e%3cstop%20style%3d%22stop%2dcolor%3a%23eeeeee%22%20offset%3d%22100%25%22%2f%3e%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  cursor: pointer; }
  .lte-ie8 input[type=submit] {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }

br.clear {
  clear: both;
  height: 0;
  overflow: hidden; }

/* ===========================================================
   PAGE WRAPPER
=========================================================== */
.container {
    max-width: 1440px;
    padding: 0 40px;
    margin: auto;
    clear: both;
}

/* ===========================================================
   Archive
=========================================================== */

.post-type-archive div#hero-interior {
    display: none;
}

.single-tribe_events nav.main-top.nav-transparent, .post-type-archive nav.main-top.nav-transparent {
    background-color: black;
}

.single-tribe_events main.interior-page, .post-type-archive main.interior-page {
    margin-top: 200px;
}


/*Live Streams*/

/*
.single-animal_cam #hero-interior {
    height: 50vh;
}
*/

/* ===========================================================
   HEADER
=========================================================== */

header {
    position: relative;
}

@media(min-width: 1024px) {
    
    header .quick-links {
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 20px;
    z-index: 100 !important;
    
}

}



.landing-container.mobile-show.quick-links {
    text-align: center;
    color: white;
}
.quick-links p {
    font-family: "opensans-bold";
    font-size: 18px;
}

@media(max-width: 1023px) {
    .quick-links svg {
        height: inherit;
        width: 65%;
        margin: auto;
    }
}
@media(min-width: 1024px) {
    .quick-links svg {
        height: 50px;
        width: 50px;
        margin: auto;
    }

}




@media(min-width: 1024px) {
    svg#tickets path {
        fill: #fff;
    }

    svg#member path, svg#member circle {
        fill: #fff;
    }

    svg#donate path {
        fill: #fff;
    }

    svg#Capa_1 path {
        fill: white;
    }
}


#hero-home.hero-section {
    height: 95vh;
    background-color: #040429;
}

.hero-section {
    background-color: #e4e4e4;
    background-size: cover;
    background-position: 50% 50%;
}

/*
.page-template-treetop-adventures .hero-section {
    margin-top: 115px;
}
*/

/*
.page-template-treetop-adventures nav.ta-main {
    background-color: #202020 !important;
}
*/

nav.ta-main .section-1 img {
    height: 118px;
    margin-top: 8px;
}

@media(max-width: 1023px) {
    
}

@media(min-width: 1024px) {
    nav.ta-main.main-top {
        height: 116px;
    }
}



@media(max-width: 1023px) {
    .single-animal #hero-interior, .tax-animal_type #hero-interior, #hero-interior {
        height: 25vh;
    }
}

@media(min-width: 1024px) {
    .single-animal #hero-interior, .tax-animal_type #hero-interior, #hero-interior {
        height: 85vh;
    }
}

#hero-interior {
    box-shadow: inset 0px -114px 123px -45px #000000ad;
}

@media(max-width: 1023px) {
    .hero-section {
        margin-top: 105px;
    }
}


main.interior-page .taxonomy-description p {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 3px solid #e1e1e1;
        color: #393939;
}


/* Hero Readjustments */

.postid-321 .hero-section {
    background-position: 50% 36%;
}

.postid-325 .hero-section {
    background-position: 50% 28%;
}


.term-education-animals .interior-page li.cat-item {
    list-style-type: none;
    font-size: 20px;
    text-decoration: none;
    line-height: 3.5em;
}

@media (min-width: 1024px) {
    
    .page-template-page-animals .list-animals li {
        height: unset;
    }
    
}

/* ===========================================================
   MAIN NAV
=========================================================== */

nav.main-top {
    height: 105px;
    width: 100%;
    top: 0;
    z-index: 105 !important;
    position: fixed;
    transition: 0.2s ease-in-out;
}

nav.main-top.nav-transparent, 
.post-type-archive-animal_cam nav.main-top.nav-transparent {
    background-color: rgba(0, 0, 0, 0.25);
}
nav.main-top.nav-gray {
    background-color: rgb(20, 20, 20);
}

@media(max-width: 1023px) {
    nav.main-top {
        background-color: rgb(20, 20, 20) !important;
    }
}

nav.main-top.nav-up {
    top: -125px;
}

/*
@media(max-width: 1023px) {
    nav.main-top {
        background-color: rgb(48, 48, 48);
    }
}

@media(min-width: 1024px) {
    nav.main-top {
        background-color: rgba(0, 0, 0, 0.25);
    }
}
*/

nav.main-top .container .mobile-col-1-2:first-child {
    margin: 0;
    height: 140px;
}

@media(max-width: 1023px){
    .ta-main a.logo img {
        width: 240px;
    }
}

@media(min-width: 1024px){
    .ta-main a.logo img {
        width: 260px;
    }
}


a.logo img {
    max-width: 100%;
    height: inherit;
}

nav.main-top .section-1 {
    float: left;
}

nav.main-top .section-2 {
    float: right;
}

nav.main-top .section-2 .menu li {
    float: left;
}

nav.ta-main.main-top .section-2 .menu li:last-child a {
    background-color: #41d855;
}

nav.ta-main .primary-menu {
    margin-top: 20px;
}

nav.main-top .section-2 .menu li a{
    display: block;
    color: white;
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    font-family: "opensans-light";
}

nav.main-top .secondary-menu a {
    
}

nav.main-top .primary-menu a {
    
}


nav.main-top .section-2 .secondary-menu li:nth-child(1) a {
    background-color: #f9494c;
}

nav.main-top .section-2 .secondary-menu li:nth-child(2) a {
    background-color: #39da4c;
}

nav.main-top .section-2 .secondary-menu li:nth-child(3) a {
    background-color: #f9a92c;
}

nav.main-top .section-2 .secondary-menu li:nth-child(4) a {
    background-color: #2cb5d7;
}


nav.ta-main.main-top .section-2 .secondary-menu li a {
    padding: 46px 16px;
    font-size: 16px;
    font-family: 'raleway-bold';
}

nav.ta-main.main-top .section-2 .secondary-menu li:nth-child(1) a {
    background-color: #7ac148;
}

nav.ta-main.main-top .section-2 .secondary-menu li:nth-child(2) a {
    background-color: #76c9b3;
}



nav.main-top .primary-menu, nav.main-top .secondary-menu {
    float: right;
    clear: right;
}

.primary-menu {
    margin-top: 12px;
}

.menu-primary-navigation-container {
    float: left;
}

.nav-search {
    float: right;
    padding: 10px 0 10px 20px;
}

label.screen-reader-text {
    display: none;
}

.mobile-nav .menu-primary-navigation-container {
    float: none;
}

nav.mobile-nav {
    position: absolute;
    width: 100%;
    z-index: 100 !important;
    right: 0;
    top: -999px;
    height: 600px;
}

.mobile-nav li a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #141414;
    color: white;
    width: 100%;
    border-bottom: 1px solid #585858;
    font-size: 16px;
    text-decoration: none;
}

.mobile-nav-show {
    top: 0 !important;
    transition: top .3s;
}


/* ===========================================================
   Video   
=========================================================== */
.video-container {
    position: relative;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 100vh;
    overflow: hidden;
    z-index: 10 !important;
}

/*
.page-template-treetop-adventures .video-container {
    margin-top: 115px;
}
*/


.page-template-treetopadventures .video-container {
    height: 750px;
}

video.fillWidth {
    position: absolute;
    top: 0;         
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 100%;
    min-width: 50%;
}

@media(max-width: 1023px){
    .page-id-196 main {
        margin-top: 75px;
    }
}

a#return-epz {
    margin: 1em 0;
    font-family: "raleway-bold";
    font-size: 20px;
    color: white;
}

a#return-epz:hover {
    background-color: #5fb7a0;
}


.events-hero.hero-section {
    display: none;
}

.category-press-releases .events-hero.hero-section,
.category-blog-posts .events-hero.hero-section {
    display: block;
}

/* ===========================================================
   PAGE BODY
=========================================================== */

main {
    min-height: 400px;
}

main.interior-page {
    padding: 60px 0;
}

/* main.front-page {
    padding: 0 0 90px;
} */


.event-popout {
    background-color: rgba(206, 206, 206, 0.72);
    position: absolute;
    z-index: 100 !important;
    right: 0;
    top: calc(15% + 90px);
    transition: .4s;
    max-width: 500px;
}

.toggle-width {
    right: -999px;
    transition: .4s;
}

.pop-content hr {
    margin: 8px 0;
}

button.popout-toggle {
    position: absolute;
    z-index: 9;
    top: calc(15% + 33px);
    right: 18px;
    border: none;
    background-color: #f9484b;
    color: #ffffff;
    font-family: 'opensans-bold';
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    /* transform: rotate(270deg); */
    border-radius: 3em;
    z-index: 100 !important;
}

span.popout-toggle {
    float: right;
    cursor: pointer;
}

button.popout-toggle:focus {
    outline: none;
}

.pop-action {
    background-color: #f9484b;
    color: white;
    font-family: 'opensans-bold';
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
}

ul.event-list li:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid white;
}

ul.event-list li:last-child {
    padding-top: 20px;
}

.pop-title {
    background-color: #f1f1f1;
    color: #3a3a3a;
    font-family: 'opensans-bold';
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
}

.pop-content {
    padding: 20px;
    font-family: 'opensans-regular';
    font-size: 16px;
}

.list-animals li {
    padding: 20px;
    margin-bottom: 20px;
}

@media(max-width: 1023px) {
    
}

@media(min-width: 1024px) {
    .list-animals li {
        height: 500px;
    }
}

.list-animals li h2 {
    font-size: 20px;
}

a.animal-icon, .list-animals .type-animal {
    display: block;
    height: 32vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: gray;
    background-size: cover;
}


a.animal-icon {
    position: relative;
}

span.thumbnail-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    background-color: rgba(249, 73, 76, 0.6);
    color: white;
    font-size: 20px;
    margin: auto;
    opacity: 0;
}

span.thumbnail-overlay:hover {
    opacity: 1;
    transition: .3s;
}

ul.list-animals li:nth-child(4n+4) .thumbnail-overlay {
    background-color: rgba(0, 124, 154, 0.7);
}

ul.list-animals li:nth-child(4n+3) .thumbnail-overlay {
    background-color: rgba(195, 120, 3, 0.7);
}

ul.list-animals li:nth-child(4n+2) .thumbnail-overlay {
    background-color: rgba(58, 162, 71, 0.7);
}

ul.list-animals li:nth-child(4n+1) .thumbnail-overlay {
    background-color: rgba(191, 19, 22, 0.7);
}

span.thumbnail-overlay p {
    font-size: 19px;
    font-family: 'raleway-bold';
    font-weight: normal;
    border: 2px solid white;
    padding: 10px 42px;
    margin: auto;
}

@media (max-width: 1023px) {
    a.animal-icon {
        background-size: cover;
    }
}

main.front-page h2, .page-template-treetopadventures h2 {
    margin: 50px 0;
}

.ig-feature {
    height: 681px;
    background-color: gray;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: block;
}

.ig-feature:hover .fa-instagram {
    color: white;
    transition: .4s;
}

.ig-feature .fa-instagram {
    color: rgba(255, 255, 255, 0.75);
    position: absolute;
    bottom: 60px;
    left: 60px;
    transform: scale(2);
}


.sb_instagram_header, div#sbi_load {
    display: none;
}
/* ===========================================================
   BLOCKS
=========================================================== */




/* ===========================================================
   MAIN COLUMN
=========================================================== */
.aligncenter {
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

img.alignleft, .wp-caption.alignleft {
  margin: 0 12px 4px 0; }

img.alignright, .wp-caption.alignright {
  margin: 0 0 4px 12px; }

img.aligncenter, .wp-caption.aligncenter {
  display: block;
  margin: 0 auto; }

.wp-caption {
  margin: 10px 0;
  padding: 4px 0 0;
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 3px; }
  .wp-caption .wp-caption-text {
    padding: 0 4px 5px;
    font-size: 11px;
    line-height: 17px; }

/* ===========================================================
   SIDE COLUMN
=========================================================== */
/* ===========================================================
   SPECIFIC PAGES
=========================================================== */
/* ===========================================================
   DEFAULT BLOG LAYOUT
=========================================================== */
.post-thumbnail {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: 50% 50%;
}

.col-1-2.post-preview {
    padding: 20px;
}

.post-preview h1 {
    font-size: 20px;
    margin-top: 20px;
}

.post {
  margin: 15px 0 30px 0; }
  .post .topmeta {
    margin: 0 0 12px; }
    .post .topmeta .date {
      float: left;
      min-height: 16px;
      line-height: 16px;
      font-style: italic; }
    .post .topmeta .edit {
      float: right;
      min-height: 16px;
      line-height: 16px; }
      .post .topmeta .edit a {
        background: url(../images/pencil.png) no-repeat top left;
        padding: 1px 0 1px 20px; }
    .post .topmeta .category {
      float: right;
      padding: 0 0 0 20px;
      min-height: 16px;
      line-height: 16px;
      background: url(../images/folder.png) no-repeat top left; }
  .post .bottommeta .category {
    float: left;
    padding: 0 0 0 20px;
    min-height: 16px;
    line-height: 16px;
    background: url(../images/folder.png) no-repeat top left; }
  .post .bottommeta .comments {
    float: right;
    padding: 0 0 0 20px;
    min-height: 16px;
    line-height: 16px;
    background: url(../images/comments.png) no-repeat top left; }
  .post .bottommeta .edit {
    float: right; }
    .post .bottommeta .edit a {
      background: url(../images/pencil.png) no-repeat top left;
      padding: 1px 0 1px 20px; }
  .post .postcontent {
    margin: 12px 0 0; }
  .post .tags {
    display: block;
    min-height: 16px;
    padding: 0 0 7px 20px;
    background: url(../images/tag.png) no-repeat 0 0; }

.archive .post .bottommeta {
  padding: 4px 6px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e5e5e5; }
.archive .post h2 {
  margin: 0 0 4px; }
  .archive .post h2 a {
    text-decoration: none; }

.post-comments h2 {
  margin: 0; }
.post-comments .comment-list {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none; }
  .post-comments .comment-list ul {
    margin: 0;
    padding: 0 10px 0 10px;
    list-style: none; }
  .post-comments .comment-list li {
    margin: 10px 0;
    background-color: #fafafa;
    border: 1px solid #e0e0e0; }
    .post-comments .comment-list li.thread-alt, .post-comments .comment-list li.alt {
      background-color: #f2f2f2;
      border-color: #d9d9d9; }
  .post-comments .comment-list ul li:first-child {
    margin-top: 0; }
  .post-comments .comment-list .comment-author {
    margin: 7px 0 0 7px; }
    .post-comments .comment-list .comment-author .avatar {
      float: left;
      margin: 0 8px 0 0; }
    .post-comments .comment-list .comment-author cite {
      float: left;
      height: 18px;
      font-weight: bold;
      font-style: normal; }
    .post-comments .comment-list .comment-author .says {
      display: none; }
  .post-comments .comment-list .comment-meta {
    padding: 18px 0 3px;
    margin: 0 7px 2px;
    border-bottom: 1px solid #e5e5e5; }
  .post-comments .comment-list p {
    margin: 0;
    padding: 6px 10px; }
  .post-comments .comment-list .reply {
    padding: 0 0 6px 10px; }
.post-comments .comments-respond {
  margin: 20px 0 0; }
  .post-comments .comments-respond h3 {
    margin: 0 0 10px; }
  .post-comments .comments-respond p.form-field-wrapper {
    margin: 10px 0; }
  .post-comments .comments-respond label {
    margin: 0 0 3px;
    display: block; }
    .post-comments .comments-respond label.required {
      font-weight: bold; }
    .post-comments .comments-respond label .note {
      font-weight: normal;
      font-style: italic; }
  .post-comments .comments-respond input.textbox {
    width: 250px; }
  .post-comments .comments-respond textarea {
    width: 500px;
    height: 200px; }

/* ===========================================================
   FOOTER
=========================================================== */

img#aaza {
    max-width: 100%;
    height: inherit;
    width: 160px;
    margin: 40px 0;
}

footer {
    padding: 80px 0;
    background-color: #141414;
    color: white;
}

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

footer.ta {
    padding: 0;
}

footer.ta .section-1 {
    background-color: #012f6d;
}

footer.ta .section-2 {
    background-color: #265dad;
    padding-top: 42px;
}

footer.ta .cta.ta-green {
    color: white;
    background-color: #39da4c;
    display: grid;
    margin: 0;
    font-size: 20px;
}

footer.ta .section-1 h4 {
    font-size: 22px;
    padding-top: 10px;
}

.ta-footer .footer-promo {
    background-color: #012f6d;
}

.footer-promo {
    background-color: #012f6d;
}

.footer-promo .container {
    height: 100%;
    max-width: 800px;
}

p.promo-text {
    font-size: 20px;
    margin-top: 13px;
    float: left;
}

.ta-footer .footer-main {
    padding: 60px 0;
}


/*sort*/

form#searchform {
    position: relative;
}

form#searchform input[type="text"] {
    width: 200px;
}



form#searchform input[type=submit] {
    padding: 0;
    position: absolute;
    right: 0;
    top: -6px;
    border: none;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background-image: url(/wp-content/uploads/2018/04/musica-searcher-white.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 50%;
}



.upcoming-activities a, .upcoming-events a {
    display: block;
    background-color: gray;
}

@media(max-width: 1023px) {
    .upcoming-activities a,
    .upcoming-events a
    {
        height: 40vh;
        width: 100%;
        float: none;
        display: block;
    }
}

@media(min-width: 1024px) {
    
    .upcoming-activities, .upcoming-events {
        height: calc(70vh);
    }
    
    .upcoming-events a {
        height: 100%;
        width: 100%;
    }

    .upcoming-activities a:nth-child(1) {
        height: 100%;
        width: 50%;
        float: left;
    }

    .upcoming-activities a:nth-child(2), .upcoming-activities a:nth-child(3) {
        height: 50%;
        width: 50%;
        float: right;
    }

}


.thumbnail-box {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    box-shadow: inset 0px -114px 123px -45px #000000ad;
}


.post-title {
    bottom: 20px;
    position: absolute;
    left: 20px;
    color: white;
    font-size: 2em;
}

/*animals pages*/

.animal-info {
    position: relative;
    padding: 26px 0 30px;
}

main.interior-page .animal-info p {
    line-height: 30px;
}

/*responsiveness*/

.mobile-show.quick-links svg path, .mobile-show svg circle {
    fill: white;
}

.landing-container.mobile-show.quick-links .col-1-3 {
    margin: 0;
    padding: 36px;
    display: block;
    color: white;
    text-decoration: none;
}

.landing-container.mobile-show.quick-links .col-1-3:nth-child(1) {
    background-color: #f9494c;
}

.landing-container.mobile-show.quick-links .col-1-3:nth-child(2) {
    background-color: #f9a92c;
}

.landing-container.mobile-show.quick-links .col-1-3:nth-child(3) {
    background-color: #2cb5d7;
}


.landing-container.mobile-show {
    margin-top: 105px;
}


ul.mobile-option {
    float: right;
}

ul.mobile-option li {
    float: left;
}

ul.mobile-option li a {
    color: #000000;
    font-family: 'opensans-bold';
    padding: 40px 16px;
    font-size: 14px;
    float: left;
    text-decoration: none;
    font-weight: 'opensans-bold';
    min-height: 105px;
}

ul.mobile-option li:first-child a {
    background-color: #f99f35;
}

ul.mobile-option li:last-child a {
    background-color: #fafafa;
}

.ta-main ul.mobile-option li a {
    color: white;
}

nav.ta-main ul.mobile-option li:first-child a {
    background-color: #7ac148;
}


nav.ta-main  ul.mobile-option li:last-child a {
    background-color: #76c9b3;
}


nav.main-top .container {
    padding: 0;
}

nav.main-top .mobile-col-1-2 {
    padding-right: 0;
}



.bottom-color {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    background-image: url(/wp-content/uploads/2017/12/footerbg.jpg);
}

@media (max-width: 1023px) {
    .bottom-color {
        background-size: contain;
    }
}




main.interior-page p {
    font-size: 16px;
    line-height: 38px;
    font-family: 'opensans-regular';
}

a.readmore {
    color: black;
    text-transform: uppercase;
    position: absolute;
    top: auto;
    margin-top: 10px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
}
@media(max-width: 1023px) {
    .hero-section h1 { 
        font-size: 28px;
    }
    
}
@media(min-width: 1024px) {
    .hero-section h1 { 
        font-size: 48px;
    }
}
.hero-section h1 {
    position: absolute;
    bottom: 20px;
    color: white;
}

footer p, footer a {
    font-size: 14px;
    line-height: 30px;
}

footer input[type="text"] {
    display: block;
    margin: 6px 0 15px;
    width: 50%;
    padding: 10px 15px;
}

footer input[type="submit"] {
    border: 3px solid white;
    padding: 10px 20px;
    background: none;
    color: white;
    border-radius: 2em;
    font-size: 14px;
    font-weight: bold;
}
footer ul.sm-links li {
    display: inline-block;
    margin: 20px 20px 0 0;
}

footer ul li:nth-child(4n+4) a:hover {
    color: #2db6d7;
}

footer ul li:nth-child(4n+3) a:hover {
    color: #f9a92c;
}

footer ul li:nth-child(4n+2) a:hover {
    color: #3ada4b;
}

footer ul li:nth-child(4n+1) a:hover {
    color: #f9484b;
}

ul.side-info li {
    margin: 20px 0;
}

ul.side-info {
    font-size: 16px;
    line-height: 38px;
}

@media (min-width: 1024px) {
    ul.side-info li:first-child {
        margin-top: 0;
    }
}

main.interior-page .classification-info p {
    font-size: 16px;
    font-family: "opensans-regular";
    color: #3a3a3a;
    letter-spacing: 1px;
}

span.blue-text {
    color: #2db6d7;
    font-family: "opensans-bold";
}

span.red-text {
    color: #f9484b;
    font-family: "opensans-bold";
}

.classification-info {
    margin: 20px 0;
}

.single-animal .col-7-12 {
    padding-right: 90px;
}

.side-info li {
    padding-left: 37px;
    position: relative;
}

.side-info h3::before, .side-info a::before, .term-51 li.cat-item a::before {
    content: '';
    display: inline-block;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 10px;
}
.postcontent p {
    margin-bottom: 20px;
}



.side-info li:nth-child(4n+4) h3::before,
.side-info li:nth-child(4n+4) a::before, 
.term-51 li.cat-item:nth-child(4n+4) a::before
{
    background-color: #2db6d7;
}

.side-info li:nth-child(4n+3) h3::before,
.side-info li:nth-child(4n+3) a::before, 
.term-51 li.cat-item:nth-child(4n+3) a::before {
    background-color: #f9a92c;
}

.side-info li:nth-child(4n+2) h3::before,
.side-info li:nth-child(4n+2) a::before, 
.term-51 li.cat-item:nth-child(4n+2) a::before {
    background-color: #3ada4b;
}

.side-info li:nth-child(4n+1) h3::before,
.side-info li:nth-child(4n+1) a::before, 
.term-51 li.cat-item:nth-child(4n+1) a::before
{
    background-color: #f9484b;
}

/*TA*/
.page-template-treetop-adventures .side-info li:nth-child(4n+4) a::before{
    background-color: #76c9b3;
}

.page-template-treetop-adventures .side-info li:nth-child(4n+3) a::before{
    background-color: #e6e870;
}

.page-template-treetop-adventures .side-info li:nth-child(4n+2) a::before{
    background-color: #52746c;
}

.page-template-treetop-adventures .side-info li:nth-child(4n+1) a::before{
    background-color: #81c349;
}

/*
.ta-landing-content {
    margin-top: 105px;
}
*/

.conservation-status {
    margin: 32px 0;
}


li.status {
    display: inline-block;
    padding: 12px 0;
    border-radius: 100%;
    color: white;
    font-weight: bold;
    margin: 10px;
    min-width: 42px;
    text-align: center;
    background-color: #bebebe;
    position: relative;
    overflow: visible;
}

.cs-1 .status-lc {
    background-color: #586ba3;
    padding: 20px 0;
    min-width: 58px;
}

.cs-2 .status-nt {
    background-color: #33973f;
    padding: 20px 0;
    min-width: 58px;
}

.cs-3 .status-vu {
    background-color: #2a99d0;
    padding: 20px 0;
    min-width: 58px;
}

.cs-4 .status-en {
    background-color: #f8d000;
    padding: 20px 0;
    min-width: 58px;
}

.cs-5 .status-cr {
    background-color: #f99a02;
    padding: 20px 0;
    min-width: 58px;
}

.cs-6 .status-ew {
    background-color: #ff5a5a;
    padding: 20px 0;
    min-width: 58px;
}

.cs-7 .status-ex {
    background-color: #000;
    padding: 20px 0;
    min-width: 58px;
}

.cs-1 .status-lc::after {
    content: 'Least Concern';
    position: absolute;
    bottom: -22px;
    left: -36%;
    color: black;
    display: block;
    width: 100px;
}

.cs-2 .status-nt::after {
    content: 'Near Threatened';
    position: absolute;
    bottom: -22px;
    left: -36%;
    color: black;
    display: block;
    width: 100px;
}

.cs-3 .status-vu::after {
    content: 'Vulnerable';
    position: absolute;
    bottom: -22px;
    left: -36%;
    color: black;
    display: block;
    width: 100px;
}

.cs-4 .status-en::after {
    content: 'Endangered';
    position: absolute;
    bottom: -22px;
    left: -36%;
    color: black;
    display: block;
    width: 100px;
}

.cs-5 .status-cr::after {
    content: 'Critically Endangered';
    position: absolute;
    bottom: -42px;
    left: -36%;
    color: black;
    display: block;
    width: 100px;
}

.cs-6 .status-ew::after {
    content: 'Extinct in Wild';
    position: absolute;
    bottom: -22px;
    left: -36%;
    color: black;
    display: block;
    width: 100px;
}

.cs-7 .status-ex::after {
    content: 'Extinct';
    position: absolute;
    bottom: -22px;
    left: -36%;
    color: black;
    display: block;
    width: 100px;
}

.single-animal h2 {
    font-size: 18px;
}


.side-info a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 3px solid #dfdfdf;
    padding-bottom: 9px;
}

.side-info a:hover, .side-info li.current-menu-item a {
    border-color: black;
}

.menu.side-links li:first-child {
    margin-top: 0;
}

.menu.side-links li {
    margin: 50px 0;
}



/*Map*/

[class*='mc-'] {
    float: left;
    min-height: 1px;
}

.mc-3 {
    width: 25%;
}

.mc-9 {
    width: 75%;
}

.page-id-142 nav.main-top {
    background-color: #1e1e1e;
}

.page-id-142 main.interior-page {
    padding-top: 140px;
    overflow: hidden;
}

.col-3-12.map-sidebar {
    height: 100vh;
    background-color: #225732;
}


.map-container {
    position: relative;
    float: right;
}

.map-container img {
    width: 800px;
}

@media(max-width: 767px) {
    .map-container {
        transform: scale(.65);
    }
}

@media(min-width: 768px) {
    .map-container {
        transform: scale(.8);
    }
}

@media(min-width: 1080px) {
    .map-container {
        transform: scale(1);
    }
}

@media(min-width: 1024px) {
    .map-descriptions {
        float: left;
        width: 20%;
    }
}

.front-page .section-1 {
    margin-top: 72px;
}


.map-descriptions ul {
    margin-top: 42px;
}

.map-descriptions ul li{
    margin-top: 30px;
/*    display: none;*/
}

.abs-container {
    float: left;
    width: 78%;
}

.md-toggle {
display: none;
}
/*
span.mp-1:hover .map-descriptions ul li:nth-child(1),
span.mp-2:hover .map-descriptions ul li:nth-child(2),
span.mp-3:hover .map-descriptions ul li:nth-child(3),
span.mp-4:hover .map-descriptions ul li:nth-child(4),
span.mp-5:hover .map-descriptions ul li:nth-child(5),
span.mp-6:hover .map-descriptions ul li:nth-child(6),
span.mp-7:hover .map-descriptions ul li:nth-child(7),
span.mp-8:hover .map-descriptions ul li:nth-child(8),
span.mp-9:hover .map-descriptions ul li:nth-child(9),
span.mp-10:hover .map-descriptions ul li:nth-child(10),
span.mp-11:hover .map-descriptions ul li:nth-child(11),
span.mp-12:hover .map-descriptions ul li:nth-child(12),
span.mp-13:hover .map-descriptions ul li:nth-child(13),
span.mp-14:hover .map-descriptions ul li:nth-child(14),
span.mp-15:hover .map-descriptions ul li:nth-child(15),
span.mp-16:hover .map-descriptions ul li:nth-child(16),
span.mp-17:hover .map-descriptions ul li:nth-child(17),
span.mp-18:hover .map-descriptions ul li:nth-child(18),
span.mp-19:hover .map-descriptions ul li:nth-child(19),
span.mp-20:hover .map-descriptions ul li:nth-child(20),
span.mp-21:hover .map-descriptions ul li:nth-child(21),
span.mp-22:hover .map-descriptions ul li:nth-child(22),
span.mp-23:hover .map-descriptions ul li:nth-child(23),
span.mp-24:hover .map-descriptions ul li:nth-child(24),
span.mp-25:hover .map-descriptions ul li:nth-child(25),
span.mp-26:hover .map-descriptions ul li:nth-child(26),
span.mp-27:hover .map-descriptions ul li:nth-child(27),
span.mp-28:hover .map-descriptions ul li:nth-child(28),
span.mp-29:hover .map-descriptions ul li:nth-child(29)
{
    display: block;
}
*/

span[class*='mp-'] {
    position: absolute;
    display: block;
    height: 28px;
    width: 28px;
    border-radius: 3em;
}

span[class*='mp-'] a {
    display: block;
    height: 100%;
    width: 100%;
}
/* MAP POINTS STYLING */
span.mp-1 {
    bottom: 172px;
    left: 155px;
}

span.mp-18 {
    left: 495px;
    top: 601px;
}

span.mp-28 {
    left: 320px;
    top: 123px;
}

span.mp-8 {
    left: 472px;
    top: 502px;
}

span.mp-6 {
    left: 404px;
    top: 281px;
}

span.mp-9 {
    left: 531px;
    top: 557px;
}

span.mp-21 {
    left: 551px;
    top: 921px;
}

span.mp-17 {
    left: 456px;
    top: 542px;
}

span.mp-7 {
    left: 577px;
    top: 601px;
}

span.mp-5 {
    left: 387px;
    top: 469px;
}

span.mp-4 {
    left: 338px;
    top: 459px;
}

span.mp-16 {
    left: 407px;
    top: 361px;
}

span.mp-10 {
    left: 597px;
    top: 543px;
}

span.mp-13 {
    top: 874px;
    left: 355px;
}

span.mp-19 {
    top: 344px;
    left: 559px;
}

span.mp-11 {
    top: 496px;
    left: 589px;
}

span.mp-3 {
    top: 562px;
    left: 421px;
}

span.mp-12 {
    top: 620px;
    left: 330px;
}

span.mp-20 {
    top: 489px;
    left: 534px;
}

span.mp-26 {
    top: 138px;
    left: 453px;
}

span.mp-25 {
    top: 739px;
    left: 407px;
}

span.mp-27 {
    top: 779px;
    left: 519px;
}

span.mp-2 {
    bottom: 242px;
    left: 235px;
}

span.mp-29 {
    bottom: 220px;
    left: 717px;
}

span.mp-21 {
    bottom: 120px;
    left: 344px;
}

span.mp-24 {
    bottom: 305px;
    left: 282px;
}

span.mp-22 {
    bottom: 130px;
    left: 213px;
}

span.mp-23 {
    bottom: 251px;
    left: 324px;
}

span.mp-14 {
    left: 409px;
    bottom: 149px;
}

span.mp-15 {
    left: 234px;
    bottom: 204px;
}
/* MAP POINTS STYLING END */

/*Signup form*/
.ui.form {
  width: 50%;
  margin: 0 auto;
}
.ui.form div.field label { display: none; }
.column { padding: 10px !important; margin: 0 !important; }
.centered { margin: 0 auto; text-align: center; }

/* placeholder */
  ::-webkit-input-placeholder {
     text-align: left;
     color: #000!important;
     font-size: 1em !important;
  }

  :-moz-placeholder { /* Firefox 18- */
     text-align: left;
     color: #000!important;
     font-size: 1em !important;
  }

  ::-moz-placeholder {  /* Firefox 19+ */
     text-align: left; 
     color: #000!important;
     font-size: 1em !important;
  }

  :-ms-input-placeholder {  
     text-align: left; 
     color: #000!important;
     font-size: 1em !important;
  }




.error404 div#hero-interior {
    display: block;
}

a#phone {
    color: white;
    font-size: 15px;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}



/*
* Testimonial Slider
*/

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
  margin-bottom: 0;
  width: 100%;
}

.bx-pager.bx-default-pager {
  bottom: 35px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.44);
  width: 6px;
  height: 6px;
}

.section--slider {
  padding-top: 90px;
}

.slide {
  text-align: center;
  padding: 80px 2em;
  color: #5a5a5a;
  background-size: cover;
  background-position: 50% 50%;
  font-family: "opensans-regular";
}

.slide--container {
  max-width: 750px;
  background-color: white;
  line-height: 36px;
  margin: auto;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.37);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.37);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  padding: 3em;
}

.slide--main-text,
main.interior-page .slide--main-text p
{
  font-size: 24px;
}

.slide--name {
  color: #8c8c8c;
}

.slide--highlight-text {
  font-family: "raleway-bold";
  font-size: 32px;
}

.slider--main .slide:nth-child(4n+4) {
  background-color: #2db6d7;
}

.slider--main .slide:nth-child(4n+3) {
  background-color: #f9a92c;
}

.slider--main .slide:nth-child(4n+2) {
  background-color: #67d273;
}

.slider--main .slide:nth-child(4n+1) {
  background-color: #f9484b;
}


.slider--ta .slide:nth-child(4n+4) {
  background-color: #76c9b3;
}

.slider--ta .slide:nth-child(4n+3) {
  background-color: #d8da6c;
}

.slider--ta .slide:nth-child(4n+2) {
  background-color: #52746c;
}

.slider--ta .slide:nth-child(4n+1) {
  background-color: #81c349;
}

.page-id-196 main.interior-page {
  padding: 60px 0 0;
}