/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* following NOT to change */
/*$media-max-width-xs: 539px;
$media-min-width-sm: 540px;
$media-max-width-sm: 719px;
$media-min-width-md: 720px;
$media-max-width-md: 959px;
$media-min-width-lg: 960px;
$media-max-width-lg: 1199px;
$media-min-width-xl: 1200px;
$media-max-width-xl: 1439px;
$media-min-width-wd: 1440px;*/
:root {
  --bg-color: #ffffff;
  --text-color: #000000;
}

/*mixins*/
@media (max-width: 767px) {
  .text-align-xs-left {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .text-align-xs-center {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-align-xs-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-align-sm-left {
    text-align: left !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-align-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-align-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-align-md-left {
    text-align: left !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-align-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-align-md-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) and (max-width: 100vw) {
  .text-align-lg-left {
    text-align: left !important;
  }
}

@media (min-width: 1200px) and (max-width: 100vw) {
  .text-align-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) and (max-width: 100vw) {
  .text-align-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) and (max-width: 100vw) {
  .text-align-xl-left {
    text-align: left !important;
  }
}

@media (min-width: 1200px) and (max-width: 100vw) {
  .text-align-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) and (max-width: 100vw) {
  .text-align-xl-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-align-wd-left {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .text-align-wd-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-align-wd-right {
    text-align: right !important;
  }
}

.no-padding-lr {
  padding: 0px;
}

@media (min-width: 768px) {
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
}
h1,
.h1 {
  font-size: 39.96px;
}

h2,
.h2 {
  font-size: 32.04px;
  font-weight: bold;
  margin-bottom: 12px !important;
}

h3,
.h3,
.h3 > div > p {
  font-size: 23.994px;
  font-weight: bold;
  margin-bottom: 12px !important;
}

h4,
.h4 {
  font-size: 19.998px;
  font-weight: 500;
  margin-bottom: 12px !important;
}
h4 p,
.h4 p {
  font-size: 19.998px;
  font-weight: 500;
  margin-bottom: 12px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
  color: #003c3c;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p,
.h1 p,
.h2 p,
.h3 p,
.h4 p,
.h5 p,
.h6 p {
  line-height: 1.2;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 55.998px;
  }
  h2,
  .h2 {
    font-size: 39.996px;
    margin-bottom: 32px !important;
  }
}
p {
  line-height: 1.5;
  margin-bottom: 8px;
  font-size: 1.125rem;
}

.bg-light-grey {
  background-color: #f2f2f2;
}

.bg-dark-blue {
  background-color: #377f88;
  color: #ffffff;
}

.bg-petrol-dark {
  background-color: #003c3c;
  color: #ffffff;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 720px) {
  .newspaper-layout {
    column-count: 2;
    column-gap: 30px;
  }
}
.vc_section {
  padding-left: 0;
  padding-right: 0;
}

.vc_row {
  margin: 0 auto;
}

.wpb_content_element {
  margin-bottom: 0;
}

.container.vc_col-sm-12, .container.vc_column_container {
  float: none;
}

.container .vc_column_container > .vc_column-inner, .container.vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .vc_single_image-img {
    margin: 16px 0;
  }
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.wpb_text_column img.alignleft {
  float: left;
}
.wpb_text_column img.alignright {
  float: right;
}

.font-grey {
  color: #676c6f;
}

.font-bold {
  font-weight: 700;
}
.font-bold p {
  font-weight: 700;
}

.small,
.small p {
  font-size: 12px;
}

.black-close-bg {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
}

/* following NOT to change */
/*$media-max-width-xs: 539px;
$media-min-width-sm: 540px;
$media-max-width-sm: 719px;
$media-min-width-md: 720px;
$media-max-width-md: 959px;
$media-min-width-lg: 960px;
$media-max-width-lg: 1199px;
$media-min-width-xl: 1200px;
$media-max-width-xl: 1439px;
$media-min-width-wd: 1440px;*/
:root {
  --bg-color: #ffffff;
  --text-color: #000000;
}

footer {
  background-color: #003c3c;
  color: #ffffff;
}
footer > .container {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  footer > .container {
    flex-direction: row;
  }
}
footer > .container > .img {
  flex-grow: 1;
}
footer > .container > .img #synaxonLogo img {
  height: 20px;
}
footer > .container > .data {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  footer > .container > .data {
    flex-direction: row;
    margin-top: 48px;
  }
}
@media screen and (min-width: 992px) {
  footer > .container > .data {
    width: 58.34%;
    margin-top: 0;
  }
}
footer > .container > .data > div {
  flex-grow: 1;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  footer > .container > .data > div {
    margin-top: 0;
  }
}
footer > .container > .data > div h5 {
  color: #a5dcd7;
  line-height: 2;
  font-family: "Source Sans 3", "Helvetica", "Arial", sans-serif;
}
footer > .container > .data > div a:not(.btn) {
  display: block;
  color: #ffffff;
  line-height: 2;
}
footer > .container > .data > div a.m-icons {
  text-decoration: none;
}
footer > .container > .data > div a.m-icons i {
  margin-right: 0.5rem;
}
footer > .container > .data > div a.m-icons span {
  text-decoration: underline;
}

/* following NOT to change */
/*$media-max-width-xs: 539px;
$media-min-width-sm: 540px;
$media-max-width-sm: 719px;
$media-min-width-md: 720px;
$media-max-width-md: 959px;
$media-min-width-lg: 960px;
$media-max-width-lg: 1199px;
$media-min-width-xl: 1200px;
$media-max-width-xl: 1439px;
$media-min-width-wd: 1440px;*/
:root {
  --bg-color: #ffffff;
  --text-color: #000000;
}

/* elements like seen in https://rc42x3.axshare.com/?id=nodytq&p=content_elements&g=15&view=default&sc=3*/
.spacing {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .spacing {
    padding-top: 3.2em;
    padding-bottom: 3.2em;
  }
}
@media (min-width: 1200px) {
  .spacing {
    padding-top: 3.2em;
    padding-bottom: 3.2em;
  }
}
/*@media (min-width: $media-min-width-xl) {
  .spacing {
    padding-top: $spacing-xl;
    padding-bottom: $spacing-xl;
  }
}

@media (min-width: $media-min-width-wd) {
  .spacing {
    padding-top: $spacing-wd;
    padding-bottom: $spacing-wd;
  }
}*/
.white-box {
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 2rem !important;
  background-color: #ffffff;
}

.ul-list ul, .ul-list {
  list-style-type: none;
}
.ul-list ul li, .ul-list li {
  position: relative;
  padding-left: 2rem;
  line-height: 28px;
  font-size: 1.125rem;
  margin-bottom: 16px !important;
}
.ul-list ul li:before, .ul-list li:before {
  position: absolute;
  font-family: "Material Icons";
  left: 0;
  color: #00787a;
  top: -2px;
  font-size: 1.125rem;
  content: "\e315";
}

#intro {
  overflow: visible;
}