/*
Theme Name: NDN
*/

/**
 * Reset
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #ce486c;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

a:active,
a:hover {
	color: #ce486c; text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

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

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

.alignright { float: right; margin: 0 10px 30px 30px; }

.alignleft { float: left; margin: 0 30px 30px 0; }

/**
 * SITE COLORS
 * -----------------------------------------------------------------------------

Pink: #ce486c

 */


/**
 * TEXT
 * -----------------------------------------------------------------------------
 */

h1 { font: 400 3em "Oswald", Helvetica, sans-serif; color: #ce486c; letter-spacing: -0.02em; padding: 0 0 15px 0; }

h2 { font: 400 2em "Oswald", Helvetica, sans-serif; padding: 0 0 15px 0; }

h3 { font: 400 1.4em "Oswald", Helvetica, sans-serif; margin: 0 0 15px 0; color: #ce486c; }

h4 { font: 400 1.3em "Oswald", Helvetica, sans-serif; color: #ce486c; margin: 0 0 20px 0; }
h4 a { color: #fff; background: #ce486c; padding: 6px 20px; display: inline-block; }
h4 a:hover { background: #3e3e3e; text-decoration: none; }

p { color: #3e3e3e; line-height: 180%; }

.wp-caption-text, .sidebar h3 {
	background: #ce486c;
	color: #fff;
	position: relative;
	z-index: 9999;
	text-transform: uppercase;
	padding: 6px 0;
	text-align: center;
	font: 400 1.3em "Oswald", Helvetica, sans-serif;
	margin: -20px 0 0 6px;
	-ms-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

#content-full ul { list-style-type: disc; padding: 0 0 25px 35px; }

/**
 * STRUCTURE
 * -----------------------------------------------------------------------------
 */

.container { width: 1100px; margin: 0 auto; overflow: hidden; position: relative; }

#page { width: 1100px; margin: 0 auto; overflow: hidden; padding: 30px 0; }

#primary { overflow: hidden; }

#content img, #content-full img { border: 5px solid #3e3e3e; }

#content { width: 760px; float: left; }

td, th { padding: 5px; text-align: center; }

th { background: #ce486c; color: #fff; }

iframe { float: right; }


/**
 * HEADER
 * -----------------------------------------------------------------------------
 */

header { width: 100%; height: 160px; background: #ce486c url(/wp-content/uploads/2024/07/header-bkg.jpg) repeat top center; position: relative; }

header .container { overflow: visible; }

.top { height: 120px; }

.logo { position: absolute; left: 0; top: 3px; z-index: 9878; }

p.header-info { width: 800px; float: right; margin: 0; color: #fff; text-align: right; }

p.header-info a { color: #fff; }

p.header-info a:hover { color: #000; text-decoration: none; }

.main-navigation {
	width: 800px;
	float: right;
	overflow: hidden;
	padding-top: 26px;
}

.main-navigation ul { float: right; height: 50px; }

.main-navigation li { display: inline-block; }

.main-navigation a {
	background-color: transparent;
	color: #fff;
	font: 400 1.2em "Oswald", Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 15px;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.main-navigation li.menu-item-446 a { background: #232323; border-radius: 10px; }
.main-navigation li.menu-item-446 a:hover { background: #fff; color: #232323; border-radius: 10px; }

.main-navigation a:hover {
	color: #000;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.main-navigation li.current-menu-item a {}

.header-news { height: 24px; width: 100%; background: url(/wp-content/uploads/2024/07/news-bkg.png) repeat top center; color: #fff; padding: 8px 0; position: relative; z-index: 4567;  }

.header-news .container { text-align: right; }

/**
 * FOOTER
 * -----------------------------------------------------------------------------
 */

footer { border-top: 1px solid #bdbdbd; padding: 20px 0; margin: 30px 0 0 0; }

footer p { font-size: 0.9em; color: #3e3e3e; line-height: 180%; }

.footer-logo { float: left; padding: 0 20px 0 0; }


/**
 * MEMBERS AREA
 * -----------------------------------------------------------------------------
 */

.sidebar { float: right; width: 295px; background: #eee; border: 1px solid #ddd; margin-top: 50px; padding: 0 20px; }

.sidebar p { font-size: 0.9em; }

.sidebar ul { padding: 20px 0 50px 30px; }

.sidebar form { padding: 20px 0; }

.sidebar input[type="text"] { background: #fff; border: 1px solid #ddd; margin: 5px 0 10px 0; }


/**
 * HOME PAGE
 * -----------------------------------------------------------------------------
 */

.home-billboard { width: 100%; height: 450px; background: #c9c8c8; text-align: center; }

.home-buttons { width: 100%; height: 213px; background: url(/wp-content/uploads/2024/07/button-bkg.png) repeat top center; padding: 15px 0; }

div.buttons { width: 235px; height: 185px; margin: 16px; display: inline-block; }

/* div.buttons img { width: 235px; height: auto; } */

div.buttons h3 { background: #ce486c; text-transform: uppercase; width: 225px; padding: 6px 0; text-align: center; font: 400 1.3em "Oswald", Helvetica, sans-serif; margin: 150px 0 0 6px; }

div.buttons a { color: #fff; }
div.buttons a:hover { color: #3e3e3e; text-decoration: none; }

div.buttons:first-child h3 { -ms-transform: rotate(3deg); -webkit-transform: rotate(3deg); transform: rotate(3deg); }
div.buttons:nth-child(2) h3 { -ms-transform: rotate(-1deg); -webkit-transform: rotate(-1deg); transform: rotate(-1deg); }
div.buttons:nth-child(3) h3 { -ms-transform: rotate(1deg); -webkit-transform: rotate(1deg); transform: rotate(1deg); }
div.buttons:last-child h3 { -ms-transform: rotate(-2deg); -webkit-transform: rotate(-2deg); transform: rotate(-2deg); }

.social { float: right; padding: 0 0 0 10px; }


/**
 * FORMS
 * -----------------------------------------------------------------------------
 */

input[type="text"], textarea, input[type="email"] {
	border: 0;
	background: #eee;
	padding: 10px;
	width: 450px;
}

input[type="submit"] { background: #ce486c; color: #fff; padding: 5px 0; width: 450px; text-align: center; text-transform: uppercase; font: 400 1.2em "Oswald", Helvetica, sans-serif; border: 0; }

input[type="submit"]:hover { color: #fff; background: #3e3e3e; }

body.page-template-members-page form { padding: 25px; background: #eee; border: 1px solid #ddd; margin-bottom: 20px; }

textarea, input[type="password"] {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	margin: 10px;
	width: 450px;
}


/**
 * RESPONSIVE STYLES
* -----------------------------------------------------------------------------
 */

@media only screen and (max-width: 767px) {

body { min-width: 100%; }

.container { width: 96%; margin: 0 auto; overflow: hidden; min-width: 96%; }

header, footer, #page, #primary { width: 100%; float: none; height: auto; overflow: hidden; }

#content-full, #content { width: 96%; float: none; margin: 0 auto; height: auto; overflow: hidden; }

.top { height: auto; }

.logo { position: relative; z-index: 4567; display: block; }

p.header-info { display: block; width: 96%; float: none; }

.header-news { display: block; width: 100%; float: none; height: auto; }

.home-billboard, .home-billboard img { width: 100%; height: auto; }

.home-buttons { height: auto; }

div.buttons { width: 235px; height: 185px; margin: 0 auto; display: block; }

div.buttons h3 { background: #ce486c; text-transform: uppercase; width: 225px; padding: 6px 0; text-align: center; font: 400 1.3em "Oswald", Helvetica, sans-serif; margin: 0; }

.sidebar { margin: 0 auto; width: 90%; float: none; }

}

@media only screen 
and (min-width: 768px) 
and (max-width: 1024px)  {

body { min-width: 100%; }

.container, header, footer, #primary { width: 100%; }

}