/* Responsive css */

@media screen and (min-width:941px){

.mob {display: none !important;}

} /* /min-width:941px 
------------------------------------------------------------------------------------------- */

@media screen and (max-width:940px){
  
* {box-sizing:border-box;max-width:100%;}
table {table-layout:fixed; width:100%;}
img { max-width:100%; height:auto; image-rendering: -webkit-optimize-contrast;}
body {margin: 0px;padding: 0px;}
iframe { max-width:100% !important;}
object { max-width:100% !important;}
.pc {display: none !important;}

.root> header {
  max-width: unset;
}
.root > header>section.top {
  padding-top: 0;
  padding-bottom: 0;
}
header>section.top p {
  text-align: center;
  float: none;
  clear: both;
}
.root > header>section.main-header {
  max-width: 100%;
}
.root > header>section.main-header {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.root > header>section.main-header > .clear {
  display: none;
}
header nav.social ul {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  gap: 5px;
  align-items: center;
}
/* navigation */
header>section.main-header nav.mainmenu {
  float: none;
  clear: none;
  margin: auto !important;
  position: fixed;
  top: 0;
  left: auto;
  right: -350px;
  width: 300px;
  height: 100% !important;
  overflow-y: auto;
  background-color: #fff;
  z-index: 999;
  transition: all ease-in-out 0.3s;
}
header>section.main-header nav.mainmenu.active {
  right: 0px;
}
a.mob_button svg {
  display: flex;
  width: 40px;
}
a.close_button svg {
  display: flex;
  width: 40px;
}
div#closenav {
  display: flex;
  justify-content: flex-end;
  padding: 10px 10px 30px 10px;
}
.root > header nav.mainmenu>ul {
  height: auto !important;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.root > header nav.mainmenu>ul li {
  display: flex;
  height: auto;
  float: none;
  margin: 0;
  border-bottom: solid 1px #e9e9e9;
}
.root > header nav.mainmenu>ul li a {
  display: flex;
  padding: 8px 15px;
  height: auto;
  float: none;
  width: 100%;
}
.mobnav_open div#wf-launcher-container {
  z-index: 9;
}
.mobnav_open header > section.top {
  z-index: 0;
}
section.breadcrumb {
  max-width: unset;
}


/* content */

.content > section.main {
  width: calc(100% - 300px);
}
section.content>aside {
  width: 280px;
}
section.content {
  display: flex;
  gap: 20px;
}
body a.go-top {
  right: auto;
  bottom: 10px;
  left: 20px;
}
section.content>aside iframe {
  position: relative;
  overflow-y: auto !important;
  width: 100% !important;
  display: flex !important;
}
footer {
  max-width: unset;
}







} /* /max-width:940px 
------------------------------------------------------------------------------------------- */


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

  .content > section.main {
    width: 100%;
  }
  section.content>aside {
    width: 100%;
  }
  section.content {
    flex-wrap: wrap;
}
.root > header>section.main-header {
  padding: 0 15px;
}
.root> header {
  margin: 0 -15px;
  
  position: sticky;
  top: 0px;
}
div.root {
  padding: 0 15px;
  overflow: unset;
  width: 100%;
}
.root > header>section.main-header {
  padding: 0 15px;
  flex-wrap: nowrap;
  gap: 15px;
}
footer {
  max-width: unset;
  margin: 0 -15px;
  padding-left: 15px;
  padding-right: 15px;
}
footer .widgets article h3 {
  margin-top: auto;
}
.root > header>section.top {
  transition: all ease 0.3s;
  max-height: 150px;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
}
.root > header.shrink > section.top {
  max-height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
header>section.top p {
  line-height: 1.4;
}
.root .alignleft {
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: both;
}
.root .alignright {
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: both;
}
#wf-launcher-container div#wf-message-container {
  font-size: 0.75rem !important;
  bottom: 55px;
}
#wf-launcher-container #wf-message-container div#wf-message-label {
  padding: 5px 8px;
}
#wf-launcher-container .wf-launcher div.wf-launcher-button {
  transform: scale(0.8);
  transform-origin: bottom center;
}
div#wf-launcher-container {
  bottom: 10px;
}
section.content > article.main {
  width: 100%;
  padding: 0;
}








} /* /max-width:767px 
------------------------------------------------------------------------------------------- */