/****************************************************************************************************/
/*************************************** General ****************************************************/
/****************************************************************************************************/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  margin: 0;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('Open Sans'), url(../fonts/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans Bold';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Bold'), url(../fonts/OpenSans-Bold.ttf) format('truetype');
}

body{
  font-family: 'Open Sans', sans-serif;
  color: #212529;
}
.dialog-off-canvas-main-canvas {
  height: 100%;
  margin: 0;
}
#page {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/****************************************************************************************************/
/*************************************** HEADER *****************************************************/
/****************************************************************************************************/

#mainheader {
  display: flex;
   justify-content: space-between;
   align-content: center;
   background: #fff;
  flex: 0 1 auto;
  /*height: 130px;*/
  padding: 20px 0;
  width: 100%;
}
.region.region-header {
  display: flex;
  align-items: center;
  margin-left: 10vw;
  padding: 20px 0;
}
.region.region-navigation {
  /*! display: flex; */
}
#block-sbroker-main-menu ul.menu {
  display: flex;
  justify-content: space-between;
  margin: 0;
  height: 100%;
  align-items: center;
}
#block-sbroker-main-menu {
  height: 100%;
  margin-right: 2vw;
}
#block-sbroker-main-menu ul.menu li.menu-item {
  display: block;
  padding-left: 40px;
  height: 100%;
}
#block-sbroker-main-menu ul.menu li.menu-item a {
  font-size: 1.1em;
  text-decoration: none;
  color: #5d5d5d;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 20px;
}
#block-sbroker-main-menu ul.menu li.menu-item a:hover {
  color: #cc0000;
}

/****************************************************************************************************/
/*************************************** FOOTER *****************************************************/
/****************************************************************************************************/

#mainfooter {
  background: #2b2b2b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  flex: 0 1 40px;
  min-height: 42px;
}
#block-sbroker-footer, .region.region-footer {
  height: 100%;
}
#block-sbroker-footer ul.menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#block-sbroker-footer ul.menu li.menu-item a {
  display: block;
  padding: 0 20px;
  text-decoration: navajowhite;
  color: #fff;
  letter-spacing: 0.2px;
}
#block-sbroker-footer-menu{
  display: none;
}
.menu-item {
  margin: 0;
  padding: 7px 0;
}
/****************************************************************************************************/
/*************************************** CONTENT ****************************************************/
/****************************************************************************************************/

#maincontent {
  width: 100%;
  margin: 0;
  flex: 1 1 auto;
}

_:-ms-fullscreen, :root #maincontent { overflow-y:scroll; }

div.fullSizeBg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
}
div.fullSizeBg > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  overflow-x: hidden;
}
a {
  color: #f00;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
#maincontent .layout-content{
  width: 100%;
  height:100%;
}
body.path-frontpage #maincontent .layout-content{
  height: auto;
}

#maincontent .region.region-content {
  max-width: 1170px;
  background: #fff;
  width: 75%;
  padding: 45px 25px 15px 25px;
  margin: 5vh auto;
  color: #1a1a1a;
}
body.path-frontpage #maincontent .region.region-content{
  background: none;
  padding: 0;
}
body.path-frontpage #maincontent .region.region-content article{
  padding: 35px 45px;
  margin-top: 30px;
}

#maincontent .region.region-content h1 {
  font-size: 25px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 25px;
}
#maincontent .region.region-content article {
  background-color: #f3f3f3;
  padding: 20px;
  font-size: 0.8em;
  color: #1a1a1a;
}
body.path-frontpage #maincontent .region.region-content article{
  background-color: #fff;
}
  /****************************************************************************************************/
/*************************************** Article ****************************************************/
/****************************************************************************************************/
article > h2 a {
  text-decoration: navajowhite;
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
  display: block;
  color: #212529;
}

.wp-block-cloudblocks-hero-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-cloudblocks-hero-section > section {
  background: #fff;
  padding: 20px;
}

.wp-block-cloudblocks-hero-section > section a.wp-block-button__link {
  display: block;
  background: red;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 90%;
  max-width: 200px;
}

.wp-block-cloudblocks-hero-section > section .wp-block-button {
  display: flex;
  justify-content: center;
}
.wp-block-cloudblocks-hero-section > section .wp-block-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.wp-block-cloudblocks-hero-section h1.has-text-align-center, .wp-block-cloudblocks-hero-section h2.has-text-align-center, .wp-block-cloudblocks-hero-section h3.has-text-align-center, .wp-block-cloudblocks-hero-section h4.has-text-align-center{
  text-align: center;
}

body.path-frontpage #maincontent .region.region-content article h2 {
  color: #f00;
  text-align: center;
  margin: 0;
}
body.path-frontpage #maincontent .region.region-content h1{
  margin: 0;
}
main#maincontent {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.path-frontpage #maincontent .region.region-content {
  padding: 15px 25px;
}

body.path-frontpage #maincontent .region.region-content article .wp-block-button__link {
  padding: 10px 55px;
}

body.path-frontpage #maincontent .region.region-content article .wp-block-button {
  display: flex;
  justify-content: center;
}

ul {
  list-style: none;
}

article ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
/****************************************************************************************************/
/*************************************** Page *******************************************************/
/****************************************************************************************************/
