/*!
Theme Name: Dietitians NZ
Theme URI: http://underscores.me/
Author: Jessica Christini
Author URI: http://creativem.co.nz
Description: Custom theme for Dietitians NZ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cmnzdnz
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Dietitians NZ is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300i,400,700");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

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

td, th { padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea { color: #404040; font-family: sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5; }

h1, h2, h3, h4, h5, h6 { clear: both; }

p { margin-bottom: 1.5em; }

dfn, cite, em, i { font-style: italic; }

blockquote { margin: 0 1.5em; }

address { margin: 0 0 1.5em; }

pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }

code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; }

abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }

mark, ins { background: #fff9c0; text-decoration: none; }

big { font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html { box-sizing: border-box; }

*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; }

body { background: #fff; /* Fallback for when there is no custom background color defined. */ }

blockquote, q { quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }

hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }

ul, ol { margin: 0 0 1.5em 3em; }

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; }

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }

figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ }

table { margin: 0 0 1.5em; width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #262c36; border-radius: 0px; background: #262c36; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 16px; font-size: 1rem; line-height: 1; padding: .6em 1em .8em; }
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; }
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #aaa #bbb #bbb; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px; }
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; }

select { border: 1px solid #ccc; }

textarea { width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a { color: #81bd73; }
a:visited { color: #81bd73; }
a:hover, a:focus, a:active { color: #378726; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation { clear: both; display: inline-block; vertical-align: top; width: 75%; padding-left: 60px; }
.main-navigation li { float: left; position: relative; }
.main-navigation li:hover > a, .main-navigation li.focus > a { border-color: #171812; }
.main-navigation a { display: block; text-decoration: none; color: #000; text-transform: uppercase; padding: 7px 15px; border: 1px solid transparent; }
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a { border-color: #171812; font-weight: bold; }
.main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; }
.main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 40px; left: -999em; z-index: 99999; background: #fff; padding: 7px 0; }
.main-navigation ul ul ul { left: -999em; top: 0; }
.main-navigation ul ul li { padding: 0 10px; }
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; }
.main-navigation ul ul a { width: 200px; border: none; border-bottom: 1px solid transparent; }
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a { border-color: #171812; }
.main-navigation ul ul .current-menu-item a { border-color: #171812; }
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; }

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul { display: block; }

.menu-toggle { margin-bottom: .5em; }

@media screen and (min-width: 805px) { .menu-toggle { display: none; }
  .main-navigation ul { display: block; } }
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

#secondary .widget_nav_menu a, .widget_archive a, .widget_categories a, .widget_recent_entries a, .woocommerce-MyAccount-navigation a { color: #000; text-transform: uppercase; font-weight: bold; border: 1px solid transparent; border-left: none; display: block; padding: 7px 12px; }
#secondary .widget_nav_menu a:hover, #secondary .widget_nav_menu a:focus, .widget_archive a:hover, .widget_archive a:focus, .widget_categories a:hover, .widget_categories a:focus, .widget_recent_entries a:hover, .widget_recent_entries a:focus, .woocommerce-MyAccount-navigation a:hover, .woocommerce-MyAccount-navigation a:focus { border-color: #171812; }
#secondary .widget_nav_menu .current-menu-item a, .widget_archive .current-menu-item a, .widget_categories .current-menu-item a, .widget_recent_entries .current-menu-item a, .woocommerce-MyAccount-navigation .current-menu-item a { border-color: #171812; }
#secondary .widget_nav_menu .current-menu-item ul a, .widget_archive .current-menu-item ul a, .widget_categories .current-menu-item ul a, .widget_recent_entries .current-menu-item ul a, .woocommerce-MyAccount-navigation .current-menu-item ul a { border-color: transparent; }
#secondary .widget_nav_menu .current-menu-item ul a:hover, #secondary .widget_nav_menu .current-menu-item ul a:focus, .widget_archive .current-menu-item ul a:hover, .widget_archive .current-menu-item ul a:focus, .widget_categories .current-menu-item ul a:hover, .widget_categories .current-menu-item ul a:focus, .widget_recent_entries .current-menu-item ul a:hover, .widget_recent_entries .current-menu-item ul a:focus, .woocommerce-MyAccount-navigation .current-menu-item ul a:hover, .woocommerce-MyAccount-navigation .current-menu-item ul a:focus { border-color: #171812; }
#secondary .widget_nav_menu ul, .widget_archive ul, .widget_categories ul, .widget_recent_entries ul, .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; border-left: 1px solid #171812; }
#secondary .widget_nav_menu ul ul, .widget_archive ul ul, .widget_categories ul ul, .widget_recent_entries ul ul, .woocommerce-MyAccount-navigation ul ul { border-left: none; }
#secondary .widget_nav_menu ul ul a, .widget_archive ul ul a, .widget_categories ul ul a, .widget_recent_entries ul ul a, .woocommerce-MyAccount-navigation ul ul a { text-transform: none; font-weight: normal; }

.widget_archive a, .widget_categories a, .widget_recent_entries a, .woocommerce-MyAccount-navigation a { text-transform: initial; font-weight: normal; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus { outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ }
.widget select { max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky { display: block; }

.hentry { margin: 0 0 1.5em; }

.byline, .updated:not(.published) { display: none; }

.single .byline, .group-blog .byline { display: inline; }

.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; }

.page-links { clear: both; margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }

.wp-caption-text { text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body { font-family: 'Open Sans', sans-serif; color: #000; }

h1, h2, h3, h4, h5, h6 { margin: 0; margin-bottom: .5em; font-weight: bold; }

h1 { color: #378726; font-weight: normal; text-transform: uppercase; }

h2 { color: #378726; font-weight: bold; font-size: 1.6em; }

h3 { color: #000; font-size: 1.4em; }

h4 { color: #000; font-size: 1.2em; }

h5 { color: #378726; font-size: 1em; }

h6 { color: #000; font-size: 1em; }

a { text-decoration: none; }

ul, ol { margin-left: 0; }

p { margin-top: 0; }

.content-wrap { width: 100%; max-width: 1170px; margin: 0 auto; }

.inside { padding: 0 15px; }

.btn { color: #fff; background: #378726; padding: 6px 10px; font-weight: bold; text-transform: uppercase; }

#masthead { position: fixed; width: 100%; z-index: 2; }

#top-bar { background: #262c36; color: #969ca5; height: 40px; }
#top-bar p { margin: 0; line-height: 40px; }
#top-bar .content-wrap { text-align: right; position: relative; }
#top-bar .top-item { display: inline-block; vertical-align: top; height: 40px; color: #adadad; text-transform: uppercase; }
#top-bar .top-item a { color: #adadad; font-weight: normal; }
#top-bar #top-donate { background: #f8e20e url("img/donate-icon.png") center left no-repeat; background-size: 55px; margin-right: 1em; }
#top-bar #top-donate-btn { padding: 0 10px 0 50px; line-height: 40px; color: #000; font-weight: bold; }
#top-bar #top-login, #top-bar #top-search { line-height: 40px; }
#top-bar #login-trigger { cursor: pointer; }
#top-bar #login-trigger i { color: #fff; padding-right: 10px; border-right: 1px solid #fff; }
#top-bar #top-search { margin-left: 10px; }
#top-bar #search-trigger { cursor: pointer; color: #fff; }

.search-form input[type="search"] { border-radius: 0; border: 1px solid #262c36; height: 35px; color: #000; }
.search-form input[type="submit"] { background: #262c36; border: none; border-radius: 0; margin-left: -4px; height: 35px; }

#search-bar { display: none; position: absolute; left: 0; width: 100%; text-align: center; background: #969ca5; border: 1px solid #262c36; border-top: none; padding: 40px 40px 35px; z-index: 2; }
#search-bar input[type="search"] { width: 90%; }
#search-bar input[type="submit"] { color: #fff; text-transform: uppercase; margin-left: -5px; }

#loginform { background: #767c86; padding: 15px 15px 0; border: 1px solid #262c36; border-bottom: none; overflow: auto; }
#loginform p { margin-bottom: 0; line-height: 1.5; }
#loginform .login-username, #loginform .login-password { margin-bottom: .5em; }
#loginform input[type="text"], #loginform input[type="password"] { width: 100%; border-radius: 0; border: 1px solid #262c36; }
#loginform .login-submit { text-align: right; }

.sidebar_login_links { background: #767c86; padding: 15px 15px 1.5em 2.5em; border: 1px solid #262c36; border-top: none; margin-bottom: 0; }

#login-bar { display: none; position: absolute; right: 30px; text-align: left; text-indent: -9999px; z-index: 2; width: 260px; color: #000; font-size: 0.9em; }
#login-bar a { color: #000; font-weight: bold; }
#login-bar * { text-indent: 0; }
#login-bar .sidebar_login_links:only-child, #login-bar #loginform { margin-top: -1.5em; border-top: 1px solid #262c36; }

#btm-bar { background: #fff; background: rgba(255, 255, 255, 0.6); padding: 30px 0 20px; }
#btm-bar .site-branding { display: inline-block; }

.site-title { margin-bottom: 0; }

.metaslider { padding-top: 40px; height: 600px; }

#primary { width: 100%; padding: 7px 15px; }

#primary, #secondary { padding-top: 40px; }

.multi #primary, .blog #primary, .single-post #primary, .archive #primary, .single-product #primary, .single-job_listing #primary { width: 80%; float: right; }
.multi #secondary, .blog #secondary, .single-post #secondary, .archive #secondary, .single-product #secondary, .single-job_listing #secondary { width: 20%; float: left; }

.events-archive #primary, .single-tribe_events #primary { width: 100%; }

.banner { height: 290px; background-size: cover; background-position: center; background-repeat: no-repeat; }

.cm-half { display: inline-block; vertical-align: top; width: 48%; }

#tribe-events-content .tribe-events-calendar thead th { background-color: #378726; border-color: #378726; }
#tribe-events-content .tribe-events-calendar td { border-color: #378726; }
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-daynum-] { background-color: #767c86; }
#tribe-events-content .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] { background-color: #adadad; }
#tribe-events-content .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active { background-color: #378726; }
#tribe-events-content .tribe-events-tooltip h4 { color: #378726; }
#tribe-events-content .mobile-active:hover { background-color: #378726 !important; }

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a { background-color: #378726; }

.accords h2 { color: #fff; text-transform: none; padding: 6px 10px; margin-bottom: 0; cursor: pointer; font-size: 1em; font-weight: normal; }
.accords h2 span { cursor: pointer; }
.accords h2.ui-state-default { background-color: #767c86; border-top: 1px solid #171812; }
.accords h2.ui-state-default:first-child { border-top: none; }
.accords h2.ui-state-active { background-color: #378726; border-color: #378726; }
.accords .ui-accordion-content { border: 1px solid #378726; border-top: none; border-bottom: none; padding: 6px 10px; }
.accords .ui-accordion-content:last-child { border-bottom: 1px solid #378726; }

#slide-overlay { position: absolute; width: 100%; top: 220px; text-align: center; }
#slide-overlay .fp-header { text-align: center; text-transform: uppercase; color: #fff; border: 1px solid #fff; background: #969ca5; background: rgba(38, 44, 54, 0.7); font-size: 1.56em; letter-spacing: 5px; font-weight: normal; padding: 10px 40px; display: inline-block; }
#slide-overlay .content-text { color: #fff; text-transform: uppercase; font-size: 1.4em; margin-top: 1em; }

#fad-wrap, #fac-wrap { width: 470px; border: 1px solid #262c36; background: #fff; background: rgba(255, 255, 255, 0.8); padding: 30px 40px; margin: 35px auto; }
#fad-wrap h2, #fac-wrap h2 { text-transform: uppercase; font-size: 1.2em; border-bottom: 1px solid #000; padding-bottom: 0.5em; }
#fad-wrap select, #fac-wrap select { border: 1px solid #171812; width: 100%; color: #000; padding: 8px; }

.fad-page #fad-wrap, .fad-page .fad-text { display: inline-block; vertical-align: top; }
.fad-page #fad-wrap { text-align: center; background: #efefef; margin: 0; margin-right: 1em; margin-bottom: 2em; }
.fad-page #fad-wrap h2 { color: #000; }

.fad-dietitian, .fac-dietitian { border: 1px solid #171812; padding: 15px 20px; margin-bottom: 1em; }
.fad-dietitian h2, .fac-dietitian h2 { text-transform: uppercase; }
.fad-dietitian h2, .fad-dietitian h3, .fad-dietitian p, .fac-dietitian h2, .fac-dietitian h3, .fac-dietitian p { margin-bottom: 5px; }
.fad-dietitian .d-details, .fad-dietitian .map, .fad-dietitian .d-address, .fad-dietitian .d-deets, .fac-dietitian .d-details, .fac-dietitian .map, .fac-dietitian .d-address, .fac-dietitian .d-deets { display: inline-block; vertical-align: top; }
.fad-dietitian .d-details, .fac-dietitian .d-details { width: 100%; }
.fad-dietitian .d-address, .fad-dietitian .d-deets, .fac-dietitian .d-address, .fac-dietitian .d-deets { width: 48%; }
.fad-dietitian .d-address a, .fad-dietitian .d-deets a, .fac-dietitian .d-address a, .fac-dietitian .d-deets a { color: #000; }
.fad-dietitian .d-blurb, .fac-dietitian .d-blurb { margin-top: .5em; }
.fad-dietitian .d-deets, .fac-dietitian .d-deets { padding-left: 1%; }
.fad-dietitian .d-address, .fac-dietitian .d-address { margin-right: 1%; padding-right: 1%; border-right: 1px solid #171812; }

#cta-section .cta { display: inline-block; vertical-align: top; width: 33%; padding: 0 20px; }
#cta-section a { padding: 15px 30px; border: 1px solid #262c36; background: #fff; background: rgba(255, 255, 255, 0.8); color: #000; text-transform: uppercase; width: 100%; display: block; font-weight: bold; }
#cta-section a i { color: #378726; font-size: 1.4em; }

#cards { margin-top: 35px; }

#fp-feats .fp-feat { display: inline-block; vertical-align: top; width: 33.3%; padding: 50px 20px; background: #e5f8e1; margin-left: -4px; }
#fp-feats .fp-feat:first-child { margin-left: 0; }
#fp-feats .fp-feat .feat-wrap { background: #fff; border: 1px solid #378726; text-align: center; box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4); }
#fp-feats .fp-feat .feat-wrap ul, #fp-feats .fp-feat .feat-wrap ol { text-align: left; }
#fp-feats .fp-feat h2 { border-bottom: 1px solid #378726; padding: 8px 30px 10px; text-transform: uppercase; font-size: 1em; }
#fp-feats .fp-feat h2 a { color: #000; }
#fp-feats .fp-feat h2 a i { color: #378726; font-size: 1.4em; }
#fp-feats .fp-feat .feat-content { padding: 20px 30px; }
#fp-feats .fp-feat .feat-btn { display: block; padding: 20px 0; color: #fff; font-weight: bold; text-transform: uppercase; background: #378726; }
#fp-feats .fp-feat:nth-child(even) { background: #d8d8d8; }
#fp-feats .fp-feat:nth-child(even) .feat-wrap { border: 1px solid #474f5c; }
#fp-feats .fp-feat:nth-child(even) h2 { border-bottom: 1px solid #474f5c; }
#fp-feats .fp-feat:nth-child(even) .feat-btn { background: #474f5c; }

#donation { padding: 60px 0 50px; }
#donation .inside { padding: 0 60px; }

.quote-sect { display: inline-block; vertical-align: top; margin-left: -5px; }
.quote-sect:first-child { margin-left: 0; }

#don-wrap { margin-bottom: 80px; }

#don-left, #don-right { font-family: "FontAwesome"; color: #efefef; font-size: 3.4em; width: 15%; }

#don-left i { vertical-align: top; }

#don-right { vertical-align: bottom; text-align: right; }
#don-right i { vertical-align: bottom; }

#don-quote { width: 70%; text-align: center; }
#don-quote emph { color: #378726; font-size: 1.3em; font-style: italic; }

#don-btn { text-align: center; height: 62px; }
#don-btn a { display: inline-block; text-transform: uppercase; color: #474f5c; }
#don-btn a .support { background: #f8e20e url("img/donate-icon.png") left center no-repeat; background-size: 80px; background-position: 10px; padding: 20px 30px 20px 80px; }
#don-btn a .gray { background: #474f5c; color: #fff; font-weight: bold; padding: 20px 25px; }

.staff-member { border: 1px solid #171812; padding: 10px 16px; margin-bottom: 1em; }
.staff-member .staff-photo, .staff-member .staff-details { display: inline-block; vertical-align: top; }
.staff-member .staff-details { margin-left: 1%; }

.partner { display: inline-block; vertical-align: top; width: 32%; margin-right: 1%; margin-bottom: 1em; }

.nyp-product .woocommerce-product-gallery, .product_cat-membership .woocommerce-product-gallery, .product_cat-event .woocommerce-product-gallery, .product_cat-conference-2018 .woocommerce-product-gallery { display: none; }
.nyp-product .summary, .product_cat-membership .summary, .product_cat-event .summary, .product_cat-conference-2018 .summary { width: 100% !important; }

.product_cat-conference-2018 .onsale { display: none; }

.tax-product_cat.term-membership .woocommerce-result-count, .tax-product_cat.term-membership .woocommerce-ordering { display: none; }

.related, .additional_information_tab, .woocommerce-Tabs-panel--additional_information { display: none !important; }

.wc-memberships-member-discount-message { display: none; }

.member-area { display: inline-block; vertical-align: top; width: 48%; margin-right: 1%; margin-bottom: 1em; }

.mem-btn { color: #fff !important; font-weight: bold; font-size: 1.2em; display: inline-block; vertical-align: top; margin-right: 1em; margin-bottom: 1em; padding: 6px 10px; background: #378726; cursor: pointer; }
.mem-btn:visited, .mem-btn:hover { color: #fff; }

.super-list { padding-top: 200px; margin-top: -200px; }

.resource-single { margin-bottom: 1em; border: 1px solid #000; padding: 14px 20px; }
.resource-single p { margin-bottom: .5em; }
.resource-single h3 { color: #378726; text-transform: uppercase; font-size: 1.1em; }
.resource-single .res-btn { background: #378726; color: #fff; display: inline-block; padding: 14px 20px; text-transform: uppercase; text-align: center; font-weight: bold; }

ul.job_listings { margin-top: 1em !important; border-top: none; }
ul.job_listings li.job_listing { display: inline-block; vertical-align: top; width: 48%; margin-right: 3%; margin-bottom: 1em; border: 1px solid #171812; }
ul.job_listings li.job_listing:nth-child(even) { margin-right: 0; }
ul.job_listings li.job_listing h3 { color: #378726; text-transform: uppercase; font-size: 1.6em !important; margin-bottom: 10px !important; }
ul.job_listings li.job_listing strong, ul.job_listings li.job_listing .tagline { color: #000; }
ul.job_listings li.job_listing .tagline { display: block; margin-left: 0 !important; }
ul.job_listings li.job_listing a { padding: 0; }
ul.job_listings li.job_listing a div.position, ul.job_listings li.job_listing a div.location, ul.job_listings li.job_listing a ul.meta { width: 100%; padding: 0; }
ul.job_listings li.job_listing a div.position { padding: 14px 20px 0; }
ul.job_listings li.job_listing a div.location { padding: 0 20px 14px; color: #000 !important; }
ul.job_listings li.job_listing a ul.meta { border-top: 1px solid #171812; padding: 14px 20px; color: #000; }
ul.job_listings .company_logo { display: none; }

table { border-collapse: collapse; }
table th { text-align: left; }
table td, table th { padding: 3px 5px; }
table th.title-header { background: #378726; border-color: #378726; color: #fff; text-align: center; }

table, tr, td, th { border: 1px solid #171812; }

table.variations tr { border: none; }

#top-footer { background: #969ca5; padding: 60px 0 50px; }
#top-footer a { color: #000; font-weight: bold; }

#btm-footer { background: #262c36; color: #adadad; padding: 30px 0 25px; }
#btm-footer a { color: #fff; font-weight: bold; }
#btm-footer p { margin: 0; }

.footer-w { display: inline-block; vertical-align: top; width: 23%; margin-right: 1%; font-size: 0.9em; }
.footer-w address { font-style: normal; }
.footer-w .search-form { margin-bottom: 2em; }
.footer-w .search-form input[type="submit"] { background: #262c36 url("img/search.png") center center no-repeat; text-indent: -9999px; width: 35px; }

#footer-4 h2 { margin-bottom: 0; background: #262c36; color: #fff; padding: 7px 15px; text-transform: uppercase; font-weight: normal; font-size: 1.5em; }
#footer-4 h2:before { font-family: "FontAwesome"; content: "\f007"; margin-right: 6px; }

#copyright, #social { display: inline-block; vertical-align: top; vertical-align: middle; width: 49%; font-size: 0.8em; }

#social { text-align: right; font-size: 1em; }

.membership-content .woocommerce-info { display: none !important; }

/* CSS Document */
@media screen and (max-width: 1170px) { .site-title { margin-left: 1em; }
  #top-bar #top-search { margin-right: 10px; } }
@media screen and (max-width: 1113px) { .main-navigation { width: 70%; }
  #search-bar input[type="search"] { width: 80%; } }
@media screen and (max-width: 1080px) { .search-form input[type="search"] { width: 80%; } }
@media screen and (max-width: 930px) { .main-navigation { width: 65%; } }
@media screen and (max-width: 880px) { #slide-overlay .content-text { color: #000; }
  #cta-section .cta, #fp-feats .fp-feat { width: 100%; margin-left: 0; }
  #cta-section .cta { margin-bottom: 1em; }
  #cards { margin-top: 175px; } }
@media screen and (max-width: 805px) { #masthead { position: initial; }
  .main-navigation { width: 100%; padding: 0 10px; }
  .site-branding { width: 100%; text-align: center; }
  #slide-overlay { position: initial; padding-top: 20px; top: 0; }
  .metaslider { padding-top: 0; height: auto; }
  #cards { margin-top: 0; }
  .main-navigation li { width: 100%; }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { display: none; }
  .main-navigation ul li.current-menu-item > ul { left: 0; position: initial; box-shadow: none; }
  .main-navigation ul li.current-menu-item:hover > ul, .main-navigation ul li.current-menu-item.focus > ul { display: block; }
  .main-navigation ul ul li { width: 48%; }
  .multi #primary, .blog #primary, .single-post #primary, .archive #primary, .single-product #primary, .single-job_listing #primary { width: 100%; }
  .multi #secondary, .blog #secondary, .single-post #secondary, .archive #secondary, .single-product #secondary, .single-job_listing #secondary { width: 100%; padding: 0 15px; }
  .footer-w { width: 48%; } }
@media screen and (max-width: 740px) { .fad-page #fad-wrap { margin-bottom: 1em; }
  .fad-text { margin-bottom: 2em; } }
@media screen and (max-width: 700px) { .fad-dietitian .d-details, .fac-dietitian .d-details { margin-bottom: .5em; }
  .fad-dietitian .d-details, .fac-dietitian .d-details { width: 100%; }
  .fad-dietitian .map, .fac-dietitian .map { width: auto; } }
@media screen and (max-width: 580px) { .footer-w { width: 100%; margin-right: 0; }
  .fad-dietitian .d-address, .fad-dietitian .d-deets, .fac-dietitian .d-address, .fac-dietitian .d-deets { width: 100%; }
  .fad-dietitian .d-address, .fac-dietitian .d-address { border: none; margin: 0; padding: 0; margin-bottom: .5em; }
  ul.job_listings li.job_listing { width: 100%; } }
@media screen and (max-width: 505px) { #fad-wrap { width: 100%; }
  #don-btn { height: auto; }
  #don-btn span { display: block; }
  .member-area { width: 100%; } }
@media print { #masthead, .banner, #colophon, #secondary { display: none; }
  #primary { width: 100% !important; } }

/*# sourceMappingURL=style.css.map */
