/*
Theme Name: Israel and the Academy
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.commentlist .comment-author:after,
.container:after,
#header .upper-section:after,
#nav:after,
#footer .lower-section:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 16px/1.2 Verdana, Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #666;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #666;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type=number],
input[type=tel],
input[type=url],
input[type=password],
input[type=text],
input[type=email],
input[type=reset],
input[type=button],
input[type=submit],
button,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	box-sizing: border-box;
	border: 1px solid #666;
	padding: 5px .7em;
	color: #333;
	box-shadow: none;
	height: 40px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
	border-color: #333;
	outline: none;
	box-shadow: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #333;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #333;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #333;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #333;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
	color: #333;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
	
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"],
.btn {
	display: inline-block;
	vertical-align: top;
	border: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	height: 40px;
	padding: 5px 10px;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

/* Calendar */

#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
}

#wp-calendar td {
	background: transparent;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	display: inline-block;
	vertical-align: top;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

#search_block {
	margin-bottom: 20px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
	height: 40px;
}

.post-password-form input {
	float: left;
	float: none;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #059090;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: center;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.pagination,
.navigation,
.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
	overflow: hidden;
}

.pagination .screen-reader-text,
.navigation .screen-reader-text,
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.pagination .page-numbers,
.navigation .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.pagination .al,
.pagination .ar,
.pagination .next,
.pagination .prev,
.navigation .al,
.navigation .ar,
.navigation .next,
.navigation .prev,
.navigation .al,
.navigation .ar,
.navigation .next,
.navigation .prev,
.navigation-comments .al,
.navigation-comments .ar,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #059090;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.pagination .al a,
.pagination .ar a,
.pagination .next a,
.pagination .prev a,
.navigation .al a,
.navigation .ar a,
.navigation .next a,
.navigation .prev a,
.navigation .al a,
.navigation .ar a,
.navigation .next a,
.navigation .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.navigation-comments .next a,
.navigation-comments .prev a {
	color: inherit;
}

.pagination a{
	text-decoration: none;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #333;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #666;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter,
figure.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.alignnone {
	margin: 0;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption .wp-caption-text,
.entry .wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px 0;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

.al,
.navigation .next {
	float: left;
}

.ar,
.navigation .prev {
	float: right;
}

.posts-list .entry p {
	margin: 0;
}

.posts-list .post {
	margin: 0 0 40px;
}

.post .title {
	margin-bottom: 10px;
}

.post .postmetadata {
	margin-bottom: 10px;
}

.widget {
	margin: 0 0 20px;
}

.textwidget p {
	padding: 0 0 10px 0;
}

/* Various Tags & Classes */

.entry acronym,
.entry abbr,
.entry span.caps {
	cursor: help;
}

.entry acronym,
.entry abbr {
	border-bottom: 1px dashed #dfcfba;
}

.entry blockquote {
	margin: 15px 0 20px 0;
	padding: 0 15px 0 20px;
	border-left: 5px solid #ccc;
}

.entry blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

code br {
	display: none;
}

.entry pre,
.entry code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

.entry code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.page-link {
	padding: 0 0 15px;
}

/* Respond */

.comments {
	clear: both;
}

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

#commentform p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

#commentform p label {
	display: block;
	padding: 0 0 5px;
}

#commentform p textarea {
	width: 96%;
}

/* Comments*/

#comments,
#reply-title {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

.commentlist {
	margin-left: -2em;
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.commentlist .comment {
	padding: 0 0 0 2em;
}

.commentlist .comment,
.commentlist + .comment {
	padding-top: 1.2em;
}

.commentlist .commentlist {
	padding: 0;
}

.commentlist .comment-author {
	margin-bottom: .5em;
}

.commentlist .comment-metadata {
	margin-bottom: .5em;
}

.commentlist .comment-author img {
	float: left;
	margin: 0 1.2em 4px 0;
}

.comment .comment-respond {
	margin-left: 20px;
}

.comment-body {
	margin: 0 0 20px;
}

.parent.comment .comment-body {
	margin-left: 30px;
}

.parent.comment > .comment-body {
    margin-left: 0;
}

.comment-author.vcard {
	margin-bottom: 10px;
}

/* Typography */

.entry {
	width: 100%;
	line-height: 1.5em;
}

.entry a {
	text-decoration: underline;
}

.entry a:hover {
	text-decoration: none;
}

.entry p {
	margin: 0 0 20px 0;
}

.entry ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

.entry ul ul,
.entry ul ol {
	margin: 0;
}

.entry ul li {
	list-style-type: disc;
	line-height: 1.5em;
}

.entry ul ul li {
	list-style-type: circle;
}

.entry ul li ol li {
	list-style-type: decimal;
}

.entry ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

.entry ol ol,
.entry ol ul {
	margin: 0;
}

.entry ol li {
	list-style-type: decimal;
	line-height: 1.5em;
}

.entry ol li ol li {
	list-style-type: lower-alpha;
}

.entry ol li ul li {
	list-style-type: disc;
}

.entry table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

.entry table td,
.entry table th {
	border: 1px solid #ccc;
	padding: 5px;
}

.entry table th {
	background: #eee;
}

.entry textarea{
	width: 98%;
	height: 120px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #059090;
}

h1,
.h1 {
	font-size: 27px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 21px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 16px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: inherit;
}

p {
	margin: 0 0 1em;
}

a {
	color: #666;
	text-decoration: none;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear , border-color .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear , border-color .2s linear;
}

a:hover,
a:focus {
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
}

#footer {
	position: relative;
	display: table-footer-group;
	height: 1%;
}

#footer .copyrights{
	clear: both;
	padding: 0 10px 20px;
	text-align: center;
}

#footer .container {
	max-width: 1300px;
	padding: 0;
}

.container {
	max-width: 1330px;
	padding: 0 15px;
	margin: 0 auto;
}

#header {
	position: relative;
	margin-bottom: 9px;
}

#header .upper-section {
	position: relative;
	padding: 42px 31px 58px;
}

#header .logo {
	float: left;
}

#header .logo a {
	overflow: hidden;
}

#header .logo a img,
#header .logo a .slogan {
	float: left;
}

#header .logo a .slogan {
	padding-top: 44px;
	padding-left: 21px;
}

#header .container {
	max-width: 1300px;
	padding: 0;
}

.slogan span {
	color: #666;
	display: block;
	font-size: 30px;
	line-height: 36px;
}

.slogan span:first-child {
	font-size: 56px;
	line-height: 60px;
	margin-bottom: 5px;
}

#nav {
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .5);
}

#nav ul {
	width: 100%;
	display: table;
	font-size: 24px;
	table-layout: fixed;
	list-style: none;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#nav ul li {
	text-align: center;
	display: table-cell;
}

#nav ul li:hover a,
#nav ul li.current-menu-item a {
	background: #099;
}

#nav ul li a {
	display: block;
	padding: 20px 5px;
	color: #fff;
	background: #3cc;
	text-transform: lowercase;
}

.nav-opener {
	display: none;
	float: right;
	margin: 5px;
	width: 31px;
	height: 31px;
	background: #3cc;
	position: absolute;
	top: 13px;
	right: 5px;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #b50d1f;
	position: absolute;
	top: 16px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 10px;
}

.nav-opener:after {
	top: 22px;
}

.gallery {
	margin-bottom: 13px;
}

.gallery.container {
	max-width: 1300px;
	padding: 0;
}

/* cycle carousel basic styles */

.cycle-gallery {
	position: relative;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.cycle-gallery .mask .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .mask .slide {
	position: relative;
	width: 100%;
	float: left;
	height: 525px;
}

.cycle-gallery .mask .slide.active {
	z-index: 1;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: 50% 50%;
	background-size: cover;
}

.btn-prev,
.btn-next {
	position: relative;
	display: block;
	width: 55px;
	height: 74px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 76px;
	z-index: 10;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.btn-prev:before,
.btn-prev:after,
.btn-next:before,
.btn-next:after {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	width: 50px;
	height: 11px;
	background: white;
	-webkit-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
	transform: rotate(-44deg);
}

.btn-prev:after,
.btn-next:after {
	top: auto;
	bottom: 18px;
	-webkit-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	transform: rotate(44deg);
}

.btn-prev:hover,
.btn-next:hover {
	opacity: .7;
}

.btn-next {
	left: auto;
	right: 76px;
}

.btn-next:before {
	-webkit-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	transform: rotate(44deg);
}

.btn-next:after {
	-webkit-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
	transform: rotate(-44deg);
}

.news {
	margin-bottom: 13px;
}

.news.container {
	max-width: 1300px;
	padding: 0;
}

.news .box-holder {
	overflow: hidden;
	margin: 0 -8px 13px;
}

.news .box-holder .box {
	float: left;
	width: 20%;
	padding: 0 8px;
}

.news .box-holder .box.large {
	width: 40%;
}

.news .box-holder .box.large .box-content {
	padding-top: 5px;
}

.news .box-holder .box.large .box-content .heading {
	display: block;
	position: static;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	color: #333;
	margin-bottom: 42px;
}

.news .box-holder .box.large .box-content:hover:before {
	display: none;
}

.news .box-holder .box > a {
	display: block;
}

.news .box-holder .box .box-content {
	font: 30px/1.2em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	padding-top: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.news .box-holder .box .box-content .heading {
	display: block;
	text-align: center;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}

.news .box-holder .box .box-content:before {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(51, 204, 204, .35);
}

.news .box-holder .box .box-content:hover:before {
	display: block;
}

.news .box-holder .box .box-content.without-link:hover:before {
	display: none;
}

.news .box-holder .box .box-content .content {
	display: block;
	font-size: 24px;
	font-weight: normal;
	color: #333;
}

.news .box-holder .box .box-content .content.reduced-size {
	font-size: 20px;
}

.news .box-holder .box .box-content .content.white {
	color: #fff;
}

.news .box-content.non-newsletter-block{
	background-color: #33cccc;
}

.news .box-content.newsletter-block{
	background-color: #009999;
}

.large:first-child .box-content:hover {
	opacity: .8;
}

.large .box-content {
	width: 100%;
	text-align: center;
	height: 100%;
	white-space: nowrap;
	padding: 5px 10px;
}

.large .box-content:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -3px;
}

.large .box-content .aligner {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}

.btn,
.btn-subscribe {
	text-transform: uppercase;
	font: 700 30px/1.2em Tahoma, Arial, Helvetica, sans-serif;
	color: #059090;
	background: #ccc;
	padding: 16px 42px;
	height: auto;
	border-radius: 7px;
	box-shadow: 0 -3px 0 0 #747474;
	margin-top: 23px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.btn:hover,
.btn-subscribe:hover {
	background: #e1dede;
}

.info {
	font: 24px/35px Tahoma, Arial, Helvetica, sans-serif;
}

.info.container {
	max-width: 1300px;
	padding: 0;
}

.info .content-holder {
	padding: 29px 37px;
}

.social {
	padding: 18px 0;
	background: #3cc;
}

.social ul {
	text-align: center;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.social ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
}

.social ul li.facebook a {
	background-position: -1px -55px;
}

.social ul li.twitter a {
	background-position: 0 0;
}

.social ul a {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/sprite.png) no-repeat 0 0;
}

.social ul a:hover {
	margin-top: -4px;
}

#footer .lower-section {
	font-size: 18px;
	padding: 10px 24px 10px 14px;
}

#footer .lower-section div {
	float: left;
}

#footer .lower-section div + div{
	float: right;
}

#footer .lower-section div + div a {
	color: #099;
}

#footer .lower-section div + div a:hover {
	color: #861208;
}

#main.publications  .content-holder {
	padding: 91px 85px 34px 91px;
}

#main .content-holder {
	padding: 37px 55px 34px 65px;
}

.about-page .paragraph ul,
.page-template-about .paragraph ul {
	font-size: inherit;
	margin-top: 0;
}

.about-page .paragraph ul li:after,
.page-template-about .paragraph ul li:after {
	background: #333;
}

.paragraph {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 66px;
}

.paragraph h2 {
	text-align: center;
	margin-bottom: 26px;
}

.paragraph ul {
	font-size: 20px;
	line-height: 1.2em;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 24px;
	padding-left: 25px;
}

.paragraph ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.paragraph ul li:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #059090;
}

.paragraph ul li a {
	color: #059090;
	text-decoration: underline;
}

.paragraph ul li a:hover {
	color:#861208;
}
.paragraph.last {
	margin-bottom: 2px;
}

.list-heading {
	display: block;
}

.link-holder {
	overflow: hidden;
}

.link-holder a {
	float: right;
	display: block;
	text-transform: uppercase;
	color: #099;
}

.link-holder a:hover {
	color: #861208;
}

.btn-holder {
	text-align: center;
	margin-top: 71px;
}

.btn-green {
	background: #099;
	color: #fff;
	font-size: 16px;
	box-shadow: 0 -3px 1px 0 #005757;
	border-radius: 3px;
	padding: 23px 71px;
	margin: 0;
	margin-top: 3px;
}

.btn-green:hover {
	background: #3cc;
}

.join {
	font-size: 24px;
	font-weight: bold;
	color: #861208;
	text-align: center;
	display: block;
	margin-top: 28px;
}

.downloads {
	font: 18px/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #5e6167;
}

.downloads .heading {
	font-weight: bold;
	margin-bottom: 26px;
}

.downloads .heading .green-link {
	margin: 0;
}

.downloads span {
	display: block;
}

.downloads .block-holder > span{
	font-size: 1.2em;
	margin-top: 1.2em;
	color: #059090;
}

.downloads a {
	display: inline-block;
	text-decoration: underline;
}

.downloads span.green-link {
	display: inline-block;
	text-decoration: underline;
}
.downloads span.like-a{
	display: inline-block;
	text-decoration: underline;
	color: #059090;
}


.downloads a:hover{
	color:#861208;
}

.downloads h2 {
	font-size: 24px;
	line-height: 28px;
	color: #5e6167;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding-right: 10px;
}

.downloads h2 a {
	padding-left: 10px;
	color: #059090;
}

.downloads h3 {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 29px;
}

.downloads h4 {
	font-size: 18px;
	color: inherit;
	margin: 1em 0;
}

.downloads h5 {
	font-size: 18px;
	color: inherit;
}

.downloads em {
	font-size: 24px;
	line-height: 1.2em;
}

.downloads .green-link{
	color: #099;
}

.downloads .block-holder {
	margin-bottom: 10px;
}

.downloads .block {
	padding: 15px 0;
}

.org-resources .paragraph {
	margin-bottom: 17px;
}

.org-resources h2 {
	margin-bottom: 24px;
}

.org-resources h2 + .paragraph {
	margin-bottom: 47px;
}

.org-resources h3 {
	font-size: 18px;
	margin-bottom: 23px;
}

.org-resources h3 a {
	text-decoration: underline;
}

.org-resources h3 a:hover {
	color:#861208;
}

.ped-resources .downloads .heading {
	margin-bottom: 13px;
}

.ped-resources .downloads .block:nth-last-child(2) h3 em,
.ped-resources .downloads .block:nth-last-child(1) h3 em,
.ped-resources .downloads .block:nth-last-child(2) a,
.ped-resources .downloads .block:nth-last-child(1) a {
/*	display: block;*/
/*	margin-bottom: 35px;*/
}

.ped-resources .downloads h3 {
	color: inherit;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 0;
}

.ped-resources .downloads h3 em {
	color: #099;
}

.ped-resources .downloads em {
	font-size: 18px;
	line-height: 1.2em;
}

.ped-resources .block a {
	font-weight: bold;
}

.ped-resources .block p {
	margin-bottom: 0;
}

.release {
	position: relative;
	overflow: hidden;
	margin-bottom: 181px;
}

.release h2 {
	margin-bottom: 44px;
}

.release h2 a {
	text-decoration: underline;
}

.release h2 a:hover {
	color:#861208;
}

.release .description-holder {
/*	max-width: 900px;*/
	font-size: 24px;
	line-height: 26px;
}

.release .description-holder p:last-child {
	margin-bottom: 75px;
}

.release .img-holder {
	margin-right: 53px;
	margin-bottom: 19px;
}

.release .button-holder {
	position: absolute;
	bottom: 0;
	right: 13px;
}

.release .btn-green {
	padding: 23px 50px;
	margin: 0;
	margin-top: 3px;
}

.page-template-resources .content-holder h2,
.page-template-campaigns .content-holder h2 {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 28px;
}

.page-template-resources .content-holder h2 span,
.page-template-campaigns .content-holder h2 span {
	font-style: normal;
	padding-right: 10px;
	text-decoration: underline;
}

.page-template-resources .content-holder p,
.page-template-campaigns .content-holder p {
	margin-bottom: 51px;
	line-height: 1.5em;
}

.page-template-resources .box-container,
.page-template-campaigns .box-container {
	overflow: hidden;
	margin: 0 -55px;
}

.page-template-resources .box-container .box-holder,
.page-template-campaigns .box-container .box-holder {
	float: left;
	width: 50%;
	padding: 0 65px;
}

.page-template-resources .box-container .box-holder .box,
.page-template-campaigns .box-container .box-holder .box {
	font-size: 22px;
	line-height: 40px;
	color: #333;
	text-align: center;
	background: #399;
	height: 100%;
	padding: 23px 5px 15px;
}

.page-template-resources .box-container .box-holder .box ul,
.page-template-campaigns .box-container .box-holder .box ul {
	letter-spacing: -.36em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-template-resources .box-container .box-holder .box ul li,
.page-template-campaigns .box-container .box-holder .box ul li {
	position: relative;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin-right: 2px;
}

.page-template-resources .box-container .box-holder .box ul li.not-link:before,
.page-template-campaigns .box-container .box-holder .box ul li.not-link:before {
	display: none;
}

.page-template-resources .box-container .box-holder .box ul li:before,
.page-template-campaigns .box-container .box-holder .box ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 6px;
	left: 100%;
	width: 2px;
	background: #333;
}

.page-template-resources .box-container .box-holder .box ul li:last-child:before,
.page-template-campaigns .box-container .box-holder .box ul li:last-child:before {
	display: none;
}

.page-template-resources .box-container .box-holder .box ul li a,
.page-template-campaigns .box-container .box-holder .box ul li a {
	display: block;
	color: #333;
	text-decoration: underline;
}

.page-template-resources .box-container .box-holder .box ul li a:hover,
.page-template-campaigns .box-container .box-holder .box ul li a:hover {
	color:#861208;
}

.page-template-resources .box-container .box.first ul,
.page-template-campaigns .box-container .box.first ul {
	white-space: nowrap;
}

.page-template-resources .box-container h3,
.page-template-campaigns .box-container h3 {
	font-size: 36px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 42px;
}

#main.syllaby-page  .content-holder {
	padding-top: 45px;
}

.syllaby-page h3 {
	text-decoration: underline;
}

.syllaby-page .downloads .block a {
	position: relative;
	padding: 0 12px;
	margin: 0 9px;
}

.syllaby-page .downloads .block a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 0;
	width: 2px;
	background: #5e6167;
}

.syllaby-page .downloads .block h4 {
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 2px;
	margin-top: 0;
}

span.has-link {
	padding-left: 50px;
}

#header .upper-section .btn-holder {
	float: right;
	margin: 3px 24px 0 0;
	font-size: 24px;
}

#header .upper-section .btn-holder a {
	color: #861208;
}

#header .upper-section .btn-holder a:hover {
	color: #099;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
/*	overflow: hidden !important;*/
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.newsletter-block .popup-holder{
	display: none;
}

.popup {
	width: 600px;
	padding: 10px;
}

.feed {
	max-width: 400px;
	margin: 0 auto;
}
.feed.small-feed {
	margin: 1em auto 2em;
}

.feed .row {
	overflow: hidden;
	margin-bottom: 15px;
}

.feed label {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.feed input,
.feed textarea {
	font-size: 18px;
	height: 40px;
	width: 100%;
	border-radius: 3px;
	outline: none;
}

.feed textarea {
	height: 120px;
	resize: none;
	overflow: auto;
	padding-top: 6px;
}

.feed input.wpcf7-not-valid,
.feed textarea.wpcf7-not-valid,
.feed .error input {
    border-color: red;
}
.feed input[type="file"] + .wpcf7-not-valid-tip {
    display: block;
}
.feed input[type="checkbox"]{
	width: 20px;
    display: inline-block;
    vertical-align: top;
    height: 20px;
}
.feed span.wpcf7-list-item{
	margin-left: 0;
}
.feed div.wpcf7-response-output {
    margin: 0em 0em 0em;
    padding: 0.2em 1em;
}

.feed .btn {
	float: right;
	padding: 10px 35px;
	margin: 0;
	margin-top: 5px;
}

span.wpcf7-not-valid-tip{
	display: none;
}

#content {
	float: left;
	width: 100%;
}

.blog-pages .content-holder{
	margin: 0  385px 0 0;
}

.syllaby-page .content-holder {
/*	margin: 0  385px 0 0;*/
}

#sidebar {
	position: relative;
	width: 385px;
	float: right;
	margin: 32px 0 0 -100%;
}

form.search .row {
	border-radius: 21px/50%;
	max-width: 335px;
	overflow: hidden;
	border: 4px solid #cbcbcb;
	height: 52px;
}

form.search input[type="search"] {
	font-size: 24px;
	line-height: 28px;
	width: 100%;
	height: 100%;
	color: #cbcbcb;
	border-style: none;
	outline: none;
	box-shadow: none;
	padding: 5px 1em;
}

form.search input[type="search"]:focus {
	border-color: #333;
	outline: none;
	box-shadow: none;
}

form.search input[type="search"]::-webkit-input-placeholder {
	color: #cbcbcb;
}

form.search input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #cbcbcb;
}

form.search input[type="search"]:-moz-placeholder {
	color: #cbcbcb;
}

form.search input[type="search"]:-ms-input-placeholder {
	color: #cbcbcb;
}

form.search input[type="search"].placeholder {
	color: #cbcbcb;
}

.green{
	color: green;
}
.ttu{
	text-transform: uppercase;
}

.publications .description-holder a{
	color: #059090;
}
.publications .description-holder a:hover{
    color: #861208;
}
.breadcrumb-trail{
	font-size: 24px;
	line-height: 28px;
	color: #5e6167;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding-right: 10px;
}
.breadcrumb-trail span{
	display: inline-block;
	text-decoration: underline;
	color: #059090;
	font-style: italic;
}
.breadcrumb-trail a{
	text-decoration: none;
}


@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (max-width: 1349px) {
	.page-template-resources .box-container .box-holder,
	.page-template-campaigns .box-container .box-holder {
		float: none;
		width: 600px;
		margin: 0 auto;
		padding: 0 0 20px;
	}
}

@media (max-width: 1254px) {
	.slogan span {
		font-size: 24px;
		line-height: 28px;
	}

	.slogan span:first-child {
		font-size: 36px;
		line-height: 40px;
	}
}

@media (max-width: 1199px) {
	.cycle-gallery .mask .slide {
		height: 400px;
	}

	.news .box-holder .box.large .box-content .heading {
		margin-bottom: 10px;
	}

	.news .box-holder .box .box-content {
		font-size: 22px;
	}

	.news .box-holder .box .box-content .content {
		font-size: 18px;
	}
	.news .box-holder .box .box-content .content.reduced-size{
		font-size: 16px;
	}
	.btn,
	.btn-subscribe {
		font-size: 18px;
		margin-top: 10px;
		padding: 7px 15px;
	}

	#header .upper-section .btn-holder {
		margin: 8px;
	}
}

@media (max-width: 1023px) {
	#header .logo a img {
		width: 200px;
	}

	#header .logo a .slogan {
		padding: 0;
	}

	.slogan span {
		font-size: 20px;
		line-height: 24px;
	}

	.slogan span:first-child {
		font-size: 30px;
		line-height: 34px;
	}

	#nav ul {
		font-size: 18px;
		line-height: 22px;
	}

	.btn-prev,
	.btn-next {
		left: 20px;
	}

	.btn-next {
		left: auto;
		right: 20px;
	}

	.news .box-holder .box.large .box-content .heading {
		white-space: pre-wrap;
	}

	.news .box-holder .box .box-content {
		font-size: 20px;
	}

	.news .box-holder .box .box-content .content {
		font-size: 14px;
		white-space: pre-wrap;
	}

	.btn,
	.btn-subscribe {
		font-size: 15px;
	}

	.info {
		font-size: 16px;
		line-height: 24px;
	}

	#footer .lower-section, #footer .copyrights {
		font-size: 14px;
	}

	#main.publications  .content-holder {
		padding: 25px 0;
	}

	#main .content-holder {
		padding: 25px;
	}

	.paragraph ul {
		margin-bottom: 10px;
	}

	.downloads {
		font-size: 16px;
	}

	.downloads h2 {
		font-size: 18px;
	}

	.downloads .green-link,
	.downloads em {
		font-size: 18px;
	}

	.release {
		margin-bottom: 100px;
	}

	.release h2 {
		font-size: 18px;
	}

	.release .description-holder {
		font-size: 16px;
		line-height: 20px;
	}

	.release .img-holder {
		margin-right: 25px;
		margin-bottom: 10px;
	}

	.release .btn-green {
		font-size: 14px;
		padding: 10px 20px;
	}

	.page-template-resources .box-container,
	.page-template-campaigns .box-container {
		margin: 0;
	}

	.page-template-resources .box-container h3,
	.page-template-campaigns .box-container h3 {
		margin-bottom: 10px;
	}

	#main.syllaby-page  .content-holder {
		padding-top: 30px;
	}

	.syllaby-page .downloads .block a {
		position: static;
		padding: 0;
		margin: 0;
		padding-left: 5px;
	}

	.syllaby-page .downloads .block h4 {
		margin-bottom: 10px;
		font-size: 14px;
	}

	span.has-link {
		padding-left: 15px;
	}

	.popup {
		width: 400px;
	}

	#content {
		float: none;
	}

	.blog-pages .content-holder,
	.syllaby-page .content-holder {
		margin: 0;
	}

	#sidebar {
		float: none;
		width: 100%;
		margin: 0;
		margin-top: 50px;
	}

	form.search {
		text-align: center;
	}

	form.search .row {
		display: inline-block;
		vertical-align: top;
		width: 350px;
	}

	form.search input[type="search"] {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.comment-form textarea,
	.comment-form input[type="text"] {
		width: 250px;
	}

	.pagination .page-numbers,
	.navigation .page-numbers,
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.pagination .al,
	.pagination .ar,
	.pagination .next,
	.pagination .prev,
	.navigation .al,
	.navigation .ar,
	.navigation .next,
	.navigation .prev,
	.navigation .al,
	.navigation .ar,
	.navigation .next,
	.navigation .prev,
	.navigation-comments .al,
	.navigation-comments .ar,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.commentlist {
		margin-left: 0;
	}

	.commentlist .comment {
		padding: 0;
	}

	.comment .comment-respond {
		margin: 0;
	}

	.parent.comment .comment-body {
		margin: 0;
	}

	#header {
		margin-bottom: 0;
	}

	#header .upper-section {
		padding: 20px;
	}

	#header .upper-section {
		padding: 10px;
	}

	#header .logo a img {
		width: 100px;
	}

	#header .logo a .slogan {
		padding-top: 5px;
	}

	.slogan span {
		font-size: 14px;
		line-height: 18px;
	}

	.slogan span:first-child {
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
	}

	.slogan span:last-child {
		display: none;
	}

	#nav ul {
		display: block;
	}

	#nav ul li {
		display: block;
		text-align: left;
	}

	#nav ul li a {
		padding: 10px 25px;
	}

	#nav ul li a {
		background: rgba(51, 51, 51, .9);
		border-bottom: 1px solid #fff;
	}

	.nav-opener {
		display: block;
	}

	.nav-drop {
		overflow: hidden;
		position: absolute;
		top: 100%;
		right: 5px;
		left: 5px;
		z-index: 999;
		max-height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	.nav-drop > ul {
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.nav-active .nav-opener span {
		opacity: 0;
	}

	.nav-active .nav-opener:after,
	.nav-active .nav-opener:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 16px;
		left: 15%;
		right: 15%;
	}

	.nav-active .nav-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-active .nav-drop {
		max-height: 4000px;
	}

	.nav-active .nav-drop > ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.resize-active .nav-drop {
		-webkit-transition: none !important;
		transition: none !important;
	}

	.resize-active .nav-drop > ul {
		-webkit-transition: none !important;
		transition: none !important;
	}

	.cycle-gallery .mask .slide {
		height: 300px;
	}

	.btn-prev,
	.btn-next {
		opacity: .6;
		left: 2px;
	}

	.btn-prev:hover,
	.btn-next:hover {
		opacity: .6;
	}

	.btn-next {
		left: auto;
		right: 2px;
	}

	.news.container {
		padding: 0 15px;
	}

	.news .box-holder {
		margin: 0 -15px;
	}

	.news .box-holder .box {
		width: 50%;
		padding: 0 15px 13px;
	}

	.news .box-holder .box.large {
		width: 50%;
	}

	.info .content-holder {
		padding: 15px;
	}

	.paragraph {
		margin-bottom: 26px;
	}

	.paragraph.last {
		margin-bottom: 30px;
	}

	.link-holder a {
		float: none;
		text-align: center;
	}

	.btn-holder {
		margin-top: 30px;
	}

	.btn-green {
		font-size: 14px;
		padding: 10px 25px;
	}

	.join {
		font-size: 17px;
	}

	.downloads h2 {
		font-size: 18px;
	}

	.downloads h3 {
		font-size: 20px;
	}

	.org-resources h2 {
		font-size: 18px;
	}

	.org-resources h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.release:last-child {
		margin-bottom: 10px;
	}

	.page-template-resources .box-container .box-holder,
	.page-template-campaigns .box-container .box-holder {
		width: 100%;
	}

	.page-template-resources .box-container .box-holder .box,
	.page-template-campaigns .box-container .box-holder .box {
		font-size: 16px;
		line-height: 22px;
	}

	.page-template-resources .box-container .box-holder .box ul.resized.large,
	.page-template-campaigns .box-container .box-holder .box ul.resized.large {
		max-width: 400px;
		margin: 0 auto;
		white-space: normal;
	}

	.page-template-resources .box-container .box-holder .box ul li:before,
	.page-template-campaigns .box-container .box-holder .box ul li:before {
		top: 3px;
		bottom: 0;
	}

	.page-template-resources .box-container h3,
	.page-template-campaigns .box-container h3 {
		font-size: 18px;
	}

	#header .upper-section .btn-holder {
		position: absolute;
		top: 100%;
		right: 0;
		font-size: 18px;
	}
}

@media (max-width: 599px) {
	.release h2 {
		margin-bottom: 20px;
	}

	.release .description-holder p:last-child {
		margin-bottom: 2em;
	}
}

@media (max-width: 584px) {
	.release {
		max-width: 350px;
		margin: 0 auto;
	}

	.release {
		margin-bottom: 50px;
	}

	.release .img-holder {
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto 10px;
	}

	.release .img-holder img {
		width: 100%;
	}

	.release .button-holder {
		position: static;
	}
}

@media (max-width: 479px) {
	.slogan span:first-child {
		font-size: 11px;
	}

	.cycle-gallery .mask .slide {
		height: 200px;
	}

	.news .box-holder .box {
		width: 100%;
	}

	.news .box-holder .box.large {
		width: 100%;
	}

	.news .box-holder .box.large .box-content {
		min-height: 250px;
	}

	#footer .lower-section {
		font-size: 11px;
	}

	#main .content-holder {
		padding: 25px 0;
	}

	.page-template-resources .box-container .box-holder .box,
	.page-template-campaigns .box-container .box-holder .box {
		font-size: 12px;
		line-height: 24px;
	}

	.page-template-resources .box-container .box-holder .box ul.resized,
	.page-template-campaigns .box-container .box-holder .box ul.resized {
		max-width: 280px;
		margin: 0 auto;
		white-space: normal;
	}

	.page-template-resources .box-container .box-holder .box ul li,
	.page-template-campaigns .box-container .box-holder .box ul li {
		padding: 0 6px;
	}

	.page-template-resources .box-container .box-holder .box ul li.not-link,
	.page-template-campaigns .box-container .box-holder .box ul li.not-link {
		display: block;
	}

	.page-template-resources .box-container .box-holder .box ul li:before,
	.page-template-campaigns .box-container .box-holder .box ul li:before {
		top: 7px;
		bottom: 4px;
		width: 1px;
	}

	.popup {
		width: 250px;
	}

	.feed {
		margin: 10px auto 20px;
	}

	.feed .row {
		margin-bottom: 8px;
	}

	.feed label {
		font-size: 14px;
	}

	.feed input,
	.feed textarea {
		font-size: 14px;
	}

	.feed textarea {
		height: 70px;
	}

	form.search .row {
		width: 280px;
	}

	form.search input[type="search"] {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 409px) {
	.page-template-resources .box-container .box.first ul,
	.page-template-campaigns .box-container .box.first ul {
		white-space: normal;
	}
}