@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,300,400italic);

/* Eric Meyer CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/* CSS reset ends */

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


/* CSS reset ends */


/* General Styles */

html {}

body {
    width: 80%;
    background: url(../images/new_year_background.png);
    max-width: 960px;
    min-width: 380px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.25em;
    font-family: 'Source Sans Pro', arial, myriad pro, sans-serif;
}

#container {
    background-color: white;
}

h1 {}

h2 {
    font-size: 2.25em;
    character-spacing: -1;
    padding-bottom: 15px;
}

h3 {}

h4 {
    font-family: 'Source Sans Pro', arial, myriad pro, sans-serif;
    font-size: 1.25em;
    color: #381d10;
}

h5 {
    color: #8cc540;
    padding: 10px 0 5px 0;
}

h6 {
    font-size: .6875em;
    line-height: 1.5em;
}

a {
    text-decoration: none;
}

.col112 {
    width: 4.333%
}

.col16 {
    width: 12.666%
}

.col14 {
    width: 21%
}

.col13 {
    width: 29.333%
}

.col512 {
    width: 37.666%
}

.col12 {
    width: 46%
}

.col712 {
    width: 54%
}

.col23 {
    width: 62.666%
}

.col34 {
    width: 71%
}

.col56 {
    width: 79.333%
}

.col1112 {
    width: 87.666%
}

.col1212 {
    width: 96%
}

.col112,
.col16,
.col14,
.col13,
.col512,
.col12,
.col712,
.col23,
col34,
.col56,
.col1112,
.col1212 {
    margin: 1%;
    padding: 1%
}

.col112nmnp {
    width: 8.333%
}

.col16nmnp {
    width: 16.666%
}

.col14nmnp {
    width: 25%
}

.col13nmnp {
    width: 33.333%
}

.col512nmnp {
    width: 41.666%
}

.col12nmnp {
    width: 50%
}

.col712nmnp {
    width: 58%
}

.col23nmnp {
    width: 66.666%
}

.col34nmnp {
    width: 75%
}

.col56nmnp {
    width: 83.333%
}

.col1112nmnp {
    width: 91.666%
}

.col1212nmnp {
    width: 100%
}

.hide {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both
}

.ar {
    align: right
}

.tar {
    text-align: right;
}

.grey {
    color: #CCCAC6
}

.white {
    color: #ffffff
}

.dkgreen {
    color: #15350C;
}

.dkgreenbg {
    background-color: #15350C;
}

.dkbrownbg {
    background-color: #381d10;
}


/* Area Specific Styles */


/* animated banner */

#top-zoo-logo img {
    width: 75%;
    height: auto;
    margin: 15px 0 10px 15px;
}

#col34nmnp-banner {
    margin: 10px 0;
    width: 75%;
    height: auto;
    float: left;
    content: contain;
}

#col34nmnp-banner img {
    width: 100%;
    height: auto;
}

#top-banner img {
    width: 100%;
    height: auto;
}


/* HIDE THE SLICK NAV MENU FOR DESKTOP and TABLET  */

.slicknav_menu {
    display: none;
}

#main-nav {
    position: relative;
    background-color: #54301B;
    float: none;
    display: block;
    width: 100%;
    clear: both;
    margin: 10px 0;
}

#main-nav ul {
    padding: 8px 0 8px 0;
}

#main-nav ul li {
    display: inline-block;
}

#main-nav ul li a {
    color: #CCCAC6;
    font-family: 'Source Sans Pro', arial, myriad pro, sans-serif;
    line-height: 1.25em;
    font-weight: 400;
    font-size: 20px;
    margin-left: 1px;
    padding: 5px 33px 5px 34px;
    background-color: #54301B;
}

#main-nav ul li a:hover {
    color: #ffffff;
    background-color: #65371d;
}

#main-nav ul li a nth-child(4) {
    padding-right: 36px;
}


/* FEATURE SLIDER */

#feature {}

#feature:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.flexslider {}


/*.flexslider:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
} */

#feature img {
    width: 100%;
    height: auto;
}


/***FLEXSLIDER NEXT AND PREV OVERRIDE */

.flex-direction-nav a {
    line-height: 40px;
}

#upper-section {
    display: block;
}

#upper-section-main:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.upper-section-main-col13 {
    width: 29.333%;
    margin: 2%;
    border: 1px solid black;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
}

.upper-section-main-col13 h4 {
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.05em;
    font-weight: 500;
    margin-top: 5%;
    margin-left: 40%;
    margin-right: 5%;
}

.upper-section-main-col13 h5 {
    margin: 0 5% 5% 0;
}

.upper-section-main-col13 p {
    margin: 7% 5% 0 5%;
    display: block;
}

.upper-section-main-col13 img {
    width: 35%;
    height: auto;
    float: left;
}

#upper-section-main a {
    color: #8cc540;
}

#upper-section-main a:hover {
    color: #381d10;
}

#sponsors {
    background-color: #381d10;
    display: block;
}

#sponsors p {
    font-size: 1.125em;
    color: white;
    margin-top: 0%;
}

#sponsors:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#conservationists {
    display: block;
    background-color: #0A1006;
}

#conservationists a {
    color: #8cc540;
}

#conservationists a:hover {
    color: #CCCAC6;
}

#conservationists:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#conservationists p {
    color: white;
    font-size: .75em;
    line-height: 1.25em;
}

#conservationists h6 {
    font-size: .75em;
    line-height: 1.25em;
    margin-bottom: 10px;
}

#davidsuzuki,
#janegoodall,
#roberthunter {
    width: 100%;
    height: auto;
}

#panda-image,
#lion-image,
#bear-image {
    width: 100%;
    height: auto;
}

.animal-descriptions {
    display: block;
}

.animal-descriptions:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.animal-descriptions a {
    color: #8cc540;
}

.back-to-top {
    margin-top: -10px;
}

.back-to-top a {
    color: #CCCAC6 !important;
}

.animal-descriptions a:hover {
    color: #ffffff;
}

#social-text a {
    color: #381d10;
}

#social-text a:hover {
    color: #8cc540;
}

#misc-section {
    background-color: #381d10;
}

#misc-section:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.misc-section-col14 {
    width: 23%;
    margin: 1.5% 1% 1.5% 1%;
    padding: 1%;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #8cc540;
}

misc-section-col14:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.misc-section-col14 h4 {
    font-family: 'Source Sans Pro', arial, myriad pro, sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    color: #381d10;
    margin-left: 30%;
}

.misc-section-col14 p {
    font-family: 'Source Sans Pro', arial, myriad pro, sans-serif;
    font-size: .85em;
    font-weight: 500;
    color: #8cc540;
    margin: 2% 0 0 30%;
}

#misc-section .misc-icons {
    font-size: 2.70em;
    margin-left: -.04%;
    margin-top: -.90%;
    font-weight: 700;
    color: #381d10;
}


/*.misc {
    border: 2px solid #8cc540;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #ffffff;
} */

#social-text p {
    font-size: 2.25em;
    font-weight: 700;
    color: #381d10;
}

.submenu p {
    font-size: .85em !important;
    padding-bottom: 5px;
    line-height: 1.1em;
    margin-bottom: 5px !important;
    font-weight: bold;
}

#social-text h5 {
    margin-top: 10px;
}

#social-text a {
    color: #381d10;
}

#social-text a:hover {
    color: #8cc540;
}

.submenu h6 {
    font-size: .80em;
    line-height: 1em;
    margin-bottom: 7px;
}

.submenu a {
    color: #381d10;
}

.submenu a:hover {
    color: #8cc540;
}

.footerbanner {
    display: block;
    width: 100%;
    height: auto;
}

footer:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/* TABLET STYLES */

@media screen and ( max-width: 1211px) {
    #misc-section .misc-section-col14 {
        width: 48%;
    }
    #misc-section h4,
    #misc-section p {
        margin: 0 0 0 18%;
    }
}


/* TABLET STYLES */

@media screen and ( max-width: 768px) {
    #main-nav ul li a {
        padding: 5px 10px 5px 10px;
        line-height: 1.25em;
    }
    .upper-section-main-col13 {
        width: 96%;
        display: block;
        float: none;
    }
    
    .upper-section-main-col13 h4 {
        margin-left: 38%;
    }
    
    .upper-section-main-col13 p {
        width: 50%;
        float: left;
        margin: 3% 3% 0 3%;
    }
    #conservationists .col16:nth-child(odd) {
        width: 29.333%;
    }
    #conservationists .col16:nth-child(even) {
        width: 62.666%;
    }
    #conservationists h6 {
        font-size: .9em;
    }
    #conservationists p {
        font-size: .85em;
    }

    #pandas .col712,
    #lions .col712,
    #polar-bears .col712 {
       width: 96% !important;
       float: none;
       display: block;
       margin-top: 0 !important;
    }
    
    #pandas .col512,
    #lions .col512,
    #polar-bears .col512 {
       width: 96% !important;
       float: none;
       display: block;
       margin-top: 0 !important;
       margin-bottom: 0 !important;
    }
   
    #pandas .col712 img,
    #lions .col712 img,
    #polar-bears .col712 img {
       width 100% !important;
       height: auto !important;
       padding-top: 5px;

    }
    
    .misc-section-col14 {
        width: 45%;
        margin: 1% 1.5% 1.5.% 1% !important;
        float: left;
    }
    .misc-section-col14 h4 {
        font-size: 1.55em;
    }
    .misc-section-col14 p {
        font-size: 1em;
    }
    #misc-section h4,
    #misc-section p {
        margin: 0 0 0 30%;
    }
    #social-text p {
        font-size: 1.2em;
    }
    footer .col13 {
        width: 21%;
    }
}


/* TABLET STYLES */

@media screen and ( max-width: 717px) {
    .misc-section-col14 {
        width: 48% !important;
    }
    
    .misc-section-col14 i {
        font-size: .85em;
    }
}


/* TABLET STYLES */

@media screen and ( max-width: 621px) {
    #container {
        overflow-x: hidden;
    }
    .misc-section-col14 {
        width: 98% !important;
        background-image: url(../images/arrow-bg.svg);
        background-repeat: no-repeat;
        background-position: 90% 0%;
    }
    .misc-section-col14 i {
        font-size: .85em;
    }
    #misc-section h4,
    #misc-section p {
        margin: 0 0 0 15%;
    }
}


/* MOBILE STYLES */

@media screen and (max-width: 480px) {
    .col14nmnp {
        width: 100%;
        display: block;
        align: center;
    }
    #col34nmnp-banner {
        width: 100%;
    }
    #top-zoo-logo img {
        width: 90%;
        height: auto;
        margin: 15px 0 0 20px;
    }
    /* SHOW THE SLICK NAV MENU FOR DESKTOP and TABLET  */
    .slicknav_menu {
        display: none;
        background-color: #8cc540;
    }
    .slicknav_btn {
        background-color: #381d10;
    }
    /* #menu is the original menu */
    #menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    #sponsors .col14 {
        width: 100%;
        display: block;
    }
    #sponsors .col14:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    #sponsors .col16,
    .col112 {
        width: 21%;
    }
    .upper-section-main-col13 {
        width: 96%;
        display: block;
        float: none;
    }
    .upper-section-main-col13 p {
        display: block float: none;
        width: 96%;
        clear: both;
        padding-top: 15px;
    }
    .upper-section-main-col13 h4 {
        font-size: 1.2em;
        font-weight: 700;
    }
    .upper-section-main-col13 h5 {
        clear: both;
    }
    #conservationists .col16:nth-child(odd) {
        width: 29.333%;
    }
    #conservationists .col16:nth-child(even) {
        width: 62.666%;
    }
    #conservationists h6 {
        font-size: .9em;
    }
    #conservationists p {
        font-size: .85em;
    }
    .animal-descriptions .col712 {
        width: 96%;
    }
    .animal-descriptions .col512 {
        width: 96%;
    }
    .animal-descriptions h2 {
        font-size: 1.5em;
    }
    .animal-descriptions p {
        line-height: 1.2em;
    }
    .animal-descriptions:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    #misc-section .col1212nmnp {
        width: 96%;
        display: block;
        margin: 5px 0 5px 0;
    }
    .misc-section-col14 {
        /* width: 95.0%;*/
        width: 98%. \!important;
        height: auto;
        display: block;
        clear: both;
    }
    .misc-section-col14:nth-child(1) {
        padding-top: 10px;
    }
    .misc-section-col14 i {
        margin: 0 20px 0 10px;
    }
    footer .col13 {
        width: 96%;
    }
    footer .col13 img {
        width: 49%;
        height: auto;
        float: left;
    }
    footer .col13 h5 {
        font-size: 1.3em;
        width: 46%;
        float: left;
        padding-top: 5%;
        margin-left: 5%;
    }
    .col56 {
        width: 96%!important;
    }
    footer #social-text p {
        font-size: 1.8em;
        width: 46%;
        float: left;
        margin-left: 5%;
    }
    footer .col16 {
        width: 46%;
        height: auto;
    }
    footer .col16:nth-child(even) {
        clear: both;
    }
    .footerbanner {
        display: none;
    }
}