/******************************************************************
Theme Name: NEA
Theme URI: http://www.jointswp.com
Description:
Author: Rowan Collins
Author URI: http://www.yoururlhere.com
Version: 1.5 (CSS)
Tags:

Foundation Version: 5.1.1

---------------------------------------------------------------

Because this file is not being used for styles,
feel free to use it to leave notes to yourself.

******************************************************************/


@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);

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


html{
    /*margin-top: 30px;*/
}
.sticky{
   /*margin-top: 30px; */
}
body {
    overflow-x: hidden;
    background: url('library/images/background-1.png') repeat-x left top ;
    padding-top: 135px;
    font-family: 'Source Sans Pro';

}
.fixed-body{
    position: fixed;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #282F62;
}
h3{
    color: #77AFDE;
    font-size: 26px;
}
h4{
    color: #646464;
    font-size: 17px;
}
h5{
    font-family: 'Source Sans Pro';
    color: #646464;
    font-size: 14px;
}

/***********************************************************************************************
************************************************************************************************

            **  **  *****   ****   *****   *****  *****
            **  **  **     **  **  **  **  **     **  **
            ******  ****   ******  **  **  ****   *****
            **  **  **     **  **  **  **  **     ** **
            **  **  *****  **  **  *****   *****  **  **

************************************************************************************************
***********************************************************************************************/

.header {
    position: relative;
    z-index: 999;
}
.navigation-bar {
    background: url('library/images/header-background.jpg') no-repeat top center;
}

.header-nav {
    background: #F1B310;
    text-align: right;
    box-shadow: 0px 0px 15px #dc9910;
}

.header-nav ul {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

.header-nav ul li {
    display: inline-block;
    line-height: 100%;
    vertical-align: top;
    margin-right: 50px;
}

.header-nav ul li a {
    background: url("library/images/nav-hover.png") no-repeat scroll center bottom #f1b310;
    color: #282f62;
    display: inline-block;
    font-family: "Oswald",sans-serif;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 8px;
    margin-top: 9px;
    padding: 12px 8px 3px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.header-nav ul li a span{
    display: block;
    height: 25px;
}
.header-nav ul li a span{
    display: block;
}
.header-nav ul li a span span.big-text{
    display: inline;
}
.header-nav ul li:hover a {
     -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
       -o-transition: 0.2s;
        transition: 0.2s;
}

.header-nav.current-page-ancestor a,
.header-nav.current-menu-item a,
.header-nav ul li:hover a {
    background: url('library/images/nav-hover.png') no-repeat bottom center #dba30e;
}

.header-nav ul li ul {
    display: none;
    z-index: 999999;
    position: absolute;
    width: 400px;
    margin-top: 0px;
    margin-left: -100px;
    background: #F1B310;
    padding: 10px 0px;
    text-align: left;
}

.header-nav ul li:hover ul{
    display: block;
}
.header-nav ul li:hover ul li a{
    background: none;
    font-size: 16px;
    line-height: 18px;
}
.header-nav ul li ul li {
    display: inline-block;
    margin: 0px 0px 0px 15px;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 40%;
    float: left;
}
.header-nav ul li ul li a{
    color: #282f62;
    padding: 10px 5px;
    background: none;

}
.header-nav ul li ul li:hover{
    background: #dba30e;
}
.header-nav ul li:hover ul li ul{
    display: none;
}
.big-text{
    font-weight: bold;
}
.top-header{
    padding-left: 350px;
    text-align: right;
}
.header-search,
.viewing-options,
.header-donate{
    display: inline-block;
}
.viewing-options{
    background: #F1B310;
    border-radius: 5px;
    margin-right: 50px;
}
.viewing-options .wp-acc-link a{
    line-height: 100%;
    padding: 0px 5px;
    color: #48484a;
     -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
       -o-transition: 0.2s;
        transition: 0.2s;
}
.viewing-options .wp-acc-link a:hover{
    color: #77afde;
}
.header-search{
    margin-right: 20px;
}
.header-search form input[type="text"],
.header-search form input[type="text"]:focus{
    display: inline-block;
    width: 140px;
    height: 36px;
    margin: 0px;
    background: #f0b310;
    border: 0px;
    box-shadow: none;
}

.header-search form input[type="submit"],
.header-search form input[type="submit"]:focus{
    display: inline-block;
    width: 38px;
    height: 36px;
    border: 0px;
    margin: 0px;
    background: url('library/images/search-icon.png') no-repeat center center #f0b310;
    text-indent: -999px;
    overflow: hidden;
    border: 0px;
    margin-left: -5px;
    margin-top: -1px;

}
.header-donate{
    float: right;
}
.header-donate a{
    text-align: left;
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
     -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
       -o-transition: 0.2s;
        transition: 0.2s;
    background: url('library/images/donate-background.png') no-repeat -0px -97px;
    width: 234px;
    padding-left: 76px;
    padding-top: 17px;
    padding-bottom: 16px;
}
.header-donate a:hover{
    background: url('library/images/donate-background-hover.png') no-repeat -0px -97px;
}
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 99999;
    border-top: 0;
}



.header-logo {
    background: url('library/images/logo-background.png') no-repeat right top;
    position: fixed;
    top: -40px;
    z-index: 999;
}

.header-logo a {
    position: relative;
    height: 195px;
    width: 340px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 999;
}
.home-icon{
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
    margin-right: 70px;
}
.home-icon a{
    display: block;
    background: url('library/images/home-icon.png') no-repeat top left;
    height: 35px;
    width: 33px;
    text-indent: -999px;
    overflow: hidden;
    color: transparent;
     -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
       -o-transition: 0.2s;
        transition: 0.2s;
}
.home-icon a:hover{
    background: url('library/images/home-icon-hover.png') no-repeat top left;
}
.small-header-logo{
    display: none;
    margin: 0 auto;
}
.small-header-logo a{
    display: block;
    color: #282F62;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Oswald';
    width: 180px;
    overflow: hidden;
    left: 50%;
    margin-left: -90px;
    position: fixed;
    margin-top: 8px;
}
.responsive-menu-link{
    display: none;
    float: left;
    height: 40px;
    width: 40px;
    margin-left: 8px;
    background: url('library/images/menu-icon.png') no-repeat top left;
    overflow: hidden;
    text-indent: -9999999px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.responsive-search{
    display: none;
    right: 0px;
    height: 40px;
    width: 40px;
    margin-right: 8px;
    overflow: hidden;
    text-indent: -9999999px;
    margin-top: 4px;
    position: fixed;
    z-index: 999;
    border-radius: 20px;
     -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
       -o-transition: 0.5s;
        transition: 0.5s;
}
.responsive-search.expanded{
    width: calc(100% - 55px);
    background-color: #df920e;

}

.responsive-search-icon{
    display: block;
    float: left;
    background: url('library/images/responsive-search-icon.png') no-repeat top left;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 999;
}
#responsive-search-bar{
    background: none;
    color: #fff;
    border: 0px;
    box-shadow: none;
    display: block;
    float: right;
    position: relative;
    top: -40px;
    padding-left: 40px;
}
.nav-bar-houses{
    background: url('library/images/header-houses.png') no-repeat bottom center;
    width: 253px;
    height: 119px;
    position: fixed;
    left: 50%;
    margin-left: 530px;
    top: 20px;
}
.responsive-nav{
    width: 0%;
    background: #fff;
    position: fixed;
    left: 0px;
    top: 48px;
    z-index: 888;
    box-shadow: 0px 0px 10px #777;
    z-index: 888;
    overflow: hidden;
    height: 100%;
    padding-bottom: 20px;
     -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
       -o-transition: 0.2s;
        transition: 0.2s;
}

.responsive-nav > ul {
    margin-top: 15px !important;
}

.responsive-nav ul{
    margin: 0px;
}
.responsive-nav ul li{
    padding: 0px 0px 10px 10px;
}
.responsive-nav ul li a{
    color: #282F62;
}
.responsive-nav-open{
    width: 85%;
}
.pagenav ul li{
    list-style-type: none;
    display: block;
    position: relative;
    z-index: 888;
}
.pagenav{
    color: #fff;
}
.pagenav ul li ul{
    display: none;
    background: #e4eff8;
     -webkit-transition: max-height 0.2s;
      -moz-transition: max-height 0.2s;
       -o-transition: max-height 0.2s;
        transition: max-height 0.2s;
}
.pagenav ul li ul li ul{
    display: none;
}
.drop-nav{
    display: block;
    float: right;
    position: relative;
    top: 0px;
    background: url('library/images/nav-arrow-down.png') no-repeat right center #e4eff8;
    overflow: hidden;
    text-indent: -999px;
    width: 35px;
    max-height: 30px;
    z-index: 999;
    cursor: pointer;
}
.pagenav ul li ul .drop-nav,
.pagenav ul li ul li ul{
    background-color: #CEE2F2;
}
.pagenav ul li ul li ul .drop-nav,
.pagenav ul li ul li ul li ul{
    background-color: #BED9EE;
}
.drop-down{
    background: url('library/images/nav-arrow-up.png') no-repeat right center #e4eff8;
}
.site-fade{
    display: block;
    position: fixed;
    top: 0px
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 777;
}
/***********************************************************************************************
************************************************************************************************

            *****     ****      ****   ******  *****   *****
            **       **  **    **  **    **    **      **  **
            ****    **    **  **    **   **    ****    *****
            **       **  **    **  **    **    **      ** **
            **        ****      ****     **    *****   **  **

************************************************************************************************
***********************************************************************************************/

.footer {
    background: #f0b310;
    margin: 0px;
}

.footer-top {
    background: url('library/images/footer-top-background.png') no-repeat top center;
    display: block;
    height: 200px;
}
.footer-main{
    margin-top: -155px;
}
.social-icon{
    display: inline-block;
    width: 41px;
    height: 41px;
    text-indent: -999px;
    overflow: hidden;
    border-radius: 3px;
    margin-right: 17px;
     -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
       -o-transition: 0.2s;
        transition: 0.2s;
}
.social-icon.facebook{
    background: url('library/images/facebook-icon.png') no-repeat center center #282f63;
}
.social-icon.twitter{
    background: url('library/images/twitter-icon.png') no-repeat center center #282f63;
}
.social-icon.youtube{
    background: url('library/images/youtube-icon.png') no-repeat center center #282f63;
}
.social-icon:hover{
    background-color: #77afde;
}
.login-title{
    display: block;
    margin-top: 50px;
    font-family: 'Oswald';
    font-weight: 700;
    color: #282f63;
    font-size: 18px;

}

.member-login-button,
.member-registration-button {
    display: block;
}

.member-login-button a,
.member-registration-button a {
    background: #282f62 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    width: 200px;
    text-align: center;
    font-size: 15px;
}

.member-login-button a:hover,
.member-registration-button a:hover {
    color: #F0B310;
    cursor: pointer;
}

.footer-nav *{
    color: #282f63;
}
.footer-nav-title{
    display: block;
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-nav ul{
    margin-left: 0px;
}
.footer-nav ul li{
    list-style-type: none;
    font-family: 'Oswald';
    padding-bottom: 10px;
    font-size: 14px;
    position: relative;
    z-index: 100;
}
.footer-right a{
    display: block;
    background: url('library/images/footer-house.png') no-repeat left top;
    padding: 22px 50px 5px;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #282f63;
    line-height: 100%;
     -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
       -o-transition: 0.2s;
        transition: 0.2s;
}
.footer-right a:hover{
    text-decoration: underline;
    background: url('library/images/footer-house-hover.png') no-repeat left top;
}
.footer-main-base div{
    margin-top: 50px;
    z-index: 30;
}

.footer-main-base .copyright-text{
    line-height: 100%;
    color: #282f63;
    font-family: 'Source Sans Pro';
    font-size: 13px;
}
.footer-bottom {
    background: url('library/images/footer-bottom-background.png') no-repeat bottom center;
    height: 129px;
    margin-top: -66px;
    position: relative;
}
.footer-houses{
    background: url('library/images/header-houses.png') no-repeat bottom center;
    width: 253px;
    height: 119px;
    position: absolute;
    left: 50%;
    margin-left: 530px;
    bottom: 0px;
}
.footer-banner{
    overflow: hidden;
}
.footer-page-banner{
    display: inline-block;
}

/***********************************************************************************************
************************************************************************************************

            **  **    ****    ***   ***  *****
            **  **   **  **   **** ****  **
            ******  **    **  ** *** **  ****
            **  **   **  **   **     **  **
            **  **    ****    **     **  *****

************************************************************************************************
***********************************************************************************************/
.home-banner{
    overflow: hidden;
    width: 100%;
    height: auto;
}
.home-page-banner{
    display: block;
    position: relative;
    text-align: center;

}
.home-page-banner img{
    width: 100%;
    position: relative;
}
.home-page-banner a{
    text-align: left;
    position: absolute;
    top: 50px;
    left: 70px;
    display: block;
    width: 318px;
    height: 310px;
    background: url('library/images/banner-text-background.png');
    background-color: #fff;
    background-color: rgba(255,255,255,0.8);
    border: 2px solid #fff;
    z-index: 20;
    padding: 20px;
     -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
       -o-transition: 0.2s;
        transition: 0.2s;
}
.home-page-banner a span{
    display: block;
    font-family: 'Oswald';
}
.home-page-banner a .banner-title,
.home-page-banner a .banner-description{
    color: #282F62;
    line-height: 120%;
}
.home-page-banner a .banner-title{
    font-weight: 400;
    font-size: 38px;
}
.home-page-banner a .banner-description{
    font-weight: 300;
    font-size: 25px;
}
.home-page-banner a .banner-link{
    color: #77AFDE;
    font-weight: 700;
    text-align: right;
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 25px;
}
.home-page-banner a:hover{
    background-color: #fff;
}
.white-bg{
    background: #fff;
}
.home-content{
    text-align: justify;
    padding: 40px 145px 10px;
}

.home-content p{
    color: #808184;
    font-size: 30px;
    font-family: 'Oswald';

}
.home-color-block{
    background: url('library/images/color-block-background.png') repeat-x #fbfbfb;
    border-bottom: 1px solid #d7d8da;
    padding-top: 40px;
    padding-bottom: 30px;
}
.home-page-links ul li a{
    box-shadow: 10px 10px 10px #dbdbdb;
    display: block;
    padding-bottom: 20px 0px;
    position: relative;
    min-height: 452px;
     -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
       -o-transition: 0.1s;
        transition: 0.1s;
}
.home-page-links ul li a:hover{
    box-shadow: 15px 15px 15px #cbcbcb;
    margin-right: 5px;
    margin-left: -5px;
    margin-top: -5px;
}
.home-page-links ul li img{
    width: 100%;
}
.home-page-links ul li span{
    display: block;
    padding: 0px 10px;
}
.home-page-links ul li .featurebox-title{
    color: #282F62;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Oswald';
    padding: 20px 10px;
}
.home-page-links ul li .featurebox-description{
    color: #959598;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 55px;

}
.home-page-links ul li .featurebox-link-text{
    color: #48484A;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    background: #F1B310;
    margin: 20px 100px 0px 8px;
    position: absolute;
    bottom: 20px;
    border-radius: 3px;

}
.news-content{
    overflow: auto;
}
.home-news{
    overflow: hidden;
    margin-bottom: 30px;
}
.home-news-title{
    display: block;
    font-size: 28px;
    color: #77AFDE;
    font-family: 'Oswald';
    padding-left: 25px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.home-news .news-item{
    display: inline-block;
    padding: 0px;
    margin-right: 80px;
    margin-left: 10px;
    vertical-align: top;
    position: relative;
}

.home-news .news-item a{
    display: block;
    padding-bottom: 50px;
    margin-bottom: 20px;
     -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
       -o-transition: 0.2s;
        transition: 0.2s;
}
.home-news .news-item .news-image img{
    width: 100%;
}
.home-news .news-item .news-title{
    font-size: 20px;
    color: #48484A;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    padding: 0px 10px;
}
.home-news .news-item .news-excerpt{
    font-size: 12px;
    color: #959598;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    padding: 0px 10px;
}
.home-news .news-item .news-link{
    display: block;
    position: absolute;
    bottom: 30px;
    background: #F1B310;
    color: #282F62;
    font-size: 16px;
    font-style: italic;
    font-family: 'Source Sans Pro';
    padding: 5px;
    width: 80%;
    line-height: 100%;
    border-radius: 3px;
    margin-left: 10px;

}
.home-news .slick-prev,
.home-news .slick-next{
    width: 23px;
    height: 37px;
    position: absolute;
    top: 175px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.home-news .slick-prev{
    left: -30px;
    background: url('library/images/news-prev.png') no-repeat right center;
}
.home-news .slick-next{
    right: -10px;
    background: url('library/images/news-next.png') no-repeat right center;
}

.home-news .news-item a:hover{
    box-shadow: 0px 0px 20px #dbdbdb;
}



/***********************************************************************************************
************************************************************************************************

           ****   **  **  ****        **  **    ****    ***   ***  *****
          **      **  **  ** **       **  **   **  **   **** ****  **
            **    **  **  ****        ******  **    **  ** *** **  ****
              **  **  **  ** **       **  **   **  **   **     **  **
           ****    ****   ****        **  **    ****    **     **  *****

************************************************************************************************
***********************************************************************************************/

.subhome-content{
    overflow: hidden;
    padding: 30px 75px 0px 0px;
}
.subhome-text h2{
    font-weight: 400;
    margin-top: 10px;
    font-size: 28px;
}
.subhome-text h2 .bold-text{
    font-weight: 700;
}
.subhome-page-banner img{
    width: 100%;
}
.subhome-page-links ul li a{
    box-shadow: 10px 10px 10px #dbdbdb;
    display: block;
    padding-bottom: 20px;
    position: relative;
    min-height: 400px;
     -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
       -o-transition: 0.1s;
        transition: 0.1s;
}
.subhome-page-links ul li a:hover{
    box-shadow: 15px 15px 15px #cbcbcb;
    margin-right: 5px;
    margin-left: -5px;
    margin-top: -5px;
}
.subhome-page-links ul li img{
    width: 100%;
}
.subhome-page-links ul li span{
    display: block;
    padding: 0px 10px;
}
.subhome-page-links ul li .featurebox-title{
    color: #282F62;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Oswald';
}
.subhome-page-links ul li .featurebox-description{
    color: #959598;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 35px;

}
.subhome-page-links ul li .featurebox-link-text{
    color: #48484A;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    background: #F1B310;
    margin-left: 10px;
    position: absolute;
    bottom: 20px;
    border-radius: 3px;

}
.media-bar{
    margin-top: 50px;
    margin-bottom: 30px;
    display: block;
    overflow: auto;
    background-color: #E6E7E8;
    padding: 20px 20px 10px 10px;
    text-align: left;
}
.social-media-share{
    float: left;
}
.addThis{
    float: left;
}
._51m-{
    display: none!important;
}
.print{
    float: right;
    background: url('library/images/print-icon.png') no-repeat left center;
    padding-left: 35px;
    text-align: right;
     -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
       -o-transition: 0.2s;
        transition: 0.2s;
}
.print:hover{
    background: url('library/images/print-icon-hover.png') no-repeat left center;
    color: #282f62;
}
.related-title{
    font-family: 'Oswald';
    color: #77AFDE;
    font-size: 20px;
    font-weight: 700;
}
.related-item{
    background: #E6E7E8;
    display: table-row;
     -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
       -o-transition: 0.2s;
        transition: 0.2s;

}
.related-item .related-image{
    display: table-cell;
    margin: 10px;
    vertical-align: middle;
    margin-right: 0px;
    padding-right: 20px;
    min-width: 55px;
}
.related-item .related-description{
    display: table-cell;
    vertical-align: middle;
    padding: 10px 10px 10px 0px;
    line-height: 120%;
    color: #504E4F;
}

.related-item:hover{
    background: #ccc;
}
.sidebar-item{
    display: block;
    overflow: auto;
    background: #fff;
    margin-left: 15px;
}
.sidebar-item .sidebar-title{
    display: block;
    border: 1px solid #77AFDE;
    color: #282F62;
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 28px;
    padding: 20px 10px 50px 10px;
    line-height: 120%;
     -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
       -o-transition: 0.2s;
        transition: 0.2s;

}
.sidebar-item .sidebar-link-text{
    display: block;
    background: #77AFDE;
    color: #fff;
    font-family: 'Source Sans Pro';
    border-radius: 5px;
    margin: -30px 10px 10px 10px;
    padding: 10px 5px 5px;
    text-align: center;
     -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
       -o-transition: 0.2s;
        transition: 0.2s;
}
.sidebar-item:hover .sidebar-title{
    border-color: #EEB111;
}
.sidebar-item:hover .sidebar-link-text{
    background: #EEB111;
}

.subhome-sidebar-links iframe {
    width: 100% !important;
}









/***********************************************************************************************
************************************************************************************************

            ****   *****  ***   **   *****  *****    ****   **
           **  **  **     ****  **   **     **  **  **  **  **
           **      ****   ** ** **   ****   *****   ******  **
           ** ***  **     **  ****   **     ** **   **  **  **
            ****   *****  **   ***   *****  **  **  **  **  *****

************************************************************************************************
***********************************************************************************************/

.breadcrumb a{
    color: #48484A;
}
.breadcrumb .current{
    font-weight: 700;
    color: #77AFDE;
}
.general-content{
    overflow: auto;
    padding: 30px 75px 20px 0px;
}
.side-menu{
    margin-bottom: 20px;
}
.side-menu ul{
    //border-bottom: 1px solid #8D837D;
    margin-bottom: 0px;
}
.side-menu ul.parent-of-sidebar{
    border: 0px;
    margin-bottom: 0px;
}
.side-menu ul li{
    list-style-type: none;
    //border-top: 1px solid #8D837D;
}
.side-menu ul li a{
    color: #48484A;
    line-height: 120%;
    padding: 10px;
    display: block;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
.side-menu ul li a.has-children{
    background: url('library/images/nav-arrow.png') no-repeat right center;
}
.side-menu ul li a.selected{
    color: #77AFDE;
}
.side-menu ul li a:hover{
    color: #77AFDE;
}
.side-menu ul li a.selected-ancestor.has-children,
.side-menu ul li a.sidebar-parent{
    background: url('library/images/nav-arrow-down.png') no-repeat right center #e4eff8;
    padding-right: 30px;
}
.side-menu ul li ul{
    margin: 0px;
    border-bottom: 0px;
}
.default-title{
    font-size: 32px;
    border-bottom: 5px solid #77AFDE;
    margin: 20px 0px;
}

.default-title h2 {
    font-size: 29px;
}
.alignleft{
    float: left;
    margin-right: 10px;
}
.aligncenter{
    margin: 0 auto;
    display: block;
}
.alignright{
    float: right;
    margin-left: 10px;
}
#tab-description,
#tab-reviews{
    padding: 10px!important;
}
.visual-form-builder *{
    color: #77AFDE!important;
}
.addthis_button_tweet{
    margin-right: -30px;
}
.addthis_button_google_plusone{
margin-right: -25px;}

.intro-description{
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 120%;
}
.general-content .default-text form#signup p{
    display: none;
}




.section-summary {
    padding: 15px 35px;
}

.section-summary ul {
    margin-bottom: 0px;
}

.section-summary li {
    margin-bottom: 5px;
}

.section-summary .title {
    display: block;
    float: left;
}

.section-summary .page-description {
    font-size: 12px;
    color: #48484a;
    display: block;
}

.section-summary .post-date {
    font-size: 12px;
    color: #48484a;
    display: block;
    font-style: italic;
}

.section-summary .link-details {
    display: inline;
}

.section-summary .requires-images li {
    list-style-type: none;
    padding-bottom: 5px;
    clear: both;
}

.section-summary .requires-images ul {
    margin: 0px;
}

.section-summary .requires-images a {
    display: block;
}

.section-summary .requires-images .link-image {
    float: left;
    padding-right: 15px;
    padding-bottom: 10px;
}

.section-summary .requires-images .link-image img {
    max-width: 100px;
}

.section-summary .requires-images .link-details {
    padding-left: 15px;
    display: block;
}

.section-summary .requires-images .title {
    display: block;
    float: none;
    padding-top: 5px;
    font-size: 12px;
}

.section-summary .requires-images .page-description {
    display: block;
}
.library-form input,
.library-form select{
    width: 240px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    border: 0px;
    padding: 0px;
    box-shadow: none;
    background-color: #F0CA5D;
    margin: 10px 5px;
}
.library-form input[type='text']{
    width: 493px;
    padding: 0 5px;
}
.post-type-archive-project .library-form input[type='text']{
    width: 240px;
}
.library-form input:focus,
.library-form select:focus{
    box-shadow: none;
    background-color: #F0CA5D;
}
.library-form input[type='submit']{
    background-color: #282f63;
    color: #fff;
    text-transform: capitalize;
}
.library-form input[type='submit']:hover{
    cursor: pointer;
    color: #F0CA5D;
}
.library-text{
    margin: 10px 0px 0px 0px;
    border-bottom: 1px solid #F0CA5D;
}
.library-text h2{
    font-size: 18px;
    padding: 0px;
    margin: 0;
}
.library-text a{
    display: block;
}
.library-text a p{
    font-size: 16px;
    color: #646464;
    line-height: 27px;
}

.library-text img {
    float: left;
    max-width: 150px;
}

.back-events{
    display: block;
    text-align: right;
    font-family: 'Oswald', sans-serif;
}

.news-sidebar{

        -webkit-transition: 2s ease;
        -moz-transition: 2s ease;
        -o-transition: 2s ease;
        transition: 2s ease;
}
.news-sidebar h3,
.news-sidebar h4{
    cursor: pointer;
}
.news-sidebar h3:hover,
.news-sidebar h4:hover{
    color: #ef3f9f;
}
.news-sidebar ul{
    list-style-type: none;
    overflow: hidden;
    //border: 1px solid #000;
}
.news-sidebar ul li{
    overflow: hidden;
    //border: 1px solid #000;
}
.news-sidebar ul li ul{
    display: none;
}
.news-sidebar ul li.active ul{
    display: block;
}
.news-sidebar ul li ul li ul{
    display: none;
}
.news-sidebar ul li.active ul li ul{
    display: none;
}
.news-sidebar ul li.active ul li.active ul{
    display: block;
}

ul.pagination {
    margin-top: 5px;
}

ul.pagination li a {
    color: #000000;
}

ul.pagination li.grayed-out {
    color: #aaaaaa;
    margin-top: 1px;
}

.breadcrumb {
    margin-bottom: 20px;
}

.post-type-archive-news .content h2 {
    font-size: 18px;
}

.post-type-archive-news .panel {
    border-style: solid;
    border-width: 0px;
    border-color: #d8d8d8;
    margin-bottom: 0px;
    background: #fff;
    border-bottom: solid 1px #d6e7f5;
    color: #333333;
    padding-bottom: 18px;
}

.iframe-content {
    padding: 20px;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.simplr-clr {
    clear: both;
}

#simplr-reg .submit {
    display: block;
}

.teaser-container {
    padding: 20px 0;
    color: #282f62;
    font-family: "Oswald",sans-serif;
    font-weight: normal;
}

/***********************************************************************************************
************************************************************************************************

    *****   *****   ****   *****     ****    ***   **   ****   ******  **      **  *****
    **  **  **     **      **  **   **  **   ****  **  **        **     **    **   **
    *****   ****     **    *****   **    **  ** ** **    **      **      **  **    ****
    ** **   **         **  **       **  **   **  ****      **    **       ****     **
    **  **  *****   ****   **        ****    **   ***   ****   ******      **      *****

************************************************************************************************
***********************************************************************************************/


@media screen and (max-width:1140px) {
    .home-icon{
        margin-right: 20px;
    }
}
@media screen and (max-width:1090px) {
    .header-nav ul{
        padding-right: 0px;
    }
}
@media screen and (max-width:1024px) {
    .home-icon{
        display: none;
    }
    .home-page-banner .home-banner-link{
        height: 100%;
        top: 0px;
        left: 0px;
    }
    .home-page-banner .home-banner-link .banner-title{
        font-size: 26px;
    }
    .home-page-banner .home-banner-link .banner-description{
        font-size: 20px;
    }
    .subhome-content,
    .general-content{
        padding-right: 0px;
    }
}

@media screen and (max-width:991px) {
    .top-header{
        padding-left: 300px;
    }
    .header-donate a{
        margin-right: -70px;
    }
    .viewing-options,
    .header-search{
        margin-right: 10px;
    }
}
@media screen and (max-width:942px) {
    .header-nav ul li{
        margin-right: 10px;
    }
}
@media screen and (max-width:821px) {
    .header-donate a{
        background: #F1B310;
        border-radius: 5px;
        line-height: 100%;
        padding: 5px;
        color: #48484a;
        text-transform: lowercase;
        font-family: 'Source Sans Pro';
        font-size: 16px;
        font-weight: 400;
        width: auto;
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 26px;
    }
    .header-donate a:hover{
        background: #F1B310;
        color: #77AFDE;
    }
    .header-nav ul li{
        margin-right: 0px;
    }
    .header-nav ul li a{
        font-size: 20px;
    }

}
@media screen and (max-width:715px) {
    .header-logo,
    .top-header,
    .header-nav{
        display: none;
    }
    .navigation-bar{
        background: #F1B310;
    }
    .responsive-menu-link,
    .small-header-logo{
        display: block;
    }
    body{
        padding-top: 48px;
    }
    .responsive-search{
        display: inline-block;
    }
    .home-content{
        padding: 10px;
    }

    .home-page-banner a{
        position: relative;
        top: auto;
        left: 0px;
        margin: 0px;
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        margin-bottom :5px;
    }
    .responsive-nav{
        overflow: scroll;
    }
    .home-content p{
        font-size: 20px;
    }


}

/*****ADDED BY RIT******/
.side-menu ul li a {    font-size: 11pt;    font-family: 'Source Sans Pro', sans-serif;}
p, ul, ol, dl, .library-text a p {
    font-family: Source Sans Pro;
    font-size: 16px;
    line-height: 150%;
}



.default-title h2 {
    font-size: 16pt;
}
 
.responsive-menu li {
    list-style: none;
}

/*.responsive-menu > li > ul {height:0; opacity:0; visibility:hidden;  transition: visibility 0s, opacity 0.1s linear; }

.responsive-menu > li:hover > ul {height:auto; opacity:1; visibility:visible;}

.responsive-menu > li > ul > li > ul {height:0; opacity:0; visibility:hidden;   transition: visibility 0s, opacity 0.1s linear; }

.responsive-menu > li > ul > li:hover > ul {height:auto; opacity:1; visibility:visible;}*/


.responsive-nav-open {
    width: 60%;
}

.post-type-archive-news .content h2 {
    font-size: 16pt;
}

.post-type-archive-news .panel {
    font-size: 10pt;
    line-height: 150%;
}

.subhome-page-links ul li .featurebox-title, .home-page-links ul li .featurebox-title {
    font-size: 16pt;
    line-height: 150%;
}

.subhome-page-links ul li .featurebox-description, .home-page-links ul li .featurebox-description {
    font-size: 10pt;
    line-height: 150%;
}

#responsive-menu {top:48px !important}

#click-menu img, #click-menu .threeLines {    height: 21px !important}

.single-post .post-thumbnail {    max-width: 210px;}

article h2 a {
    font-size: 14pt;
}
.single-post .content h2 {
    font-size: 14pt;
    margin-top: 20px;
}

.blog .side-menu h3, .single-post .side-menu h3, .category .side-menu h3 {
    display: none;
}

.category h1, .category h2, .blog h1, .blog h2, .single-post h1, .single-post h2 {
    font-size: 14pt;
    margin-bottom: 20px;
}


.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {    border-color: transparent !important; background:transparent !important; top:0px !important}

.responsive-tabs .responsive-tabs__list__item {margin: 1px 12.5px 0 0 !important;
padding: 11px 2px !important;}

.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover, .responsive-tabs .responsive-tabs__list__item:hover {    color: #77AFDE !important;
    font-weight: bold !important;}

.responsive-tabs .responsive-tabs__list__item{color: #282F62;     font-weight: bold !important;}

.responsive-tabs .responsive-tabs__panel {
padding: 10px 15px 0 !important;
    border: 0px !important;}


.responsive-tabs a{
    color: #48484A;
    line-height: 120%;
    display: block;
    font-size: 15px;
    font-weight: 700;
    font-size: 11pt;
    font-family: 'Source Sans Pro', sans-serif;
}

.responsive-tabs li{
    color: #48484A;
    line-height: 120%;
    display: block;
    font-size: 15px;
padding: 5px 0;
    font-weight: 700;
    font-size: 11pt;
    font-family: 'Source Sans Pro', sans-serif;
}

.responsive-tabs a:hover {color: #77AFDE;}
.responsive-tabs ul{ list-style: outside none none;
margin-left: 0px;}
.responsive-tabs {margin-top: -35px;}

@media screen only and (min-width:767px){
.tabcontent {
min-height:350px !important}}

