@font-face {
    font-family: "Lanenar";
    src: url('../fonts/LANENAR_.ttf');
}

body {
	background : url('../images/bg-body.png') repeat-x center top #F4F4F4;
}

h3,
h4 {
    margin: 0 0 4px;
    font-weight: bold;
}

h4 {
    font-size: 16px;
}

iframe {
    max-width: 100%;
}

#ppForm {
    display: none;
}

ol.taller li {
    margin: 0 0 15px;
}

.flex {
    display: flex;
    align-items: center;
}

.uppercase {
    text-transform: uppercase;
}

img.blue-border {
    border: 3px solid #88A6D1;
}

#header {
    height: 122px;
    background: url('../images/bg-header.png') no-repeat center bottom;
}

#header .container {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#header-navigation {
    z-index: 1001;
}

#header-navigation ul {
    z-index: 1000;
    text-align: right;
}

#header-navigation li {
    display: inline-block;
    float: none;
}

#header-navigation a {
    padding: 0 7px;
    color: #050000;
    font-weight: 500;
}

#header-navigation a:hover {
    background: #8BA9D4;
    color: #ffffff;
}

#header-navigation .sub-menu {
    // display: flex;
    background: url('../images/bg-nav-submenu.png') repeat;
    border: 1px solid #cccccc;
    border-top: 0;
    text-align: left;
}

#header-navigation .sub-menu li {
    display: block;
}

#header-navigation .sub-menu a {
    display: block;
    color: #6E93C9;
    white-space: nowrap;
}

#header-navigation .sub-menu a:hover {
    background: transparent;
    color: #535254;
}

.top-links {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.top-links a {
    display: block;
    float: left;
    width: 105px;
    height: 26px;
    margin-left: 25px;
    padding: 2px 5px;
    background: #76787B;
    border: 1px solid #76787B;
    border-radius: 0 0 8px 8px;
    color: #ffffff;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
}

.top-links .amazon-smile {
    background: url('../images/amazon-smile-logo.png') no-repeat center center #fff;
}


/*
    Flexslider
*/
.flexslider {
    margin-bottom: 0;
}

.flexslider .blue-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 50px;
    background: url('../images/bg-blue-bar.png') repeat;
    color: #ffffff;
    font-family: "Lanenar";
    font-size: 29.17px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}

.flexslider .slide-info {
    display: none !important;
    top: 48%;
    right: 5%;
    width: 90%;
    padding: 5px 0;
    background: none;
    color: #fff;
    font-style: italic;
    text-align: right;
    // text-transform: uppercase;
}

.flexslider .slide-info h2 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

/*
    Content
*/
.main {
    padding-bottom: 10px;
}

#page {
    padding-top: 20px;
    border-top: 10px solid #8AA7D2;
}

article header {
    display: none;
}

.grey-text {
    margin: 7px 0;
    padding: 10px 0;
    color: #b7b7b7;
    font-size: 28.5px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
}

.grey-text ul {
    margin: 0;
}

.grey-text li {
    display: inline-block;
    margin: 0;
    padding: 0 8px;
    line-height: 29px;
}

.grey-text li.bullet {
    font-size: 40px;
    vertical-align: bottom;
}

.blue-box {
    margin: 20px 0;
    padding: 20px;
    background: #88A6D1;
    color: #fff;
}

.blue-box ul.disc {
    float: left;
    margin: 0 0 0 70px;
}

.blue-box ul.disc li {
    margin-bottom: 8px;
}

.blue-box ul.disc li:last-child {
    margin-bottom: 0;
}

.white-bg {
    margin-bottom: 20px;
    padding: 5px;
    background: #fff;
}

.blue-heading {
    margin: 0 0 5px;
    padding: 10px;
    background: #88A6D1;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

h3.blue-heading {
    font-size: 21px;
    line-height: 21px;
}

#gallery {
    margin: 20px 0;
}

.staff-member,
.bio {
    margin: 10px 0;
}

/*
    Forms
*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
    width: 98%;
}

/*
    Boxes
*/
.box {
    // float: left;
    width: 90%;
    margin: 0 0 10px;
    padding: 25px 5%;
    border-radius: 8px;
    text-align: center;
}

.box:not(:last-child) {
    // margin-right: 50px;
}

.box .logo {
    margin-bottom: 10px;
}

.box .logo img {
    max-width: 100%;
    // max-height: 80px;
}

.box .button {
    margin: 0;
    background: #fff;
    color: #898989;
    border: 1px solid #76787B;
    border-radius: 8px;
    text-transform: uppercase;
}

.box.green {
    background: #F2F8E9;
    border: 1px solid #A6CE6F
}

.box.green .button:hover {
    background: #8CC63F;
    color: #fff;
}

.box.blue {
    background: #DDE4F3;
    border: 1px solid #6E93C9
}

.box.blue .button:hover {
    background: #7891c8;
    color: #fff;
}

/*
    Sidebar
*/
#sidebar {
    padding-bottom: 20px;
}

#sidebar .inner {
    padding: 0 0 20px 20px;
    border-left: 1px solid #000;
}

.facebook-feed {
    max-width: 100%;
    height: 420px;
    margin-bottom: 20px;
    border: 1px solid #9f9f9f;
}

#sidebar .social {
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

#sidebar .social .icons {
    margin: 5px;
}

#sidebar .social .icons img {
    width: 27px;
    height: auto;
}

#sidebar .social .icons img:not(:last-child) {
    margin-right: 5px;
}

#sidebar .box {
    float: none;
    max-width: 90%;
    margin-bottom: 15px;
    padding: 25px 5%;
}

#sidebar .box p {
    display: none;
}

.faq-link,
.donation-link {
    margin-bottom : 10px;
    flex: 0;
}

.faq-link a:hover,
.donation-link a:hover {
    color: #6f8aaf;
}

.faq-link img,
.donation-link img {
    width: 33px;
    height: auto;
    margin-right : 10px;
}

/*
    Footer
*/
#footer {
    background: #6b6b6b;
    color: #ffffff;
    line-height: 44px;
}

#footer ul {
    margin: 0;
    text-align: center;
}

#footer li {
    display: inline;
    margin: 0 10px
}

#footer a,
#footer a:visited {
    color: #ffffff;
    text-decoration: none;
}

#footer a:hover {
    color: #c8c8c8;
}

#footer .large-text {
    // float: left;
    color: #76787B;
    font-size: 48px;

    text-transform: uppercase;
}

#footer .copyright {
    text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #responsive {
        background: #fff;
        border: 1px solid #D3D3D5;
        border-top: 0;
    }

    .grey-text {
        padding: 0;
        font-size: 19px;
    }

    .grey-text li.bullet {
        font-size: 28px;
    }

    .blue-box ul.disc {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        background : #F4F4F4;
    }

    #header {
        height: auto;
        padding: 10px 0;
    }

    #header .container {
        display: block;
    }

    #identity {
        text-align: center;
    }

    #identity img {
        max-width: 80%;
    }

    .top-links {
        // position: relative;
        // top: -10px;
        display: none;
    }

    .flexslider {
        margin-bottom: 20px;
    }

    .flexslider .blue-bar {
        position: relative;
        height: 30px;
        font-size: 13px;
        line-height: 30px;
    }

    .grey-text {
        display: none;
    }

    .blue-box {
        padding: 10px;
    }

    .blue-box ul.disc {
        float: none;
    }

    .blue-box ul.disc li:last-child {
        margin-bottom: 8px;
    }

    iframe {
        height: auto;
    }

    #sidebar {
        // display: none;
    }

    #sidebar .inner {
        height: auto !important;
        padding-left: 0;
        border-left: 0;
    }

    .facebook-feed {
        display: none;
    }

    #footer .large-text {
        text-align: center;
    }

    #footer .copyright {
        text-align: center;
    }

    .page-id-228 #gallery {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .flexslider .blue-bar {
        font-size: 23px;
    }
}