/*--------------------------------------------- */
@import "https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic";
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0;
	overflow-x:hidden;
}
a {
	text-orientation: none;
	text-decoration: none;
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display:block
}
audio, canvas, progress, video {
	display:inline-block
}
audio:not([controls]) {
display:none;
height:0
}
progress {
	vertical-align:baseline
}
template, [hidden] {
display:none
}
a {
	outline:0;
	text-decoration:none !important;
	background-color:transparent;
	-webkit-text-decoration-skip:objects
}
a:active, a:hover {
	outline-width:0
}
abbr[title] {
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted
}
b, strong {
	font-weight:inherit
}
b, strong {
	font-weight:bolder
}
dfn {
	font-style:italic
}
h1 {
	font-size:2em;
	margin:0.67em 0
}
mark {
	background-color:#ff0;
	color:#000
}
small {
	font-size:80%
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sub {
	bottom:-0.25em
}
sup {
	top:-0.5em
}
img {
	border-style:none
}
svg:not(:root) {
overflow:hidden
}
code, kbd, pre, samp {
	font-family:monospace, monospace;
	font-size:1em
}
figure {
	margin:1em 40px
}
hr {
	box-sizing:content-box;
	height:0;
	overflow:visible
}
button, input, optgroup, select, textarea {
	font:inherit;
	margin:0
}
optgroup {
	font-weight:bold
}
button, input {
	overflow:visible
}
button, select {
	text-transform:none
}
button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance:button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style:none;
padding:0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline:1px dotted ButtonText
}
fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em
}
legend {
	box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal
}
textarea {
	overflow:auto
}
[type="checkbox"], [type="radio"] {
box-sizing:border-box;
padding:0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height:auto
}
[type="search"] {
-webkit-appearance:textfield;
outline-offset:-2px
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-input-placeholder {
color:#fff;
opacity:1
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
/* ## Box Sizing

--------------------------------------------- */



html, input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
/* ## Float Clearing

--------------------------------------------- */



.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .widget:before, .wrap:before {
	content: " ";
	display: table;
}
.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .widget:after, .wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/* # Defaults

---------------------------------------------------------------------------------------------------- */



/* ## Typographical Elements

--------------------------------------------- */



html {
	font-size: 62.5%; /* 10px browser default */
}
/* Chrome fix */

body > div {
/*font-size: 1.8rem;*/
}
body {
	background-color: #fff;
	font-family:'Roboto', sans-serif;
	font-size:20px;
	font-weight:300;
	color:#333;
	line-height: 1.42857;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
a {
	color:#8b0f04;
	text-decoration:none;
	border:none;
	outline:0;
}
a:hover, a:focus {
	color:#246430;
	text-decoration: none;
	outline:0;
}
p {
	margin: 0 0 28px;
	padding: 0;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}
b, strong {
	font-weight:400;
}
blockquote, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 40px;
}
 blockquote::before {
 content: "\201C";
 display: block;
 font-size: 30px;
 height: 0;
 left: -20px;
 position: relative;
 top: -10px;
}
/* ## Headings

--------------------------------------------- */



h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 0px;
	color:#000;
}
h1 {
	font-size: 36px;
	font-size: 3.6rem;
}
h2 {
	font-size: 30px;
	font-size: 3rem;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
h4 {
	font-size: 20px;
	font-size: 2rem;
}
h5 {
	font-size: 18px;
	font-size: 1.8rem;
}
h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
/* ## Objects

--------------------------------------------- */



embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
/* ## Gallery

--------------------------------------------- */



.gallery {
	overflow: hidden;
}
.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}
.gallery img:hover, .gallery img:focus {
	border: 1px solid #999;
}
/* ## Forms

--------------------------------------------- */



input, select, textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}
input:focus, textarea:focus {
	border: 1px solid #999;
	outline: none;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
 color: #fff;
 opacity: 1;
}



::-webkit-input-placeholder {
 color: #fff;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	width: auto;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .button:focus {
	background-color: #c3251d;
	color: #fff;
}
.entry-content .button:hover, .entry-content .button:focus {
	color: #fff;
}
.button {
	display: inline-block;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
 display: none;
}
/* ## Tables

--------------------------------------------- */



table {
	border-collapse: collapse;
	border-spacing: 0;
	/*line-height: 2;*/
	margin-bottom: 40px;
	width: 100%;
}
tbody {
/*border-bottom: 1px solid #ddd;*/
}
td, th {
	text-align: left;
}
td {
/*border-top: 1px solid #ddd;
	padding: 6px 0;*/
}
th {
	font-weight: 400;
}
/* ## Screen Reader Text

--------------------------------------------- */



.screen-reader-text, .screen-reader-text span, .screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.screen-reader-text:focus, .screen-reader-shortcut:focus, .genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}
.more-link {
	position: relative;
}
/* # Structure and Layout

---------------------------------------------------------------------------------------------------- */



/* ## Site Containers

--------------------------------------------- */



.site-inner, .wrap {
	margin: 0 auto;
	max-width: 1200px;
}
.site-inner {
	clear: both;
	padding-top: 60px;
}
.site-inner img.attachment-full {
	width: 100%;
	max-width: 100%;
	float: left;
	vertical-align: top;
}
/* ## Column Widths and Positions

--------------------------------------------- */



/* ### Wrapping div for .content and .sidebar-primary */



.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
	width: 76%;
}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
/* ### Content */



.content {
	float: right;
	width: 780px;
}
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
	width: 580px;
}
.full-width-content .content {
	width: 100%;
}
/* ### Primary Sidebar */



.sidebar-primary {
	float: right;
	width: 360px;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
	float: left;
}
/* ### Secondary Sidebar */



.sidebar-secondary {
	float: left;
	width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
	width: 24%;
	padding: 0 0 0 15px;
}
/* # Common Classes

---------------------------------------------------------------------------------------------------- */



/* ## Avatar

--------------------------------------------- */

.avatar {
	float: left;
}
.alignleft .avatar, .author-box .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
/* ## Genesis

--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}
.archive-description, .author-box {
	margin-bottom: 60px;
}
.archive-description p:last-child, .author-box p:last-child {
	margin-bottom: 0;
}
/* ## Search Form

--------------------------------------------- */

.search-form {
	overflow: hidden;
}
.site-header .search-form {
	float: right;
	margin-top: 12px;
}
.entry-content .search-form, .site-header .search-form {
	width: 50%;
}
.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* ## Titles

--------------------------------------------- */

.author-box-title, .archive-title {
	font-size: 20px;
	font-size: 2rem;
}
.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}
.entry-title a, .sidebar .widget-title a {
	color: #333;
}
.entry-title a:hover, .entry-title a:focus {
	color: #c3251d;
}
.widget-title {
	margin-bottom: 20px;
}
/* ## WordPress

--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}
a.alignnone {
	display: inline-block;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone, .alignnone {
	margin-bottom: 12px;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
a.alignright, img.alignright, .wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
	margin: 0 0 28px;
}
/* # Widgets

---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td, .widget_calendar th {
	text-align: center;
}
/* ## Featured Content

--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 40px;
}
.featured-content .entry:last-child {
	margin-bottom: 0;
}
.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}
/* # Plugins

---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended

--------------------------------------------- */
.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}
.enews form + p {
	margin-top: 24px;
}
/* ## Jetpack

--------------------------------------------- */
#wpstats {
	display: none;
}
/* # Skip Links

---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}
/* Display outline on focus */

:focus {
	color: #333;
	outline: #ccc solid 1px;
}
/* # Site Header

---------------------------------------------------------------------------------------------------- */
.site-header {
/*min-height: 160px;
	border-bottom: 1px solid #eee;*/
}
.site-header .wrap {
	padding: 40px 0;
}
#mobile-nav-header {
	display: none;
}
/* ## Title Area

--------------------------------------------- */



.title-area {
	float: left;
	padding: 10px 0;
	width:auto;
}
.header-full-width .title-area {
	width: 100%;
}
.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}
.site-title a, .site-title a:hover, .site-title a:focus {
	color: #333;
}
.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 71px;
	width:280px;
	background-size:280px;
}
.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}
.site-description, .site-title {
	display: inline-block;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.header-image .site-description, .header-image .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/* ## Widget Area

--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	width:auto;
	padding: 10px 0 0;
}
/* # Site Navigation

---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}
.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 32px 20px;
}
.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #c3251d;
	text-decoration: underline;
}
.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
 -webkit-transition: opacity .4s ease-in-out;
 -moz-transition:    opacity .4s ease-in-out;
 -ms-transition:     opacity .4s ease-in-out;
 -o-transition:      opacity .4s ease-in-out;
 transition:         opacity .4s ease-in-out;
	width: 210px;
	z-index: 99;
}
/*.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 210px;
	word-wrap: break-word;
}*/
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 209px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
/* ## Accessible Menu

--------------------------------------------- */



.menu .menu-item:focus {
	position: static;
}
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
	display:none;
}
/* ## Site Header Navigation

--------------------------------------------- */



.site-header .genesis-nav-menu li li {
	margin-left: 0;
}
/* ## Primary and Secondary Navigation

--------------------------------------------- */



.nav-primary, .nav-secondary {
	border-bottom: 1px solid #eee;
}
/* # Content Area

---------------------------------------------------------------------------------------------------- */



/* ## Entries

--------------------------------------------- */



.entry {
	margin-bottom: 60px;
}
.entry-content ol, .entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ol ol, .entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
/* ## Entry Meta

--------------------------------------------- */



p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}
.entry-categories, .entry-tags {
	display: block;
}
 .entry-comments-link::before {
 content: "\2014";
 margin: 0 6px 0 2px;
}
/* ## Pagination

--------------------------------------------- */



.pagination {
	clear: both;
	margin: 40px 0;
}
.pagination li {
	display: inline;
}
.pagination li a {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding-right: 10px;
	text-decoration: none;
}
.pagination .active a {
	color: #333;
}
/* ## Comments

--------------------------------------------- */



.comment-respond, .entry-comments, .entry-pings {
	margin-bottom: 60px;
}
.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}
.comment-content {
	clear: both;
	word-wrap: break-word;
}
.comment-list li {
	padding: 32px 0 0 32px;
}
.comment-list li.depth-1 {
	padding-left: 0;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.entry-pings .reply {
	display: none;
}
/* # Sidebars

---------------------------------------------------------------------------------------------------- */



.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}
.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sidebar p:last-child, .sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	margin-bottom: 60px;
}
/* # Site Footer

---------------------------------------------------------------------------------------------------- */



.site-footer {
	border-top: 1px solid #ddd;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
}
.site-footer p {
	margin-bottom: 0;
}





/* # Media Queries

---------------------------------------------------------------------------------------------------- */



/*@media only screen and (max-width: 1280px) {
 .site-inner,  .wrap {
 max-width: 960px;
}
 .content-sidebar-sidebar .content-sidebar-wrap,  .sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-sidebar-content .content-sidebar-wrap {
 width: 720px;
}
 .content,  .site-header .widget-area {
 width: 600px;
}
 .sidebar-content-sidebar .content,  .sidebar-sidebar-content .content,  .content-sidebar-sidebar .content {
 width: 360px;
}
 .sidebar-primary,  .title-area {
 width: 300px;
}
}
 @media only screen and (max-width: 1020px) {
 .site-inner,  .wrap {
 max-width: 800px;
}
 .content,  .content-sidebar-sidebar .content,  .content-sidebar-sidebar .content-sidebar-wrap,  .sidebar-content-sidebar .content,  .sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-primary,  .sidebar-secondary,  .sidebar-sidebar-content .content,  .sidebar-sidebar-content .content-sidebar-wrap,  .site-header .widget-area,  .title-area {
 width: 100%;
}
 .site-header .wrap {
 padding: 20px 5%;
}
 .header-image .site-title > a {
 background-position: center top;
}
 .genesis-nav-menu li,  .site-header ul.genesis-nav-menu,  .site-header .search-form {
 float: none;
}
 .genesis-nav-menu,  .site-description,  .site-header .title-area,  .site-header .search-form,  .site-title {
 text-align: center;
}
 .genesis-nav-menu a,  .genesis-nav-menu > .first > a,  .genesis-nav-menu > .last > a {
 padding: 20px 16px;
}
 .site-header .search-form {
 margin: 16px auto;
}
}
 @media only screen and (max-width: 880px) {
 .site-inner,  .wrap {
 padding-left: 5%;
 padding-right: 5%;
}
}*/





/* # Print Styles

---------------------------------------------------------------------------------------------------- */



@media print {
*, *:before, *:after {
	background: transparent !important;
	box-shadow: none !important;
	color: #000 !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
 a[href^="javascript:"]:after, a[href^="#"]:after, .site-title > a:after {
 content: "";
}
thead {
	display: table-header-group;
}
img, tr {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 2cm 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
blockquote, pre {
	border: 1px solid #999;
	page-break-inside: avoid;
}
.content, .content-sidebar {
	width: 100%;
}
button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar {
	display: none !important;
}
.title-area {
	text-align: center;
	width: 100%;
}
.site-title > a {
	margin: 0;
	text-decoration: none;
	text-indent: 0;
}
.site-inner {
	padding-top: 0;
	position: relative;
	top: -100px;
}
.author-box {
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	orphans: 3;
	page-break-after: avoid;
	page-break-inside: avoid;
	widows: 3;
}
img {
	page-break-after: avoid;
	page-break-inside: avoid;
}
blockquote, pre, table {
	page-break-inside: avoid;
}
dl, ol, ul {
	page-break-before: avoid;
}
}
/* custom css */

.content-sidebar-sidebar .content {
	float: none;
	padding: 0 15px 0 300px;
	width: 100%;
}
.sidebar-primary {
	float:left;
	width: 262px;
	padding:92px 0 0 0;
}
/*********************************************************************************************************************/
/************** Add New Css by Jeetebdra Kushwah ************/
/*********************************************************************************************************************/

.site-inner, .wrap {
	max-width:1170px;
}
/******** Header *********/
.site-header .wrap {
	padding:15px 0px;
}
.site-header .wrap .widget {
	display:inline-block;
	width:auto;
	margin:0;
	padding:0;
	vertical-align:top;
}
.site-header .title-area {
	padding:0;
}
.site-header .title-area .site-description {
	display:none;
}
.site-header .genesis-nav-menu a {
	padding:0 20px;
}
.widget_nav_menu .widget-wrap .nav-header ul.genesis-nav-menu {
	margin:12px 0 0 0;
	padding:0 0;
	width: auto;
}
.widget_nav_menu .widget-wrap .nav-header ul.genesis-nav-menu li {
	width:auto;
	margin:0;
	padding:0 22px;
}
.widget_nav_menu .widget-wrap .nav-header ul.genesis-nav-menu li a {
	color: #8b0f04;
	font-size: 18px;
	padding:0 0px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight:300;
}
.widget_nav_menu .widget-wrap .nav-header ul.genesis-nav-menu li.current-menu-item a, .widget_nav_menu .widget-wrap .nav-header ul.genesis-nav-menu li a:hover, .widget_nav_menu .widget-wrap .nav-header ul.genesis-nav-menu li a:focus, .widget_nav_menu .widget-wrap .nav-header ul.genesis-nav-menu li a:active, .widget_nav_menu .widget-wrap .nav-header ul.genesis-nav-menu li a.active {
	color: #246430;
	text-transform: uppercase;
}
#search-2 .widget-wrap form.search-form {
	width:100%;
	margin:0;
	position:relative;
}
#search-2 .widget-wrap form.search-form input {
	background:#8b0f04;
	border:none;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	margin: 0;
	padding: 8px 15px;
	width:250px;
	font-weight:300;
}
#search-2 .widget-wrap form.search-form input[value="Search"] {
	background:url(images/search_icon.jpg) no-repeat scroll left top;
	clip: inherit;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 40px;
	z-index: 999;
}
 #search-2 .widget-wrap form.search-form input::-moz-placeholder, input::-moz-placeholder {
color: #fff;
opacity: 1;
}
.header-widget-area .widget_polylang ul {
	float: left;
	margin: 0;
	padding: 0;
	width:100px;
}
.header-widget-area .widget_polylang ul li {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align:right
}
.header-widget-area .widget_polylang ul li a {
	color: #8b0f04;
	float:right;
	font-size: 15px;
	font-weight: 300;
	list-style:none;
	margin: 0;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	width:auto;
	text-decoration:none;
	font-weight:300;
}
.header-widget-area .widget_polylang ul li.current-lang a, .header-widget-area .widget_polylang ul li a:hover, .header-widget-area .widget_polylang ul li a:focus, .header-widget-area .widget_polylang ul li a:active.header-widget-area .widget_polylang ul li a.active {
	color: #246430;
}
/************** header menu **********************/
.site-container .nav-primary {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	border:none;
}
ul.menu-primary {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.menu-primary li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	width: 24%;
	position:relative !important;
}
ul.menu-primary li.menu-item-has-children a {
	background:url(images/menu_icon.png) no-repeat scroll right 12px top 50%;
}
ul.menu-primary li.menu-item-has-children:hover a, ul.menu-primary li.menu-item-has-children.current-menu-item a, ul.menu-primary li.menu-item-has-children.current_page_parent a {
	background:url(images/menu_active_icon.png) no-repeat scroll right 12px top 50%;
}
ul.menu-primary li:focus ul.sub-menu, ul.menu-primary li:active ul.sub-menu {
	display:none;
}
ul.menu-primary li:last-child {
	margin-right:0;
}
ul.menu-primary li a {
	border:3px solid #8b0f04;
	color: #8b0f04;
	font-size:20px;
	font-weight:600;
	margin: 0;
	line-height:inherit;
	padding:8px 15px;
	text-align: left;
	text-transform: uppercase;
	white-space: pre-line;
	width: 100%;
}
ul.menu-primary li:hover a, ul.menu-primary li a:focus, ul.menu-primary li a.active, ul.menu-primary li.current_page_parent a, ul.menu-primary li.current-menu-item a {
	border:3px solid #246430;
	color: #246430;
}
li.current-menu-item a {
	color: #246430;
}
ul.menu-primary li:focus ul.sub-menu, ul.menu-primary li:active ul.sub-menu {
	display:none;
}
ul.menu-primary li:hover ul.sub-menu {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #246430;
	border-image: none;
	border-style: none solid solid;
	border-width: 0 3px 3px;
	display: inline-block;
	margin: 0;
	padding: 0;
	width:100% !important;
	background:#fff;
}
ul.menu-primary li:hover ul.sub-menu li {
	float: left;
	width: 100% !important;
	margin: 0;
}
ul.menu-primary li ul.sub-menu li a {
	border:none;
	color: #8b0f04;
	float: left;
	font-size:18px;
	line-height:20px;
	font-weight:400 !important;
	margin: 0;
	padding:12px 15px;
}

.sidebar ul.menu-primary li ul.sub-menu li a {
	border:none;
	color: #8b0f04;
	float: left;
	font-size:18px;
	line-height:20px;
	font-weight:400 !important;
	margin: 0;
	padding:12px 15px;
}



ul.menu-primary li:hover ul.sub-menu li a {
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border:none;
	color: #8b0f04;
	float: left;
	line-height:20px;
	margin: 0;
	white-space: pre-line;
	width: 100%;
}
ul.menu-primary li.current_page_parent ul.sub-menu li.current-menu-item a {
	color:#246430;
}
ul.menu-primary li:hover ul.sub-menu li a:hover, ul.menu-primary li:hover ul.sub-menu li a:focus, ul.menu-primary li:hover ul.sub-menu li a.active {
	color:#246430;
}
/**************** Content commone ************/
.site-inner {
	padding-top:0px;
}
/*************** content Left menu *****************/
aside.sidebar nav.nav-primary .wrap ul.menu {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}
aside.sidebar nav.nav-primary .wrap ul.menu li {
	float: left;
	margin: 0 0px 25px 0;
	padding: 0;
	width:100%;
	position:relative;
}
aside.sidebar nav.nav-primary .wrap ul.menu li:last-child {
	margin-right:0;
}
aside.sidebar nav.nav-primary .wrap ul.menu li a {
	border:3px solid #8b0f04;
	color: #8b0f04;
	font-size:20px;
	font-weight:600;
	margin: 0;
	line-height:inherit !important;
	padding:12px 15px;
	text-align: left;
	text-transform: uppercase;
	white-space: pre-line;
	width: 100%;
}
aside.sidebar nav.nav-primary .wrap ul.menu li:hover a, aside.sidebar nav.nav-primary .wrap ul.menu li.current-menu-item a {
	border:3px solid #246430;
	color: #246430;
}
aside.sidebar nav.nav-primary .wrap ul.menu li ul.sub-menu {
	border-color: -moz-use-text-color #246430 #246430;
	position: relative;
	border-image: none;
	border-style: none solid solid;
	border-width: 0 3px 3px;
	display:none;
	margin: 0;
	padding: 0;
	width:100%;
	background:#fff;
}
aside.sidebar nav.nav-primary .wrap ul.menu li:hover ul.sub-menu {
	display: block;
	float: left;
	opacity: 1;
	position: relative;
	left:auto;
}
aside.sidebar nav.nav-primary .wrap ul.menu li:hover ul.sub-menu li {
	float: left;
	width: 100% !important;
	margin: 0;
}
aside.sidebar nav.nav-primary .wrap ul.menu li:hover ul.sub-menu li a {
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border:none;
	color: #8b0f04;
	float: left;
	font-size:18px;
	line-height:20px;
	font-weight:400;
	margin: 0;
	padding:12px 15px;
	white-space: pre-line;
	width: 100%;
}
aside.sidebar nav.nav-primary .wrap ul.menu li:hover ul.sub-menu li a:hover {
	color:#246430;
}
aside.sidebar nav.nav-primary .wrap ul.menu li.current-menu-parent a {
	border:3px solid #246430;
	color: #246430;
}
aside.sidebar nav.nav-primary .wrap ul.menu li.current-menu-parent ul.sub-menu {
	display: block;
	float: left;
	opacity: 1;
	position: relative;
	left:auto;
	border:3px solid #246430;
	border-top:none;
}
aside.sidebar nav.nav-primary .wrap ul.menu li.current-menu-parent ul.sub-menu li {
	float: left;
	margin: 0 0px 0px 0;
	padding: 0;
	width:100%;
	position:relative;
}
aside.sidebar nav.nav-primary .wrap ul.menu li.current-menu-parent ul.sub-menu li a {
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border:none;
	color: #8b0f04;
	float: left;
	font-size:18px;
	line-height:20px;
	font-weight:400;
	margin: 0;
	padding:12px 15px;
	white-space: pre-line;
	width: 100%;
}
aside.sidebar nav.nav-primary .wrap ul.menu li.current-menu-parent ul.sub-menu li.current-menu-item a {
	color: #246430;
}
/*************** content Right menu *****************/

.sidebar-secondary h4.widgettitle {
	border: medium none;
	color: #000;
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
	margin: 0;
	padding:0px 0 52px;
	text-align: left;
	width: 100%;
}
.sidebar-secondary section article {
	background: #8b0f04;
	width: 100%;
	margin: 0 0 15px;
	padding: 10px;
}
.sidebar-secondary section article a {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.sidebar-secondary section article a img {
	float: left;
	width: 100%;
}
.sidebar-secondary section article header.entry-header .entry-title a {
	color: #fff;
	float: left;
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 5px;
	width: 100%;
}
.entry-content ul {
	display: inline-block;
	margin: 0;
	padding: 15px 0 0 20px;
	width: 100%;
}
.entry-content ul li {
	display: list-item !important;
	font-size: 20px;
	font-weight: 300;
	list-style: outside none disc;
	margin: 5px 0 0;
	padding: 0 0 5px 5px;
}
.download-icon {
	background:url("images/pdf-icon.png") no-repeat scroll 0 8px;
	color: #8b0f04;
	display: inline-block;
	font-size: 20px;
	line-height: 22px;
	margin: 5px 0;
	padding: 0 0 0 40px;
	width: 100%;
}
table.wohnung tr td {
	padding: 5px 0;
}
span.field-content {
	color: #333;
	font-size: 20px;
	font-weight: 300;
}
ol.search-results {
	float: left;
	margin: 0;
	padding: 15px 0 0 20px;
	width: 100%;
}
ol.search-results li.search-result {
	color: #8b0f04;
	font-size: 20px;
	font-weight: 300;
	margin: 5px 0 0;
	padding: 0 0 15px 5px;
}
ol.search-results li.search-result h3.title a {
	color: #8b0f04;
	font-weight: 400;
}
ol.search-results li.search-result .search-snippet-info p {
	color: #333;
}
.region .block-system ul li {
	color: #333;
	font-size: 20px;
	font-weight: 300;
}
ul li.collapsed, ul li.expanded, ul li.leaf {
	width: auto;
}
form.search-form {
	margin: 0;
	padding:0px 0 0;
	width: 100%;
}
form.search-form .form-wrapper .input-group input.form-control {
	background: #8b0f04 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	margin: 0;
	padding: 8px 15px;
	width: 100%;
}
form.search-form .form-wrapper .input-group span.input-group-btn button {
	background-color: #8b0f04;
	border: medium none;
	border-radius: 0;
	color: #ffffff;
	height: 40px;
	padding: 10px 12px;
}
.links {
	margin: 0;
	padding: 0;
	width: 100%;
}
.links a {
	background: #246430 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	margin: 15px 0 0;
	padding: 10px 25px;
}
.field-items table {
	float: left;
	margin: 15px 0;
	padding: 0;
	width: 100%;
}
.field-items table tr td {
	font-size: 18px;
	font-weight: 300;
}
.field-items table tr td strong {
	display: inline-block;
	margin: 0;
	padding: 0 0 5px;
	width: 100%;
}
ul.p-top-15 {
	padding-top: 15px;
}
.p-top-15 {
	display: inline-block;
	padding-top: 15px;
}
.no-li-style {


	list-style-type: none;
	margin: 0;
	padding: 0;
}
.region .block-system ul li {
	color: #333;
	font-size: 20px;
	font-weight: 300;
}
.view-team .views-row-1 {
	margin-right: 20px;
}
.view-id-team .views-bootstrap-grid-plugin-style .row {
	margin: 0 -15px;
}
.col-lg-6 .views-field-field-team-image {
	background: #000 none repeat scroll 0 0;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 10px;
	width: 100%;
	min-height: 345px;
}
.col-lg-6 .views-field-field-team-image .field-content a img.wp-post-image {
	width: 100%;
}
.col-lg-6 .views-field-field-team-image .field-content a .member_img_wrap{width:100%; margin:0; padding:0; float:left; height:188px; overflow:hidden;}
.col-lg-6 .views-field-field-team-image .field-content a .member_img_wrap img{max-width: 100%;width: 300px !important;}
.col-lg-6 .views-field-field-team-image .field-content a span:nth-child(01){}
.col-lg-6 .views-field-field-team-image .field-content a span:nth-child(02){ min-height:60px;}
.content .banner{ padding-top:12px;}
.col-lg-6 .views-field-nothing {
	background: #000 none repeat scroll 0 0;
	margin: 0 0 15px;
	min-height: 80px;
	padding: 0 15px;
	width: 100%;
}
.col-lg-6 .views-field-nothing span.field-content .team-title {
	height: 125px;
}
.col-lg-6 .views-field-nothing span.field-content .team-title .dept {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	padding: 15px 0 0;
}
.col-lg-6 .views-field-nothing span.field-content .team-title .title {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding: 15px 0 25px;
}
ul.no-li-style {
	list-style-type: none;
	margin: 0 -15px;
	padding:40px 0 0 0;
	width: 102%;
}
ul.no-li-style li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 15px 30px;
	width: 50%;
}

/*.post-53.page ul.no-li-style.row li:nth-child(01){
width:100%;
}
.post-53.page ul.no-li-style.row li.col-lg-6:nth-child(01) .views-field-field-team-image{
width:47.5%;
}*/
.view-team .views-row-1 {
	margin-right: 20px;
}


ul.no-li-style.row li .views-field-field-image{
	background: #000 none repeat scroll 0 0;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 10px;
	width: 100%;
}
ul.no-li-style.row li .views-field-field-image a img, ul.no-li-style.row li .views-field-field-team-image img{
	transform: scale(1);
	transition: all 0.3s ease-in-out 0s;
}
ul.no-li-style.row li .views-field-field-image:hover a img, ul.no-li-style.row li .views-field-field-team-image:hover img{
	transform: scale(1.2);
}
.rightsidebar .view .view-content .views-bootstrap-grid-plugin-style .row .col.col-lg-12 {
	background: #8b0f04 none repeat scroll 0 0;
	color: #fff;
	float: left;
	margin: 0 0 15px;
	padding: 10px;
}
.view-id-appreciations .views-bootstrap-grid-plugin-style .views-field sapn.field-content a {
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
}
.view-id-appreciations .views-bootstrap-grid-plugin-style .views-field sapn.field-content a:hover {
	color: #246430;
}
.view-id-appreciations .views-bootstrap-grid-plugin-style .views-field sapn.field-content p {
	color: #333;
	font-size: 20px;
	font-weight: 300;
}
.view-id-appreciations.view .views-field-title span.field-content a {
	color: #333;
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin: 0 0 25px;
	padding: 0;
}
.view-id-appreciations.view p {
	color: #333;
	display: inline-table;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	padding: 15px 0 25px;
	width: 100%;
}
.view-id-appreciations.view p strong {
	color: #000;
	display: inline-table;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	padding: 15px 0;
	width: 100%;
}
ul.no-li-style li .field-content span {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	padding: 15px 0 0;
	width: 100%;
	display: inline-block;
}
ul.no-li-style li .field-content span:last-child {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding: 15px 0 25px;
}
.col-lg-6 .views-field-nothing span.field-content .team-title {
	height: 125px;
}
.wpcf7-form {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.wpcf7-form .form-item {
	float: left;
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
}
.wpcf7-form .form-item label.control-label {
	float: left;
	font-size: 20px;
	font-weight: 300;
	height: 45px;
	margin: 0;
	padding: 11px 0;
	vertical-align: middle;
	width: 30%;
}
.wpcf7-form .form-item input {
	background: #8b0f04 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	height: 45px;
	margin: 0;
	padding: 8px 15px;
	width: 392px;
}
.wpcf7-form .form-item .form-textarea-wrapper {
	margin: 0 0 0 30%;
	padding: 0;
	width: 392px;
}
.wpcf7-form .form-item textarea {
	background: #8b0f04 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	height: 150px;
	margin: 0 0 0 0;
	padding: 8px 15px;
	width: 100%;
}
/**************** breadcrumb-raw Css *************/

.site-inner p.menu-breadcrumb{
	background: #8b0f04 none repeat scroll 0 0;
	border-radius: 0;
	float: left;
	margin: 0 0 40px 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
}
.site-inner p.menu-breadcrumb span.sep {
	padding: 0 15px;
}
.site-inner p.menu-breadcrumb span {
	color: #ffffff;
	float: left;
	font-size: 20px;
	font-weight: 400;
	list-style: outside none none;
	margin: 0 0px 0 0;
	padding: 8px 0 8px 15px;
	text-transform: uppercase;
	width: auto;
}
.site-inner p.menu-breadcrumb span span {
	padding: 0;
	margin: 0;
}
.site-inner p.menu-breadcrumb span a {
	color: #fff;
	margin: 0;
	padding: 0;
	width: auto;
}
.field-items .field-item.even h2 {
	width: 100%;
	margin: 0;
	padding:40px 0 25px 0;
}
/*************** Contant form  *************/

form.wpcf7-form label, form.wpcf7-form .form-group {
	width: 100%;
	display: inline-block;
	margin: 0 0 15px;
	padding: 0;
}
form.wpcf7-form label span.form-label, form.wpcf7-form .form-group label {
	width:30%;
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	height: 45px;
	margin: 0;
	padding: 11px 5% 11px 0;
	vertical-align: middle;
	vertical-align:top;
}
form.wpcf7-form label span.wpcf7-form-control-wrap, form.wpcf7-form .form-group span.wpcf7-form-control-wrap {
	display:inline-block;
	margin: 0;
	padding: 0;
	width:70%;
}
form.wpcf7-form label input.wpcf7-form-control, form.wpcf7-form label textarea.wpcf7-form-control, form.wpcf7-form .form-group input.wpcf7-form-control, form.wpcf7-form .form-group textarea.wpcf7-form-control {
	background: #8b0f04;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	height: 45px;
	margin: 0;
	padding: 8px 15px;
	width:100%;
}
form.wpcf7-form label textarea.wpcf7-form-control, form.wpcf7-form .form-group textarea.wpcf7-form-control {
	min-height:150px;
	float:left;
	margin:0;
}
form.wpcf7-form input.wpcf7-form-control[type="submit"], form.wpcf7-form input.wpcf7-submit[type="submit"] {
	background: #246430 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #ffffff;
	float: right;
	font-size: 20px;
	margin: 0;
	padding: 10px 25px;
	text-transform: uppercase;
	width: auto;
	font-weight:500;
}
form.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 12px !important;
	margin: 0;
	padding: 0;
}
.wpcf7-response-output {
	text-align:center;
	font-size:15px;
	border:1px solid #8b0f04;
}
/**************** Footer Css *************/
.footer-widgets {
	margin:30px 0 0 0;
	width: 100%;
	display: inline-block;
}
.footer-widgets .wrap {
	border-top: 5px solid #333;
	color: #333;
	font-size: 20px;
	padding: 0px 0px 15px 0px;
}
.footer-widgets .wrap .widget-area {
	width:25%;
	float:left;
	margin:0;
	padding:0;
	font-weight:300;
}
.footer-widgets .wrap .widget-area p {
	font-weight:300 !important;
	color: #333;
	font-size: 20px;
}
.footer-widgets .wrap .widget-area:last-child p a {
	color: #333;
	display: inline-block;
	margin: 25px 0 0;
	float: right;
}
.footer-widgets .wrap .widget-area:last-child p a:hover {
	color:#246430;
}
footer.site-footer {
	display:none;
}
p {
	color:#333;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	padding: 25px 0 0;
	width: 100%;
}
p strong, table tr td strong, table tr th strong{padding:10px 0 10px 0; color:#000; width:100%; display:inline-block;font-weight:500;}
h5{padding:15px 0 15px 0; color:#000; width:100%; display:inline-block;font-weight:500;}
.footer-widgets-1 p strong{padding:0px 0 0px 0;}
.post-200 p strong{padding:15px 0 15px 0;}
.post-132  p strong{padding:15px 0 0px 0;}
a strong{padding:0px 0 0px 0;color: #8b0f04;}
a:hover strong{color: #246430;}
p a:hover, p strong a:hover {
    color: #246430;
}
.entry-title, .section-title {
	border:none;
	color: #000;
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
	margin: 0;
	padding:0 0 0px 0;
	text-align: left;
	width: 100%;
}

.banner{margin-top:0px;}
.content .appreciation_title, .content h4, .content h3{ padding-top:35px; font-size:24px; font-weight:500;}

.entry-content form.search-form {
	width:100%;
	margin:40px 0 0 0;
	position:relative;
	padding:0 0 0 0;
}
form.search-form input {
	background:#8b0f04;
	border:none;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	margin: 0;
	padding: 8px 15px;
	width:100%;
	font-weight:300;
}
form.search-form input[value="Search"] {
	background:url(images/search_icon.jpg) no-repeat scroll left top;
	clip: inherit;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 40px;
	z-index: 999;
}
 #search-2 .widget-wrap form.search-form input::-moz-placeholder {
color: #fff;
opacity: 1;
}


/************ Search page *********/

.search-content{ width:100%; margin:0; padding:25px 0 0 0;}
.search-content article{width:100%; margin:0; padding:0px 0 25px 0; float:left;}
.search-content article h2.entry-header{width:100%; margin:0; padding:0; font-size:32px; float:left;}
.search-content article h2.entry-header a{}
.search-content article h2.entry-header a:hover, .search-content article h2.entry-header:hover a{ color:#246430;}
.search-content article .entry-content{ float:left; width:100%; margin:0; padding:0;float:left;}

.pagination ul{ width:100%; margin:0; padding:0; float:left;}
.pagination ul li{ width:auto; margin:0; padding:0 5px 0 0; float:left; list-style:none;}
.pagination ul li a{width: auto;
    height: initial;
    ext-align: center;
    color: #fff;
    background: #8b0f04;
    padding: 5px 10px;}
.pagination ul li a:hover, .pagination ul li.active a{color:#fff; background:#246430;}
.pagination ul li.pagination-omission{ display:none;}

/******************************************************************************/
/****************** Mobile Responsive  *******************/
/******************************************************************************/
@media screen and (max-width:1170px){
.site-container{ width:100%; max-width:100%; margin:0 auto; padding:0 10px}
}

@media screen and (max-width:1024px){
ul.menu-primary li {margin: 0 1.3% 0 0;}
.sidebar-secondary h4.widgettitle{padding: 5px 0 15px;}
}


@media screen and (max-width:991px){
.header-image .site-title > a{background-position: left top; background-size: 100% auto;width: 230px;}
.widget_nav_menu .widget-wrap .nav-header ul.genesis-nav-menu li {padding:0 15px;}
#search-2 .widget-wrap form.search-form {width:190px;}
.header-widget-area .widget_polylang ul { width:85px;}

.content-sidebar-wrap .sidebar.sidebar-primary{ display:none;}
.content-sidebar-sidebar .content {float: left;padding: 0 15px 0 0; width: 100%;}


.content-sidebar-sidebar .content-sidebar-wrap{ width:65%;}
.content-sidebar-sidebar .sidebar-secondary{ width:35%;}

.entry-title, .section-title, .sidebar-secondary h4.widgettitle{font-size:26px; line-height:normal;}
p { font-size:18px;line-height:normal;}

ul.menu-primary li a{ font-size:18px;}
ul.menu-primary li ul.sub-menu li a{ font-size:15px !important;}

.sidebar-secondary section article header.entry-header .entry-title a{ font-size:20px; font-weight:500;}

.footer-widgets .wrap .widget-area p{ font-size:17px;}
.footer-widgets .wrap .widget-area:last-child p a{ margin-top:18px;}

}



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

}


@media screen and (max-width:767px){
.site-header .wrap .widget{ float:left;}
.site-container{ width:100%; max-width:100%; margin:0 auto; padding: 0 15px;}

#mobile-nav-header{background:rgba(0, 0, 0, 0) url(images/menuicon.png) no-repeat scroll left top !important;
    display: block;
    height: 7px;
    overflow: hidden !important;
    padding: 13px 13px 11px;
    position: absolute;
    right: 20px;
    top: 28px;
    width: 25px; outline:0; text-decoration:none;}
#mobile-nav-header:hover, #mobile-nav-header:focus{ background-position:0px -25px !important;}


.site-header .widget-area{ padding:0;}
.header-widget-area #nav_menu-2{ margin:0 0 0px 0;}
.widget-area.header-widget-area{ width:100%;}
.widget_nav_menu .widget-wrap .nav-header ul.genesis-nav-menu li {float: left; padding: 0 30px 0 0;}
.widget_nav_menu .widget-wrap .nav-header ul.genesis-nav-menu { float: left; margin: 0;padding: 12px 0;width: auto;}

#polylang-2{ margin:0px 0; float:left; width:50%;}
#polylang-2 ul{ width:auto; margin:0; padding:0;float:right;}
#polylang-2 ul li{ width:auto; margin:0 0px 0 25px; padding:0; float:left; text-align:center;}
#polylang-2 ul li a{ width:auto; margin:0; padding:7px 0; float:left; text-align:center; font-size:18px;}

ul.menu-primary li {margin: 0 0 10px 0; width: 100%;}
#nav_menu-2{ width:100%; margin:0 0 25px 0; padding:0; border-top:1px solid #eee;}

#search-2{ float:left; width:50%;}
#search-2 .widget-wrap form.search-form, #search-2 .widget-wrap form.search-form input{width: 100%;}

.content-sidebar-sidebar .content-sidebar-wrap{ width:100%;}
.content-sidebar-sidebar .content{ padding:0;}
.content-sidebar-sidebar .sidebar-secondary {padding: 0;width: 100%;}

.sidebar-secondary h4.widgettitle{ padding:5px 0 15px;}

.footer-widgets .wrap .widget-area {float: left;font-weight: 300; margin: 0; padding: 0; width:50%;}
.footer-widgets .wrap .widget-area:last-child p a {margin-top: 0;width: 100%;}

.col-lg-6 .views-field-field-team-image{ min-height:365px;}
ul.no-li-style.row li.col-lg-6:nth-child(1) .views-field-field-team-image {width: 47%;}

/************** Menu **************/
nav.nav-primary ul.menu li ul.sub-menu{ display:none; position:relative; float:left;}
nav.nav-primary ul.menu li:hover ul.sub-menu{ display:block; position:relative;}

form.wpcf7-form label span.form-label, form.wpcf7-form .form-group label, form.wpcf7-form label span.wpcf7-form-control-wrap, form.wpcf7-form .form-group span.wpcf7-form-control-wrap{ width:100%;}
form.wpcf7-form label span.form-label, form.wpcf7-form .form-group label{ padding:15px 0% 5px 0;}


}


@media screen and (max-width:480px){
.header-image .site-title > a {background-position: left top;background-size: 100% auto; width: 200px;}
.widget_nav_menu .widget-wrap .nav-header ul.genesis-nav-menu li a{ padding:8px 0;}

#polylang-2{ margin:0px 0; float:left; width:100%;}
#polylang-2 ul{ width:100%; margin:0; padding:15px 0 0 0;float:left;}
#polylang-2 ul li{ width:auto; margin:0 25px 0 0px; padding:0; float:left; text-align:center;}
#polylang-2 ul li a{ width:auto; margin:0; padding:7px 0; float:left; text-align:center; font-size:18px;}


ul.menu-primary li {margin: 0 0 10px 0; width: 100%;}
#nav_menu-2{ width:100%; margin:0 0 25px 0; padding:0; border-top:1px solid #eee;}

#search-2{ float:left; width:100%;}
#search-2 .widget-wrap form.search-form, #search-2 .widget-wrap form.search-form input{width: 100%;}


.footer-widgets .wrap .widget-area {float: left; font-weight: 300; margin: 0; padding: 0; width: 100%;}
.footer-widgets .wrap .widget-area:last-child p a {margin-top: 0;width: 100%;}
.site-header .wrap .widget{width:100%;}
#search-2 .widget-wrap form.search-form, #search-2 .widget-wrap form.search-form input{width: 100%;}

ul.no-li-style {list-style-type: none;margin: 0; padding: 40px 0 0; width: 100%;}
ul.no-li-style li {float: left;list-style-type: none; margin: 0; padding: 0 15px 30px;width: 100%;}
ul.no-li-style.row li.col-lg-6:nth-child(1) .views-field-field-team-image { width:100%;}
}



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

}

.side {
  float: left;
  width: 262px;
}

.coronalert {
  padding: 12px 15px;
  background-color: #246430;
}

.coronalert p,
.coronalert p strong {
  color: white;
  hyphens: auto;
}

.coronalert p:first-child {
  padding-top: 0;
}

.coronalert p strong {
  padding: 0;
}

.coronalert + aside {
  padding-top: 30px;
}


@media screen and (max-width: 991px){
  .side {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
