/* Fonts
-------------------------------------------------------------- */
@font-face {
    font-family: 'oswaldmedium';
    src: url('/wp-content/themes/responsive/core/fonts/oswald-medium-webfont.eot');
    src: url('/wp-content/themes/responsive/core/fonts/oswald-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/responsive/core/fonts/oswald-medium-webfont.woff2') format('woff2'),
         url('/wp-content/themes/responsive/core/fonts/oswald-medium-webfont.woff') format('woff'),
         url('/wp-content/themes/responsive/core/fonts/oswald-medium-webfont.ttf') format('truetype'),
         url('/wp-content/themes/responsive/core/fonts/oswald-medium-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldlight';
    src: url('/wp-content/themes/responsive/core/fonts/oswald-light-webfont.eot');
    src: url('/wp-content/themes/responsive/core/fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/responsive/core/fonts/oswald-light-webfont.woff2') format('woff2'),
         url('/wp-content/themes/responsive/core/fonts/oswald-light-webfont.woff') format('woff'),
         url('/wp-content/themes/responsive/core/fonts/oswald-light-webfont.ttf') format('truetype'),
         url('/wp-content/themes/responsive/core/fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

/*HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

button,
input,
select,
textarea {
	overflow: visible;
	width: auto;
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
}

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

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	float: none;
	clear: both;
	width: 100%;
	height: 1px;
	border: none;
	color: #ddd;
	background: #ddd;
}

hr.space {
	color: #fff;
	background: #fff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	color: #333;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}

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

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

pre {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 6px 10px;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background: #f4f4f4;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	white-space: pre-wrap;
	word-wrap: break-word;
}

del {
	color: #555;
	text-decoration: line-through;
}

ins,
dfn {
	border-bottom: 1px solid #ccc;
}

sup,
sub,
small {
	font-size: 85%;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

a abbr,
a acronym {
	border: none;
}

dfn[title],
abbr[title],
acronym[title] {
	border-bottom: 1px solid #ccc;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

.ie8 img {
	width: auto\9;
	height: auto;
}

.ie8 img.size-large {
	width: auto;
	max-width: 60%;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}

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

/* =Links
-------------------------------------------------------------- */
a {
	color: #f5ac48;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	outline: 0;
	color: #444;
	text-decoration: none;
}

::selection {
	color: #fff;
	background: #999;
	text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	padding: 2px 0;
	font-weight: 700;
}

legend {
	padding: 2px 5px;
}

fieldset {
	margin: 0 0 1.5em;
	padding: 1em 2em;
	border: 1px solid #ccc;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0;
	padding: 6px 8px;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	cursor: text;
}

select {
	max-width: 100%;
	height: auto;
}

area,
textarea {
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

map area {
	padding: 0;
	border: 0;
}

input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
	border: 1px solid #6cf;
}

input[type="text"],
input[type="password"] {
	cursor: text;
}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
	width: 96%;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	display: block;
	position: absolute;
	top: 60px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #f0c36d;
	color: #212121;
	background-color: #f9edbe;
	text-align: center;
}

.msie-box a {
	color: #212121;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	border: 1px solid #ddd;
}

table {
	width: 100%;
	border-collapse: collapse;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

ol {
	margin: 0;
	padding: 0;
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
}

dt {
	font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	overflow: auto;
	margin: 20px;
	padding: 0 0 10px 12px;
	border: none;
	border-left: 4px solid #d6d6d6;
	background: #f9f9f9;
}

blockquote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: 700;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	font-family: 'oswaldmedium', Arial,​ Helvetica,​ sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.875em; /* = 30px */
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-family: 'oswaldmedium', Arial,​ Helvetica,​ sans-serif;
	margin-top: 0.75em;
	margin-bottom: 0.4em;
	font-size: 1.5em; /* = 24px */
	line-height: 1.3;
	font-weight: normal;
}

h3 {
	font-family: Arial,​ Helvetica,​ sans-serif;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	font-size: 1.125em; /* = 18px */
	font-weight: bold;
}

h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.500em; /* = 24px */
}

h5 {
	margin-top: 1.125em;
	margin-bottom: 1.125em;
	font-size: 1.125em; /* = 18px */
}

h6 {
	margin-top: 1.285em;
	margin-bottom: 1.285em;
	font-size: 1.000em; /* = 16px */
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
	margin: 10px 0 10px 0;
}

th,
td {
	padding: 0.8em;
}

caption {
	padding-bottom: 0.8em;
}

blockquote {
	padding: 0 1em;
}

blockquote:first-child {
	margin: 0.8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-right: 0.8em;
	padding-left: 0.8em;
}

legend + * {
	margin-top: 1em;
}

input,
textarea {
	padding: 0.3em 0.4em 0.15em;
}

select {
	padding: 0.1em 0.2em 0;
}

option {
	padding: 0 0.4em;
}

dt {
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul,
ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 2.0em;
}

li ul,
li ol {
	margin: 0;
}

form div {
	margin-bottom: 0.8em;
}

/* =Globals
-------------------------------------------------------------- */
#container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
}

#wrapper {
	clear: both;
	position: relative;
	margin: 115px auto 0px auto;
	padding: 0 0 10px 0;
	background-color: #f0f0f0;
}

.front-page #wrapper {
	margin: 20px auto 20px auto;
	padding: 0;
	border: none;
	background-color: transparent;
}

#header {
	margin: 0 auto 0 auto;
	max-width: 960px;
}

#footer {
	clear: both;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 25px 0 25px;
}

#footer-wrapper {
	margin: 0 auto;
	padding: 0;
	background: #3c3c3b;
	max-width: 1280px;
}

/* =Header
-------------------------------------------------------------- */
#logo {
	position: fixed;
	z-index: 10;
	margin: 0;
	top: 5px;
}

.site-name {
	display: block;
	padding-top: 20px;
	font-size: 2.063em; /* = 33px */
	line-height: 1.0em;
}

.site-name a {
	color: #333;
	font-weight: 700;
}

.site-description {
	display: block;
	margin: 10px 0;
	color: #afafaf;
	font-size: 0.875em; /* = 14px */
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-full {
	margin-top: 10px;
	margin-bottom: 20px;
}

#content-blog {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-images {
	margin-bottom: 20px;
}

#content-search {
	margin-top: 0px;
	margin-bottom: 20px;
	background: #ffffff;
	padding: 20px 10px 10px 10px;
}

#content-archive {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 12px;
}

#content .sticky {
	clear: both;
}



/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
	display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 30px 0 40px 0;
	padding: 10px;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f9f9f9;
}

#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}

#author-meta p {
	margin: 0;
	padding: 5px;
}

#author-meta .about-author {
	margin: 10px 0 0 0;
	font-weight: 700;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	width: 99.893617021277%;
	padding-bottom: 40px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}

#featured p {
	padding: 0 40px 0 40px;
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	text-align: center;
}

#featured-image {
	margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #900;
}

.post-data {
	clear: both;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 700;
	display: none;
}

.post-data a {
	color: #111;
}

.post-entry {
	clear: both;
}

.post-meta {
	clear: both;
	margin-bottom: 10px;
	color: #9f9f9f;
	font-size: 12px;
}

.post-edit {
	display: block;
	clear: both;
	margin: 1.5em 0;
	font-size: 12px;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbpress .breadcrumb-list,
.bbpress .post-meta {
	display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	margin-left: 5px;
	color: #aaa;
	font-size: 18px;
}

.form-allowed-tags {
	display: none;
	font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	margin: 0 0 20px;
	padding: 20px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f9f9f9;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 40px;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0 0 0 20px;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	position: relative;
	top: 4px;
	width: 11px;
	height: 11px;
}

#widgets .rss-date {
	padding: 6px 12px;
	line-height: 18px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	padding: 6px 12px;
	font-style: normal;
	line-height: 18px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	margin: 0;
	line-height: 1.5em;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	padding-top: 4px;
	font-weight: 700;
}

.widget_archive select,
#cat {
	display: block;
	margin: 0 15px 0 0;
}



.colophon-widget {
	min-height: 0;
	background: none;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
	width: 100%;
}



.top-widget {
	float: right;
	clear: right;
	width: 45%;
	min-height: 0;
	padding: 0 3px 0 0;
	border: none;
	background: none;
	text-align: right;
}

.top-widget ul {
	padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
	width: auto;
}

.top-widget #searchform {
	margin: 0;
}

/* =Titles
-------------------------------------------------------------- */
.featured-title {
	margin: 0;
	padding-top: 40px;
	font-size: 60px;
	text-align: center;
	letter-spacing: -1px;
}

.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}

.widget-title h3,
.widget-title-home h3 {
	display: block;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 23px;
	text-align: left;
}

.top-widget .widget-title h3 {
	padding: 0;
	font-size: 14px;
	text-align: right;
}

.widget-title a {
	padding: 0 !important;
	border-bottom: none;
}

.title-404 {
	color: #933;
}

/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
	width: auto;
}

/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
	display: block;
	position: relative;
	padding: 0.5em 0.5em 0.5em 0;
}

.skip-link {
	float: right;
	margin-left: -100%;
	padding: 0.5em;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f5f5f5;
	font-size: 0.8125em;
	text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
	border: 1px solid #666;
}

.custom-background .site {
	margin: 0 auto;
	-webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
	-moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
	box-shadow: 0 -5px 5px 4px #d5d5d5;
}


/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 10px 0;
	padding: 0;
}

.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	padding: 0 4px 0 8px;
	border-left: 1px solid #ccc;
	color: #333;
	font-size: 11px;
}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu li a:hover {
	color: #333;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	clear: both;
	margin: 0 auto;
	/*background-color: #585858;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
	background-image: -o-linear-gradient(top, #585858, #3d3d3d);
	background-image: linear-gradient(top, #585858, #3d3d3d);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);*/
}

.main-nav {
	clear: both;
	text-align: right;
	float: right;
	margin-top: 24px;
}

.menu,
.menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	margin: 0;
	padding: 0;
	border: 0;
}

.menu li:hover {
	z-index: 10000;
	white-space: normal;
}

.menu li li {
	float: none;
}

.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.menu li:hover > ul {
	visibility: visible;
	top: 100%;
}

.menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.menu:after,
.menu ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: 0;
	content: ".";
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
	width: auto;
	min-width: 15em;
	margin-top: 1px;
	text-align: left;
}

.menu a {
	font-family: 'oswaldmedium', Arial,​ Helvetica,​ sans-serif;
	font-weight: normal;
	display: block;
	position: relative;
	height: 45px;
	margin: 0;
	padding: 0 0.9em;
	/*border-left: 1px solid #585858;*/
	color: #333;
	/*text-shadow: 0 -1px 0 #000;*/
	font-size: 16px;
	line-height: 45px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
}

.menu a:hover {
	color: #333;
	/*background-color: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
	background-image: -webkit-linear-gradient(top, #808080, #363636);
	background-image: -moz-linear-gradient(top, #808080, #363636);
	background-image: -ms-linear-gradient(top, #808080, #363636);
	background-image: -o-linear-gradient(top, #808080, #363636);
	background-image: linear-gradient(top, #808080, #363636);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);*/
}

ul.menu > li:hover {
	/*color: #fff;
	background-color: #363636;*/
}

.menu .current_page_item a,
.menu .current-menu-item a {
	/*background-color: #343434;*/
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;

	filter: none;
}

.menu li li {
	width: auto;
	margin: -1px 0 1px 0;
	/*border: 1px solid #e5e5e5;*/
	color: #444;
	background: #fff;
	background-image: none;

	filter: none;
}

.menu li li a {
	height: auto;
	height: 20px;
	padding: 5px 10px;
	border: none;
	color: #444;
	background: transparent !important;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	white-space: nowrap;
}

.menu li li a:hover {
	border: none;
	color: #444;
	background: #f5f5f5 !important;
	background-image: none;

	filter: none;
}

.menu li li:hover {
	background: #f5f5f5 !important;

	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
	min-width: 100%;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	clear: both;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	border-top: none;
	background-color: #fff;
}

.sub-header-menu,
.sub-header-menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub-header-menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	margin: 0;
	padding: 0;
	border: 0;
}

.sub-header-menu li:hover {
	z-index: 10000;
	white-space: normal;
}

.sub-header-menu li li {
	float: none;
}

.sub-header-menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.sub-header-menu li:hover > ul {
	visibility: visible;
	top: 100%;
}

.sub-header-menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: 0;
	content: ".";
}

.sub-header-menu,
.sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.sub-header-menu ul {
	width: auto;
	min-width: 15em;
	margin-top: 1px;
}

.sub-header-menu a {
	display: block;
	position: relative;
	height: 35px;
	margin: 0;
	padding: 0 0.9em;
	border-left: 1px solid #e5e5e5;
	color: #333;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 35px;
	text-decoration: none;
	cursor: pointer;
}

.sub-header-menu a:hover {
	background-color: #f9f9f9;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
	background-color: #f9f9f9;
}

.sub-header-menu li li {
	width: auto;
	margin: -1px 0 1px 0;
	border: 1px solid #e5e5e5;
	color: #444;
	background: #fff;
	background-image: none;

	filter: none;
}

.sub-header-menu li li a {
	height: auto;
	height: 20px;
	padding: 5px 10px;
	border: none;
	color: #444;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	white-space: nowrap;
}

.sub-header-menu li li a:hover {
	border: none;
	color: #444;
	background: #f9f9f9;
	background-image: none;

	filter: none;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;

	filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
	min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
	padding: 0;
	margin-top: 20px; 
}

.footer-menu li {
	display: block;
	list-style-type: none;
	font-size: 1.25em;
	margin-bottom: 10px; 
}

.footer-menu li a {
	padding: 0;
	color: #ffff;
	font-family: "oswaldmedium",Arial,​ Helvetica,​ sans-serif;
}

.footer-menu li a:hover {
	color: #ffff;
}

.footer-menu > li:first-child > a {
	padding: 0 0 0 0;
	border-left: none;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation-news {
	height: 28px;
	margin: 20px 0px 20px 220px;
	padding: 0 5px;
	color: #111;
	font-size: 13px;
	line-height: 28px;
}


.navigation-top { 
	display: block;
	position: absolute;
	top: 10px;
}

.navigation-bottom { 
	display: block;
}

.navigation-news a {
	padding: 4px 10px;
	color: #aaa;
}

.navigation-news a:hover {
	color: #111;
	text-decoration: none;
}

.navigation-news .previous {
	float: left;
}

.navigation-news .next {
	float: right;
}

.navigation-news .bracket {
	font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	display: block;
	clear: both;
	margin: 10px 0;
	padding: 5px 0;
	font-size: 16px;
	font-weight: 700;
}

.pagination a {
	text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
	display: none;
}


/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

.commentlist {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}



.commentlist li cite {
	color: #111;
	font-size: 1.1em;
	font-weight: 400;
	font-style: normal;
}

.commentlist li.alt {
	background: #f9f9f9;
}

.commentlist .children {
	margin-left: 10px;
	padding: 10px;
	list-style: none;
}

.commentlist .avatar {
	float: left;
	margin-right: 10px;
	padding: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
}



.comment-author .says {
	color: #999;
}

.comment-body .comment-meta {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #999;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body {
	clear: both;
	padding: 10px;
}

.comment-body p {
	clear: both;
}



.pingback,
.trackback {
	margin: 20px 0;
	list-style: none;
}

.pingback cite,
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	clear: both;
	margin-top: 15px;
	padding: 10px 20px 50px;
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fff, #eaeaea);
	background-image: -moz-linear-gradient(top, #fff, #eaeaea);
	background-image: -ms-linear-gradient(top, #fff, #eaeaea);
	background-image: -o-linear-gradient(top, #fff, #eaeaea);
	background-image: linear-gradient(top, #fff, #eaeaea);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
}

#respond label {
	display: inline;
}

.reply {
	margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
	width: 100%;
}

.nocomments {
	color: #999;
	font-size: 0.9em;
	text-align: center;
}

/* =Gallery
-------------------------------------------------------------- */
/* Normal */
.gallery-columns-1 .gallery-item {
	max-width: 600px;
}

.gallery-columns-2 .gallery-item {
	max-width: 300px;
}

.gallery-columns-3 .gallery-item {
	max-width: 200px;
}

.gallery-columns-4 .gallery-item {
	max-width: 150px;
}

.gallery-columns-5 .gallery-item {
	max-width: 120px;
}

.gallery-columns-6 .gallery-item {
	max-width: 100px;
}

.gallery-columns-7 .gallery-item {
	max-width: 85px;
}
.gallery-columns-8 .gallery-item {
	max-width: 75px;
}

.gallery-columns-9 .gallery-item {
	max-width: 66px;
}

/* Full Width */
.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
	max-width: 900px;
}

.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
	max-width: 450px;
}

.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
	max-width: 300px;
}

.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
	max-width: 225px;
}

.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
	max-width: 180px;
}

.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
	max-width: 150px;
}

.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
	max-width: 125px;
}

.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
	max-width: 112.5px;
}

.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
	max-width: 100px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 0px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 96%;
	padding: 13px 10px 10px 10px;
	border: 1px solid #f0f0f0;
	background: #f9f9f9;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	width: auto;
	max-width: 98.5%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5em;
}

img.wp-smiley {
	vertical-align: middle;
}

.bypostauthor {
	
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	max-width: 155px;
	margin-top: 0;
	text-align: center;
}

.gallery img {
	border: 1px solid #ddd;
}

.gallery .gallery-caption {
	margin: 0 0 12px;
	font-size: 12px;
}

.gallery dl {
	margin: 0;
}

.gallery br + br {
	display: none;
}

.attachment-gallery img {
	display: block;
	width: auto;
	max-width: 96%;
	height: auto;
	margin: 15px auto;
	padding: 5px;
	border: 1px solid #f0f0f0;
	background: #fff;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
	display: block;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
	display: block;
	width: auto;
	margin: 15px auto;
}

/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	display: inline-block;
	margin: 0;
	padding: 4px 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	background-color: #f9f9f9; /* Alabaster */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}

a.button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	border: 1px solid #ddd;
	color: #333;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
	background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
	background-image: -ms-linear-gradient(top, #fff, #f1f1f1);
	background-image: -o-linear-gradient(top, #fff, #f1f1f1);
	background-image: linear-gradient(top, #fff, #f1f1f1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1);
}

a.button:active,
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
}

.call-to-action a.button {
	padding: 15px 35px;
	font-size: 24px;
}

.call-to-action a.button:hover {
	text-decoration: none;
}

.ie7 .call-to-action a.button {
	padding: 11px 35px 19px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	padding: 3px 6px;
	font-size: 10px;
}

.medium a.button {
	padding: 8px 16px;
	font-size: 16px;
}

.large a.button {
	padding: 10px 35px;
	font-size: 18px;
}

.xlarge a.button {
	padding: 12px 55px;
	font-size: 24px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
	border: 1px solid #115290;
	color: #fff;
	background-color: #1874cd; /* Dodger Blue */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
	background-image: linear-gradient(top, #4f9eea, #1874cd);
	text-shadow: 0 -1px 0 #115290;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
}

a.blue:hover {
	border: 1px solid #115290;
	color: #fff;
	background-color: #7db7f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
	background-image: linear-gradient(top, #7db7f0, #1874cd);
	text-shadow: 0 -1px 0 #115290;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
}

a.red {
	border: 1px solid #890000;
	color: #fff;
	background-color: #cd0000; /* Red 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
	background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
	background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
	background-image: -o-linear-gradient(top, #ff2323, #cd0000);
	background-image: linear-gradient(top, #ff2323, #cd0000);
	text-shadow: 0 -1px 0 #890000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
}

a.red:hover {
	border: 1px solid #890000;
	color: #fff;
	background-color: #ff5656;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
	background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
	background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
	background-image: -o-linear-gradient(top, #ff5656, #cd0000);
	background-image: linear-gradient(top, #ff5656, #cd0000);
	text-shadow: 0 -1px 0 #890000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
}

a.orange {
	border: 1px solid #bb5d00;
	color: #fff;
	background-color: #ff7f00; /* Dark Orange 1 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fa5), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #fa5, #ff7f00);
	background-image: -moz-linear-gradient(top, #fa5, #ff7f00);
	background-image: -ms-linear-gradient(top, #fa5, #ff7f00);
	background-image: -o-linear-gradient(top, #fa5, #ff7f00);
	background-image: linear-gradient(top, #fa5, #ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
}

a.orange:hover {
	border: 1px solid #bb5d00;
	color: #fff;
	background-color: #ffc388;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
	background-image: linear-gradient(top, #ffc388, #ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
}

a.yellow {
	border: 1px solid #bb9e00;
	color: #161300;
	background-color: #ecca06; /* Yellow Gold */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
	background-image: linear-gradient(top, #fff2aa, #ffd700);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
}

a.yellow:hover {
	border: 1px solid #bb9e00;
	color: #161300;
	background-color: #fffadd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
	background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
	background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
	background-image: -o-linear-gradient(top, #fffadd, #ffd700);
	background-image: linear-gradient(top, #fffadd, #ffd700);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
}

a.green {
	border: 1px solid #1d5837;
	color: #fff;
	background-color: #2e8b57; /* Sea Green 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
	background-image: linear-gradient(top, #4bc380, #2e8b57);
	text-shadow: 0 -1px 0 #1d5837;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
}

a.green:hover {
	border: 1px solid #1d5837;
	color: #fff;
	background-color: #71d09b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
	background-image: linear-gradient(top, #71d09b, #2e8b57);
	text-shadow: 0 -1px 0 #1d5837;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
}

a.olive {
	border: 1px solid #626862;
	color: #fff;
	background-color: #838b83; /* Honey Dew 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
	background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
	background-image: -moz-linear-gradient(top, #afb4af, #838b83);
	background-image: -ms-linear-gradient(top, #afb4af, #838b83);
	background-image: -o-linear-gradient(top, #afb4af, #838b83);
	background-image: linear-gradient(top, #afb4af, #838b83);
	text-shadow: 0 -1px 0 #626862;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
}

a.olive:hover {
	border: 1px solid #626862;
	color: #fff;
	background-color: #c9cdc9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
	background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
	background-image: linear-gradient(top, #c9cdc9, #838b83);
	text-shadow: 0 -1px 0 #626862;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
}

a.purple {
	border: 1px solid #3f305e;
	color: #fff;
	background-color: #5d478b; /* Medium Purple 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
	background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
	background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
	background-image: -o-linear-gradient(top, #8771b6, #5d478b);
	background-image: linear-gradient(top, #8771b6, #5d478b);
	text-shadow: 0 -1px 0 #3f305e;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
}

a.purple:hover {
	border: 1px solid #3f305e;
	color: #fff;
	background-color: #a492c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
	background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
	background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
	background-image: -o-linear-gradient(top, #a492c8, #5d478b);
	background-image: linear-gradient(top, #a492c8, #5d478b);
	text-shadow: 0 -1px 0 #3f305e;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
}

a.pink {
	border: 1px solid #8e0b52;
	color: #fff;
	background-color: #cd1076; /* Deep Pink 3 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
	background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
	background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
	background-image: -o-linear-gradient(top, #f042a0, #cd1076);
	background-image: linear-gradient(top, #f042a0, #cd1076);
	text-shadow: 0 -1px 0 #8e0b52;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
}

a.pink:hover {
	border: 1px solid #8e0b52;
	color: #fff;
	background-color: #f471b8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
	background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
	background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
	background-image: -o-linear-gradient(top, #f471b8, #cd1076);
	background-image: linear-gradient(top, #f471b8, #cd1076);
	text-shadow: 0 -1px 0 #8e0b52;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
}

a.brick {
	border: 1px solid #791717;
	color: #fff;
	background-color: #b22222; /* Fire Brick */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
	background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
	background-image: linear-gradient(top, #dd4c4c, #b22222);
	text-shadow: 0 -1px 0 #791717;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
}

a.brick:hover {
	border: 1px solid #791717;
	color: #fff;
	background-color: #e57777;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
	background-image: -webkit-linear-gradient(top, #e57777, #b22222);
	background-image: -moz-linear-gradient(top, #e57777, #b22222);
	background-image: -ms-linear-gradient(top, #e57777, #b22222);
	background-image: -o-linear-gradient(top, #e57777, #b22222);
	background-image: linear-gradient(top, #e57777, #b22222);
	text-shadow: 0 -1px 0 #791717;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
}

a.gold {
	border: 1px solid #6b4e06;
	color: #fff;
	background-color: #8b6508; /* Dark Golden Rod 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
	background-image: linear-gradient(top, #db9f0d, #8b6508);
	text-shadow: 0 -1px 0 #6b4e06;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
}

a.gold:hover {
	border: 1px solid #6b4e06;
	color: #fff;
	background-color: #f3b828;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
	background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
	background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
	background-image: -o-linear-gradient(top, #f3b828, #8b6508);
	background-image: linear-gradient(top, #f3b828, #8b6508);
	text-shadow: 0 -1px 0 #6b4e06;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
}

a.brown {
	border: 1px solid #4f270b;
	color: #fff;
	background-color: #8b4513; /* Saddle Brown */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
	background-image: linear-gradient(top, #d66a1d, #8b4513);
	text-shadow: 0 -1px 0 #4f270b;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
}

a.brown:hover {
	border: 1px solid #4f270b;
	color: #fff;
	background-color: #8b4513;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
	background-image: -moz-linear-gradient(top, #e58541, #8b4513);
	background-image: -ms-linear-gradient(top, #e58541, #8b4513);
	background-image: -o-linear-gradient(top, #e58541, #8b4513);
	background-image: linear-gradient(top, #e58541, #8b4513);
	text-shadow: 0 -1px 0 #4f270b;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
}

a.silver {
	border: 1px solid #9e9e9e;
	color: #444;
	background-color: #c0c0c0; /* Silver */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: linear-gradient(top, #eaeaea, #c0c0c0);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
}

a.silver:hover {
	border: 1px solid #9e9e9e;
	color: #444;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #fff, #c0c0c0);
	background-image: -moz-linear-gradient(top, #fff, #c0c0c0);
	background-image: -ms-linear-gradient(top, #fff, #c0c0c0);
	background-image: -o-linear-gradient(top, #fff, #c0c0c0);
	background-image: linear-gradient(top, #fff, #c0c0c0);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0);
}

a.gray {
	border: 1px solid #474747;
	color: #fff;
	background-color: #696969; /* Dim Gray */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
	background-image: -webkit-linear-gradient(top, #939393, #696969);
	background-image: -moz-linear-gradient(top, #939393, #696969);
	background-image: -ms-linear-gradient(top, #939393, #696969);
	background-image: -o-linear-gradient(top, #939393, #696969);
	background-image: linear-gradient(top, #939393, #696969);
	text-shadow: 0 -1px 0 #474747;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
}

a.gray:hover {
	border: 1px solid #474747;
	color: #fff;
	background-color: #adadad;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
	background-image: -webkit-linear-gradient(top, #adadad, #696969);
	background-image: -moz-linear-gradient(top, #adadad, #696969);
	background-image: -ms-linear-gradient(top, #adadad, #696969);
	background-image: -o-linear-gradient(top, #adadad, #696969);
	background-image: linear-gradient(top, #adadad, #696969);
	text-shadow: 0 -1px 0 #474747;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
}

a.black {
	border: 1px solid #000;
	color: #fff;
	background-color: #080808; /* Black */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
	background-image: -webkit-linear-gradient(top, #323232, #080808);
	background-image: -moz-linear-gradient(top, #323232, #080808);
	background-image: -ms-linear-gradient(top, #323232, #080808);
	background-image: -o-linear-gradient(top, #323232, #080808);
	background-image: linear-gradient(top, #323232, #080808);
	text-shadow: 0 -1px 0 #000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
}

a.black:hover {
	border: 1px solid #000;
	color: #fff;
	background-color: #4c4c4c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
	background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
	background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
	background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
	background-image: -o-linear-gradient(top, #4c4c4c, #080808);
	background-image: linear-gradient(top, #4c4c4c, #080808);
	text-shadow: 0 -1px 0 #000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	display: block;
	margin: 20px 0;
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
}

.alert {
	border: 1px solid #dc7070;
	color: #212121;
	background-color: #faebeb;
}

.address {
	border: 1px solid #cdc9a5;
	color: #212121;
	background-color: #f6f5ef;
}

.notice {
	border: 1px solid #e3cf57;
	color: #212121;
	background-color: #fbf9e9;
}

.success {
	border: 1px solid #a2bc13;
	color: #212121;
	background-color: #f9fde8;
}

.download {
	border: 1px solid #ff9912;
	color: #212121;
	background-color: #fff4e5;
}

.information {
	border: 1px solid #6ca6cd;
	color: #212121;
	background-color: #eef3f6;
}

.required {
	color: #d5243f;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
	padding: 40px 0 0 0;
}

#breadcrumb a {
	color: #06c;
	font-size: 12px;
	font-weight: 400;
}

#breadcrumb a:hover {
	color: #444;
	text-decoration: none;
}

#content-woocommerce {
	margin-top: 40px;
	margin-bottom: 20px;
}

.products ul,
ul.products {
	margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
	width: 100%;
}

table.shop_table {
	table-layout: fixed;
	word-break: break-all;
	-ms-word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

@media screen and (max-width:767px) {
	table.shop_table {
		font-size: 10px;
	}
}

@media screen and (max-width:400px) {
	table.shop_table {
		font-size: 8px;
	}
}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
	cursor: text;
}

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
	float: right;
	text-align: left;
}

.rtl .icl_languages_selector {
	float: left;
	text-align: right;
}

@media screen and (max-width: 650px) {
	.icl_languages_selector,
	.rtl .icl_languages_selector {
		float: none;
	}
}

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
	display: inline;
	list-style-type: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	line-height: 1.5em;
}

#footer a {
	color: #fff;
	font-weight: 400;
}

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

#footer-wrapper .grid.col-940 {
	margin: 0;
}

.scroll-top {
	text-align: center;
}

.copyright {
	text-align: left;
	padding-bottom: 20px;
	font-size: 0.9em;
}
.copyright a { text-decoration: underline; }

.powered {
	text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
	margin-right: 0;
}


#footer h2, #footer h3, #footer p { color: #ffffff; }
#footer h2 { font-size: 1.25em; margin-top: 22px; }
#footer h3 { font-size: 1em; margin-top: 0px; margin-bottom: -6px; }
#footer p { font-size: 0.9em; line-height: 1.3; }

ul#menu-footer-navigation { display: block; }

.footer-contactus { width: 60%; float: left; }
.footer-right { width: 40%; float: left; }
.footer-col1 { width: 33%; float: left; }
.footer-col2 { width: 33%; float: left; }
.footer-col3 { width: 33%; float: left; }
.footer-col4 { width: 40%; float: left; }
.footer-col5 { width: 60%; float: left; }
.footer-col5 { text-align: right; margin-top: 20px; }
.footer-col5 a { margin-right: 10px; }



/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align: right;
	list-style: none;
}

#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
	display: inline;
	margin: 1px;
	padding-left: 3px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
	display: table;
	content: " ";
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
	clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
	zoom: 1;
}

.clear {
	clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
bdo[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

bdo[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}





/* CUSTOM STYLES */

.post-meta { display: none; }
span.byline, span.author, span.comments-link { display: none; }

#headerLinks { float: right; margin-top: 14px; }

.blueButton { 
	background: #43bdcb;
	background-image: -webkit-linear-gradient(top, #46c1ce, #43bdcb);
	background-image: -moz-linear-gradient(top, #46c1ce, #43bdcb);
	background-image: -ms-linear-gradient(top, #46c1ce, #43bdcb);
	background-image: -o-linear-gradient(top, #46c1ce, #43bdcb);
	background-image: linear-gradient(to bottom, #46c1ce, #43bdcb);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 1em;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #47ACB4 2px solid;
	text-shadow: none;
	box-shadow: none;
	}

.orangeButton { 
	background: #f3aa46;
	background-image: -webkit-linear-gradient(top, #f3aa46, #f6ad49);
	background-image: -moz-linear-gradient(top, #f3aa46, #f6ad49);
	background-image: -ms-linear-gradient(top, #f3aa46, #f6ad49);
	background-image: -o-linear-gradient(top, #f3aa46, #f6ad49);
	background-image: linear-gradient(to bottom, #f3aa46, #f6ad49);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 1em;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #e69334 2px solid;
	text-shadow: none;
	box-shadow: none;
	}

.greenButton { 
	background: #b2cc4d;
	background-image: -webkit-linear-gradient(top, #b2cc4d, #b5cf50);
	background-image: -moz-linear-gradient(top, #b2cc4d, #b5cf50);
	background-image: -ms-linear-gradient(top, #b2cc4d, #b5cf50);
	background-image: -o-linear-gradient(top, #b2cc4d, #b5cf50);
	background-image: linear-gradient(to bottom, #b2cc4d, #b5cf50);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 1em;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #9cb441 2px solid;
	text-shadow: none;
	box-shadow: none;
	}

.redButton, .formRedButton input { 
	background: #ea3d34;
	background-image: -webkit-linear-gradient(top, #ea3d34, #ed4037);
	background-image: -moz-linear-gradient(top, #ea3d34, #ed4037);
	background-image: -ms-linear-gradient(top, #ea3d34, #ed4037);
	background-image: -o-linear-gradient(top, #ea3d34, #ed4037);
	background-image: linear-gradient(to bottom, #ea3d34, #ed4037);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 1em;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #bd4139 2px solid;
	text-shadow: none;
	box-shadow: none;
	}

.yellowButton { 
	background: #fad900;
	background-image: -webkit-linear-gradient(top, #fad900, #fddc03);
	background-image: -moz-linear-gradient(top, #fad900, #fddc03);
	background-image: -ms-linear-gradient(top, #fad900, #fddc03);
	background-image: -o-linear-gradient(top, #fad900, #fddc03);
	background-image: linear-gradient(to bottom, #fad900, #fddc03);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 1em;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #efc00a 2px solid;
	text-shadow: none;
	box-shadow: none;
	}

.whiteButtonOrange { 
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #f8ad47;
	font-size: 1em;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #d1d1d1 2px solid;
	text-shadow: none;
	box-shadow: none;
	}

.whiteButtonBlue { 
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #44c2cf;
	font-size: 1em;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #d1d1d1 2px solid;
	text-shadow: none;
	box-shadow: none;
	}

.whiteButtonGreen { 
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #b6d04f;
	font-size: 1em;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #d1d1d1 2px solid;
	text-shadow: none;
	box-shadow: none;
	}


#contentArea { max-width: 960px; margin: 0 auto; }

#header-wrapper { /*position: absolute;*/ position: fixed; width: 100%; background: #FFFFFF; left: 0; top: 0; z-index: 1000; border-bottom: 7px solid #ef3e35; }

#header-wrapper.fix-header { position: fixed; top: -80px; z-index: 1000; }

.headerButtons { float: left; }

.headerSocial, .headerSearch { float: left; margin-right: 10px; }
.headerSearch form { margin-top: 0; }
.headerApplynow, .headerDonate { float: left; margin-top: 6px; margin-right: 16px }

.headerApplynow .blueButton { padding: 8px 30px; font-size: 1.3em; text-shadow: 2px 2px 2px #666666; }
.headerDonate .orangeButton { padding: 8px 30px; font-size: 1.3em; text-shadow: 2px 2px 2px #666666; }
.headerApplynow .blueButton:hover { background: #43bdcb linear-gradient(to bottom, #46c1ce, #31abbc) repeat scroll 0 0; border-bottom: 2px solid #369ca4; color: #333333; }
.headerDonate .orangeButton:hover { background: #f3aa46 linear-gradient(to bottom, #f3aa46, #f39635) repeat scroll 0 0; border-bottom: 2px solid #d88323; color: #333333; }


.headerSearch input#s  {
	height: 36px; 
	-webkit-border-top-left-radius: 18px;
	-webkit-border-bottom-left-radius: 18px;
	-moz-border-radius-topleft: 18px;
	-moz-border-radius-bottomleft: 18px;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	background: #e5e5e5;
	border: none;
	margin-right: 0;
	box-shadow: none;
}

.headerSearch input#searchsubmit  { 
	height: 36px; 
	background: #e5e5e5 url(../images/search-magnify.png) 0 center no-repeat;
	-webkit-border-top-right-radius: 18px;
	-webkit-border-bottom-right-radius: 18px;
	-moz-border-radius-topright: 18px;
	-moz-border-radius-bottomright: 18px;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	border: none;
	font-size: 0;
	margin-left: -5px;
}

 .mobile-search-button, .mobile-search-close-button { display: none; }


ul#menu-main-navigation li { margin-bottom: -7px; }
ul#menu-main-navigation.menu li:nth-child(1):hover { background: url(../images/main-nav-triangle.png) center 38px no-repeat !important; }
ul#menu-main-navigation.menu li:nth-child(2):hover { background: url(../images/main-nav-triangle.png) center 38px no-repeat !important; }
ul#menu-main-navigation.menu li:nth-child(3):hover { background: url(../images/main-nav-triangle.png) center 38px no-repeat !important; }
ul#menu-main-navigation.menu li:nth-child(4):hover { background: url(../images/main-nav-triangle.png) center 38px no-repeat !important; }
ul#menu-main-navigation.menu li:nth-child(5):hover { background: url(../images/main-nav-triangle.png) center 38px no-repeat !important; }
ul#menu-main-navigation.menu li:nth-child(6):hover { background: url(../images/main-nav-triangle.png) center 38px no-repeat !important; }
ul#menu-main-navigation.menu li:nth-child(7):hover { background: url(../images/main-nav-triangle.png) center 38px no-repeat !important; }


ul#menu-main-navigation li.current-menu-item { background: url(../images/top-nav-orange-highlight.jpg) 0 bottom repeat-x; }

ul#menu-main-navigation li.current-menu-ancestor {  background: url(../images/top-nav-orange-highlight.jpg) 0 bottom repeat-x; }
ul#menu-main-navigation li ul.sub-menu li.current-menu-ancestor { border-bottom: none; }
ul#menu-main-navigation li ul.sub-menu li { margin-bottom: 0px; }
ul#menu-main-navigation li ul.sub-menu li a { background: #ef3e35 !important; color: #fff; font-family: arial, helvetica, san-serif; padding: 5px 12px; font-weight: bold; }
ul#menu-main-navigation li ul.sub-menu li a:hover { background: #d33e35 !important; }
ul#menu-main-navigation li ul.sub-menu { padding-top: 0px !important; }
ul#menu-main-navigation li ul.sub-menu li:nth-child(1) a { padding-top: 12px !important; }
ul#menu-main-navigation li ul.sub-menu li ul.sub-menu li:nth-child(1) a { padding-top: 6px !important; background-image:none; }



.left-column  { margin-top: -15px; }



.home .post-entry { /*margin: 20px -10px -20px -10px;*/ }
.home .post-entry p, .home .post-entry p img { margin: 0; }
.home .post-title { display: none; }
.home #content-full { margin-top: 0; }
/* Safari and Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .home #content-full { margin-top: -20px; }
	.home .post-entry { margin: 20px 0 0 0; }
}
.homeBanner {  }
.homeBannerImage {  }
.homeBannerDanielsStory { width: 32%; top: 34%; left: 10%; background: rgb(248, 173, 71); background: rgba(248, 173, 71, .9); position: absolute; padding-bottom: 5px; padding-top: 10px; z-index: 100; }
.homeBannerDanielsStory h1 { color: #FFFFFF; text-align: center; border-bottom: #FFFFFF 2px solid; margin-right: 10px; margin-left: 10px; margin-bottom: 8px; }
.homeBannerDanielsStory h1 span { color: #FFFFFF;  padding-bottom: 5px; font-family: "oswaldmedium",Arial,​ Helvetica,​ sans-serif; letter-spacing: 2px; }
.homeBannerDanielsStory p { text-align: center; padding: 6px 10px 10px 10px; color: #FFFFFF; }

.homeBannerMeetSusanVideo { width: 50%; top: 8%; left: 12%; position: absolute; z-index: 100; }
.homeBannerMeetSusan { margin-left: 51.5%; width: 23%; position: absolute; top: 20%; left: 13%; z-index: 100; }
.homeBannerMeetSusan h1 { color: #FFFFFF; text-align: left; border-bottom: #FFFFFF 2px solid;  }
.homeBannerMeetSusan h1 span { color: #FFFFFF; padding-bottom: 5px; font-family: "oswaldmedium",Arial,​ Helvetica,​ sans-serif; letter-spacing: 2px; }
.homeBannerMeetSusan p { text-align: left; padding: 6px 0px 10px 0px; color: #FFFFFF; }

.homeBannerThree { width: 26%; position: absolute; top: 24%; left: 12%; z-index: 100; }
.homeBannerThree h1 { color: #FFFFFF; text-align: left; }
.homeBannerThree h1 span { color: #FFFFFF; border-bottom: #FFFFFF 2px solid; padding-bottom: 5px; font-family: "oswaldmedium",Arial,​ Helvetica,​ sans-serif; letter-spacing: 2px; }
.homeBannerThree p { text-align: left; padding: 6px 0px 10px 0px; color: #FFFFFF; }






.homeBannerHeadings { margin-top: -60px; height: 20px; margin-bottom: 40px; text-align: center; }
.homeBannerHead1, .homeBannerHead2, .homeBannerHead3 { display: inline; background: #FFFFFF; padding: 6px 12px 6px 12px; margin-right: 1px; }
.homeBannerHead1 { color: #f8ad47; }
.homeBannerHead2 { color: #44c2cf; }
.homeBannerHead3 { color: #b6d04f; }



.homeContentArea .grid { margin-bottom: 1%; }

.home-about-wrapper { background: #FFFFFF; margin-top: 20px; min-height: 230px; }
.home-about { margin: 0; }
.home-about-image img { margin: 0; }
.home-about-text { padding-top: 4px; padding-bottom: 1px; padding-left: 355px; }
.home-about-button { margin-top: 15px; margin-bottom: 20px; }

.newsletter-signup { background: #FFFFFF; margin-top: 15px; min-height: 230px; }
.home-signup .newsletter-signup { margin-top: 20px; }
.newsletter-signup h2 { margin-top: 0; margin-bottom: 20px; padding-top: 15px; padding-bottom: 10px; text-align: center; color: #FFFFFF; background: #b4ce4f; font-size: 1.35em; }
.newsletter-signup input[type="text"], .newsletter-signup input[type="email"] { margin-left: 10%; width: 80%; background: #e9f1ca; border: none; box-shadow: none; margin-bottom: 12px; min-height: 34px;  }

input[type="submit"] { filter: none; }
.wpcf7-submit { background: #b2cc4d; }

.newsletter-signup input[type="submit"] { 
	margin-left: 10%;
	width: 80%; 
	background: #b2cc4d;
/*	background-image: -webkit-linear-gradient(top, #b2cc4d, #b5cf50);
	background-image: -moz-linear-gradient(top, #b2cc4d, #b5cf50);
	background-image: -ms-linear-gradient(top, #b2cc4d, #b5cf50);
	background-image: -o-linear-gradient(top, #b2cc4d, #b5cf50);
	background-image: linear-gradient(to bottom, #b2cc4d, #b5cf50);*/
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 1em;
	padding: 4px 12px 4px 12px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #9cb441 2px solid;
	text-shadow: none;
	box-shadow: none;
	}


.home-news { background: #FFFFFF; }
.home-news .post_thumbnail { margin: 4px 10px 4px 10px; }
.home-news .fl.newsdesc { margin-bottom: 0px; }
.home-news h3 { font-family: "oswaldmedium",Arial,​ Helvetica,​ sans-serif; font-weight: normal; color: #FFFFFF; background: #f8ad47; font-size: 1.35em; margin: 0 0 7px 0; padding: 10px 10px 5px 10px; }
.home-news h2 { color: #333333; font-size: 1em; line-height: 1.4em; padding-top: 10px; }
.home .home-news .post-title { display: block; }
.home-news h2 a { line-height: 1.3em; }

.home-news .post_thumbnail img { width: 80px; height: 80px; margin: 0 0 0 0 !important; border: #CCCCCC 1px solid; }
.home-news-button { float: right; margin: 0 24px 18px 0; }
	
	
.home-partnership-opps-wrapper { /*background: #FFFFFF;*/ min-height: 230px; }
.home-partnership-opps-text { float: left; margin-left: 3%; width: 39%; }
.home-partnerships-button { margin-top: 15px; margin-bottom: 20px; }
.home-partnership-opps-image { float: right; width: 58%; text-align: right; }
.home-partnership-opps-image img { margin: 0; padding: 0;  }
.home-partnership-opps .rsUni .rsBullets { margin-top: -30px; }

.home-strategic-partner h2 { border-bottom: #ef3e35 1px solid; }


.home-strategic-partner h2 { font-size: 1.35em; padding-bottom: 4px; border-bottom: #ef3e35 3px solid; }
.home-other-partnerships h2 { font-size: 1.35em; padding-bottom: 4px; border-bottom: #f5ac48 3px solid; }
.home-other-partnerships ul { margin: 24px 0 0 0; padding: 0; width: 100%; display: table; table-layout: fixed; }
.home-other-partnerships li { display: table-cell; width: auto; padding: 0; margin: 0; }
.home-other-partnerships li:nth-child(1) { width: 23%; text-align: left; }
.home-other-partnerships li:nth-child(2) { width: 27%; text-align: center; }
.home-other-partnerships li:nth-child(3) { width: 27%; text-align: center; }
.home-other-partnerships li:nth-child(4) { width: 23%; text-align: right; }


.main-content { background: #FFFFFF; padding: 5px 15px 5px 15px; margin: 0px 0 8px 0;  }
.news-content { background: none; padding: 0; margin: 0px 0 8px 0;  }

.applyForm {  }
.applyForm h5 { font-size: 1.25em; margin-bottom: 0.5em; }
.applyForm p { font-weight: bold; }
.applyForm input[type="radio"] { margin-right: 6px; margin-left: 20px; }
.applyForm input[type="text"] { width: 200px; margin-right: 20px; margin-bottom: 10px; background: #f2f2f2; border: none; box-shadow: none; -webkit-border-radius: 5; -moz-border-radius: 5; border-radius: 5px; color: #999999; }
.applyForm select { width: 200px; margin-right: 20px; margin-bottom: 10px; background: #f2f2f2; border: none; box-shadow: none; -webkit-border-radius: 5; -moz-border-radius: 5; border-radius: 5px; color: #999999; }
.applyForm .formRedButton { text-align: right; }

.informationSessions { background: #FFFFFF; margin-top: 15px; margin-bottom: 20px; }
.informationSessions h2 { padding: 12px 8px 8px 8px; margin: 0; color: #FFFFFF; font-size: 1.25em; background: #f5ac48; }
.informationSessions p { padding: 8px 8px 8px 8px; margin: 0; }
.informationSessions ul { padding-bottom: 0; margin-bottom: 0; margin-right: 8px;  }
.informationSessions li { padding: 0 0 8px 0; margin: 0; }

.sidePanelQuote { background: #FFFFFF; margin-top: 15px; margin-bottom: 20px; padding-top: 15px; }
.sidePanelQuote h1 { padding: 12px 8px 8px 6px; color: #44c0cc; font-size: 6em; margin: -10px 0px -74px 0px;  }
.sidePanelQuote p { padding: 12px 8px 8px 8px; margin: 0px 0px 0px 0px; }
.sidePanelQuote h5 { padding: 22px 8px 8px 8px; margin: 0px 0px 0px 0px; font-weight: normal; font-size: 0.9em; line-height: 1.2em; }
.sidePanelQuote h6 { padding: 0px 8px 12px 8px; margin: 0px 0px 0px 0px; font-weight: normal; font-style: italic; font-size: 0.9em; line-height: 0.9em; }

.sidepanel-signup { margin-bottom: 20px; }


.sideTwitterFeed .twitter-timeline { height: 500px !important; margin-top: 14px !important; }
.twitter-timeline { height: 500px !important; }

.fl.newsdesc { background: #FFFFFF; clear: both; margin-bottom: 20px; overflow: hidden; padding: 0; }
	
body.archive h1.post-title a { 
font-family: "oswaldmedium",Arial,​ Helvetica,​ sans-serif;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-transform: uppercase;
	color: #333333;
 }

#content-archive .post { background: #FFFFFF; clear: both; margin-bottom: 20px; overflow: hidden; padding: 0px; }
#content-archive { margin-top: 0; }
#content-archive .post-meta { display: inline; }

#content-archive h6 { display: none; }
#content-archive h2 { font-size: 1.3em; line-height: 1.3em; margin: 0px 0px 6px 0px; padding: 10px 20px 0px 0px; }
#content-archive h2 a { color: #333333; }
#content-archive p { padding-right: 20px; }
#content-archive .read-more, #content-archive .post-data  { clear: none; }

#content-archive .post-entry img { width: 220px; height: 220px; }

#content-archive .post-entry a, #content-archive .post-entry a img.alignleft { margin-top: 0; margin-bottom: 0; }

#content-search h6 { margin-top: 0;  }

#content-search h2 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 6px;
    padding-right: 20px;
}
#content-search h2 a { color: #333333; }
#content-search .post-entry { border-bottom: #CCCCCC 1px solid; }

#content-search .colio_item { display: none; }



.left-col-navigation { background: #ef3e35; padding: 0; margin-top: 15px; margin-bottom: 20px; }
.left-col-navigation li { float: none; font-family: Arial,Helvetica,sans-serif; }
.left-col-navigation a { color: #FFFFFF; padding: 4px 10px 4px 10px; display: block; height: 25px; line-height: 25px; font-size: 0.9em; font-family: Arial,Helvetica,sans-serif; }
.left-col-navigation a:hover { color: #f5ac48; background: #d33e35; }

.left-col-navigation li.current_page_item a { background: #d33e35; }
.left-col-navigation li.current_page_item a { font-weight: bold; }


.fluid-width-video-wrapper {
	width: 50% !important;
	padding-top: 28% !important;
}




.responsive-accordion-head { background: red !important; color: #FFFFFF !important; }
.responsive-accordion { margin: 10px 0; }
ul.pupilsBullets { margin-top: 20px; }
ul.pupilsBullets li { margin-bottom: 10px; }

.sectionLinks {  }
.sectionLinks p { width: 100%; background: #ef3e35; padding: 10px; }
.sectionLinks li {  list-style: none; width: 100%; background: #ef3e35; padding: 10px; }
.sectionLinks a { color: #ffffff; }

.singleNewsItem #content-full { background: #FFFFFF; padding: 20px; }

#tiny-carousel-slider1 .buttons { display: none !important; }
#tiny-carousel-slider1 { margin: 10px 0 0 0 !important; padding: 0 !important; }
#tiny-carousel-slider1 .overview li { margin-right: 30px !important; border: none !important; }
.home-other-partnerships #tiny-carousel-slider1 .overview li { margin-right: 45px !important; border: none !important; }

.content-events .main-content { background: none; margin: 0; padding: 0;}

#content-full.history { margin: 0 0 -20px 0; }
#content-full.history h1.entry-title { display: none; }
#content-full.history .grid { margin-bottom: 0; }

#content-full.history h1 { color: #ffffff; text-align: center; background: url("/wp-content/themes/responsive/core/images/history-underline.gif") no-repeat center 40px; padding-bottom: 14px; font-size: 2.3em; }
#content-full.history p { color: #ffffff; text-align: center; font-weight: bold; font-size: 16px; line-height: 20px; text-shadow: 2px 2px 2px #333333; }
#content-full.history h6 { color: #ffffff; text-align: right; font-weight: normal; font-size: 13px; }

#content-full.history .text-01 { position: absolute; margin-top: -350px; width: 45%; left: 27.5%; }
#content-full.history .text-02,
#content-full.history .text-03,
#content-full.history .text-04,
#content-full.history .text-05,
#content-full.history .text-06,
#content-full.history .text-07,
#content-full.history .text-08,
#content-full.history .text-09,
#content-full.history .text-10,
#content-full.history .text-11,
#content-full.history .text-12,
#content-full.history .text-13 { position: absolute; margin-top: -400px; width: 45%; left: 27.5%; }

#content-full.history .image-01,
#content-full.history .image-02,
#content-full.history .image-03,
#content-full.history .image-04,
#content-full.history .image-05,
#content-full.history .image-06,
#content-full.history .image-07,
#content-full.history .image-08,
#content-full.history .image-09,
#content-full.history .image-10,
#content-full.history .image-11,
#content-full.history .image-12,
#content-full.history .image-13  { margin: 0; }

#content-full.history .image-01 p,
#content-full.history .image-02 p,
#content-full.history .image-03 p,
#content-full.history .image-04 p,
#content-full.history .image-05 p,
#content-full.history .image-06 p,
#content-full.history .image-07 p,
#content-full.history .image-08 p,
#content-full.history .image-09 p,
#content-full.history .image-10 p,
#content-full.history .image-11 p,
#content-full.history .image-12 p,
#content-full.history .image-13 p  { margin: 0; }

#content-full.history .image-01 img,
#content-full.history .image-02 img,
#content-full.history .image-03 img,
#content-full.history .image-04 img,
#content-full.history .image-05 img,
#content-full.history .image-06 img,
#content-full.history .image-07 img,
#content-full.history .image-08 img,
#content-full.history .image-09 img,
#content-full.history .image-10 img,
#content-full.history .image-11 img,
#content-full.history .image-12 img,
#content-full.history .image-13 img  { margin: 0 !important; }




.history-scroller-wrapper { position: fixed; width: 100%; max-width: 1280px; }
#history-scroller { position: absolute; top: 100px; right: 80px; width: 32px; height: 330px; display: block; background: url(/wp-content/images/history-scroller-01.png); }
@media screen and (max-width: 1050px) {
	#history-scroller { top: 60px; right: 60px; }
}
@media screen and (max-width: 980px) {
	#history-scroller { top: 60px; right: 60px; width: 29.1px; height: 297px; display: block; background-size: 29.1px 297px; }
}
@media screen and (max-width: 880px) {
	#history-scroller { top: 50px; right: 50px; width: 25.6px; height: 264px; display: block; background-size: 25.6px 264px; }
}
@media screen and (max-width: 740px) {
	#history-scroller { top: 40px; right: 40px; width: 22.4px; height: 231px; display: block; background-size: 22.4px 231px; }
}
@media screen and (max-width: 650px) {
	#history-scroller { top: 30px; right: 20px; width: 19.2px; height: 198px; display: block; background-size: 19.2px 198px; }
}




.vid100 { width: 100%; height: auto; }
.vid90 { width: 90%; height: auto; }
.vid80 { width: 80%; height: auto; }
.vid70 { width: 70%; height: auto; }
.vid60 { width: 60%; height: auto; }
.vid50 { width: 50%; height: auto; }
.vid40 { width: 40%; height: auto; }
.vid30 { width: 30%; height: auto; }
.vid20 { width: 20%; height: auto; }
.vid10 { width: 10%; height: auto; }


#giants-quote,
#heroes-quote,
#diamonds-quote,
#lighthouse-quote,
#ripples-quote,
#starfish-quote { display: none; }

#all-quote h2,
#giants-quote h2,
#heroes-quote h2,
#diamonds-quote h2,
#lighthouse-quote h2,
#ripples-quote h2,
#starfish-quote h2 { margin-top: 0.25em; margin-bottom: 0.2em; }

#cn-notice-text { color: #999999; }


























/* =Header Media Queries
-------------------------------------------------------------- */

@media screen and (max-width: 980px) {
	#wrapper { margin-top: 95px; }
	#logo { margin-left: 10px; }
}


@media screen and (max-width: 950px) {
	.menu a { font-size: 14px; padding: 0 0.6em; }
	.left-col-navigation a { font-size: 0.9em; }

}

@media screen and (max-width: 820px) {
	#wrapper { margin-top: 93px; }
	.menu a { font-size: 12px; padding: 0 0.4em; }
	.headerApplynow .blueButton, .headerDonate .orangeButton { font-size: 14px; padding: 6px 14px; }
	.headerSocial, .headerSearch { margin-top: 6px; }
	.headerSocial img { width: 28px; height: 28px; }
	.headerSearch input#s { height: 28px; border-bottom-left-radius: 14px; border-top-left-radius: 14px; float: left; }
	.headerSearch input#searchsubmit { height: 28px; border-bottom-left-radius: 14px; border-top-left-radius: 14px; margin-left: -17px; float: right; }
	#searchform input { font-size: 12px; }
}

/* =Home Banners Media Queries
-------------------------------------------------------------- */

@media screen and (max-width: 1140px) {
	.homeBannerDanielsStory { width: 40%; top: 22%; left: 10%; }
}
@media screen and (max-width: 1000px) {
	.homeBannerMeetSusanVideo { left: 8%;}
	.homeBannerMeetSusan { left: 9%; top: 13%; width: 30%; }
	.homeBannerThree { left: 8%; top: 18%; width: 29%; }
}
@media screen and (max-width: 890px) {
	.homeBannerDanielsStory { width: 50%; top: 17%; left: 6%; }
}
@media screen and (max-width: 800px) {
	.homeBannerMeetSusanVideo { left: 6%; top: 5%; }
	.homeBannerMeetSusan { left: 8%; top: 4%; width: 35%; }
	.homeBannerThree { left: 5%; top: 9%; width: 35%; }
}
@media screen and (max-width: 720px) {
	.homeBannerDanielsStory { width: 50%; top: 12%; left: 6%; }
	.homeBannerDanielsStory h1 { font-size: 1.5em; margin-bottom: 3px; }
	.homeBannerMeetSusan h1 { font-size: 1.5em; margin-bottom: 3px; }
	.homeBannerThree h1 { font-size: 1.5em; margin-bottom: 3px; }
}


@media screen and (max-width: 570px) {
	.homeBannerDanielsStory { width: 55%; top: 10%; left: 5%; }
	.homeBannerDanielsStory h1 { font-size: 1.3em; margin-bottom: 4px; }
	.homeBannerMeetSusan h1 { font-size: 1.3em; margin-bottom: 4px; }
	.homeBannerThree h1 { font-size: 1.3em; margin-bottom: 4px; }
	.homeBannerDanielsStory p { font-size: 0.85em; line-height: 1.25em; margin-bottom: 0px; }
	.homeBannerMeetSusan p { font-size: 0.85em; line-height: 1.25em; margin-bottom: 0px; }
	.homeBannerThree p { font-size: 0.85em; line-height: 1.25em; margin-bottom: 0px; }
}

@media screen and (max-width: 470px) {
	.homeBannerDanielsStory { width: 60%; top: 8%; left: 4%; }
	.homeBannerDanielsStory h1 { font-size: 1.1em; margin-bottom: 0px; }
	.homeBannerMeetSusan h1 { font-size: 1.1em; margin-bottom: 0px; }
	.homeBannerThree h1 { font-size: 1.1em; margin-bottom: 0px; }
}

@media screen and (max-width: 440px) {
	#new-royalslider-1 { display: none; }
}



/* =Our History Media Queries
-------------------------------------------------------------- */

@media screen and (max-width: 1000px) {
	#content-full.history .text-01 { position: absolute; margin-top: -300px; width: 60%; left: 15%; }
	#content-full.history .text-02,
	#content-full.history .text-03,
	#content-full.history .text-04,
	#content-full.history .text-05,
	#content-full.history .text-06,
	#content-full.history .text-07,
	#content-full.history .text-08,
	#content-full.history .text-09,
	#content-full.history .text-10,
	#content-full.history .text-11,
	#content-full.history .text-12,
	#content-full.history .text-13 { position: absolute; margin-top: -350px; width: 60%; left: 15%; }
}
@media screen and (max-width: 820px) {
	#content-full.history .text-01 { position: absolute; margin-top: -260px; width: 74%; left: 6%; }
	#content-full.history .text-02,
	#content-full.history .text-03,
	#content-full.history .text-04,
	#content-full.history .text-05,
	#content-full.history .text-06,
	#content-full.history .text-07,
	#content-full.history .text-08,
	#content-full.history .text-09,
	#content-full.history .text-10,
	#content-full.history .text-11,
	#content-full.history .text-12,
	#content-full.history .text-13 { position: absolute; margin-top: -300px; width: 74%; left: 6%; }
}
@media screen and (max-width: 650px) {
	#content-full.history .text-01 { position: absolute; margin-top: -200px; width: 74%; left: 6%; }
	#content-full.history .text-02,
	#content-full.history .text-03,
	#content-full.history .text-04,
	#content-full.history .text-05,
	#content-full.history .text-06,
	#content-full.history .text-07,
	#content-full.history .text-08,
	#content-full.history .text-09,
	#content-full.history .text-10,
	#content-full.history .text-11,
	#content-full.history .text-12,
	#content-full.history .text-13 { position: absolute; margin-top: -240px; width: 74%; left: 6%; }
	#content-full.history h1 { font-size: 1.8em; background: url("/wp-content/themes/responsive/core/images/history-underline.gif") no-repeat center 32px; padding-bottom: 4px; }
	#content-full.history p { font-size: 13px; line-height: 1.4; }
	#content-full.history h6 { font-size: 12px; }
}
@media screen and (max-width: 500px) {
	#content-full.history .text-01 { position: absolute; margin-top: -155px; width: 82%; left: 2%; }
	#content-full.history .text-02,
	#content-full.history .text-03,
	#content-full.history .text-04,
	#content-full.history .text-05,
	#content-full.history .text-06,
	#content-full.history .text-07,
	#content-full.history .text-08,
	#content-full.history .text-09,
	#content-full.history .text-10,
	#content-full.history .text-11,
	#content-full.history .text-12,
	#content-full.history .text-13 { position: absolute; margin-top: -170px; width: 82%; left: 2%; }
	#content-full.history h1 { font-size: 1.4em; background: url("/wp-content/themes/responsive/core/images/history-underline.gif") no-repeat center 24px; padding-bottom: 4px; }
	#content-full.history p { font-size: 11px; line-height: 1.4; margin-bottom: 0; }
	#content-full.history h6 { font-size: 10px; margin-top: 4px; }
}
@media screen and (max-width: 400px) {
	#content-full.history .text-01 { position: absolute; margin-top: -130px; width: 82%; left: 2%; }
	#content-full.history .text-02,
	#content-full.history .text-03,
	#content-full.history .text-04,
	#content-full.history .text-05,
	#content-full.history .text-06,
	#content-full.history .text-07,
	#content-full.history .text-08,
	#content-full.history .text-09,
	#content-full.history .text-10,
	#content-full.history .text-11,
	#content-full.history .text-12,
	#content-full.history .text-13 { position: absolute; margin-top: -170px; width: 82%; left: 2%; }
	#content-full.history h1 { font-size: 1.4em; background: url("/wp-content/themes/responsive/core/images/history-underline.gif") no-repeat center 24px; padding-bottom: 4px; }
	#content-full.history p { font-size: 10px; line-height: 1.4; margin-bottom: 0; }
	#content-full.history h6 { font-size: 10px; margin-top: 4px; }
}

	
	
	
	
	
	
	




/* =Media Queries
-------------------------------------------------------------- */


@media screen and (max-width: 650px) {
	.vid100, .vid90, .vid70, .vid60, .vid50, .vid40, .vid30, .vid20, .vid10 { width: 100%; height: auto; }
}






/* =DEVICE Media Queries
-------------------------------------------------------------- */




/* = ONE COLUMN KICKS IN 
-------------------------------------------------------------- */
@media only screen and (max-width : 900px)  
{
	 .home-news-button { margin: -39px 24px 18px 0; }
	 .homeContentArea { margin: 10px 4% 0 4% !important; width: 92% !important; }
	 .home-news, .home-partnership-opps-wrapper, .home-strategic-partner { margin-top: 20px; }
	 .copyright { clear: both; }
	 #content-full { margin-top: 40px; margin-left: 4%; width: 92%; }
	 .page-template-template-history #content-full { margin-top: 0px; margin-left: 0%; width: 100%; }
	 .soliloquy-container { margin-bottom: 30px; margin-left: auto !important; margin-right: auto !important; }
	 .left-column { display: none !important; }
	 .left-column.left-menu-listing { display: block !important; }
	 
	 
	.footer-contactus { width: 70%; float: left; }
	.footer-right { width: 30%; float: left; }
	.footer-col1 { width: 33%; float: left; }
	.footer-col2 { width: 33%; float: left; }
	.footer-col3 { width: 33%; float: left; }
	.footer-col4 { width: 100%; float: none; text-align: right; }
	.footer-col5 { width: 100%; float: right; }
	.footer-col5 { text-align: right; margin-top: 20px; }
	.footer-col5 a { margin-right: 10px; }
	
	.navigation-news {
		display: block;
		height: 28px;
		margin: 30px auto 20px auto;
		line-height: 28px;
		top: 10px;
		text-align: center;
		width: 100%
	}

	 
}


@media only screen and (max-width : 700px)  
{
	.footer-contactus { width: 50%; float: left; }
	.footer-right { width: 50%; float: left; }
	.footer-col1 { width: 100%; float: none; }
	.footer-col2 { width: 100%; float: none; }
	.footer-col3 { width: 100%; float: none; }
	.footer-col4 { width: 100%; float: none; text-align: right; }
	.footer-col5 { width: 100%; float: right; }
	.footer-col5 { text-align: right; margin-top: 20px; }
	.footer-col5 a { margin-right: 10px; margin-bottom: 10px; display: block; }
}



/* = TABLETS 
-------------------------------------------------------------- */
@media only screen and (max-width : 768px)  
{

}


/* = MOBILE NAV KICKS IN 
-------------------------------------------------------------- */
@media only screen and (max-width : 650px)  
{
	#wrapper { margin-top: 73px; }
	
	#header-wrapper { position: absolute; z-index: 1000; }
	#header { background: #ef3e35; padding-top: 24px; height: 62px; }
	#logo { position: relative; top: -16px; background: none; z-index: 3000; width: 73px; margin-left: 10px; }
	#header-wrapper { border-bottom: none; }
	.home-about { margin-top: 40px; }
	ul#menu-main-navigation { background: #3c3c3b; }
	ul#menu-main-navigation li ul.sub-menu li a { background: #3c3c3b !important; padding: 0 0 0 30px; }
	ul#menu-main-navigation li ul.sub-menu li a:hover { background: #262626 !important; }
	
	ul#menu-main-navigation li ul.sub-menu li li a { background: #3c3c3b; padding-left: 48px; }
	ul#menu-main-navigation li ul.sub-menu li:nth-child(1) a { padding-top: 0 !important; }
	ul#menu-main-navigation li ul.sub-menu li ul.sub-menu li:nth-child(1) a { padding-top: 0 !important; }
	ul#menu-main-navigation li { margin-bottom: 0;  }
	
	#headerLinks { float: none; margin-top: -96px; height: 83px; position: relative; z-index: 4000; width: 100%; overflow: hidden; }
	.headerButtons { float: none; }
	.headerApplynow { float: none; margin: 12px auto 0 auto; text-align: center; }
	.headerDonate { float: none; margin: 18px auto 0 auto; text-align: center; }
	.headerSocial { float: right; margin-top: -62px; width: 100%; text-align: right; display: none; }
	.headerSearch { position: absolute; z-index: 6000; top: -18px; right: -15px; width: 1%; height: 95px; background: #ef3e35; }
	.headerSearch form { float: left; }
	.mobile-search-button { position: absolute; right: 10px; top: 0px; display: block; }
	.headerSearch input#s { 
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		height: 50px;
		left: 60px;
		position: absolute;
		top: 20px;
		width: 70%; 
	}
	
	.headerSearch input#searchsubmit {
		position: absolute;
		right: -400px;
		top: 20px;
		background: #ef3e35 url("/wp-content/images/mob-header-search.png") no-repeat scroll 0 center;
		background-size: 45px 45px;
		border: medium none;
		box-shadow: none !important;
		font-size: 0;
		height: 45px;
		width: 45px;
		margin-left: 0;
	}
	
	.mobile-search-close-button { display: block; position: absolute; top: 20px; }	

	/*.headerSearch input#s::-webkit-input-placeholder { /* WebKit browsers */
		/*opacity: 0;
	}
	.headerSearch input#s:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		/*opacity: 0;
	}
	.headerSearch input#s::-moz-placeholder { /* Mozilla Firefox 19+ */
		/*opacity: 0;
	}
	.headerSearch input#s:-ms-input-placeholder { /* Internet Explorer 10+ */
		/*opacity: 0;
	}
	 */
	.rsNav.rsThumbs.rsThumbsHor { display: none; }
	 
	.navigation-news {
		display: block;
		height: 28px;
		margin: 30px auto 20px auto;
		line-height: 28px;
		top: 45px;
		text-align: center;
		width: 100%
	}
	.news-content-wrapper { margin-top: 40px; }
	
	
	ul#menu-main-navigation li.nav-menu-1 ul.sub-menu, 
	ul#menu-main-navigation li.nav-menu-2 ul.sub-menu, 
	ul#menu-main-navigation li.nav-menu-3 ul.sub-menu, 
	ul#menu-main-navigation li.nav-menu-4 ul.sub-menu, 
	ul#menu-main-navigation li.nav-menu-5 ul.sub-menu, 
	ul#menu-main-navigation li.nav-menu-6 ul.sub-menu { display: none; }
	
	ul#menu-main-navigation li.nav-menu-1 ul.sub-menu ul.sub-menu, 
	ul#menu-main-navigation li.nav-menu-2 ul.sub-menu ul.sub-menu, 
	ul#menu-main-navigation li.nav-menu-3 ul.sub-menu ul.sub-menu, 
	ul#menu-main-navigation li.nav-menu-4 ul.sub-menu ul.sub-menu, 
	ul#menu-main-navigation li.nav-menu-5 ul.sub-menu ul.sub-menu, 
	ul#menu-main-navigation li.nav-menu-6 ul.sub-menu ul.sub-menu { display: block; }
	
	


}


/*  
-------------------------------------------------------------- */
@media only screen and (max-width : 550px)  
{
	#content-archive .post-entry a, #content-archive .post-entry a img.alignleft { float: none; }
	.category-in-the-media .post-entry { padding: 10px; }
	.category-latest-news .post-entry { padding: 10px; }
	.home-about-text { padding-left: 20px; }
	.home-about-image img { float: none; margin-top: 12px; }
	.home-about-image { text-align: center; }
}

/* = PHONES 
-------------------------------------------------------------- */
@media only screen and (max-width : 480px)  
{
	.home-partnership-opps-text { width: 90%; }
	.home-partnership-opps-image { float: none; text-align: center; width: 100%; padding-bottom: 15px; }
	.home-news-button { margin: 0px 24px 18px 0; }
}

@media only screen and (max-width : 430px) {
	.headerSearch input#s { 
		width: 60%; 
	}
}


@media screen and (max-width: 400px) {
	#logo { margin-right: 18px; }
	#logo img { width: 70px; }
	/*.headerSearch { width: 110px; }
	.headerSearch input#searchsubmit { margin-left: -30px; }
	.headerApplynow .blueButton, .headerDonate .orangeButton { font-size: 13px; padding: 5px 10px; }*/


}



/* = OLDER PHONES 
-------------------------------------------------------------- */
@media only screen and (max-width : 320px)  
{
	 /*#wrapper { background: yellow; }*/
}
















/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
	}

	ul,
	ol,
	dl {
		page-break-before: avoid;
	}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
	body {
	}
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/
