/*--------------------------------------------------------------------
-----------------------------Colors-----------------------------------
----------------------------------------------------------------------
green: #5b5f28;
gray for cb's: #251b20;
gray: #5f6057;
brown: #7EC87E;
----------------------------------------------------------------------
--------------------------------------------------------------------*/


/*--------------------------------------------------------------------
						Fonts, Titles, Text
--------------------------------------------------------------------*/

@import url(//fonts.googleapis.com/css?family=Enriqueta:400,700|Open+Sans:400,600,700);

/* H1 - H6*/

h1,
h2,
h3,
h4,
h5,
h6,
.nav>a {
    margin: 0px;
    padding: 0px;
    font-family: 'Enriqueta' serif;
    font-weight: 700;
    color: #5f6057;
    margin-top: 29px;
    padding-bottom: .25em;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}


/* Others */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

p {
    margin-bottom: 18px;
}

abbr {
    border-bottom: 0px !important;
}

.nav a {
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    /* 	text-transform: uppercase; */
}

#NP .men-level-0 li,
#NP li.dropdown-submenu.open {
    position: relative;
}

#NP .men-level-1 {
    top: 0;
}


/*--------------------------------------------------------------------
						Images/Objects
--------------------------------------------------------------------*/

img {
    border: 0px;
}


/*Icons*/

.icon {
    height: 34px;
    width: 34px;
}


/*Social Media Icons*/


/*Slideshow*/

.front-slide img {
    margin-left: 0px !important;
    margin-right: 0px !important;
    /* overwrites Bootstrap inline style */
}

.carousel-control {
    display: none !important;
    /* overwrites Bootstrap inline style */
}

.slideshow-row img {
    width: 100%;
}


/*buttons*/

.button {
    color: white;
    border: none;
    border-radius: 5px;
    padding: 0px 5%;
    text-align: center;
    background-color: #7C7F53;
    /* Add .text-center in HTML (Bootstrap class for centering text) */
}

.join {
    background-color: #DD4025;
    font-weight: 700;
    font-size: 22px;
    padding: 8% 10% 10%;
    max-width: 150px;
    margin: 0px auto 64px;
}

a.button {
    color: white;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}


/* .button.gift {
    max-width: fit-content;
    margin-left: unset;
    margin-right: unset;
} */


/*Calendar*/


/* links */

a {
    color: #006BB6;
}

a:hover a:active {}


/*--------------------------------------------------------------------
						Header
--------------------------------------------------------------------*/

#head-row {
    margin-top: 15px;
}

#logo-head {
    height: 106px;
    width: auto;
    margin-left: -15px;
}

#wordmark-head {
    width: 458px;
}

#head-row>.col-md-6 {
    padding-top: 15px;
}

.tagline {
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 14px;
    color: #5C6029;
    padding-top: 5px;
    line-height: 20px;
}

.login-form {
    width: auto;
}

.search-wrapper {
    width: auto;
}

.logo-wrapper a {
    /* display:inline; */
}


/* Logo*/

.logo-wrapper a {
    display: block;
}

.top-logo {
    max-width: 729px;
    float: left;
    width: 100%;
    height: auto;
    vertical-align: middle;
}


/* Login, Search, Social Media*/

#searchbox .input-group-addon {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.login-wrapper input,
.search-soc-wrapper input,
.button {
    padding: 6px;
    padding-left: .3em;
    margin: 0px auto;
    border: 1px solid #999;
    width: auto;
    border-radius: 3px;
    min-height: 30px;
}

.login-wrapper input {
    font-size: 12px;
    /* 	height: 30px; */
}

.login-wrapper {
    margin-top: 20px;
}

.login-form input {
    max-width: 135px;
    border: 1px solid #ccc;
}

.forgot-password {
    margin-top: 0px;
    font-size: 12px;
    display: block;
}


/* Search */

.q {
    /* 	border:1px solid #5B5F28; */
}

.input-group-addon {
    color: white;
    background-color: #7C7F53;
    /* 	border: 1px solid #5B5F28; */
    border-left: none;
    font-size:
}

.input-group-addon svg {
    width: 14px;
    height: auto;
}


/*Navigation bar*/

.nav-wrapper {
    padding: 0px;
}

.nav a {
    color: #333;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.navbar-nav>li>a {
    /* Overwrites Bootstrap defaults for media queries */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
}

.nav .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}


/*--------------------------------------------------------------------
						Sidebar
--------------------------------------------------------------------*/

.poison-cb {
    font-size: 11px;
    color: black;
    line-height: 14px;
}

.poison-bg * {
    margin-bottom: 0px;
}

.poison-bg {
    background-color: #A8A4A6;
    padding: 10px;
    margin-bottom: 10px;
}

.poison-hr {
    margin: 0px -10px;
    margin-bottom: 5px;
    border: 1px solid white;
}

.poison-bg p:first-of-type {
    font-size: 13px;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 10px;
}

.poison-bg img {
    margin: 0px auto;
    display: block;
}

.poison-bg p:nth-of-type(2) {
    margin-bottom: 0px;
}

.poison-bg a {
    color: white;
}

.poison-cb a:last-of-type {
    color: #5B5F28;
    line-height: 14px;
}

.directors-cb {
    margin-top: 30px;
}


/*--------------------------------------------------------------------
						Body
--------------------------------------------------------------------*/

#page-body {
    background: #E9E8E9;
    padding: 13px 30px 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin: ;
}


/*Caption Box*/

#slide-row {
    /* position:relative; */
}

.front-slide {
    margin: 0px auto;
    max-width: 921px;
}

.front-secondary-content img {
    margin-bottom: .75em;
    max-width: 100%;
    height: auto;
}

.recent-news {}

.cms-hidden {
    display: none;
}


/*Side Content Boxes*/

.sidebar {
    position: relative;
    margin-bottom: 40px;
}

.sidebar>div,
.sidebar>a>div {
    margin-bottom: 30px;
}

.front-caption {
    background-color: rgba(35, 31, 32, 0.9);
    color: white;
    padding: 20px;
    width: auto;
    z-index: 100;
}

.caption-width {
    width: 255px;
    position: absolute;
    top: 24%;
}

.call-out-box {
    color: #333;
    font-family: Merriweather;
    line-height: 21px;
    padding: 5px 15px;
    background: #90C036;
    box-shadow: 7px 10px 0px rgba(211, 221, 186, 1);
    filter: progid: DXImageTransform.Microsoft.dropshadow(OffX=7, OffY=10, Color='#D3DDBA');
    max-width: 255px;
    z-index: 100;
    position: abosolute;
}

.call-out-box p:last-child,
.call-out-box span {
    color: #333;
    text-transform: uppercase;
    text-align: right;
}

.recent-news .call-out-box {
    float: right;
    margin-bottom: 5px;
    margin-left: 10px;
    width: 50%;
}

.directors-cb {
    padding-top: 15px;
    line-height: 16px
}

.directors-heading {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 3px solid #5F6057;
}

.directors-name {
    font-weight: 600;
    font-size: 14px;
}

.directors-title {
    font-size: 11px;
    margin-bottom: 10px;
}

.directors-title:last-of-type {
    margin-bottom: 0px;
}

.secondary-photo,
.secondary-text {
    padding: 0px;
}

.secondary-text {
    padding-right: 15px;
}


/*--------------------------------------------------------------------
						Footer
--------------------------------------------------------------------*/

.footer-wrapper {
    margin: 0px;
    padding-top: 30px;
    border-top: solid 1px #7d7d7d;
}

.footer-wrapper * {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
}

.about-span {
    margin: -10px auto 10px;
    width: 95%;
    float: none;
    display: block;
    text-align: center;
    line-height: 26px;
}

.about-span a {
    text-transform: uppercase;
}

#blurb-row {
    padding-top: 10px;
}

.footer-blurb-col>p:first-of-type {
    margin-bottom: 5px;
}

.footer-blurb-col>p:last-of-type {
    font-style: italic;
}

.foot-bold {
    font-weight: 800;
    color: #984807;
    text-transform: uppercase;
}

.foot-fb,
.foot-yahoo {
    display: inline-block;
    width: 27px;
    height: 27px;
    vertical-align: text-bottom;
    border-radius: 5px;
    overflow: hidden
}

.foot-yahoo {
    margin-left: -5px;
}

.logo-foot-col {
    min-width: 101px;
}

.foot-logo {
    float: right;
    height: 100px;
    width: auto;
}


/* .footer-blurb-col p:first-of-type::first-line{
	font-weight:800;
	color:#984807;
} */

.copyright {
    font-size: 13px;
    padding-top: 20px;
}


/*--------------------------------------------------------------------
						Utilities
--------------------------------------------------------------------*/

.right {
    float: right;
}

.italic {
    font-style: italic;
}


/*--------------------------------------------------------------------
						CMS/MMS styles
--------------------------------------------------------------------*/

input,
button,
select,
textarea
/*Overwrites Bootstraps line-height inheritence; makes backend inputs huge*/

{
    line-height: 14px;
}

.photo-caption
/*NAMA specific*/

{
    font-style: italic;
    font-size: small;
}

.cms-hidden {
    display: none;
}

.title {
    margin: 2% 0 1%;
}


/*Contact Us Page*/

.contact-wrapper>input,
.contact-wrapper>textarea,
.contact-wrapper [placeholder],
input.captcha {
    /* 	padding: 6px;
	padding-left: .4em;
	margin: 0px auto;
	margin-bottom: 15px;
	border-radius: 3px;
	max-width: 250px;
	width: 75%;
	min-width: 275px;
	color: #333; */
}

.contact-wrapper>textarea {
    width: 100%;
    max-width: 650px;
    height: 200px;
    max-height: 500px;
    color: #333;
}

.submit.button {
    padding: 0px 18px;
}


/*@ placeholder text */

::-webkit-input-placeholder {
    color: #333;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #333;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
}

:-ms-input-placeholder {
    color: #333;
}


/*--MMS-Resets----------------------------------------------------------------------------*/


/* MMS front page */


/*#mheader_5_wrapper tr div{
	background-color:transparent !important;
}*/


/*^removes color bar on CMS titles*/

#content_table td>div>div:last-of-type {
    background-color: transparent !important;
    margin-top: 0px!important;
    margin-left: 0px !important;
}

#content_table tr:first-of-type>td>table a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


/*^aligns links in the Welcome to Members Area to the Title*/


/* CMS front page */

.subhead_d_color {
    background-color: transparent !important;
}


/*^removes color bar on CMS titles*/

.subhead_d_title {
    background-color: transparent !important;
    margin-top: 0px!important;
    margin-left: 0px !important;
}


/*^removes background white and positioning on CMS title*/

.ui-widget-content {
    background-image: none;
}


/*^removes white repeating image from behind Dashboard stats*/


/*----------------------------
	Optional CSS for jquery bits
-----------------------------*/


/* siPlus is used in itemSlider - the script that allows you to minimize/maximize bits- accordion style*/

.siPlus {
    display: inline-block;
    padding-right: 25px;
    float: right;
}

.z-50 {
    position: relative;
    z-index: 50;
}

.z-100 {
    position: relative;
    z-index: 100;
}

@media (min-width: 767px) and (max-width: 989px) {
    /* Style written by client on their own stylesheet is now copied to this stylesheet per client request. */
    .dropdown-menu.men-level-1 {
        left: 0px !important;
    }
    #NP .men-level-1 {
        top: auto;
    }
}