/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 100.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

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

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =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 {
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
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-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333333;
}
ins {
	background: #FFF9C0;
	text-decoration: none;
}
hr {
	background-color: #CCCCCC;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	content: '';
	display: table;
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	color: #636363;
	font-size: 11px;
	font-size: 0.785714286rem;
	font-weight: bold;
	line-height: 2.181818182;
	text-transform: uppercase;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type='checkbox'],
input[type='radio'],
input[type='file'],
input[type='hidden'],
input[type='image'],
input[type='color'] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle {
	background: transparent;
	border: 1px solid transparent;
	padding-bottom: 8px;
}
.menu-toggle .icon-bar {
	background-color: #FFFFFF;
	border-radius: 1px;
	display: block;
	height: 2px;
	margin-top: 5px;
	width: 22px;
}
/* .menu-toggle, */
/* input[type="submit"], */
input[type='button'],
input[type='reset'],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	background-color: #E6E6E6;
	background-image: -ms-linear-gradient(top, #F4F4F4, #E6E6E6);
	background-image: -moz-linear-gradient(top, #F4F4F4, #E6E6E6);
	background-image: linear-gradient(top, #F4F4F4, #E6E6E6);
	background-image: -o-linear-gradient(top, #F4F4F4, #E6E6E6);
	background-image: -webkit-linear-gradient(top, #F4F4F4, #E6E6E6);
	background-repeat: repeat-x;
	border: 1px solid #D2D2D2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	color: #7C7C7C;
	font-size: 0.785714286rem;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.428571429;
	padding: 0.428571429rem 0.714285714rem;
	padding: 6px 10px;
}
/* .menu-toggle, */
button,
/* input[type="submit"], */
input[type='button'],
input[type='reset'] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
/* .menu-toggle:hover, */
/* button:hover, */
/* input[type="submit"]:hover, */
input[type='button']:hover,
input[type='reset']:hover,
article.post-password-required input[type=submit]:hover {
	background-color: #EBEBEB;
	background-image: -moz-linear-gradient(top, #F9F9F9, #EBEBEB);
	background-image: -ms-linear-gradient(top, #F9F9F9, #EBEBEB);
	background-image: -webkit-linear-gradient(top, #F9F9F9, #EBEBEB);
	background-image: -o-linear-gradient(top, #F9F9F9, #EBEBEB);
	background-image: linear-gradient(top, #F9F9F9, #EBEBEB);
	background-repeat: repeat-x;
	color: #5E5E5E;
}
/* .menu-toggle:active,
.menu-toggle.toggled-on, */
button:active,
/* input[type="submit"]:active, */
input[type='button']:active,
input[type='reset']:active {
	background-color: #E1E1E1;
	background-image: -moz-linear-gradient(top, #EBEBEB, #E1E1E1);
	background-image: -ms-linear-gradient(top, #EBEBEB, #E1E1E1);
	background-image: -webkit-linear-gradient(top, #EBEBEB, #E1E1E1);
	background-image: -o-linear-gradient(top, #EBEBEB, #E1E1E1);
	background-image: linear-gradient(top, #EBEBEB, #E1E1E1);
	background-repeat: repeat-x;
	border-color: transparent;
	box-shadow: inset 0 0 8px 2px #C6C6C6, 0 1px 0 0 #F4F4F4;
	color: #757575;
}
.bypostauthor cite span {
	background-color: #21759B;
	background-image: none;
	border: 1px solid #1F6F93;
	border-radius: 2px;
	box-shadow: none;
	color: #FFFFFF;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*='align'],
img[class*='wp-image-'],
img[class*='attachment-'] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	height: auto;
	max-width: 100%; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-style: italic;
	line-height: 2;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #EDEDED;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: hidden;
	padding-top: 24px;
	padding-top: 1.714285714rem;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	color: #444444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1rem;
	text-rendering: optimizeLegibility;
}
body.custom-font-enabled {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
a {
	color: #21759B;
	outline: none;
}
a:hover {
	color: #0F3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.main-navigation .assistive-text:focus {
	background: #FFFFFF;
	border: 2px solid #333333;
	border-radius: 3px;
	clip: auto !important;
	color: #000000;
	display: block;
	font-size: 12px;
	left: 5px;
	padding: 12px;
	position: absolute;
	top: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	background-color: #FFFFFF;
}
.site-content {
	;;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	;;
}
.site-header .bg_green {
	background: url(img/bg_green_tileable.jpg) repeat;
	color: white;
	font-weight: bold;
	height: 109px;
	position: relative;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759B;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	font-weight: normal;
	line-height: 1.846153846;
}
.header-image {
	;
}
.header-image-link {
	position: absolute;

/* left:119px;
	top:6px; */
	z-index: 999;
}

/* Header Links and buttons */
.bg_green .nav {
	float: right;
	height: 30px;
	line-height: 30px;
	margin-right: 100px;
	margin-top: 13px;
}
.bg_green .nav > div,
.bg_green .nav > ul,
.top-blue ul li,
.bg_green .nav > ul li {
	float: left;
}
.top-blue a,
.bg_green a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.bg_green .edit-profile {
	margin-left: 37px;
	margin-right: 54px;
}
.bg_green .edit-profile.es {
	margin-right: 50px;
}
.bg_green .menu-share {
	margin-left: 30px;
}
.bg_green .menu-share li {
	margin-left: 4px;
}
/********* SPRITE ELEMENTS *********/

.sprite {
	background: transparent url('img/sprite-icons.png') no-repeat;
	display: block;
}
.sprite-header {
	height: 30px;
	width: 30px;
}
.sprite-footer {
	height: 37px;
	width: 37px;
}
.facebook-white {
	background-position: -86px 0;
}
.twitter-white {
	background-position: -58px 0;
}
.mail-white {
	background-position: -29px 0;
}
.search {
	background-position: 1px 0;
	margin-left: 15px;
}
.reg-arrow {
	background-position: 1px -28px;
	margin-left: 5px;
}
.facebook-blue {
	background-position: 0 -59px;
}
.twitter-blue {
	background-position: -38px -59px;
}
.you-tube {
	background-position: 0 -96px;
}
.pinterest {
	background-position: -75px -59px;
}
.instagram {
	background-position: -37px -96px;
}
.registernav {
	background-color: #F6902D;
	border-radius: 20px;
	font-size: 1.3em;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-top: 13px;
	text-align: center;
	width: 270px;
}

.registernav a:after {
	background: transparent url('img/sprite-icons.png') no-repeat 1px -28px;
	content: '';
	display: inline-block;
	height: 30px;
	margin-left: 5px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 30px;
}
.registernav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.registernav:hover {
	background-color: #2D83DA;
}

.search_stuff {
	position: relative;
	width: 35px;
}
.search_stuff form {
	background: #D2FF8B;
	border-radius: 20px 0 0 20px;
	display: inline-block;
	height: 28px;
	left: 33px;
	margin-left: 6px;
	overflow: hidden;
	position: absolute;
	width: 0;
	z-index: 1;
}
.search_stuff .sprite.search {
	position: absolute;
	right: 0;
	z-index: 2;
}
.search_stuff form input {
	background: none;
	border: 0;
	color: #707070;
	font-weight: normal;
	padding: 0;
	text-indent: 15px;
	top: 0;
}
/* Navigation Menu */
.nav-menu > li > a:after {
	background: transparent url('img/sprite-icons.png') no-repeat -102px -35px;
	content: '';
	display: inline-block;
	height: 17px;
	left: 6px;
	position: relative;
	top: 2px;
	width: 18px;
}
.nav-menu > li > a:hover:after {
	background: transparent url('img/sprite-icons.png') no-repeat -83px -36px;
}
.main-navigation {
	text-align: center;
}
.main-navigation li {
	font-size: 13pt;
	margin-top: 24px;
	margin-top: 1.714285714rem;;
}
.main-navigation a {
	color: white;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759B;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role='banner'] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759B;
}
.widget-area .widget a:visited {
	color: #9F9F9F;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role='contentinfo'] {
	border-top: 1px solid #EDEDED;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	max-width: 960px;
	max-width: 68.571428571rem;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role='contentinfo'] a {
	color: #686868;
}
footer[role='contentinfo'] a:hover {
	color: #21759B;
}
#footer .media {
	margin-top: 0;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	font-weight: normal;
	line-height: 1.2;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	font-weight: normal;
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
.entry-header .comments-link {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759B;
}
article.sticky .featured-post {
	border-bottom: 4px double #EDEDED;
	border-top: 4px double #EDEDED;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 19pt;
	line-height: 1;;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 14pt;
	line-height: 1;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14pt;
	/* font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846; */
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9F9F9F;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	/* margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;; */
}
.entry-content blockquote,
.comment-content blockquote {
	font-style: italic;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #EDEDED;
	color: #666666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
	margin-top: 12px;
	margin-top: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #EDEDED;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #EDEDED;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #EDEDED;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	color: #4D525A;
	text-decoration: none;
}
article.format-aside h1 a:hover {
	color: #2E3542;
}
article.format-aside .aside {
	background: #D2E0F9;
	border-left: 22px solid #A8BFE8;
	padding: 24px 24px 0;
	padding: 1.714285714rem;
}
article.format-aside p {
	color: #4A5466;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	font-weight: normal;
	line-height: 1.846153846;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	background-color: #EBEBEB;
	border-radius: 3px;
	color: #848484;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	font-style: italic;
	font-weight: bold;
	line-height: 2.181818182;
	padding: 0 0.714285714rem;
	padding: 0 10px;
	text-transform: uppercase;
}
article.format-link .entry-content {
	float: left;
	max-width: 80%;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	background: #EFEFEF;
	color: #6A6A6A;
	display: block;
	font-size: 15px;
	font-size: 1.071428571rem;
	font-style: normal;
	line-height: 1.6;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759B;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	line-height: 0;
	padding: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-style: normal;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	color: #5E5E5E;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	text-decoration: none;
}
.comments-area article header a {
	color: #5E5E5E;
	text-decoration: none;
}
.comments-area article header a:hover {
	color: #21759B;
}
.comments-area article header cite a {
	color: #444444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	background-color: #0088D0;
	background-image: -ms-linear-gradient(top, #009CEE, #0088D0);
	background-image: -moz-linear-gradient(top, #009CEE, #0088D0);
	background-image: linear-gradient(top, #009CEE, #0088D0);
	background-image: -o-linear-gradient(top, #009CEE, #0088D0);
	background-image: -webkit-linear-gradient(top, #009CEE, #0088D0);
	background-repeat: repeat-x;
	border: 1px solid #007CBD;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 0.857142857rem;
	font-size: 12px;
	font-weight: normal;
	padding: 0.428571429rem 0.857142857rem;
	padding: 6px 12px;
	position: absolute;
	right: 0;
	top: 0;
}
.comments-area .bypostauthor cite span {
	font-size: 10px;
	font-size: 0.714285714rem;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	position: absolute;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759B;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	margin-left: 10px;
	margin-left: 0.714285714rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type='text'],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	color: #5E5E5E;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	border-top: 1px solid #EDEDED;
	clear: both;
	float: none;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	width: auto;
}
.template-front-page .widget-area .widget li {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-position: inside;
	list-style-type: square;
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759B;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #AAAAAA;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	margin: 0;
	width: 100%;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media screen and (min-width: 1175px) {
	.site {
		width: 1175px;
	}
}
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		overflow: hidden;
		/* width: 1175px; */
	}
	.site-content {
		;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		background: #2D83DA;
		border-bottom: 2px solid #70B0F1;
		border-top: 2px solid #53A3F1;
		display: inline-block !important;
		padding-left: 290px;
		position: relative;
		text-align: left;
		width: 100%;
		z-index: 998;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: white;
		display: block;
		font-family: Ubuntu;
		font-size: 13pt;
		font-weight: bold;
		height: 50px;
		line-height: 50px;
		white-space: nowrap;
		width: 180px;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		background: #0E4F93;
		color: #FFFFFF;
	}
	.main-navigation li:hover {
		background: #0E4F93;
	}
	.main-navigation li {
		margin: 0;
		position: relative;
		text-align: center;;;;
	}
	.main-navigation li ul {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		margin: 0;
		overflow: hidden;
		padding: 0;
		position: absolute;
		top: 100%;
		width: 1px;
		z-index: 1;
	}
	.main-navigation li ul ul {
		left: 100%;
		margin-top: -3px;
		top: 0;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		height: inherit;
		overflow: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #3486DA;
		display: block;
		font-size: 8pt;
		height: auto;
		line-height: 14px;
		padding: 8px 0;
		padding-left: 5px;
		white-space: normal;
		width: 160px;
	}

	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #0E4F93;
		color: #FFFFFF;;
	}
	.main-navigation .sub-menu {
		background: #3486DA;
		border-top: 3px solid #53A3F1;
		box-sizing: border-box;
		padding: 10px 20px;
		width: 180px!important;
	}
	.main-navigation .sub-menu li {
		border-bottom: 2px solid #4191E6;
		text-align: left;;
	}
	.main-navigation .sub-menu li:last-child {
		border-bottom: 0 solid #4191E6;
	}

	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #FFFFFF;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}

	.widget_nav_menu ul.menu {
		margin-bottom: 40px;
	}
	.widget_nav_menu .menu li {
		clear: both;
		list-style-type: none;
		margin-bottom: 15px;
		margin-left: 0;
		overflow: hidden;
	}
	.widget_nav_menu .menu li a {
		color: #2D83DA!important;
		display: inline-block;
		float: left;
		font-family: Ubuntu;
		font-size: 12pt;
		font-weight: bold;
		margin-left: 10px;
		width: 167px;;;;
	}
	.widget_nav_menu .menu li:before {
		background: transparent url('img/sprite-icons.png') no-repeat -65px -36px;
		content: '';
		display: inline-block;
		float: left;
		height: 17px;
		position: relative;
		top: 2px;
		width: 17px;;
	}
	.widget_nav_menu .menu li ul li {
		margin-left: 16px;
		margin-top: 0;
	}
	.widget_nav_menu .menu li ul li:last-child {
		margin-bottom: 0;
	}
	.widget_nav_menu .menu li ul li:first-child {
		padding-top: 10px;
	}
	.entry-header .entry-title {
		font-size: 1.571428571rem;
	}
	#respond form input[type='text'] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
		width: 51.875%;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
		width: 39.0625%;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #E6E6E6;
	}
	body .site {
	}
	body.custom-background-empty {
		background-color: #FFFFFF;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		box-shadow: none;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: ' [' attr(href) '] '; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

/* =Slides */
#front_slider {
	box-shadow: 0 0 7px #3F3F3F;
	padding-bottom: 10px;
}
#front_slider .slide a {
	color: white;
	text-decoration: none;
}
#front_slider .slide {
	position: relative;
	width: 100%;
}
/* #front_slider .slide img{
	max-width:initial;
} */
#front_slider .slide div.content {
	left: 50%;
	margin-left: 220px;
	position: absolute;
	top: 50px;
}
#front_slider .slide div.content h2 {
	font-size: 1.7em;
	font-weight: bold;
}
.slider-pager {
	left: 50%;
	margin-left: -100px;
	margin-top: -50px;
	position: absolute;
	text-align: center;
	width: 200px;
	z-index: 999;
}
.slider-pager span {
	background: transparent url('img/sprite-icons.png') no-repeat;
	background-position: -96px -104px;
	cursor: pointer;
	display: inline-block;
	height: 19px;
	margin-right: 2px;
	overflow: hidden;
	text-indent: 99em;
	width: 19px;
}
#front_slider .slide div.content a {
	font-weight: bold;
	text-decoration: none;
}
.slider-pager span.cycle-pager-active {
	background-position: -77px -103px;
}
.cycle-prev {
	background: transparent url('img/slider_prev.png') 10% 50% no-repeat;
}
.cycle-next {
	background: transparent url('img/slider_next.png') 90% 50% no-repeat;
	right: 0;
}
.cycle-prev.blue {
	background: transparent url('img/slider_prev_blue.png') 10% 50% no-repeat;
}
.cycle-next.blue {
	background: transparent url('img/slider_next_blue.png') 90% 50% no-repeat;
}
.cycle-prev,
.cycle-next {
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 10%;
	z-index: 800;
}
.cycle-prev.blue,
.cycle-next.blue,
.cycle-prev:hover,
.cycle-next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* =article styling*/
article {
	background: url(img/bg_page.jpg);
}

.shaded {
	background: url(img/shaded.png);
}

.circles a,
.circles a:hover {
	color: #231F20;
	cursor: pointer;
}
.circles img {
	box-shadow: none;
	margin-bottom: 13px;
}
.row.circles {
	font-family: Ubuntu;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.row.social .col {
	padding: 0 3px 0 0;
}

.social__content {
	margin-bottom: 10px;
	max-height: 140px;
	min-height: 140px;
	overflow: hidden;
}

.social__link {
	display: block;
	text-align: center;
}

.social__column {
	background-color: white;
	font-size: 12px;
	margin-top: 2px;
	min-height: 195px;
	padding: 20px;
}

/* Social Facebook */
.social__column #cff .cff-item {
	padding: 0;
}

.social__column .cff-post-text {
	margin: 0 !important;
}

.wff-fb-item-event-wrapper .description-wrapper,
.wff-facebook-feed-image-div,
.wff-author-name p,
.wff-view-on-facebook,
/* .wff-fb-author-data, */ .wff-shared-link-wrapper {
	display: none;
}
.wff-author-name p.wff-date {
	display: inline-block;
	display: none;
	float: right;
	margin-top: 2px;
}
.wff-fb-item {
	padding-top: 0 !important;
}
.wff-facebook-feed-title-div {
	min-height: 0;
}
p.wff-post-text {
	margin-bottom: 0;
}


.cff-viewpost-facebook {
	text-transform: uppercase;
}
.cff-shared-link,
.cff-author,
.cff-viewpost-facebook {
	display: none;
}
#cff .cff-item {
	padding-top: 5px;
}

/*instagram white*/
div.ri-grid {
	margin: 0 auto;
	padding: 0;
}
div.ri-grid ul {
	display: inline-block;
	width: auto;
}
/* div.ri-grid ul li {
	height: 71px!important;
} */
/*youtube white*/
div.ytcshort.youtubechannelgallery.ytccf {
	margin: 0;
}
ul.ytchagallery div.ytc-row {
	display: inline-block;
	text-align: center;
	width: auto!important;
}

#content .twitter .rotatingtweets {
	border: 0;
	margin: 0;
}

h1.donor_count {
	color: #231F20;
	font-family: Ubuntu;
	font-size: 2em;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1.donor_count span {
	color: #2D82D9;
	font-family: Ubuntu;
	font-weight: 400;
}
/********* FOOTER ELEMENTS *********/

#footer {
	background-color: #FFFFFF;
	display: block;
}
#footer p {
	margin: 0;
}
#footer .box-right {
	display: block;
	font-size: 85%;
	line-height: 1.3em;
}

#footer .box-left,
#footer .box-center {
	display: block;
}

#footer .box-left li {
	display: block;
	float: left;
	margin-right: 6px;
}
#footer h2 a {
	color: #405263;
	font-family: 'Cochin W01 Roman', georgia;
	font-size: 24px;
	margin: 0;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #2A3947;
}
#footer h2 {
	margin: 0 0 7px;
	text-shadow: 1px 1px 1px #D9E8FE;
}
#subfooter {
	background: url(images/subfooter.jpg) repeat-x;
	display: block;
	height: 38px;
	width: 100%;
}
#subfooter li {
	color: #9AB5CC;
	display: block;
	float: left;
	font-family: 'Helvetica W01 Light';
	font-size: 12px;
	line-height: 37px;
	margin: 0 5px;
}
#subfooter a {
	color: #9AB5CC;
	text-decoration: none;
}
.social-footer {
	float: left;
	position: relative;
	width: 100%;
}
.social-footer li a img {
	padding: 2px 0;
	position: relative;
	top: 4px;
}
.social-footer li a:hover {
	opacity: 0.7;
}
/***** =sub page styles ********/
.inner_content_white {
	background: white;
	border-radius: 20px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px 35px;
}
.inner_content_white .blue {
	color: #2D83DA;
}
.inner_content_white .orange {
	color: #F6902D;
}

/**** =breadcrumbs ****/
.breadcrumbs {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 5px;
}
.breadcrumbs a,
.breadcrumbs .trail-begin a {
	color: #949599;
}
.breadcrumbs .trail-end {
	color: #2D83DA;
}




/* Responsive header */
@media screen and (min-width: 600px) {
	.header-image-link {
		left: 10px;
	}
	.nav .lang-toggle {
		display: none;
	}
	.registernav {
		position: absolute;
		right: 10px;
		top: 40px;
	}
	#front_slider .slide div.content.right {
		margin-left: 100px;
	}
	#front_slider .slide div.content.left {
		margin-left: -270px;
	}
	#front_slider .slide div.content.center {
		margin-left: -100px;
	}
	.row.social {
		margin: 0 20px;
	}
	.row.social .col {
		margin-bottom: 20px;
	}
	.row.circles a {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	#footer {
		height: auto;
		padding: 20px;
	}
	#footer .box-left {
		float: left;
		margin: 0 auto;
		overflow: hidden;
		width: 230px;
	}
	#footer .box-center {
		float: right;
		overflow: hidden;
	}
	#footer .box-right {
		clear: both;
		margin: 10px auto;
		text-align: center;
	}

	#facts_slideshow .cycle-prev {
		left: -30px;
	}
	#facts_slideshow .cycle-next {
		right: -30px;
	}
}
@media screen and (max-width: 600px) {
	body {
		overflow: hidden;
	}
	.site-header .bg_green {
		background: url(img/bg_green_tileable.jpg) repeat;
		height: auto;
		overflow: hidden;
		padding-bottom: 20px;
		text-align: center;
	}
	.bg_green div.nav {
		float: none;
		margin-right: 0;
	}
	.bg_green div.nav .lang-toggle {
		display: block;
		left: 50%;
		margin-left: -100px;
		position: relative;
		width: 200px;
	}
	.nav .edit-profile,
	.nav .addthis_sharing_toolbox,
	.nav .search_stuff {
		display: none;
	}

	.header-image-link {
		position: static;
	}
	.registernav {
		margin: 20px auto 0;
	}

	#site-navigation {
		background: #2D83DA;
		border-bottom: 2px solid #70B0F1;
		border-top: 2px solid #53A3F1;
	}

	.nav-menu {
		text-align: left;
	}
	.nav-menu ul.sub-menu {
		margin-left: 40px;
	}

	.cycle-slideshow {
		width: 100%;
	}
	.slider-pager {
		display: none;
	}
	#front_slider {
		display: none;
	}

	.row.donor_count {
		margin: 0 auto;
		padding: 30px 0;
	}
	.row.circles a {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.row.social .col {
		margin-bottom: 20px;
	}
	.row.social {
		margin: 0 20px;
	}

	#footer {
		padding: 20px;
		text-align: center;
	}
	#footer .box-center,
	#footer .box-left {
		overflow: hidden;
	}
	#footer .box-left {
		margin: 20px auto;
		width: 230px;
	}
	#footer .box-center {
		display: inline-block;
		padding-bottom: 20px;
	}
	#footer .box-right {
		clear: both;
	}

	#facts_slideshow .cycle-prev {
		left: -20px;
	}
	#facts_slideshow .cycle-next {
		right: -20px;
	}
}
@media screen and (min-width: 960px) {
	.header-image-link {
		left: 119px;
		top: 6px;
	}
	.nav .lang-toggle {
		display: block;
		width: 120px;
	}
	.registernav {
		clear: right;
		float: right;
		margin-right: 100px;
	}
	#front_slider .slide div.content.right {
		margin-left: 220px;
	}
	#front_slider .slide div.content.left {
		margin-left: -470px;
	}
	#front_slider .slide div.content.center {
		margin-left: -100px;
	}
	.row.donor_count {
		margin: 30px auto;
	}
	.shaded {
		margin-left: -20px;
		margin-right: -20px;
	}
	.row.circles {
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 36px;
		padding-top: 25px;
		width: 930px;
		font-size: 1.25em;
	}
	.row.circles a {
		padding-bottom: 0;
		padding-top: 0;
	}

	#footer {
		height: 110px;
		margin-left: 120px;
		padding: 0;
		width: 970px;
	}
	#footer .box-left {
		float: left;
		padding: 30px 5px;
		width: 25%;
	}
	#footer .box-right {
		clear: none;
		float: left;
		padding: 25px 1.5%;
		width: 45%;
	}
	#footer .box-center {
		float: left;
		padding: 30px 21px;
		width: 30%;
	}
	div.entry-content.container {
		padding-top: 25px;
		width: 960px;
	}
}
@media screen and (min-width: 1175px) {
}

/********** add this restyle ************/
/* div.addthis_sharing_toolbox{ margin-left:30px; }
a.at-share-btn.at-svc-email{ margin-right:0px; }

a span.at300bs.at15nc.at15t_compact{ position: relative;top:-1px; }

div.addthis_32x32_style .at-share-btn{
	background:transparent !important;
}
div.addthis_32x32_style .dummy .at300bs, div.addthis_32x32_style .at300bs, div.addthis_32x32_style .at-share-btn span{
	background:transparent url("img/sprite-icons.png");
	background-size:auto !important;
	width:30px!important;
	height:30px!important;
}
div.addthis_32x32_style .at-share-btn span.at15t_compact{ display:inline;position:relative;top:-10px;left:-7px;background-image:none!important; }
div.addthis_32x32_style .at-share-btn span.at15t_compact:after{ background:none!important; content:"Share" !important; }
.addthis_sharing_toolbox.es div.addthis_32x32_style .at-share-btn span.at15t_compact{ left:-37px; }
.addthis_sharing_toolbox.es div.addthis_32x32_style .at-share-btn span.at15t_compact:after{ background:none!important; content:"Compartir" !important; }
div.addthis_32x32_style .at15t_facebook{ background-position:-86px 0 !important; }
div.addthis_32x32_style .at15t_twitter{ background-position:-58px 0 !important; }
div.addthis_32x32_style .at15t_email{ background-position:-29px 0 !important; } */

/********** sharethis restyle ************/
span.stLarge {
	background: transparent url('img/sprite-icons.png')!important;
	background-size: auto !important;
	height: 30px!important;
	width: 30px!important;
}
span.st_sharethis_large span.stLarge {
	background: none!important;
}
span.st_sharethis_large span.stLarge {
	color: white;
	font-size: 10pt;
	left: -7px;
	position: relative;
	top: -10px;
}
.addthis_sharing_toolbox.es span.st_sharethis_large span.stLarge {
	left: -37px;
}
span.st_sharethis_large span.stLarge:after {
	content: 'Share' !important;
}
.addthis_sharing_toolbox.es span.st_sharethis_large span.stLarge:after {
	content: 'Compartir' !important;
}
span.st_facebook_large span.stLarge {
	background-position: -86px 0 !important;
}
span.st_twitter_large span.stLarge {
	background-position: -58px 0 !important;
}
span.st_email_large span.stLarge {
	background-position: -29px 0 !important;
}

/************** Tribe events calendar coloring **************/
.tribe-events-calendar div[id*='tribe-events-daynum-'],
.tribe-events-calendar div[id*='tribe-events-daynum-'] a {
	background-color: #D9EDF7;
}
.tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'],
.tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'] > a {
	background-color: #2D83DA;
	color: #FFFFFF;
}
.tribe-events-calendar th {
	background-color: #2D83DA;
	color: #FFFFFF;
}
#tribe-bar-form {
	background: #FFFFFF;
}
.tribe-bar-views-inner {
	background: #FFFFFF;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	background: #FFFFFF;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
	background: #FFFFFF;
}

#tribe-events-header .tribe-events-sub-nav li,
#tribe-events-footer .tribe-events-sub-nav li {
	display: none;
}
#tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-previous,
#tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-next,
#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-previous,
#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-next {
	display: inline-block;
}

@media screen and (max-width: 800px) {
	#slide1_h2 {
		margin-left: 100px;
	}
	#slide1_h2 + span {
		margin-left: 100px;
	}
	#front_slider .slide div.content.left {
		margin-left: -300px;
	}
}
@media screen and (min-width: 600px) {
	#slide2_div {
		margin-top: -80px;
	}
	#front_slider .slide div.content {
		margin-left: 180px;
		margin-top: -30px;
	}
}
@media screen and (min-width: 750px) {
	#slide1_h2 {
		margin-top: 150px;
	}
}
@media screen and (min-width: 960px) {
	#slide1_h2 {
		margin-top: 215px;
	}
	#front_slider .slide div.content {
		margin-left: 220px;
	}
}
@media screen and (min-width: 1100px) {
	#slide1_h2 {
		margin-top: 250px;
	}
	#slide2_div {
		margin-top: -20px;
	}
}
/**************** Rotating Tweets Restyle ********************/
#content .rotatingtweet {
	padding: 0 !important;
}
