/** 
	* Filename:     global.css
	* Version:      1.0.0 (2019-03-09)
  				        1.0.2 (2024-01-15)
	* Website:      https://www.zymphonies.com
	* Description:  Global Styles
	* Author:		Development Team
					support@zymphonies.com
**/
@import url("https://fonts.googleapis.com/css?family=Inconsolata:400,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

/*Variables*/
/*Mixins*/
/**
 * @file
 * Styles for system messages.
 */
.messages {
  background: no-repeat 10px 17px;
  /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  /* LTR */
  border-radius: 2px;
  padding: 10px 20px 10px 20px;
  /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 5px 0px; }

.messages + .messages {
  margin-top: 1.538em; }

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.messages__item + .messages__item {
  margin-top: 0.769em; }

/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  /* LTR */
  box-shadow: -8px 0 0 #77b259;
  /* LTR */ }

/* See .color-warning in Seven's colors.css */
.messages--warning {
  background-color: #fdf8ed;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  /* LTR */
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
  /* LTR */ }

/* See .color-error in Seven's colors.css */
.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  /* LTR */
  box-shadow: -8px 0 0 #e62600;
  /* LTR */ }

.messages--error p.error {
  color: #a51b00; }

/*FORM*/
/**
 * @file
 * Visual styles for form components.
 */
form .field-multiple-table {
  margin: 0; }

form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
  /*LTR*/ }

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: .5em;
  /*LTR*/ }

form .field-add-more-submit {
  margin: .5em 0 0; }

/*TABS*/
div.tabs {
  margin: 1em 0; }

ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0; }

.tabs > li {
  display: inline-block;
  margin-right: 0.3em;
  /* LTR */ }

.tabs a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 13px;
  background: #e6e6e6;
  line-height: 100%;
  color: #444; }

.tabs a.is-active {
  background-color: #336633;
  color: #fff; }

.tabs a:focus,
.tabs a:hover {
  background-color: #00cc33;
  color: #fff; }

/**
 * @file
 * Seven styles for Tables.
 */
table {
  width: 100%;
  margin: 0 0 10px; }

caption {
  text-align: left;
  /* LTR */ }

th {
  text-align: left;
  /* LTR */
  padding: 10px 12px; }

thead th {
  background: #f5f5f2;
  border: solid #bfbfba;
  border-width: 1px 0;
  color: #333;
  text-transform: uppercase; }

tr {
  border-bottom: 1px solid #e6e4df;
  padding: 0.1em 0.6em; }

thead > tr {
  border-bottom: 1px solid #000; }

tbody tr:hover,
tbody tr:focus {
  background: #f7fcff; }

/* See colors.css */
tbody tr.color-warning:hover,
tbody tr.color-warning:focus {
  background: #fdf8ed; }

tbody tr.color-error:hover,
tbody tr.color-error:focus {
  background: #fcf4f2; }

td,
th {
  vertical-align: middle; }

td {
  padding: 10px 12px;
  text-align: left;
  /* LTR */ }

th > a {
  position: relative;
  display: block; }

/* 1. Must match negative bottom padding of the parent <th> */
th > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px;
  /* 1. */
  left: 0;
  right: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }

th.is-active > a {
  color: #004875; }

th.is-active img {
  position: absolute;
  right: 0;
  /* LTR */
  top: 50%; }

th.is-active > a:after {
  border-bottom-color: #004875; }

th > a:hover,
th > a:focus,
th.is-active > a:hover,
th.is-active > a:focus {
  color: #008ee6;
  text-decoration: none; }

th > a:hover:after,
th > a:focus:after,
th.is-active > a:hover:after,
th.is-active > a:focus:after {
  border-bottom-color: #008ee6; }

td .item-list ul {
  margin: 0; }

td.is-active {
  background: none; }

/* Force browsers to calculate the width of a 'select all' TH element. */
th.select-all {
  width: 1px; }

/**
 * Captions.
 */
.caption {
  margin-bottom: 1.2em; }

/**
 * Responsive tables.
 */
@media screen and (max-width: 37.5em) {
  /* 600px */
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none; } }
@media screen and (max-width: 60em) {
  /* 920px */
  th.priority-low,
  td.priority-low {
    display: none; } }
p {
  margin: 0 0 10px 0; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "Merriweather", serif;
  color: #000000;
  font-weight: bold;
  margin: 10px 0;
  line-height: 120%; }

h1, .h1 {
  font-size: 2em; }

h2, .h2 {
  font-size: 1.5em;
  margin-bottom: 20px; }

h3, .h3 {
  font-size: 1.2em; }

h4, .h4 {
  font-size: 1.1em; }

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

em {
  font-style: italic; }

strong, b {
  font-weight: bold; }

h2.title {
  color: #669966; }

.custom-block-title {
  text-align: center; }
  .custom-block-title h2 {
    font-size: 1.2em;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #e8e5e5;
    padding-bottom: 5px; }

.pricing-card-title {
  color: #008000; }

/*changed accordingly in colors.scss and files.../color.css */

a {
  color: #3F782E; 
   font-weight: bold; }
   
  a:hover {
    color: #6d0000;
    font-weight: regular;
    text-decoration: none; }

ol, ul {
  padding-left: 20px;
  margin-bottom: 20px; }
 ol li, ul li {
    list-style: inside; }



.list-unstyled li {
  list-style: none; }#577151

ol li {
  list-style-type: decimal; }

ul.links.inline {
  padding: 0; }
  ul.links.inline li {
    list-style: none; }

.form-email,
.form-text,
.form-textarea {
  border: 1px solid #e8e8e8;
  background: transparent; }

.block {
  margin-bottom: 10px; }

body {
  font-family: "Merriweather", serif;
  font-size: 15px;
  line-height: 160%;
  color: #435a6b;
  overflow-x: hidden;
  font-weight: 300;
  background: #f9f9f9;
  text-align: left;
  line-height: 150%; }

/*Page title*/
.region-page-title {
  overflow: hidden; }
  .region-page-title h1 {
    margin: 30px 0; }

/*Footer Widget*/
.footerwidget {
  background: #108441;
  color: #86b59a;
  padding: 20px 0;
  border-top: 1px solid #f7f7f7; }
  .footerwidget h2.title {
    color: #fff; }
  .footerwidget .left {
    float: left;
    margin: 10px 10px 0 0; }

.copyright {
  background: #efefef;
  text-align: center;
  font-size: .8em; }

/*Social Media*/
.social-media {
  padding: 10px 0; }
  .social-media a {
    line-height: 100%;
    font-size: 1.2em;
    display: inline-block;
    padding: 4px 8px;
    width: 26px;
    color: #000 }
    .social-media a:hover {
      color: #fff; }

/*Form*/
input, button, select, textarea {
  padding: 6px;
  border: 1px solid #e3e3e3; }

.contact-message-form label {
  display: block; }

.btn,
.node-readmore a,
.flexslider .more-link,
input[type="submit"] {
  cursor: pointer;
  color: #fff;
  border: 0;
  padding: 12px 30px;
  line-height: 100%;
  margin-right: 2px;
  display: inline-block;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.btn:hover,
.node-readmore a:hover,
.flexslider .more-link:hover,
input[type="submit"]:hover {
  background: none; }

/*Comment*/
.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5; }
  .comment-wrap .author-details {
    float: left;
    width: 20%; }
  .comment-wrap .author-comments {
    padding-left: 5px;
    float: left;
    width: 80%; }
    .comment-wrap .author-comments h3 {
      margin-top: 10px; }
    .comment-wrap .author-comments p {
      margin-bottom: 10px; }

.comment-submitted {
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  line-height: 100%; }

/*links Inline*/
ul.links.inline li {
  display: inline-block;
  padding-right: 10px; }

/*Sidebar Block*/
.sidebar {
  background: #fff;
  padding: 15px; }
  .sidebar .region h2.title {
    padding: 5px 5px;
    margin: 0; }
  .sidebar .region .content {
    padding: 10px 0; }

.region-content {
  min-height: 300px; }

.path-frontpage .region-content {
  min-height: auto; }

/*Markup generated by Form API.*/
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em; }

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0; }

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.70em;
  line-height: 150%; }

label.option {
  display: inline;
  font-weight: normal; }

.form-composite > legend,
.label {
  display: inline;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0; }

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

.marker {
  color: #e00; }

abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none; }

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red; }

.owl-theme .owl-dots .owl-dot span {
  background: #b5b5b5;
  height: 7px;
  width: 7px; }

.team,
.topwidget,
.footer,
.bottom-widget,
.path-frontpage .main-content,
.services,
.products,
.footer,
.features,
.services,
.price-table,
.copyright {
  padding: 20px 0; }

.main-content {
  padding: 0 0 50px 0; }

.team,
.features,
.products,
.price-table {
  background: #f6f6f6;
  text-align: center; }

.services {
  text-align: center; }

/* Testimonials */
.testimonials-wrap {
  background: #fafafa;
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  padding: 20px 0;
  text-align: center;
  font-size: 1em;
  line-height: 160%; }

.region-testimonials {
  max-width: 600px;
  margin: 0 auto; }

.testimonials-pic {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px; }

.testimonials-pic img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.testimonials-author {
  padding: 0 5px;
  font-size: .75em;
  color: #555; }

/*Price*/
.price-table .card-header {
  border: 0;
  padding: 20px 0; }
.price-table ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px; }

/*Front Page*/
.path-frontpage .feed-icon {
  display: none; }

/*team*/
.team .team-list .region {
  background: #efefef;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #eaeaea; }

/*Bottom Widgets*/
.bottom-widget {
  background: #fff; }
  .bottom-widget h2.title, .bottom-widget * {
    color: #7964ad; }

.path-frontpage .bottom-widgets {
  padding: 20px 0; }

/*Header*/
.top-nav {
  background: #f70000;
  padding: 15px;
  font-size: 1.1em;
  position: relative;
  -moz-box-shadow: 1px 1px 8px #b1b1b1;
  -webkit-box-shadow: 1px 1px 8px #b1b1b1;
  box-shadow: 1px 1px 8px #b1b1b1; }
  .top-nav * {
    color: #fff; }
  .top-nav .region-message,
  .top-nav .region-email {
    display: inline-block; }
  .top-nav .fa {
    padding: 0 5px; }
  .top-nav .block, .top-nav p {
    margin: 0; }

.header {
      opacity: 0.7;
  padding: 7px 0;
  text-align: left; }

.main-header nav {
  border: 0;
  margin: 0;
  position: relative;
  min-height: auto;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
.main-header .region {
  position: relative;
  padding: 25px 0; }
.main-header .block {
  margin: 0; }
.main-header p, .main-header .block {
  margin: 0; }

/*Region Header*/
.site-branding {
  margin: 0; }

.region-header {
  float: left;
  padding: 0; }

.region-header .brand {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5em; }
  .region-header .brand a {
    color: #435a6b;
    display: block;
    text-transform: uppercase;
    font-weight: 400; }
  .region-header .brand a img {
      vertical-align: top;}
  .region-header .brand .site-branding__slogan {
    font-size: .5em;
    text-transform: uppercase;
    vertical-align: top; }

/*Search Form*/
.search-block-form {
  margin: 0 auto; }

#search-block-form {
  display: table;
  width: 100%; }
  #search-block-form .form-item,
  #search-block-form .form-actions {
    display: table-cell;
    vertical-align: top; }
  #search-block-form .form-actions {
    width: 40px; }
  #search-block-form input.form-submit {
    background: url('../images/search.png?1549627610') no-repeat center;
    font-size: 0;
    width: 100%;
    vertical-align: top; }
  #search-block-form input {
    width: 100%;
    padding: 10px;
    height: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

/*Breadcrumb*/
.breadcrumb {
  font-size: .85em;
  padding: 2px 0;
  margin: 0;
  display: inline-block; }
  .breadcrumb ul, .breadcrumb ol {
    padding: 0;
    margin: 0; }
    .breadcrumb ul li, .breadcrumb ol li {
      display: inline-block;
      padding: 0 8px; }
      .breadcrumb ul li:last-child .breadcrumb-divider, .breadcrumb ol li:last-child .breadcrumb-divider {
        display: none; }

/*Flexslider*/
.flexslider {
  border: 0;
  max-width: 100%;
  margin: 0;
  padding-top: 5px; 
  overflow: hidden;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .flexslider .slider-caption {
    display: none;
    position: absolute;
    top: 10%;
    left: 5%;
    width: 80%;
    z-index: 99;
    text-align: left;
    line-height: 150%;
    color: #fff;
    padding: 20px; }
  .flexslider .slider-title {
    font-size: 2em;
    font-weight: 200; }
  .flexslider .slider-description {
    display: inline-block;
    clear: both; }
  .flexslider .slides li {
    position: relative; }
    .flexslider .slides li:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      -moz-transition: all 2s;
      -o-transition: all 2s;
      -webkit-transition: all 2s;
      transition: all 2s; }
  .flexslider .flex-direction-nav {
    display: none;
    position: absolute;
    top: 50%;
    width: 100%; }
    .flexslider .flex-direction-nav li {
      list-style: none; }
    .flexslider .flex-direction-nav a {
      font-size: 0;
      padding: 10px; }
      .flexslider .flex-direction-nav a:before, .flexslider .flex-direction-nav a:after {
        color: #fff; }
    .flexslider .flex-direction-nav .flex-prev {
      opacity: 0.7;
      left: 10px; }
    .flexslider .flex-direction-nav .flex-next {
      opacity: 0.7;
      right: 10px; }
  .flexslider .flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .flexslider .flex-control-paging li a.flex-active {
      background: #333333; }
  .flexslider .flex-control-nav {
    bottom: 10px; }

/*Menu*/
.close-btn {
  border: 2px solid #999;
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  padding: 0px;
  color: #999;
  cursor: pointer; }

.toggle-links button {
  background: none;
  border: 0;
  cursor: pointer; }
  .toggle-links button:focus {
    outline: none; }
  .toggle-links .toggle-icons i {
  font-size: 1.8em;
  margin-top: 10px;
  color: #000; }

.close-btn-wrap {
  text-align: right;
  margin: 20px; }

.search-static {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(37, 37, 37, 0.9);
  z-index: 999;
  display: none; }
  .search-static .region-search {
    max-width: 500px;
    margin: 0 auto; }

nav h2 {
  display: none; }

.primary-menu {
  position: fixed;
  top: 0;
  right: -260px;
  z-index: 999;
  bottom: 0;
  width: 260px;
  display: block;
  padding: 20px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .primary-menu .close-btn-wrap {
    margin: 0; }

.main-menu li a {
  padding: 16px 0; }
.main-menu ul {
  padding-left: 20px; }
  .main-menu ul a {
    padding: 8px 0; }
.main-menu .sub-arrow {
  float: right;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 100%; }

.menu-slide-left {
  right: 0; }

.body-slide-left {
  right: 260px;
  position: relative;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

/*Footer Menu*/
.region-footer-menu ul {
  margin: 10px 0;
  padding: 0; }
.region-footer-menu nav li {
  display: inline-block; }
  .region-footer-menu nav li a {
    display: block;
    padding: 2px 15px 2px 0; }

/*Demo Typography*/
.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
  background: #ececec; }

.highlight {
  padding: 20px;
  background-color: #ffffff; }
  .highlight pre {
    border: 0;
    background: none; }

.bd-example-type h1, .bd-example-type h2, .bd-example-type h3, .bd-example-type h4, .bd-example-type h5, .bd-example-type h6 {
  margin: 0; }
.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee; }
.bd-example-type .table tr:first-child td {
  border-top: 0; }

.topwidget {
  text-align: left;
  background: #f6f6f6; }
  .topwidget .fa {
    font-size: 4em;
    color: #03b54c; }
  .topwidget .topwidget-list .region {
    position: relative;
    background: #fff;
    padding: 20px; }
  .topwidget ul {
    margin: 0;
    padding: 0; }
    .topwidget ul li {
      list-style: none;
      padding-bottom: 6px;
      margin-bottom: 6px;
      border-bottom: 1px solid #dddddd42; }

/*----------------------------
	Contact page
-----------------------------*/
.contact-message-feedback-form {
  max-width: 650px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 20px 30px; }

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
  width: 100%; }

/*----------------------------
	User Login Form
-----------------------------*/
.user-login-form,
.user-form,
.user-pass {
  max-width: 650px;
  margin: 40px auto;
  border: 1px solid #e6e6e6;
  padding: 5px 20px;
  background: #fdfdfd; }
  .user-login-form .form-text,
  .user-login-form .form-email,
  .user-form .form-text,
  .user-form .form-email,
  .user-pass .form-text,
  .user-pass .form-email {
    width: 100%; }

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  color: #999;
  font-style: italic; }

/*----------------------------
	Maintainance
-----------------------------*/
.maintenance-page {
  background: url('../images/maintenance-bg.png?1546421144') #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  color: #000; }
  .maintenance-page .brand,
  .maintenance-page .name-and-slogan {
    display: inline-block;
    vertical-align: middle; }
  .maintenance-page .site-name a {
    color: #404040; }
  .maintenance-page .site-slogan,
  .maintenance-page .name-and-slogan {
    display: none; }

.maintenance-msg {
  margin: 20px 0;
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  background: #f2f4cf;
  background: rgba(242, 244, 207, 0.88);
  -moz-box-shadow: 5px 5px 0px #fff;
  -webkit-box-shadow: 5px 5px 0px #fff;
  box-shadow: 5px 5px 0px #fff; }
  .maintenance-msg h1 {
    text-transform: uppercase;
    font-weight: bold; }

/*----------------------------
	Profile Page
-----------------------------*/
.path-user .profile > div {
  display: inline-block; }
.path-user .profile .label {
  display: block;
  color: #333; }

.parallax-slides {
  padding: 0;
  margin: 0; }
  .parallax-slides img {
    display: block; 
    } 
  .parallax-slides .parallax-fullwidth .parallax-title {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bold;
    margin: 0 0 10px 0; }
    .parallax-slides .parallax-fullwidth .parallax-title:before {
      content: "- "; }
  .parallax-slides .more-hyperlink {
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 8px 12px;
    font-size: 1.5em;
    display: inline-block;
    text-align: center; }
  .parallax-slides .parallax-slide {
    position: relative;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .parallax-slides .parallax-slide img {
      width: 100%;
      }
    .parallax-slides .parallax-slide .parallax-details {
      padding: 20px;
      width: 100%;
      z-index: 99;
      opacity: .8;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .parallax-slides .parallax-slide2 .parallax-details {
    background: rgba(0, 0, 0, 0.51); }
  .parallax-slides .parallax-slide3 .parallax-details {
    background: rgba(14, 6, 6, 0.82); }
  .parallax-slides .parallax-slide4 .parallax-details {
    background-color: #df2927;
    color: #fff; }
    .parallax-slides .parallax-slide4 .parallax-details h2 {
      color: #fff;
      font-weight: bold; }
  .parallax-slides .parallax-slide5 .parallax-details {
    background: rgba(0, 0, 0, 0.6); }
  .parallax-slides .parallax-slide5:hover .parallax-details {
    opacity: 1; }
  .parallax-slides .parallax-slide6 .parallax-details {
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    line-height: 120%; }

.parallax-block {
  padding: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .parallax-block .parallax-block-image {
    overflow: hidden; }
    .parallax-block .parallax-block-image img {
      width: 100%;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .parallax-block .parallax-block-image:after {
      -moz-transition: all 0.9s ease;
      -o-transition: all 0.9s ease;
      -webkit-transition: all 0.9s ease;
      transition: all 0.9s ease;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 100%;
      bottom: 100%;
      background: rgba(0, 0, 0, 0.1); }
  .parallax-block .parallax-block-details {
    padding: 30px;
    position: relative;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .parallax-block:hover .parallax-block-image img {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  .parallax-block:hover .parallax-block-image:after {
    bottom: 0;
    right: 0; }

.parallax-service {
  padding: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .parallax-service .service-image {
    overflow: hidden;
    position: relative; }
    .parallax-service .service-image img {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .parallax-service .service-image:after {
      -moz-transition: all 0.9s ease;
      -o-transition: all 0.9s ease;
      -webkit-transition: all 0.9s ease;
      transition: all 0.9s ease;
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      right: 100%;
      bottom: 0;
      background: rgba(0, 0, 0, 0.1); }
  .parallax-service .service-details {
    padding: 50px; }
  .parallax-service:hover .service-image img {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  .parallax-service:hover .service-image:after {
    top: 0;
    right: 0; }

.parallax-teams {
  padding: 10%; }
  .parallax-teams .parallax-team {
    padding: 15px;
    margin-right: 1px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .parallax-teams .parallax-team img {
      width: 100%; }
    .parallax-teams .parallax-team:hover {
      background: #fff; }
  .parallax-teams .team-details {
    padding-top: 10px; }
  .parallax-teams .team-description {
    font-size: .8em;
    margin-bottom: 20px; }
  .parallax-teams .team-designation {
    font-weight: bold;
    font-size: .8em; }

.social-media-link {
  padding: 0; }
  .social-media-link li {
    display: inline-block; }
    .social-media-link li a {
      padding: 5px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }

.parallax-pricetables {
  padding: 10%;
  text-align: center; }
  .parallax-pricetables .pricetable-price {
    font-size: 1.5em;
    font-family: auto; }
  .parallax-pricetables .parallax-pricetable {
    background: #fff;
    padding: 20px 15px;
    margin-right: 1px; }
  .parallax-pricetables ul li {
    list-style: none;
    padding: 3px 0;
    font-size: .8em; }

.parallax-footer-wrap {
  padding: 5%; }
  .parallax-footer-wrap .footer-title {
    color: #000; }

/* Added by fls */

/* Paragraph styles */
  
.field--name-field-summary {
   font-size: 1.3em;
    line-height: 1.6;
    padding-left: 0em;
    padding-bottom: 0em;
    font-style: italic;
  /*  max-width: 48.625rem; */
    border: 0px;
   }
  
.paragraph--type--link-box  {
  padding-left: 2rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
  margin-left: 4rem;
  float: right;
  border-left: 5px solid #3F782E;
  }

.paragraph--type--link-box  .field__label  {
  background-color: #3F782E;
  font-weight: bold;
  color: #fff;
  padding-top: .25rem; 
  padding-bottom: .25rem;
  padding-left: 0.5rem;
  margin-left: -0.5rem;
  margin-bottom: 1rem; }
  
.field--name-field-body-text {
   position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
}
  
blockquote {
  background-color: #F0F0F0;
  padding: 0.8rem 0.8rem 0.1rem 0.8rem;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  border-left: 8px solid #3F782E;
}

.paragraph--type--quote {
    font-size: 2em;
    line-height: 1.3;
    padding-left: 1rem;
    padding-bottom: 0.8rem;
    left: 0;
    max-width: 54.25rem;
   }

.clearfix.text-formatted.field.field--name-field-caption.field--type-text-long.field--label-visually_hidden {
position: relative;
left: 50%;
transform: translateX(-50%);
margin-bottom: -2rem;
    max-width: 54rem;
    top: -4rem;
      }

.field--name-field-caption {
    background-color: #EFFFED;
    padding: 1rem;
    text-align: center;
      }

.field--name-field-credit {
position: relative;
top: -4rem; 
font-size: .75rem;
float: right;
padding-right: .5rem;
      }

.paragraph--type--image-medium-right {
  float: right;
  max-width: 400px;
  max-height: auto;
  padding-left: .8rem;
  margin-left: .8rem;
    }
.field--name-field-short-caption {
  inline-size: 325px;
font-size: .75rem;
line-height: 1.3;
    text-align: left;
      }

.paragraph--type--image-medium-left {
  float: left;
  max-width: 600px;
  max-height: auto;
  padding-right: .8rem;
  margin-right: .8rem;
  margin-bottom: 0.1rem;
    }

.paragraph--type--image-medium-left .field--name-field-caption {
    background-color: #EFFFED;
    padding: 1rem;
    text-align: left;
      }


/* USER PICTURES*/

.block-views-blockeeab-block-1 .views-field-user-picture  {
width: 250px;
height: auto;
    }

/* Book styles */

ul.book-pager {
    position: relative;
/*    display: block; */
    text-align: center;
    }

li.book-pager__item--next  {
display: inline;
 float: right;
 width: auto; 
list-style: none;
  ; } 

li.book-pager__item--previous  {
display: inline
  position: relative;
 float: left;
  width: auto;
  list-style: none;
  }

li.book-pager__item--center  {
  width: auto;
  list-style: none;
  display: inline; }


/* Start intern */

.block-field-blocknodepagebody h3 {
  color: #6D0000;  }

#block-classic-parallax-theme-internalstart-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  overflow: hidden;
  padding-bottom: 0;
  opacity: 0.5;
  z-index: -99; }

#block-classic-parallax-theme-internalstart {
  margin-bottom: -10px; }

.block-views-blockpacesetters-calendar-block-2 {
  padding-top: 10px; }

.node-readmore a {
  display: none; }

img.image-style-wide {
  width: 100%;  
  height: auto;}

ul.menu, .block-views-blockmaterials-and-documents-block-1, .block-views-blockvideo-recordings-block-1, .block-views-blockcontent-recent-block-1, .block-views-blockpacesetters-calendar-block-1, .block-views-blockwho-s-online-who-s-online-block, .block-views-blocknewsletter-intern-block-1 {
  margin-bottom: 1.3rem; } 

.block-views-blocklatest-social-media-postings-block-1 h2.title, #block-classic-parallax-theme-socialmedia h2.title, .block-views-blockpacesetters-calendar-block-1 h2.title, .block-views-blockmaterials-and-documents-block-1 h2.title, .block-views-blockvideo-recordings-block-1 h2.title, .block-views-blockcontent-recent-block-1 h2.title, .block-views-blockpacesetters-calendar-block-1 h2.title, .block-views-blockwho-s-online-who-s-online-block h2.title, .block-views-blocknewsletter-intern-block-1 h2.title {
  background-color: #3F782E;
  font-size: .95rem;
  font-weight: bold;
  color: #fff;
  padding-top: .25rem; 
  padding-bottom: .25rem;
  padding-left: .5rem;
  margin-bottom: .5rem; } 

.block-views-blockcontent-recent-block-1 ul.arrow_list li, .block-views-blockmaterials-and-documents-block-1 ul li {
   list-style: none;  }


/* Calendar */

.calendar-view-pager .pager__item a {
  margin-bottom: -200px; }

.calendar-view-table caption {
  padding: 0;
  z-index: -999; }

.view-calendar ol, .view-calendar ul {
  padding-left: 0px;
  margin-bottom: 0px; }
  
.view-calendar ol li, .view-calendar ol, .view-calendar ul li {
    list-style: none; } 

.view-calendar .calendar-view-pager .pager__current ol li {
    list-style: none; } 

.calendar-view-pager .pager__current
   display: none;}
   
.view-calendar .calendar-view-table thead th {
  background: #c0c0c0;}

.view-calendar .calendar-view-table thead th {
   background: rgba(109, 0, 0, 0.7); 
   color: #fff; 
   font-weight: bold; }
   
.calendar-view-table thead th {
  background: var(--calendar-view-color-dark);
  padding: 0;  }

.view-calendar thead > tr,  .view-calendar tr {
  border-bottom: 0;
}

/* Lexicon */

.lexicon {
   font-size: 90%;  }

.lexicon h2 {
   margin-top: 0px;
   margin-bottom: 5px; }  

/* Diverse Blocks and fields */

.block-views-blockwho-s-online-who-s-online-block .item-list ol li, .block-views-blockwho-s-online-who-s-online-block .item-list ul li {
  list-style: none;
 }  

.views-element-container.block.block-views.block-views-blockwho-s-online-who-s-online-block ul {
   padding-left: 1rem;  }
   
ul.menu {
   padding-left: 1rem;  }

.views-field-field-thumbnail .field-content img, .views-field-user-picture .field-content img {
    width: 100%;
    height: auto; }

.field--name-field-date-range {
   color: #024671; }

.field--name-field-location {
   font-style: italic; }

.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview, .calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
    background: #cff; }

.block-field-blocknodepagefield-image  a img, .field--name-user-picture a img {
   padding-right: 20px; 
   text-align: right; 
   height: auto; }

.layout__region--second, .layout__region--first {
   padding-right: 20px; } 
   
.field--name-field-bio {
   font-style: italic; 
   color: #527552 } 

#block-classic-parallax-theme-views-block-logo-wall-block-1 .views-field-field-logo-picture .field-content {
  margin: auto;
  text-align: center;
  padding: 10px;  }

.field--name-field-description .field__label {
   display: none; }

.field--name-field-description .field__item {
   font-size: 0.8em;  
   font-weight: normal; }

/* Background images for specific pages (needs to be solved more elegantly) */

#block-classic-parallax-theme-leftimage { 
background-image: url("https://www.pacesetters.eu/sites/default/files/inline-images/zero.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 900px; }

#block-classic-parallax-theme-lipace {
background-image: url("https://www.pacesetters.eu/sites/default/files/inline-images/concepts.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 900px; }

#block-classic-parallax-theme-lirwl {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 900px;
}

#block-classic-parallax-theme-liesf {
background-image: url("https://www.pacesetters.eu/sites/default/files/inline-images/four.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 900px;
}

/* Webform*/

.tabledrag-toggle-weight-wrapper {
   display: none;
 }  

.webform-submission-communications-and-outreach-surv-form th {
   display: none;
 }  
 
 .webform-submission-communications-and-outreach-surv-form tr {
   border-bottom: 0;
 }  
 
li.progress-step {
  list-style: none;
 }  
 
 /* Webform */
 
 
 .webform-ajax-form-wrapper {
   position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
}
 
 .form-item .description,  .webform-element-description {
  color: #406539;
  font-size: 0.85em;
  line-height: 150%;
}

.webform-options-display-buttons input:checked + label.webform-options-display-buttons-label  {
  color: #fff;
  font-weight: bold;
  background: #71986B;
  border-color: #c0c0c0;
}

.webform-options-display-buttons input:checked + label.webform-options-display-buttons-label .webform-options-display-buttons-description  {
  display: none;
 }  
 
 .progress-step.is-active .progress-marker::before, .webform-progress-tracker .progress-step.is-active:hover .progress-marker::before {
  background-color: #71986B;
}

.webform-progress-tracker .progress-title[role="link"], .webform-progress-tracker .progress-title[role="link"]:hover, .webform-progress-tracker .progress-title[role="link"]:focus {
  color: #71986B;
}

.webform-progress-tracker .progress-step.is-complete:hover .progress-marker[role="link"]::before {
  background-color: #71986B;
}
 
 
li.parallax-window.parallax-slide.parallax-fullwidth.parallax-slide1, li.parallax-window.parallax-slide, li.parallax-window.parallax-blocks, li.parallax-window-.parallax-footer-wrap {
  list-style: none;
}
 
  /* Story */
  
  .field--name-field-visuals img {
  float: right;
}

/*
.block-field-blocknodestorycomment {
  display: block;
  max-width: 100%;
}

.layout--twocol-section {
flex-wrap: wrap;
}
*/

 /* Bio fix */

.field--name-field-bio .field--name-field-first-name .field__label, .field--name-field-bio .field--name-field-first-name .field__item, .field--name-field-bio .field--name-field-last-name .field__label, .field--name-field-bio .field--name-field-last-name .field__item  {
display: none;
}

/*SUMMIT*/

.paragraph--type--image-medium-right .field--type-image  {
position: relative;
  z-index: 9999;
      }

.field--name-field-summary {
  color: #927B7A;
    }

.field--name-field-summitbody .paragraph--type--link-box  a {
  color: #93B8C3;
    }
    
.field--name-field-summitbody .paragraph--type--link-box  {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  float: right;
  border-left: 5px solid #93B8C3;
  }

.field--name-field-summitbody .paragraph--type--link-box  .field__label  {
  background-color: #93B8C3;
  font-weight: bold;
  color: #fff;
  padding-top: .25rem; 
  padding-bottom: .25rem;
  padding-left: 0.5rem;
  margin-left: -0.5rem;
  margin-bottom: 1rem; }

.field--name-field-summitbody .field--name-field-caption {
    background-color: #93B8C3;
    margin-top: 0.5rem;
    padding: 0.5rem;
    text-align: center;
    margin-bottom: -0.8rem;
      }

.field--name-field-summitbody .field--name-field-caption 
p {
  margin: 0 0 3px 0;
}

.field--name-field-summitbody blockquote {
    border-left: 8px solid #EBB092;
    border-left-width: 8px;
    border-left-style: solid;
    border-left-color: rgb(235, 176, 146);
      }