/*
	Theme Name: 52 North
	Theme URI: http://52north.org/
	Description: Theme for the 52&deg; North Initiative for Geospatial Open Source Software GmbH (BASE: Genesis Framework & CP Child Theme)
	Author: 52 North
	Author URI: http://52north.org/

	Version: 1.0.0

	Template: genesis
	Template Version: 2.1

*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */

/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden], template {
  display: none
}

a {
  background: 0 0
}

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

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: 600
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #333
}

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

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

figure {
  margin: 1em 40px
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

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

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

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

input {
  line-height: normal
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 600
}

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

td, th {
  padding: 0
}

/* ## Box Sizing
--------------------------------------------- */

*, input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-header-main:before,
.nav-header-right1:before,
.nav-header-right2:before,
.nav-footer-left:before,
.nav-footer-right:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.widget-wrap:before,
.wrap:before { content: " "; display: table; }

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-header-main:after,
.nav-header-right1:after,
.nav-header-right2:after,
.nav-footer-left:after,
.nav-footer-right:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.widget-wrap:after,
.wrap:after { clear: both; content: " "; display: table; }


/* # Defaults
--------------------------------------------------------------------------------3-------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
  margin: 0;
  background-color: #fff;
  color: #4f504a;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.35;
  letter-spacing: 0.3px
}

article {
  color: #23271f;
}
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;
}

::-moz-selection {
  background-color: #4f504a;
  color: #fff;
}

::selection {
  background-color: #4f504a;
  color: #fff;
}

a {
  color: #4f504a;
  text-decoration: underline;
}

article a {
  color: #23271f;
}

article.post-88 .title a {
  color: rgb(79, 80, 74)
}

.more-link {
  color: #e85511;
  text-decoration: none;
}

body a:hover {
  color: #e85511;
}

p {
  margin: 0 0 14px;
  padding: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
}

ul.sub-menu li {
  list-style-type: none;
}

b, strong {
  font-weight: 400;
}

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

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  position: relative;
  top: -65px;
  left: -65px;
  height: 0;
  font-size: 150px;
  color: #ccc;
}

/* ## Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 40px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  color: rgb(0, 130, 195);
}

h6 {
  font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img, .gallery img {
  width: auto;
}

.featured-image {
  margin-bottom: 28px;
  background-color: white;
}

.entry-meta+.featured-image {
  margin-top: -26px;
}

/* entry meta margin- & border-bottom */

.featured-image img {
  display: block;
  margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  padding: 0 3px;
  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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery img {
  height: auto;
  padding: 4px;
  border: 1px solid #ddd;
}

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

/* ## Forms
--------------------------------------------- */

input, select, textarea {
  width: 100%;
  border: 1px solid #4f504a;
  border-radius: 0;
  padding: 16px;
  background-color: #fff;
  color: #4f504a;
  font-size: 14px;
  font-weight: 400;
}

input:focus, textarea:focus {
  border: 1px solid #4f504a;
  outline: none;
}

input[type="checkbox"], input[type="image"], input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #4f504a;
  font-weight: 400;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #4f504a;
  font-weight: 400;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  width: auto;
  margin: 10px 0;
  padding: 16px 24px;
  border: 1px solid #fff;
  background-color: #4f504a;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover,
.footer-navigation .button,
.footer-navigation button,
.footer-navigation input[type="button"],
.footer-navigation input[type="reset"],
.footer-navigation input[type="submit"],
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
  background-color: #e85511; color: #fff;
}

.content .button, .widget .button {
  color: #fff;
}

.footer-navigation .wrap button:hover,
.footer-navigation .wrap input:hover[type="button"],
.footer-navigation .wrap input:hover[type="reset"],
.footer-navigation .wrap input:hover[type="submit"],
.footer-navigation .wrap .button:hover {
  border-color: #4f504a; background-color: #fff; color: #4f504a;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* ## Tables
--------------------------------------------- */

table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
}

tbody {
  border-bottom: 1px solid #4f504a;
}

td, th {
  text-align: left;
}

td {
  padding: 6px 0;
  border-top: 1px solid #4f504a;
}

th {
  font-weight: 400;
}

/*
 * Program table with 1 time column and a second test column.
 * Use numbers with leading 0 for consistent layout.
 */

table.program {
  line-height: 1.35;
  width: 100%;
}

table.program td {
  padding: 12px 0;
}

table.program td:first-child {
  min-width: 125px;
  padding-right: 9px;
  text-align: right;
  vertical-align: text-top;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner {
  clear: both;
}

.site-inner, .wrap {
  margin: 0 auto;
}

/* ## Column Widths and Positions
--------------------------------------------- */

.content-sidebar-wrap, .content-sidebar-wrap+.sidebar {
  margin-top: 53px;
}

.home.page .content-sidebar-wrap, .home.page .content-sidebar-wrap+.sidebar {
  margin-top: 0;
}

.home main {
  font-weight: 300;
}

/* ### Content */

.full-width-content .content {
  float: none;
  margin: 0 auto;
}

/* ## Column Classes
--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half, .three-sixths, .two-fourths {
  width: 48.717948717948715%;
}

.one-third, .two-sixths {
  width: 31.623931623931625%;
}

.four-sixths, .two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* # Common Classes
--------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
  float: left;
  border-radius: 50%;
}

.author-box .avatar {
  width: 90px;
  height: 90px;
  margin-right: 30px;
}

.entry-comments .avatar {
  width: 48px;
  height: 48px;
}

.alignleft .avatar, .author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
  height: 18px;
  /* to assure to have same height as sites without breadcrumbs */
  margin-top: 5px;
  font-size: 12px;
}

.breadcrumb, .breadcrumb a {
  color: #7d7e7e;
  text-decoration: none;
}

.archive-description, .author-box {
  margin: 10px 10px 60px;
  padding: 60px;
  border: 1px solid #4f504a;
  background-color: #fff;
}

.author-box-title {
  margin-bottom: 4px;
  font-size: 16px;
  text-transform: uppercase;
}

.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 {
  width: 50%;
}

.error404 input[type="submit"] {
  display: block;
  margin: 20px auto;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"],
.site-header .search-wrap input[type="submit"] {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  border: 0;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
  font-size: 20px;
}

.entry-title {
  margin-bottom: 28px;
  font-size: 36px;
}

body.page .entry-title {
  margin-bottom: 12px;
  color: #4f504a;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  display: none;
}

.entry .entry-title a, .sidebar .widget-title a {
  color: #4f504a;
}

.entry-title a:hover {
  color: #e85511;
}

.widget-title, .custom-columns .section-title, .fifty-two-post-grid h4 {
  margin: 0 0 18px;
  padding: 0 0 6px;
  border-bottom: 3px solid #4f504a;
}

.widget-title,
.custom-columns .section-title *,
.fifty-two-post-grid h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-navigation .widget-title {
  color: #fff;
}

/* ## 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: 0 0 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;
}

.gallery-caption {
  margin: 0 0 10px;
}

.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

/* # Widgets
--------------------------------------------- */

.widget-area .widget {
  margin-bottom: 60px;
  word-wrap: break-word;
}

.sidebar-secondary .widget {
  background-color: #f2f2f2;
  padding: 10px;
}

.sidebar-secondary h5 {
  color: #e85511;
  font-size: 15px;
  font-weight: bold;
}

.widget ol>li {
  /*padding-left: 20px;
	text-indent: -20px;
	list-style-position: inside;*/
  list-style-position: outside;
  list-style-type: decimal;
}

.widget li li {
  margin: 0 0 0 30px;
  padding: 0;
  border: 0;
}

.widget>*:last-child, .widget>div>*:last-child {
  margin-bottom: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td, .widget_calendar th {
  text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry, .content .featured-content .entry {
  margin-bottom: 28px;
  padding: 0 0 32px;
  border: none;
  background: none;
}

.featured-content .entry-header .entry-meta {
  margin: 0 0 10px;
  padding: 0 0 10px;
}

.featured-content .entry-title {
  font-size: 24px;
}

/* # Site Header
--------------------------------------------- */

.site-header {
  width: 100%;
  background-color: #fff;
}

.site-header.fixed {
  position: fixed;
  top: 0;
  z-index: 10000;
  box-shadow: 2px 2px 4px 0px rgba(35, 39, 31, 0.5);
  -moz-box-shadow: 2px 2px 4px 0px rgba(35, 39, 31, 0.5);
  -webkit-box-shadow: 2px 2px 4px 0px rgba(35, 39, 31, 0.5);
}

.admin-bar .site-header.fixed {
  top: 32px;
}

.site-header.fixed+div {
  border-top: 74px solid transparent;
}

.site-header>.wrap {
  max-width: 100%;
}

.header-image .site-header>.wrap {
  position: relative;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

.header-image .title-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 139px;
  /*112px*/
  margin: 0 !important;
}

.site-title {
  padding: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.header-image .site-title {
  float: left;
  width: 139px;
  /*112px*/
  height: 65px;
  /* 52px*/
  text-indent: -9999px;
}

.site-header .site-title a, .site-header .site-title a:hover {
  color: #4f504a;
}

.header-image .site-title {
  border: none;
  padding: 0;
}

.header-image .site-title>a {
  float: left;
  width: 100%;
  min-height: 65px;
  padding: 0;
  background-position: center !important;
  background-size: contain !important;
}

.site-description {
  color: #4f504a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.site-description, .site-title {
  margin-bottom: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

.header-image .site-description, .header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* # Site Navigation
--------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  width: 100%;
  font-size: 13px/*14px*/
  ;
  line-height: 1;
  text-align: center;
}

#menu-meta-menu-2.genesis-nav-menu {
  font-size: 14px/*14px*/
  ;
  font-weight: 300;
}

.genesis-nav-menu li {
  float: none;
  list-style-type: none;
}

.genesis-nav-menu li li {
  margin-left: 0;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: center;
}

.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-nav-menu li a {
  display: block;
  color: #4f504a;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  position: absolute;
  width: 250px;
  -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;
  opacity: 0;
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  z-index: 99;
}

.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .current-menu-ancestor>a,
.genesis-nav-menu a:hover {
  color: #e85511;
}

.genesis-nav-menu .sub-menu .menu-item {
  text-align: left;
}

.genesis-nav-menu .sub-menu a {
  padding: 8px 20px 8px 20px;
  color: #4f504a;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .sub-menu a:hover {
  color: #e85511;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -45px 0 0;
}

.genesis-nav-menu .sub-menu .sub-menu>li>a {
  margin-left: -1px;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
  left: -15px;
  opacity: 1;
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 8 */
  filter: alpha(opacity=100);
  /* IE 5-7 */
}

.genesis-nav-menu .menu-item:hover>.sub-menu>.menu-item:hover>.sub-menu {
  left: 250px;
}

/* sub-menu width */

.genesis-nav-menu>.first>a {
  padding-left: 0;
}

.genesis-nav-menu>.last>a {
  padding-right: 0;
}

.genesis-nav-menu>.search {
  padding: 10px 0 0;
}

/* ## Misc Navigations
--------------------------------------------- */

/* Overview:

- Fixed Side Navigation (fixed position, icon based, aligned right)

Header Navigations:
- Header Right #1 (full width, aligned right, grey background)
- Header Right #2 (full width, aligned right, no background)
- Header Main (right to the logo, including site title & site description)

Footer Navigations
- Footer Left (half width, aligned left, no background)
- Footer Right (half width, aligned right, no background)

*/

.nav-header-right2, .nav-footer-left, .nav-footer-right {
  background-color: transparent;
}

/* ## Fixed Side Navigation
--------------------------------------------- */

.nav-fixed-side {
  z-index: 9999;
}

.nav-fixed-side .genesis-nav-menu > .menu-item > a:before,
.nav-fixed-side .genesis-nav-menu > .menu-item > a::before {
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 29px;
  /*24px*/
  line-height: 45px;
  /*36px*/
}

.nav-fixed-side .genesis-nav-menu > .menu-item.openlabs > a:before,
.nav-fixed-side .genesis-nav-menu > .menu-item.openlabs > a::before {
  content: '\f013';
} /* cog */

.nav-fixed-side .genesis-nav-menu > .menu-item.keyprojects > a:before,
.nav-fixed-side .genesis-nav-menu > .menu-item.keyprojects > a::before {
  content: '\f14e';
} /* compass */

.nav-fixed-side .genesis-nav-menu>.menu-item>a {
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  background-color: rgba(56, 57, 57, 0.5);
}

.nav-fixed-side .genesis-nav-menu>.menu-item>a>span {
  display: none;
}

/* ## Header Navigation
--------------------------------------------- */

.site-header .nav-header-right1 .genesis-nav-menu > li:last-of-type > a,
.site-header .nav-header-right2 .genesis-nav-menu > li:last-of-type > a {
  padding-right: 0;
}

/* ### Header Right #1 Navigation */

.nav-header-right1 {
  background-color: #4f504a;
}

.nav-header-right1 .genesis-nav-menu li a {
  color: #fff;
}

.nav-header-right1 .genesis-nav-menu > .current-menu-item > a,
.nav-header-right1 .genesis-nav-menu li a:hover {
  color: #e85511;
}

/* ### Header Right #2 Navigation */

/* ### Header Main Navigation */

.nav-header-main {
  z-index: 99;
}

.nav-header-main .wrap {
  position: relative;
}

.nav-header-main .genesis-nav-menu>li>a {
  margin: 0;
  /*font-size: 15px;*/
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.nav-header-main .genesis-nav-menu > .current-menu-item > a,
.nav-header-main .genesis-nav-menu > .current-menu-ancestor > a,
.nav-header-main .genesis-nav-menu > li:hover > a {
  color: #4f504a;
}

.nav-header-main .genesis-nav-menu > li > a:hover {
  color: #e85511;
}

/* ## Footer Widgets Navigation
--------------------------------------------- */

.nav-footer-left .menu>li {
  border: 0 none;
}

.nav-footer-left .menu>li, .nav-footer-left .menu li a {
  display: block;
}

.nav-footer-left .menu>li:last-child {
  margin-right: 0;
}

.nav-footer-left .menu>li>a, .nav-footer-left .partner {
  font-weight: 600;
  text-transform: uppercase;
}

.nav-footer-left .menu>li {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.nav-footer-left .menu li a {
  text-decoration: none;
}

.nav-footer-left .sub-menu .sub-menu {
  display: none;
}

/* ## Footer Widgets Partner
--------------------------------------------- */

.nav-footer-left .widget-title {
  color: #4f504a;
  border: none;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 21px;
}

.nav-footer-left img {
  margin-left: 0;
  margin-right: 24px;
  max-width: 80px;
  max-height: 48px;
}

.nav-footer-right img {
  margin-left: 24px;
}

.nav-footer-right {
  text-align: right;
}

.nav-footer-right ul {
  list-style: none;
  text-align: right;
}

.nav-footer-right ul li {
  float: right;
}

.nav-footer-right ul li img {
  max-width: 48px;
  max-height: 24px;
}

.wrap-menu-partner .menu-item a.menu-image-title-above {
  text-align: left;
  margin-top: 10px;
}

--------------------------------------------- */ .footer-navigation {
  background-color: #f2f2f2;
}

/* ## Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
  cursor: pointer;
  display: none;
}

.responsive-menu-icon::before {
  color: #4f504a;
  content: "\f0c9";
  display: block;
  font: normal 24px/1 'FontAwesome';
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

/* ## Toggle Search as Navigation element
--------------------------------------------- */

#toggle-search.search-wrap {
  clear: both;
  display: none;
  width: 100%;
  margin: 0;
  padding: 0 30px;
  text-align: center;
}

@media only screen and (min-width: 961px) {
  #toggle-search.search-wrap {
    position: absolute;
    z-index: 10;
  }
}

#toggle-search.search-wrap.active {
  display: block;
}

/* # Content Area
--------------------------------------------- */

.wpb_single_image {
  margin-bottom: 0;
}

/* ## Entries
--------------------------------------------- */

.content .entry {
  padding: 0;
}

body.search .content .entry {
    border-bottom: 1px solid #4f504a;
    margin: 0 0 15px;
    padding-bottom: 15px;
}

.fiftytwonorthblog .entry-content {
  margin: 10px 0 25px;
  border-bottom: none;
}

.fiftytwonorthblog .entry-content {
  margin: -20px 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #4f504a;
}

.entry-content ol, .entry-content ul {
  margin-bottom: 28px;
  margin-left: 20px;
}

/*.entry-content ol > li { list-style-type: decimal; }

.entry-content ul > li { list-style-type: disc; }*/

.sidebar .widget.contentbox ul li:before {
  content: '_ ';
  float: left;
  padding-right: 10px;
  margin-left: -20px;
}

.sidebar .widget.contentbox ul li {
  list-style: none;
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 1em;
  margin-left: 20px;
}

main .entry-content ul li:before {
  content: '_ ';
  float: left;
  padding-right: 10px;
  margin-left: -20px;
}

main .entry-content .flexslider ul li:before {
  content: '';
}

main .flexslider {
  border: 0px;
}

main .entry-content ul li {
  list-style-type: none;
  margin-top: 10px;
}

main .entry-content .feedzy-rss ul li:before {
  content: '';
}

.entry-content ol ol, .entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #4f504a;
  color: #ddd;
}

body.search .entry-content .subtitle,
body.search .more-link {
  margin-bottom: 5px;
}

body.search .entry-content .subtitle {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

body.search .entry-content .subtitle img {
  display: none;
}

body.search .entry-content > :last-child {
  margin-bottom: 0 !important;
}

span.entry-tags {
  display: none;
}

span.entry-categories, .fiftytwonorth-blog-single span.entry-tags {
  display: block;
  width: 100%;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}


.entry-footer {
  border-bottom: 1px solid #4f504a;
}

body.search .entry-footer { border-bottom: 0 none transparent; }


/* ## Entry Title
---------------------------------------- */

.home .entry-title {
  display: none;
}

.home.blog .entry-title {
  display: block;
}

.search .entry-title {
  margin-bottom: 5px;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}


/* ## Entry Meta
---------------------------------------- */

p.entry-meta {
  font-size: 16px;
  font-style: italic;
}

.entry-header .entry-meta {
  margin: -20px 0 25px;
  padding: 0 0 25px;
  border-bottom: none;
}

.fiftytwonorthblog .entry-header .entry-meta {
  padding: 0;
  font-size: 75%;
}

body.search .entry-header .entry-meta {
  margin: 0;
  padding: 0;
}


.fiftytwonorthblog .entry-header .entry-meta {
  margin: 0;
  border-bottom: none;
}

.entry-footer .entry-meta {
  overflow: hidden;
  margin: 0;
  padding: 10px 0 0;
  border-top: 1px solid #4f504a;
  font-size: 14px;
}

span.entry-tags {
  display: none;
}

span.entry-categories, .fiftytwonorth-blog-single span.entry-tags {
  display: block;
  width: 100%;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  margin: 55px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  display: inline-block;
  padding: 4px 12px;
  background-color: #4f504a;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
}

.archive-pagination li a:hover, .archive-pagination .active a {
  background-color: #e85511;
}

/* ## Comments
--------------------------------------------- */

.comment-respond, .entry-comments, .entry-pings {
  margin-bottom: 30px;
}

#respond> :last-child {
  margin-bottom: 0;
}

.comment-respond h3, .entry-comments h3, .entry-pings h3 {
  padding: 16px 0;
  border-bottom: 1px solid #4f504a;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.comment-respond h3, .entry-pings h3 {
  margin: 0 0 35px;
}

/* cancel comment link */

.comment-reply-title>small {
  display: block;
  margin: 5px 0 0;
}

.comment-header {
  font-size: 16px;
}

li.comment.depth-1 {
  padding: 30px 0 0;
  border-bottom: 1px solid #4f504a;
}

.comment-content {
  clear: both;
}

.comment-list li {
  padding: 30px 30px 0;
}

.comment-list li:last-child {
  border-bottom: none;
}

.comment-list li li {
  margin-right: -30px;
}

.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;
}

.comment-author {
  font-style: italic;
  font-weight: 400;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  padding: 24px;
  background-color: #f5f5f5;
  font-size: 16px;
}

/* # Sidebars
--------------------------------------------- */

.sidebar {
  margin-bottom: 25px;
  font-size: 15px;
}

.sidebar .event-description {
  font-size: 18px;
}

.sidebar:empty {
  display: none;
}

.sidebar li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #4f504a;
}

.sidebar .menu li {
  margin: 0;
  padding: 4px 0 4px 0;
  border-bottom: none;
  list-style: none;
}

.sidebar .menu li a {
  text-decoration: none;
  font-size: 16px;
  color: #4f5041;
  font-size: 16px;
  font-weight: 400;
}

.sidebar p:last-child, .sidebar ul>li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .widget {
  margin-bottom: 20px;
}

/* # Footer Widgets
--------------------------------------------- */

.footer-navigation, .nav-footer-left .partner {
  clear: both;
  background-color: #f2f2f2;
  font-size: 14px;
  text-align: left;
}

.partner {
  padding-bottom: 0;
}

.footer-navigation>.wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-navigation,
.footer-navigation .wrap a,
.footer-navigation .wrap a.button {
  color: #4f504a;
}

.footer-navigation .wrap a {
  text-decoration: underline;
}

.footer-navigation input {
  border: 1px solid #fff;
}

.footer-navigation a:hover {
  color: #e85511;
}

.footer-navigation li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* Remove spacing between footer navigation event entry sub elements */
li.n52-events-footer-menu > ul.sub-menu > li {
  padding-bottom: 0px;
}

.footer-widgets .widget {
  margin-bottom: 30px;
}

.footer-widgets .widget:last-child, .footer-navigation p:last-child {
  margin-bottom: 0;
}

/* # Site Footer
--------------------------------------------- */

.site-footer {
  background-color: #f2f2f2;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.site-footer>.wrap {
  padding-top: 10px;
  padding-bottom: 20px;
}

.site-footer, .site-footer .wrap a {
  color: #4f504a;
}

.site-footer .wrap a:hover {
  color: #e85511;
}

.site-footer p {
  margin-bottom: 0;
  text-align: left;
}

/* # Plugins
--------------------------------------------- */

/* ## 52 North Custom Fields
--------------------------------------------- */

.customfields-group p {
  margin-bottom: 6px !important;
}

.customfields-group p:empty {
  display: none;
}

.customfield-link-group {
  margin-top: 18px !important;
  text-align: center;
}

.customfield-link {
  display: inline-block;
  height: 21px;
  margin-right: 20px;
  background-image: url(images/customfields_icons.png);
  background-repeat: no-repeat;
}

.customfield-link-download {
  width: 22px;
  background-position: 0 0;
}

.customfield-link-link2 {
  width: 25px;
  background-position: -26px 0;
}

.customfield-link-link3 {
  width: 26px;
  background-position: -52px 0;
}

/* ## Blox Lite
--------------------------------------------- */

.fiftytwonorth-subheader>.wrap {
  max-width: 100%;
}

.fiftytwonorth-subheader .blox-caption-container {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.fiftytwonorth-subheader .blox-image-wrap {
  background-position: center center;
  background-size: cover;
}

.fiftytwonorth-subheader .blox-caption-wrap {
  position: absolute;
  bottom: 10px;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 29px;
  letter-spacing: 0.5px;
}

.fiftytwonorth-subheader .blox-image-wrap.blox-image-background {
  height: 115px;
}

/* ## Connections
--------------------------------------------- */

.sidebar .cn-entry {
  background-color: transparent !important;
  height: auto;
  margin-bottom: 0 !important;
}

.sidebar .cn-entry>div:first-of-type {
  float: none !important;
  width: 100% !important;
}

.cn-entry>div {
  float: none !important;
  text-align: left !important;
  width: 100% !important;
}

.cn-entry {
  background-color: #f2f2f2 !important;
  margin: 0 40px 40px 0 !important;
  padding: 0 !important;
  height: 300px;
  color: #23271f !important;
}

.cn-entry a {
  color: #23271f;
}

#cn-list span.cn-image-style {
  background-color: transparent !important;
  border: 0 none transparent !important;
  padding: 0 !important;
  margin-bottom: 0 !important
}

.cn-entry strong {
  font-size: 18px;
  font-variant: normal;
  margin-left: 5px;
}

.cn-entry strong,
#cn-list .organization-unit.notranslate,
#cn-list .title.notranslate {
  margin: 0 10px 0 10px !important;
  vertical-align: top;
}

.sidebar .cn-entry strong,
.sidebar #cn-list .organization-unit.notranslate,
.sidebar #cn-list .title.notranslate,
.sidebar #cn-list span.tel,
.sidebar #cn-list span.email {
  margin-left: 0px !important;
}

.sidebar .connections-list .vcard {
  margin-bottom: 2em !important;
}

.sidebar .connections-list .vcard:last-child {
  margin-bottom: 0em !important;
}

#cn-list span.tel, #cn-list span.email {
  margin: 0 10px !important;
}

#cn-list span.phone-number-block {
  margin-bottom: 0 !important;
}

#cn-list span.contact-name,
#cn-list span.org,
#cn-list span.organization-name,
#cn-list span.organization-unit,
#cn-list span.title {
  display: flex !important;
}

.page-id-271 .entry-title {
  display: none;
}

@media only screen and (min-width: 961px) {
  main.content .cn-list-row-alternate, main.content .cn-list-row {
    float: left;
    width: 25%;
  }
}

@media only screen and (max-width: 1020px) and (min-width: 500px) {
  main.content .cn-list-row-alternate, main.content .cn-list-row {
    float: left;
    width: 50%;
  }
	body #cn-list .vcard .cn-entry {
		height: auto; min-height: 380px;
	}
}

@media only screen and (max-width: 500px) {
  body #cn-list .vcard .cn-entry {
    height: auto;
    min-height: auto;
  }
}

@media only screen and (max-width: 600px) {
  body #cn-list .vcard .cn-entry {
    height: auto;
    min-height: 300px;
  }
}

@media only screen and (max-width: 1020px) {
  body .sidebar #cn-list .vcard span {
    max-width: 290px !important;
    width: 290px !important;
  }
  body .sidebar #cn-list .vcard span img.cn-image {
    width: 290px;
  }
  body #cn-list .vcard span {
    width: 100% !important;
    max-width: 100% !important;
  }
  body #cn-list .vcard span img.cn-image {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.sidebar #cn-list .vcard span {
  max-width: 290px !important;
  width: 290px !important;
}

.sidebar #cn-list .vcard span img.cn-image {
  width: 290px;
}

#cn-list .vcard span {
  width: 250px !important;
}

#cn-list .vcard span img.cn-image {
  width: 245px;
}

#cn-list .vcard span.fn {
  display: inline;
}

#cn-list .vcard a {
  text-decoration: none;
}

#cn-list .vcard a:hover {
  color: #e85511;
}

#cn-list span.org {
  margin-bottom: -10px;
}

/* ## Partner Page
--------------------------------------------- */

.partner-image {
  position: relative;
  height: 80px;
}

.partner-image figure, .partner-image h3 {
  bottom: 10px;
  left: 0;
  position: absolute;
}

.partner-image .vc_figure {
  width: 100%;
}

/* ## Feedzy RSS Feeds
--------------------------------------------- */

body .feedzy-rss .rss_item {
  margin-bottom: 30px;
  padding: 0 0 10px !important;
  border-bottom: 0 none transparent;
  margin-top: 0 !important;
}

body .feedzy-rss .rss_item:last-of-type {
  margin-bottom: 0;
  padding: 0 !important;
  border-bottom: 0 none transparent;
}

body .feedzy-rss .rss_item .rss_image {
  margin: 0 0 16px 0;
}

body .feedzy-rss .rss_item .rss_image, body .feedzy-rss .rss_item .rss_image>a {
  overflow: hidden !important;
  max-width: 100% !important;
}

body .feedzy-rss .rss_item .rss_image span {
  width: 100% !important;
  background-size: contain;
  background-repeat: no-repeat;
}

body .feedzy-rss .rss_item .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  display: block;
  padding-bottom: 5px;
}

body .feedzy-rss .rss_item .title a {
  text-decoration: none;
}

/* ## Nextend Accordion Menu
--------------------------------------------- */

body .NextendAccordionMenuWidget dl.level1 dt.opening span.inner span span,
body .NextendAccordionMenuWidget dl.level1 dt.opening a,
body .NextendAccordionMenuWidget dl.level1 dt.opening a span,
body .NextendAccordionMenuWidget dl.level1 dt.opened span.inner span,
body .NextendAccordionMenuWidget dl.level1 dt.opened span.inner span span,
body .NextendAccordionMenuWidget dl.level1 dt.opened a,
body .NextendAccordionMenuWidget dl.level1 dt.opened a span {
  color: #4f504a !important;
}

body .NextendAccordionMenuWidget dl.level1 dt:hover span.inner span,
body .NextendAccordionMenuWidget dl.level1 dt:hover span.inner span span,
body .NextendAccordionMenuWidget dl.level1 dt:hover a,
body .NextendAccordionMenuWidget dl.level1 dt:hover a span,
body .NextendAccordionMenuWidget dl.level1 dt.active span.inner span,
body .NextendAccordionMenuWidget dl.level1 dt.active span.inner span span,
body .NextendAccordionMenuWidget dl.level1 dt.active a,
body .NextendAccordionMenuWidget dl.level1 dt.active a span {
  color: #e85511 !important;
}

/* ## Q Translate
--------------------------------------------- */

/* ### Language Switcher Menu */

/* ### Content */

.qtranxs-available-languages-message {
  display: none;
}

/* ## TeachPress
--------------------------------------------- */

.teachpress_publication_list {
  background-color: #f2f2f2;
}

body .tp_pub_type {
  background-color: #e85511;
}

body .teachpress_cloud a.teachpress_cloud_active {
  color: #e85511;
}

body input.tp_search_button {
  color: #4f504a;
}

body .tp_pub_tags a:hover, body .teachpress_cloud a:hover {
  color: #c85511;
  text-decoration: underline;
}

body .tp_pub_tags a, body .teachpress_cloud a {
  color: #23271f
}

body .tp_pub_author, body #content p.tp_pub_author, body .tp_pub_title,
body #content p.tp_pub_title, body .tp_pub_additional,
body #content p.tp_pub_additional, body .tp_pub_tags,
body #content p.tp_pub_tags {
  font-size: inherit;
}

/* ## The Events Calendar
--------------------------------------------- */

/*
 * Hide not wanted elements
 * - top search bar
 * - event date column
 * - ugly next button on last upcoming events page
 * - icon on homepage when no upcoming events are available
 */
html body div.site-container div.site-inner div.tribe-common header.tribe-events-header,
html body div.site-container div.site-inner div.tribe-common li.tribe-events-c-nav__list-item.tribe-events-c-nav__list-item--next button.tribe-events-c-nav__next,
html body div.site-container div.site-inner div.tribe-common div.tribe-events-calendar-list__event-date-tag,
html body div.site-container div.site-inner div.tribe-events-view--list a.tribe-events-c-ical__link,
html body div.site-container div.site-inner div.tribe-events.tribe-common div.tribe-events-c-subscribe-dropdown__container
{
  display: none !important;
}

/*
 * Style month separator
 */
div.tribe-events-calendar-list__month-separator {
  background-color: #f8f8f8;
  font-size: 18px;
  font-weight: 600;
  padding-left: 14px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-transform: uppercase;
}

/*
 * add border between event entries
 */
html body div.site-container div.site-inner div.tribe-common div.tribe-events-calendar-list__event-row {
  padding-bottom: 40px;
  border-bottom: 1px solid #cecece;
  margin-left: 0px;
  margin-right: 0px;
}

/*
 * Remove underline from event title links
 */
html body div.site-container div.site-inner div.tribe-common a.tribe-events-calendar-list__event-title-link,
html body div.site-container div.site-inner div.tribe-common a.tribe-events-calendar-list__event-title-link:hover
{
  text-decoration: none;
}

/*
 * Add double angle quotation marks to previous and next event links
 */
html body div.site-container div.site-inner div.tribe-common nav.tribe-events-calendar-list-nav ul.tribe-events-c-nav__list li.tribe-events-c-nav__list-item--prev a.tribe-events-c-nav__prev::before {
  content: "«\00a0";
}

html body div.site-container div.site-inner div.tribe-common nav.tribe-events-calendar-list-nav ul.tribe-events-c-nav__list li.tribe-events-c-nav__list-item--next a.tribe-events-c-nav__next::after {
  content: "\00a0»"
}

/*
 * Style event notices
 */
html body div.site-container div.site-inner main.tribe-events-pg-template div.tribe-events-single div.tribe-events-notices ul li,
html body div.site-inner main.tribe-events-pg-template div.tribe-events-single nav.tribe-events-nav-pagination ul li
{
  list-style-type: none;
}

html body div.site-container div.site-inner main.tribe-events-pg-template div.tribe-events-single div.tribe-events-notices {
  background-color: #f8f8f8;
  padding: 12px;
}

/*
 * Reduce font-size event time information
 */
html body div.site-container div.site-inner main.tribe-events-pg-template div.tribe-events-single h2 {
  font-size: 18px;
}

html body div.site-container div.site-inner main.tribe-events-pg-template div.tribe-events-single div.tribe-events-meta-group.tribe-events-meta-group-details dl dt {
  font-weight: 400;
}

/*
 * Style single event page paging elements
 */
html body div.site-container div.site-inner main.tribe-events-pg-template div.tribe-events-single nav.tribe-events-nav-pagination ul.tribe-events-sub-nav li.tribe-events-nav-previous a::before
{
  content: "«\00a0";
}

html body div.site-container div.site-inner main.tribe-events-pg-template div.tribe-events-single nav.tribe-events-nav-pagination ul.tribe-events-sub-nav li.tribe-events-nav-next a::after {
  content: "\00a0»"
}
.tribe-events-nav-previous a::before {
  margin-right: 0px;
}

.tribe-events-nav-next a::after {
  margin-left: 0px;
}

/*
 * Landing page Upcoming events
 */
html body.home div.site-container div.site-inner div.content-sidebar-wrap div.tribe-events-widget-events-list header.tribe-events-widget-events-list__header
{
  display: none;
}

html body.home div.site-container div.site-inner div.content-sidebar-wrap div.tribe-events-widget-events-list div.tribe-events-widget-events-list__event-datetime-wrapper {
  font-size: 18px;
}

html body.home div.site-container div.site-inner div.content-sidebar-wrap div.tribe-events-widget-events-list h3.tribe-events-widget-events-list__event-title a.tribe-events-widget-events-list__event-title-link {
  font-size: 18px;
  font-weight: lighter;
  text-decoration: none;
  color: #e85511;
}

html body.home div.site-container div.site-inner div.content-sidebar-wrap div.tribe-events-widget-events-list div.tribe-events-widget-events-list__event-row {
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  margin: 0px 0px 20px 0px;
}

html body.home div.site-container div.site-inner div.content-sidebar-wrap div.tribe-events-widget-events-list div.tribe-events-widget-events-list__event-row article.entry {
  margin: 0px 0px 0px 0px;
}


html body div.site-container div.site-inner div.content-sidebar-wrap div.tribe-events-widget-events-list div.tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link {
  color: #e85511;
  text-decoration: none;
}

/* # Media Queries
--------------------------------------------- */

@media only screen and (min-width: 1341px) {
  .site-inner, .wrap, .site-header>*>.wrap, .fiftytwonorth-subheader .blox-caption-container {
    max-width: 1280px;
  }
  .sidebar-content-sidebar .content-sidebar-wrap {
    width: 940px;
  }
  .full-width-content .content {
    width: 1140px;
  }
  .sidebar-content-sidebar .content {
    width: 690px;
  }
  .nav-header-main #menu-main-menu {
    padding: 0 0 0 235px;
    text-align: left;
  }
}

@media only screen and (max-width: 1340px) {
  .rev_slider h2 {
    margin-left: 98px !important;
  }
  .site-inner, .wrap, .site-header>*>.wrap, .fiftytwonorth-subheader .blox-caption-container {
    max-width: 1140px;
  }
  .sidebar-content-sidebar .content-sidebar-wrap {
    width: 800px;
  }
  .full-width-content .content {
    width: 100%;
  }
  .sidebar-content-sidebar .content {
    width: 550px;
  }
}

@media only screen and (max-width: 1340px) and (min-width: 961px) {
  .nav-header-main #menu-main-menu {
    padding: 0 0 0 160px;
    text-align: right;
  }
  .nav-header-main .genesis-nav-menu>li:last-child {
    margin-right: 0;
  }
  .nav-header-main .genesis-nav-menu>li:first-child {
    margin-left: 100px;
  }
}

@media only screen and (min-width: 1201px) {
  .sidebar-primary {
    width: 220px;
  }
  .sidebar-secondary {
    width: 310px;
  }
  .sidebar-content-sidebar .breadcrumb, .sidebar-content-sidebar .fiftytwonorth-subheader .blox-caption-container {
    padding-left: 250px;
  }
  /* sidebar-primary width + margin */
  .full-width-content .breadcrumb, .full-width-content .fiftytwonorth-subheader .blox-caption-container {
    padding-left: 70px;
  }
  /* logo square */
}

@media only screen and (max-width: 1200px) {
  .site-inner, .wrap, .site-header>*>.wrap, .fiftytwonorth-subheader .blox-caption-container {
    max-width: 960px;
  }
  .sidebar-content-sidebar .content-sidebar-wrap {
    width: 710px;
  }
  .sidebar-content-sidebar .content {
    width: 500px;
  }
  .sidebar-primary {
    width: 180px;
  }
  .sidebar-secondary {
    width: 220px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 961px) {
  .sidebar-content-sidebar .breadcrumb, .sidebar-content-sidebar .fiftytwonorth-subheader .blox-caption-container {
    padding-left: 210px;
  }
  /* sidebar-primary width + margin */
}

@media only screen and (min-width: 1024px) {
  .nav-footer-left {
    float: left;
    width: 67%;
    margin-right: 1%;
  }
  .nav-footer-right {
    float: left;
    width: 20%;
  }
  .nav-header-main .genesis-nav-menu>li {
    margin: 0 17px;
  }
}

@media only screen and (max-width: 1023px) {
  .site-inner, .wrap, .fiftytwonorth-subheader .blox-caption-container {
    max-width: 810px;
  }
  .content,
.sidebar-content-sidebar .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-primary,
.sidebar-secondary,
.nav-footer-left,
.nav-footer-right {
    width: 100%;
  }
  .site-title {
    font-size: 36px;
  }
  .genesis-nav-menu, .site-description, .site-header .title-area, .site-header .search-form, .site-title {
    text-align: center;
  }
  .genesis-nav-menu li, .site-header ul.genesis-nav-menu, .site-header .search-form {
    float: none;
  }
  .site-header .nav-header-right1 .genesis-nav-menu, .site-header .nav-header-right2 .genesis-nav-menu {
    text-align: right;
  }
  .nav-header-main .genesis-nav-menu>li {
    margin: 0 0 0 10px;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
}

@media only screen and (min-width: 961px) {
  .site-header .mobile-title-area {
    display: none;
  }
  .sidebar-content-sidebar .content-sidebar-wrap {
    float: left;
  }
  .breadcrumb+.content-sidebar-wrap, .breadcrumb+.content-sidebar-wrap+.sidebar {
    margin-top: 30px;
  }
  .sidebar-primary {
    float: left;
    margin-right: 30px;
  }
  .sidebar-secondary {
    float: right;
    margin-left: 30px;
  }
  .nav-header-main {
    min-height: 65px;
    margin: 5px 0 22px;
  }
  .nav-fixed-side {
    position: fixed;
    right: 0;
    top: 345px;
  }
  body.home.page .nav-fixed-side {
    top: 330px;
  }
  .nav-fixed-side .genesis-nav-menu>.menu-item {
    display: block;
    margin-bottom: 10px;
  }
  .nav-fixed-side .genesis-nav-menu>.menu-item>a {
    border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
  }
  .nav-footer-left {
    float: left;
    padding-right: 20px;
  }
  .nav-footer-left .genesis-nav-menu {
    text-align: left;
  }
  .nav-footer-right {
    float: right;
    padding-left: 0px;
    width: 31.5%;
  }
  .nav-header-right1 .genesis-nav-menu, .nav-header-right2 .genesis-nav-menu {
    text-align: right;
  }
  .nav-footer-right .genesis-nav-menu {
    text-align: left;
  }
  .nav-footer-right .genesis-nav-menu li a:first-child {
    padding-left: 0;
  }
  .genesis-nav-menu .sub-menu a {
    width: 250px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-bottom: 0 none transparent;
    text-transform: none;
  }
  .genesis-nav-menu li a {
    padding: 7px;
  }
  .widget-area p:last-child, .widget-area .widget:last-child {
    margin-bottom: 0;
  }
  .sidebar .widget:last-child {
    margin-bottom: 10px;
  }
  .sidebar-primary .NextendAccordionMenuWidget {
    margin-top: -7px;
  }
  .sidebar-content-sidebar .content {
    float: right;
  }
  .content .entry {
    margin: 0 0 55px;
  }
  .genesis-nav-menu .sub-menu {
    -webkit-box-shadow: 2px 2px 4px 0px rgba(35, 39, 31, 0.5);
    -moz-box-shadow: 2px 2px 4px 0px rgba(35, 39, 31, 0.5);
    box-shadow: 2px 2px 4px 0px rgba(35, 39, 31, 0.5);
  }
  .footer-navigation>.wrap {
    padding-left: 250px;
  }
  .site-footer>.wrap {
    padding-left: 250px;
  }
}

@media only screen and (max-width: 960px) {
  .rev_slider h2 {
    display: none !important;
  }
  .site-header.fixed {
    position: relative;
    box-shadow: none;
  }
  .site-header.fixed+div {
    border: none;
  }
  .header-image .site-header .mobile-title-area {
    min-height: 65px;
    margin: 10px auto 20px;
  }
  .header-image .site-header .mobile-title-area .site-title {
    width: 100%;
  }
  .breadcrumb+.content-sidebar-wrap {
    margin-top: 45px;
  }
  .sidebar-secondary {
    margin-bottom: 80px;
  }
  .content .entry {
    margin: 0 0 80px;
  }

  .nav-footer-left,
  .nav-footer-right,
  .five-sixths,
  .nav-footer,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    width: 100%;
    margin: 0 auto 5%;
  }
  .archive-description,
  .author-box,
  .footer-widgets .widget-area,
  .sidebar .widget {
    margin-bottom: 40px;
  }
  .nav-header-main {
    padding-bottom: 16px;
  }
  .nav-fixed-side {
    position: absolute;
    width: 100%;
  }
  .nav-header-main .title-area {
    display: none;
  }
  .nav-fixed-side .genesis-nav-menu>.menu-item>a {
    border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
  }

  .sidebar-primary .NextendAccordionMenuWidget dl.level1>dt:before,
  .sidebar-primary .NextendAccordionMenuWidget dl.level1>dt::before {
    content: "\f105";
    position: absolute;
    height: 38px;
    font-family: FontAwesome;
    font-weight: 600;
    line-height: 38px;
  }
  .sidebar-primary .NextendAccordionMenuWidget dl.level1>dt>span {
    margin-left: 15px !important;
  }
  .sidebar .widget:last-child {
    margin-bottom: 25px;
  }
  .footer-widgets .widget-area:last-child, .sidebar .widget:last-child {
    margin-bottom: 0;
  }
  .comment-respond h3,
  .entry-header .entry-meta,
  .entry-pings h3,
  .image-section .widget-title,
  .sidebar .widget-title {
    margin: 0 0 20px;
  }
  .entry-categories, .entry-tags {
    float: none;
    padding: 0;
    border: none;
  }
  .entry-tags::before {
    content: "\2C\00a0";
    margin-left: -3px;
  }
  .comment-list li {
    padding: 20px 20px 0;
  }
  li.comment.depth-1 {
    padding-bottom: 20px;
  }
  .comment-list li li {
    margin-right: -20px;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .footer-navigation>.wrap>* {
    width: 100%;
  }
  .nav-footer-right {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 961px) {
  .nav-header-main .genesis-nav-menu>li>a {
    padding: 32px 0 7px;
    border-bottom: 3px solid transparent;
  }
  .nav-header-main .genesis-nav-menu>.current-menu-item>a,
  .nav-header-main .genesis-nav-menu>.current-menu-ancestor>a,
  .nav-header-main .genesis-nav-menu>li>a:hover,
  .nav-header-main .genesis-nav-menu>li:hover>a {
    border-bottom-color: #4f504a;
  }
  .nav-header-main .genesis-nav-menu>li>.sub-menu {
    margin-left: -5px;
    padding-top: 28px;
  }
}

@media only screen and (max-width: 960px) {
  .genesis-nav-menu.responsive-menu,
  .genesis-nav-menu.responsive-menu .sub-menu:after,
  .genesis-nav-menu.responsive-menu .sub-menu:before,
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    display: none;
  }
  .genesis-nav-menu.responsive-menu .menu-item, .responsive-menu-icon {
    display: block;
  }
  .genesis-nav-menu.responsive-menu>.menu-item {
    border-bottom: 1px solid #4f504a;
    text-align: left;
  }
  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }
  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }
  .genesis-nav-menu.responsive-menu .menu-item-has-children>a {
    margin-right: 60px;
  }
  .nav-header-main .genesis-nav-menu.responsive-menu>.menu-item-has-children>a {
    margin-right: 60px;
  }
  .genesis-nav-menu.responsive-menu>.menu-item-has-children:before,
  .genesis-nav-menu.responsive-menu>.menu-item-has-children::before {
    content: "\f107";
    position: absolute;
    /* workaround only */
    right: 16px;
    /* workaround only, actually 'right: 0;' */
    float: right;
    height: 16px;
    padding: 16px 20px;
    font: normal 16px/1 'FontAwesome';
    z-index: 9999;
    text-align: right;
  }
  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f106";
  }
  .genesis-nav-menu.responsive-menu li a, .genesis-nav-menu.responsive-menu li a:hover {
    display: block;
  }
  .genesis-nav-menu .sub-menu a {
    text-transform: uppercase;
  }
  .genesis-nav-menu .menu-item:hover>.sub-menu>.menu-item:hover>.sub-menu,
  .genesis-nav-menu .menu-item:hover>.sub-menu,
  .genesis-nav-menu.responsive-menu .sub-menu {
    position: relative;
    left: auto;
    width: 100%;
    margin: 0 auto;
    opacity: 1;
  }
  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    margin: 0;
    padding-left: 20px;
  }
  .genesis-nav-menu.responsive-menu .sub-menu li a, .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    position: relative;
    width: 100%;
    padding: 5px 20px 20px 20px;
    border: none;
    background: none;
  }
  .genesis-nav-menu.responsive-menu {
    padding-bottom: 16px;
  }
  .fiftytwonorth-subheader, .post-88 .entry-content {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 960px) and (min-width: 321px) {
  .genesis-nav-menu li a {
    padding: 12px 20px;
  }
}

@media only screen and (min-width: 801px) {
  .nav-footer-left .menu>li {
    float: left;
    width: auto;
    margin-right: 5%;
  }
  .nav-footer-left .wrap-menu-partner .menu>li {
    margin-right: 10px;
    height: 50px;
    width: 80px;
    position: relative;
  }
  .nav-footer-left .wrap-menu-partner .menu>li img {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .nav-footer-left .sub-menu {
    margin-top: 5px;
  }
  .nav-footer-left .sub-menu>li {
    margin: 0 0 8px;
  }
}

@media only screen and (max-width: 800px) {
  .nav-footer-left .partner {
    text-align: center;
  }
  .partner {
    text-align: center;
    margin-top: 3em;
  }
  .site-inner, .wrap, .fiftytwonorth-subheader .blox-caption-container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .site-header>.wrap {
    padding: 0;
  }
  .nav-footer-left .menu {
    text-align: center;
  }
  .nav-footer-left .menu>li {
    display: block;
    margin-bottom: 20px;
  }
  .nav-footer-left .menu>li:last-child {
    margin-bottom: 0;
  }
  .nav-footer-left .sub-menu {
    margin-top: 10px;
  }
  .nav-footer-left .sub-menu>li {
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .fancybox.image {
    display: block;
    text-align: center;
  }
  .fancybox.image>img {
    float: none;
    margin: 0 0 24px;
  }
  body .feedzy-rss .rss_item .rss_image {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 320px) {
  .genesis-nav-menu li a {
    padding: 12px;
  }
}

nav div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt a,
nav div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt a span {
  color: #4f504a;
  font-size: 16px;
  line-height: 20px;
}

nav div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.opening span.inner span,
nav div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.opening span.inner span span,
nav div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.opening a,
nav div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.opening a span,
nav div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.opened span.inner span,
nav div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.opened span.inner span span,
nav div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.opened a,
nav div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.opened a span,
nav div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.active span.inner span,
nav div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.active span.inner span span,
nav div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.active a,
nav div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.active a span {
  font-size: 16px;
  line-height: 20px;
}

div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt:HOVER span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt:HOVER span.inner span span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt:HOVER a,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt:HOVER a span {
  font-size: 16px !important;
  line-height: 20px !important;
}

h1, h2, h3, h4, h5, h6, article.post h1, article.post h2, article.post h3, article.post h4, article.post h5, article.post h6 {
  color: #4f504a;
}

h5, article.post h5 {
  color: rgb(0, 130, 195);
}

.fifty-two-post-grid {
  background-color: #f2f2f2;
}

.fifty-two-post-grid .ninja_pages_read_more {
  padding-left: 30px;
  color: #e85511 !important;
}

.tribe-events-read-more {
  display: none !important;
}

.wpb_wrapper .tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0 0 1em 0;
}

.sidebar .tribe-event-duration a {
  font-weight: 400;
  font-size: 18px;
}

.sidebar .tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0 0 14px 0;
}

.tribe-event-duration a, .tribe-event-duration a:hover, .tribe-event-duration a:focus {
  color: #e85511;
  font-weight: 400;
  text-decoration: none;
}

.event-description p {
  display: inline;
}

/* Two timetables for Geospatial Sensor Webs and other conferences
   Overview table for all days next to each other */

table.conference-table-overview {
  width: 100%;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: none;
  border-right: none;
  border-collapse: separate;
  border-spacing: 1px;
  empty-cells: hide;
}

/* Head cells */

table.conference-table-overview th {
  padding: 5px 7px 5px 7px;
  text-align: left;
  vertical-align: middle;
  border: none;
}

/* Content cells */

table.conference-table-overview td {
  padding: 5px 7px 5px 7px;
  text-align: left;
  vertical-align: middle;
  border: none;
}

/* Timestamp or duration */

table.conference-table-overview td.conference-time {
  padding: 5px 15px 5px 30px;
  text-align: right;
  white-space: nowrap;
  border: none;
}

/* Event types */

table.conference-table-overview td.conference-event-default {
  background-color: #e6e6e6;
}

table.conference-table-overview td.conference-event-orga {
  background-color: #e6e6e6;
}

table.conference-table-overview td.conference-event-conference {
  background-color: #e6e6e6;
}

table.conference-table-overview td.conference-event-workshop {
  background-color: #e6e6e6;
}

table.conference-table-overview td.conference-event-social {
  background-color: #e6e6e6;
}

table.conference-table-overview td.conference-event-break {
  background-color: #e6e6e6;
}

/* Detailed table for a single day */

table.conference-table-day {
  width: 100%;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: none;
  border-right: none;
  border-collapse: collapse;
  empty-cells: hide;
}

/* Head cells */

table.conference-table-day th {
  border-bottom: 2px solid #e6e6e6;
  padding: 7px 5px 7px 5px;
  text-align: left;
  vertical-align: middle;
}

/* Content cells */

table.conference-table-day td {
  padding: 7px 5px 7px 5px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  vertical-align: middle;
}

/* Timestamp or duration */

table.conference-table-day td.conference-time {
  padding: 5px 15px 5px 30px;
  text-align: right;
  white-space: nowrap;
}

/* Event types */

table.conference-table-day td.conference-event-default {
  font-weight: bold;
}

table.conference-table-day td.conference-event-conference {
  line-height: 1.5;
}

table.conference-table-day td.conference-event-conference>strong {
  font-weight: bold;
}

table.conference-table-day td.conference-event-workshop {
  line-height: 1.5;
}

table.conference-table-day td.conference-event-workshop>strong {
  font-weight: bold;
}

table.conference-table-program {
  border: 2px solid #FFFFFF;
  text-align: center;
  border-collapse: collapse;
  line-height: 1.3;
  border-collapse: separate;
  border-spacing: 5px 0
}

table.conference-table-program td, table.conference-table-program th {
  border: 1px solid #FFFFFF;
  padding: 3px 4px;
}

table.conference-table-program tbody td {
  font-size: 13px;
}

table.conference-table-program td:nth-child(even),
td:nth-child(odd),
th:nth-child(even),
th:nth-child(3) {
  background: #f2f2f2;
  padding: 10px 10px 10px 10px;
}

table.conference-table-program thead {
  border-bottom: 1px solid #333333;
}

table.conference-table-program thead th {
  font-size: 15px;
  font-weight: bold;
  color: #e85511;
  text-align: center;
}

table.conference-table-program tfoot td {
  font-size: 14px;
}

li.cat-item.cat-item, li.archives {
  list-style: none;
}

nav.sidemenu + section {
  margin-top: 20px;
}

section + nav.sidemenu {
  margin-bottom: 20px;
}

.sidebar nav.sidemenu .menu li {
  padding: 4px 0px 4px 0px;
  color: #383939;
  font-size: 18px;
  line-height: 22px;
}

.sidebar nav.sidemenu .menu li a {
  font-size: 18px;
}

nav.sidemenu a:hover, nav.sidemenu li.current-menu-item li a:hover, nav.sidemenu li.current-menu-item a {
  color: #e85511;
}

nav.sidemenu li.current-menu-item li a {
  color: #4f504a;
}

nav.sidemenu ul ul {
  margin-left: 1em;
}

/* Styles for 404.php */

body.error404 form.search-form {
  width: 100%;
}

body.error404 form.search-form input[type="submit"] {
  display: initial;
}

section.widget a, .entry .entry-title a, #tribe-events #tribe-events-content a.tribe-event-url {
  text-decoration: none;
}

.fiftytwonorthblog .entry-header .entry-meta {
  padding: 0;
  font-size: 75%;
}

.fiftytwonorthblog .entry-content {
  margin: 10px 0 25px;
  border-bottom: none;
}

.entry-footer {
  border-bottom: 1px solid #4f504a;
}

.entry-header .entry-meta {
  border-bottom: none;
}

/* Landing Page News Styles */

.n52-news-landingpage {
  // max-width: 360px;
}

.n52-news-landingpage h4 {
  padding-top: 10px;
}

.n52-news-landingpage h4 a, .n52-news-landingpage h4 a:hover {
  text-decoration: none;
  color: #4f504a;
}

.n52-news-landingpage div div p {
  margin: 0 0 0px;
}

body .feedzy-rss .rss_item, .n52-news-landingpage>div {
  border-bottom: solid 1px #4f504a;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.n52-news-landingpage>div:last-of-type {
  border-bottom: none;
}

.n52-news-landingpage img {
  max-height: 200px;
  width: auto;
  min-width: 100%;
}

body .feedzy-rss .rss_item {
  padding: 0 0 34px !important;
  width: 100%;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: rgb(242, 242, 242);
}

.vc_tta-color-fiftytwonorth-hellblau .vc_tta-panel .vc_tta-panel-heading {
  background-color: #66c5e4;
}

.vc_tta-color-fiftytwonorth-grau .vc_tta-panel .vc_tta-panel-heading {
  background-color: #4f504a;
}

.vc_tta-color-fiftytwonorth-dunkel-grau .vc_tta-panel .vc_tta-panel-heading {
  background-color: #23271f;
}

.vc_tta-color-fiftytwonorth-orange .vc_tta-panel .vc_tta-panel-heading {
  background-color: #e85511;
}

.vc_tta-color-fiftytwonorth-hellgrau .vc_tta-panel .vc_tta-panel-heading {
  background-color: #f2f2f2;
}

.vc_tta-color-fiftytwonorth-blau .vc_tta-panel .vc_tta-panel-heading {
  background-color: #0082c3;
}

h4.vc_tta-panel-title,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: rgb(79, 80, 74);
}

.vc_tta-color-fiftytwonorth-dunkel-grau h4.vc_tta-panel-title, .vc_tta-color-fiftytwonorth-grau h4.vc_tta-panel-title {
  color: white;
}
